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 {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 300px;
}
.skin-theme-clientpref-night .infobox {
background: rgb(32, 33, 34);
}
.infobox-marker {
font-weight: bold;
text-align: center;
background: gray;
}
.infobox-title {
font-size: 2em;
text-align: center;
/* display: flex; */
}
/* .infobox-title .infobox-flag {
margin-right: 7px;
align-items: center;
} */
.infobox-image {
text-align: center;
}
.infobox-table th {
text-align: left;
vertical-align: top;
// width: 120px;
padding-right: 5px;
}
.infobox-table td {
vertical-align: top;
}
.infobox-subtitle {
text-align: center;
padding: 5px;
font-weight: bold;
}