Module:Message box/fmbox.css: Difference between revisions
From Test Wiki
Content deleted Content added
m Protected "Module:Message box/fmbox.css": used in system messages ([Edit=Allow only bureaucrats] (indefinite) [Move=Allow only bureaucrats] (indefinite) [Delete=Allow only bureaucrats] (indefinite) [Protect=Allow only bureaucrats] (indefinite)) |
Changing to white instead of transparent. Feel free to revert if this breaks. |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
/* {{pp|small=y}} */ |
|||
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */ |
|||
.fmbox { |
|||
th.mbox-text, td.mbox-text { /* The message body cell(s) */ |
|||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
} |
} |
||
td.mbox-image { /* The left image cell */ |
|||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
} |
} |
||
td.mbox-imageright { /* The right image cell */ |
|||
⚫ | |||
⚫ | |||
⚫ | |||
} |
} |
||
/* Footer and header message box styles */ |
|||
.fmbox .mbox-text { |
|||
border: none; |
|||
⚫ | |||
/* @noflip */ |
|||
⚫ | |||
⚫ | |||
⚫ | |||
width: 100%; |
|||
⚫ | |||
⚫ | |||
⚫ | |||
} |
} |
||
table.fmbox-system { |
|||
.fmbox .mbox-image { |
|||
⚫ | |||
border: none; |
|||
/* @noflip */ |
|||
⚫ | |||
text-align: center; |
|||
} |
} |
||
⚫ | |||
.fmbox .mbox-imageright { |
|||
⚫ | |||
border: none; |
|||
⚫ | |||
/* @noflip */ |
|||
⚫ | |||
text-align: center; |
|||
} |
} |
||
⚫ | |||
.fmbox .mbox-invalid-type { |
|||
background-color: transparent; |
|||
text-align: center; |
|||
} |
} |