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 */
/* Hiding Main Page title */
.page-Main_Page .firstHeading { display:none; }
/* ### CSS regarding portal pages ### */
.portals {
background-color: #DCDCDC;
border: 1px solid #808080;
vertical-align: top;
padding: 12px 15px 12px 15px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
/* Red link */
.mw-content-ltr a .new {
color: red;
}
