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. */
/* Hide page title for Main Page. */
.page-Main_Page #firstHeading { display:none }
/* Will be re-shown in [[MediaWiki:Group-user.css]] */
.group-user-show { display:none }
.mw-redirectedfrom,
.mw-displaytitle-subtitle { display:none }
.maps-map.leaflet-container {
z-index: 9;
}
/* Infoboxes */
table.infobox { float:right; text-align:left; width:300px; margin:0 0 0.5em 1em; border:1px solid #aaa;
background-color:#F9F9F9; font-size:90% }
table.infobox th { text-align:right; vertical-align:top; line-height:inherit; padding-right:5px; }
table.infobox tr.centre th,
table.infobox tr.centre td { text-align:center }
table.infobox tr.small th,
table.infobox tr.small td { font-size:smaller }
table.infobox tr.big th,
table.infobox tr.big td { font-size:larger; }
table.infobox strong { font-weight:normal; font-variant:small-caps; }
table.infobox ol { list-style-type:none; margin:0; font-size:inherit; }
table.infobox li { margin: 0; }
table.infobox a.image { text-align:center; display:block; }