Module:Infobox/styles.css: Difference between revisions

Till Kraemer (talk | contribs)
mNo edit summary
Till Kraemer (talk | contribs)
Undo revision 51457 by Till Kraemer (talk)
Tag: Undo
 
(11 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 27: Line 34:
padding: 10px;
padding: 10px;
background-color: lavender;
background-color: lavender;
width: auto;
min-width: 100%;
}
}


.infobox-3cols-child {
.infobox-3cols-child {
margin: auto;
margin: auto;
}
.infobox-below {
text-align: center !important;
}
}


Line 45: Line 58:
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;
}
}