MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
} | } | ||
.infobox-table .infobox-title { | .infobox-table .infobox-title { | ||
font-size: 1. | font-size: 1.8rem; | ||
text-align: center | text-align: center; | ||
} | } | ||
.infobox-image { | .infobox-image { | ||
| Line 25: | Line 25: | ||
.infobox-table td { | .infobox-table td { | ||
vertical-align: top; | vertical-align: top; | ||
} | |||
.infobox-table .infobox-header { | |||
text-align:center | |||
} | } | ||
Revision as of 07:00, 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.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
}