MediaWiki:Common.css
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* Infobox container */
.infobox {
width: 300px!important;
border: 1px solid #aaa!important;
background-color: #f9f9f9!important;
font-family: Arial, sans-serif!important;
font-size: 14px!important;
color: #333!important;
padding: 10px!important;
}
/* H1 title style */
.infobox h1 {
font-size: 18px!important;
text-align: center!important;
margin-bottom: 10px!important;
}
/* Image style */
.infobox img {
display: block!important;
margin: 0 auto 10px auto!important;
max-width: 100%!important;
height: auto!important;
border: 1px solid #ccc!important;
}
/* Section header style */
.infobox .section-title {
background-color: #ddd!important;
padding: 5px!important;
font-weight: bold!important;
margin-top: 10px!important;
margin-bottom: 5px!important;
}
/* Numbered list style */
.infobox ol {
padding-left: 20px!important;
margin: 0!important;
}