MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 9: Line 9:




/* Infobox templates */
/* Infobox template style */
.infobox {
.infobox {
border: 1px solid #a2a9b1;
border: 1px solid #a2a9b1;
background: #f8f9fa;
border-spacing: 3px;
color: black;
background-color: #f8f9fa;
margin-bottom: 0.5em;
color: black;
/* @noflip */
/* @noflip */
margin-left: 1em;
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
padding: 0.2em;
/* @noflip */
/* @noflip */
float: right;
float: right;
/* @noflip */
/* @noflip */
clear: right;
clear: right;
font-size: 88%;
line-height: 1.5em;
width: 22em;
}
}
.infobox td,
 
.infobox th {
.infobox-header,
vertical-align: middle;
.infobox-label,
.infobox-above,
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
vertical-align: top;
}
}
.infobox-label,
.infobox-data,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
/* @noflip */
text-align: left;
}
/* Remove .infobox when element selectors above are removed */
.infobox .infobox-above,
.infobox .infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
.infobox caption {
font-size: larger;
font-size: 125%;
margin-left: inherit;
font-weight: bold;
text-align: center;
}
}
.infobox.bordered {
 
border-collapse: collapse;
.infobox-title,
/* Remove element selector when every .infobox thing is using the standard module/templates  */
.infobox caption {
padding: 0.2em;
}
}
.infobox.bordered td,
 
.infobox.bordered th {
/* Remove .infobox when element selectors above are removed */
border: 1px solid #a2a9b1;
.infobox .infobox-header,
}
.infobox .infobox-subheader,
.infobox.bordered .borderless td,
.infobox .infobox-image,
.infobox.bordered .borderless th {
.infobox .infobox-full-data,
border: 0 solid #a2a9b1;
.infobox .infobox-below {
}
text-align: center;
.infobox.sisterproject {
width: 20em;
font-size: 90%;
}
}


/* Navbar styling when nested in infobox and navbox */
/* Remove .infobox when element selectors above are removed */
.infobox .navbar {
.infobox .infobox-navbar {
    font-size: 100%;
/* @noflip */
text-align: right;
}
}