MediaWiki:Common.css

From Regisfall Wiki
Revision as of 23:51, 6 October 2017 by Daroth (talk | contribs)
Jump to: navigation, search

Note: 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 */

#bodyContent { background-color: #23262d; }
#content { background-color: #23262d; }
#firstHeading { background-color: #23262d; }

#mw-head-base { background-color: #272a2d; }
#catlinks { background-color: #23262d; }
#mw-panel { background-color: #272a2d; }

#p-logo { 
background-color: #272a2d; 
border-style: none;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: -12px;
padding-right: 10px;
padding-left: 10px; }

#p-navigation { background-color: #272a2d; }
#p-tb { background-color: #272a2d; }
#p-tb-label { background-color: #272a2d; }
#footer { background-color: #272a2d; }

/* standard link colors */
.mw-body-content a:link { color: #c96400; } /* normal unvisited links */
.mw-body-content a:link:visited { color: #c96400; } /* visited links */
.mw-body-content a:link:active { color: #c96400; } /* active links */
.mw-body-content a:link.new { color: #c96400; } /* new links */
.mw-body-content a:link.interwiki { color: #c96400; } /* interwiki links */
.mw-body-content a:link.external { color: #c96400; } /* external links */
.mw-body-content a:link.stub { color: #c96400; } /* hovered links */

.mw-body-content a:link {color: #c96400}
.mw-body-content a:visited {color: #c96400}
.mw-body-content a:hover {color: #ad5600}
.mw-body-content a:active {color: #ad5600}

.mw-body-content a.mw-redirect {color:#c96400}
.mw-body-content a.mw-redirect:visited {color:#c96400}
.mw-body-content a.external {color: #c96400}
.mw-body-content a.external:visited {color: #c96400}

body { background-color: #272a2d; }
div.vectortabs { color: #272a2d; }

#content { color: #fcfcfc; }
#content p { color: #fcfcfc; }
#content h1 { color: #ffffff; }
#content h2 { color: #ffffff; }
#content h3 { color: #ffffff; }
#content h4 { color: #ffffff; }
#content h5 { color: #ffffff; }
body { color: #fcfcfc; }