MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
width: 400px; | width: 400px; | ||
} | } | ||
.infobox-title { | .infobox-title { | ||
font-size: 2em; | font-size: 2em; | ||
text-align: center; | text-align: center; | ||
margin-top: 25px; | |||
} | } | ||
.infobox-image { | .infobox-image { | ||
text-align: center; | text-align: center; | ||
} | } | ||
.infobox-table th { | .infobox-table th { | ||
text-align: right; | text-align: right; | ||
| Line 23: | Line 26: | ||
width: 350px; | width: 350px; | ||
} | } | ||
.infobox-table td { | .infobox-table td { | ||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
Revision as of 07:32, 23 April 2024
/* CSS placed here will be applied to all skins */
.infobox {
2px solid #572917;
border-spacing: 3px;
background-color: #e9dfc9;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 400px;
}
.infobox-title {
font-size: 2em;
text-align: center;
margin-top: 25px;
}
.infobox-image {
text-align: center;
}
.infobox-table th {
text-align: right;
vertical-align: top;
width: 350px;
}
.infobox-table td {
vertical-align: top;
}