MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
} | } | ||
.infobox-subtitle { | .infobox-subtitle { | ||
font- | font-style: italic; | ||
text-align: center; | text-align: center; | ||
} | } | ||
| Line 21: | Line 21: | ||
} | } | ||
.infobox-table th { | .infobox-table th { | ||
width: 120px; | width: 120px; | ||
} | } | ||
Revision as of 15:36, 29 June 2025
/* CSS placed here will be applied to all skins */
.infobox {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 0.25em;
width: 300px;
}
.infobox-title {
font-size: 1.5rem;
text-align: center;
}
.infobox-subtitle {
font-style: italic;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox-table th {
width: 120px;
}