MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 6: | Line 6: | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
padding: 1em; | padding: 1em; | ||
width: | width: 350px; | ||
} | } | ||
.infobox-title { | |||
font-size: 1.8rem; | font-size: 1.8rem; | ||
text-align: center; | text-align: center; | ||
Latest revision as of 07:46, 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: 350px;
}
.infobox-title {
font-size: 1.8rem;
text-align: center;
}
.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;
}
.infobox-table .infobox-header {
text-align:center
}