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 */ h1 {font-size: 40px; line-height: 40px; margin: 5px; font-family: Museo-700;} h1::before {content:"\2599\2002";} h1::after {content:"\2002\259c\2593\2593\2593\2592\2592\2591";} h2 {font-size: 14pt; line-height: 15pt; text-align: center; margin:auto; font-family: Museo-500;} h2::before {content:"\2591\2592\2593\259b\2002"} h2::after {content:"\2002\259f\2593\2592\2591"} /* Infoboxes */ .infobox { border: 1px solid #a2a9b1; color: black; padding: 0.2em; font-size: 88%; line-height: 1.5em; border-spacing: 3px; } /*quick facts boxes from stars.css */ div.quickfacts {position:relative; display:block; float:right; width: 250px; background-color:inherit;font-size:10pt; padding-top: 0px; padding-left:10px; padding-right: 10px; padding-bottom: 10px; margin-top: 35px; margin-left: 10px; margin-right: 0px; margin-bottom: 10px; border: 2px solid;overflow:auto;} div.quickfacts h2::after {content:"";} div.quickfacts h3 {padding-top: -5px; padding-left: 10px;color:inherit;} div.quickfacts ul {margin:10px; padding:0; list-style-type:none;} div.quickfacts li:first::before {content:"content:"\2596\2002";}