MediaWiki:Common.css
From Marvel Cinematic Universe Wiki
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 */
@font-face {
font-family: BankGothic;
font-style: normal;
src: url('BankGothic.ttf') format('truetype'),
url('BankGothic.otf') format('opentype');
}
/* Hiding Main Page title */
.page-Main_Page .firstHeading { display:none; }
/* ### CSS regarding portal pages ### */
.portals {
background-color: #54595d;
border: 2px solid #b32425;
vertical-align: top;
padding: 12px 15px 12px 15px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
.portals h1 {
background-color: #CD5C5C;
border: 1px solid #8B0000;
font-family: BankGothic;
font-weight: bold;
text-align: left;
padding: 0.2em 0.4em;
margin: .3em 0 .5em 0;
}
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6 {
font-family: BankGothic;
}
