MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Shink fonts in infobox |
m Little larger font |
||
| Line 8: | Line 8: | ||
padding: 1em; | padding: 1em; | ||
width: 400px; | width: 400px; | ||
font-size: 0. | font-size: 0.9em; | ||
} | } | ||
.infobox-title { | .infobox-title { | ||
Latest revision as of 02:58, 3 June 2021
/* CSS placed here will be applied to all skins */
.infobox {
background: #ffffcc;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 400px;
font-size: 0.9em;
}
.infobox-title {
font-size: 1.5em;
font-weight: bold;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox th {
text-align: left;
vertical-align: top;
width: 120px;
}
.infobox td {
vertical-align: top;
}