MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 8: | Line 8: | ||
width: 400px; | width: 400px; | ||
} | } | ||
.infobox-title { | .infobox-table .infobox-title { | ||
font-size: 1.6rem; | font-size: 1.6rem; | ||
text-align: center !important; | text-align: center !important; | ||
Revision as of 06:58, 5 January 2026
/* CSS placed here will be applied to all skins */
.infobox {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 400px;
}
.infobox-table .infobox-title {
font-size: 1.6rem;
text-align: center !important;
}
.infobox-image {
text-align: center;
}
.infobox-table {
width:100%;
}
.infobox-table th {
text-align: right;
vertical-align: top;
width: 120px;
}
.infobox-table td {
vertical-align: top;
}