50,050
edits
Tag: Undo |
No edit summary Tag: Manual revert |
||
| (17 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Styling mass fields of checkboxes on Page Forms */ | |||
#pfForm .checkboxLabel { | |||
width: 275px; | |||
} | |||
/* Header style that works with collapsibles */ | |||
.collapsibleHeader2 { | |||
font-size: 1.5em; | |||
font-family: "Linux Libertine", "Georgia", "Times", serif; | |||
border-bottom-color: rgb(162, 169, 177); | |||
border-bottom-style: solid; | |||
border-bottom-width: 1px; | |||
} | |||
.collapsibleHeader3 { | |||
font-size: 1.2em; | |||
font-weight: bold; | |||
font-family: sans-serif; | |||
} | |||
.endSpace { | |||
margin-bottom: 1em; | |||
} | |||
/* Infobox template style */ | /* Infobox template style */ | ||
.portable-infobox { | .portable-infobox { | ||
width: | width: 22em; | ||
margin-bottom: 0.5em; | margin-bottom: 0.5em; | ||
margin-left: 1em; | margin-left: 1em; | ||
| Line 10: | Line 32: | ||
table.infoboxTable { | table.infoboxTable { | ||
width: | width: 22em; | ||
} | } | ||
/* Wikipedia CSS used in an attempt to design new infoboxes to address the | /* Wikipedia CSS used in an attempt to design new infoboxes to address the | ||