MediaWiki:Common.css
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)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* Hide page title on Main Page */
.rootpage-Main_Page #firstHeading {
display:none;
}
/* Infoboxes */
.infobox {
border-collapse: collapse;
float: right;
margin-left: 1em;
width: 20%;
}
.infobox th,
.infobox td {
border: 1px solid lightgray;
text-align: left;
}
.infobox .flags {
font-weight: bold;
text-align: center;
}
.infobox .flags > div:not(:first-child) {
margin-top: 1em;
}
th.infobox-header {
font-size: 150%;
text-align: center;
}
.infobox.cybernations {
}
.infobox.nationstates {
}
/* Template documentation */
.template-doc {
background-color: #EEE;
border: 1px solid darkgray;
padding: 0.25em 1em;
}
.template-doc > div {
border: solid darkgray;
border-width: 1px 0;
}
.doc-subpage {
background-color: #EEE;
border: 1px solid darkgray;
margin: auto;
padding: 0.5em;
width: 50%;
}