MediaWiki:Vector.css

From Cheese-E-Pedia
Revision as of 07:53, 5 February 2023 by The 64th Gamer (talk | contribs)

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* All CSS here will be loaded for users of the Vector skin */
#content { color: white; background-color: #1e2c4c !important; }
#bodyContent { color: white; background-color: #1e2c4c !important; }
#bodyContent h1{ color: white;}
#bodyContent h2{ color: white;}
#bodyContent h3{ color: white;}
#bodyContent h4{ color: white;}
#bodyContent h5{ color: white;}
#firstHeading { color: white; background-color: #1e2c4c !important; }
#catlinks { color: white; background-color: #1e2c4c !important; }
#p-navigation { color: white; background-color: #1e2c4c !important; }
#p-tb { color: white; background-color: #1e2c4c !important; }
#p-tb-label {{ color: white; background-color: #1e2c4c !important; }
#p-tb .body { color: white; background-color: #1e2c4c !important; }
#footer { color: white; background-color: #1e2c4c !important; }
#body { color: white; background-color: #1e2c4c !important; }
#toc { color: white; background-color: #1e2c4c !important; }

#mw-head-base { color: white; background-color: #1e2c4c !important; }
#mw-page-base { color: white; background-color: #1e2c4c !important; }
#mw-head { color: white; background-color: #1e2c4c !important; }
#mw-panel { color: white; background-color: #1e2c4c !important; }
#mw-body { color: white; background-color: #1e2c4c !important; }

.mw-page-container {background-color: #1e2c4c !important; }
.mw-ui-button { color: white; background-color: #1e2c4c !important; }
.mw-parser-output table.ambox { color: white; background-color: #1e2c4c !important; }

.tabber__tab { color: white !important;}

.tabber__tab[aria-selected='true'], .tabber__tab[aria-selected='true']:visited {color: #6796ff !important;}
#mw-body a { font-weight: bold; color: #6796ff !important; }
#mw-body a:link { font-weight: bold; color: #6796ff !important; } /* normal unvisited links */
#mw-body a:link:visited { font-weight: bold; color: #6796ff !important; } /* visited links */
#mw-body a:link:active { font-weight: bold; color: #008039 !important; } /* active links */
#mw-body a:link.new { color: #FF0000 !important; } /* new links */

textarea, pre, code, tt, .mw-code
{
font-family: Consolas,  DejaVu Sans Mono, Droid Sans Mono, Lucida Console, Courier New, monospace;
color: white !important;
background-color: #1e2c4c !important;
font-size: 110%;
}

    html,
    body {
    	position: relative;
    	margin-left: auto !important;
    	margin-right: auto !important;
    	max-width: 1280px;
        background-position: top left;
        background-repeat: repeat-x;
    	background-size: 100% 5em;
        background-image: url(/skins/Vector/images/page-fade.png);
        background-color: #f6f6f6;
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#ffffff),color-stop(100%,#f6f6f6));
        background-image: -webkit-linear-gradient(top,#ffffff 50%,#f6f6f6 100%);
        background-image: -moz-linear-gradient(top,#ffffff 50%,#f6f6f6 100%);
        background-image: linear-gradient(#ffffff 50%,#f6f6f6 100%);
    }