MediaWiki:Common.css
From NFL Wiki, the unofficial wiki of the National Football League.
Jump to navigationJump to searchNote: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Fira+Sans&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
firstHeading {font-family: "Fira Sans", sans-serif; font-weight:bold;}
div#globalWrapper {background-color:#FFFFFF;}
#siteSub { display:block; }
/* Action tabs */
#p-cactions .pBody .selected, #p-cactions .pBody li:not(.selected),
#p-cactions .pBody .selected > a, #p-cactions .pBody li:not(.selected) > a,
#column-one .portlet:not(#p-cactions):not(#p-personal):not(#p-logo) .pBody {
background: #ffffff;
border-color: #ED1C24;
color: #002961;
}
#p-cactions .pBody li:not(.selected),
#p-cactions .pBody li:not(.selected) > a,
.portlet:not(#p-cactions):not(#p-personal):not(#p-logo) .pBody {
background: #002961;
border-color: #002961;
color: #ccc;
}
/* Article content */
div#content {
background: #FFFFFF;
border: 2px solid #ED1C24;
color: #000000;
}
/*** FOOTER ***/
.skin-monobook div#footer {
background: #222;
border-color: #555;
color: #ccc;
}
/* Article and section titles */
.skin-monobook h1, .skin-monobook h2, .skin-monobook h3,
.skin-monobook h4, .skin-monobook h5, .skin-monobook h6 {
text-shadow: 1px 1px #aaaaaa;
color: #000000;
border-color: #ED1C24;
font-family: "Fira Sans";
}
/* Sidebar Transparency & Header Styling */
{
background: #002961;
color: #ccc;
font-weight:bold;
}
/* links */
body a:link, #bodyContent a.external, #p-personal li a:link, #p-personal li a.new:link { color: #0645AD; }
body a:visited, #p-personal li a:visited, #p-personal li a.new:visited { color: #0645AD; }
body a:active, #p-personal li a:active, #p-personal li a.new:active { color: #ff5656; }
body a, #bodyContent a.external, #p-personal li a, #p-personal li a.new { text-decoration: none;
margin: -3px; padding: 0 3px; }