Module:Infobox/styles.css: Difference between revisions
Till Kraemer (talk | contribs) mNo edit summary |
Till Kraemer (talk | contribs) mNo edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
* just replicating the module faithfully | * just replicating the module faithfully | ||
*/ | */ | ||
.infobox { | |||
font-size: 90%; | |||
color: #202122; | |||
line-height: 1.6; | |||
} | |||
.infobox-subbox { | .infobox-subbox { | ||
padding: 0; | padding: 0; | ||
Line 25: | Line 32: | ||
.infobox-above { | .infobox-above { | ||
padding: | padding: 10px; | ||
background-color: lavender; | background-color: lavender; | ||
} | } | ||
Line 31: | Line 38: | ||
.infobox-3cols-child { | .infobox-3cols-child { | ||
margin: auto; | margin: auto; | ||
} | |||
.infobox-below { | |||
text-align: center !important; | |||
} | } | ||
Line 45: | Line 56: | ||
body.skin-minerva .infobox-full-data, | body.skin-minerva .infobox-full-data, | ||
body.skin-minerva .infobox-below { | body.skin-minerva .infobox-below { | ||
text-align: center; | text-align: center !important; | ||
} | } |