|
|
| Line 1: |
Line 1: |
| (function() {
| | div#content,#mw-page-base,body{background:#222;color:#DBDBDB;} |
| var css = "body {\n background: #111 fixed no-repeat !important;\n }\n .pBody {\n background-color: #999999 !important;\n border-color: #FFFFFF !important;\n }\n #mw-page-base {\n background: transparent !important;\n }\n #left-navigation > .vectorTabs,\n #right-navigation > .vectorTabs {\n border-left: 1px white solid !important;\n border-top: 1px white solid !important;\n }\n .vectorTabs li {\n border-bottom: 1px rgb(167, 215, 249) solid !important;\n }\n .vectorTabs li.selected {\n border-bottom: none !important;\n }\n #content {\n background-color: #000000 ! important;\n background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAH0CAYAAAFgDcwCAAAABGdBTUEAALGPC/xhBQAAAAZiS0dEAAAAAAAA+UO7fwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9YHBhcnB8IwRG0AAAAddEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIFRoZSBHSU1Q72QlbgAAA4BJREFUWMPVlkkS4zAIRR8q3apz/2Pp90KAQHay6F1vUnaMGf6AzOfz0ZDE0BJDiMftWowlMRCMpcUQMJDidsVr/l9muX4yTiyGdr54wM4shhYet1gM1s+k33+ihg+zPPPKsbjeQIwVTQJoALz98PnzR9FkTr5gwPIs39HIiXZwQrcnJ4EVjsvuirzdqahzfEVop1+JRmdVRJaDQUHtgKj1I33eYoa+QkcRXGqILMnpbz+IEN1XEbc1SQsGHDDj4ExPmoVeapxg70otGDFYrQNZMqhWqITQUqFW9553JyVdkT13wEqq0/Od/pAMAztetUjVEZf0gLiA89JzGdrSzonVRS08Ia7pnxLYXvzlxh82/XxUEToMZuOUrqx32luzw0LLcuKsS9TRtaYre1L2aPzq73Bpra7kKjlxpQOCZBdSS2pFzzzEf1Xz2ai3ZfKOhpAHl/Q66DawRbMkd1fX0y6p3oGZai9KLulcWvF+s0EpLnvye0uFql276UmSOz2vI+j48uWWF9i/yafSGOgWpq927fJl0+m1T3Woxdoeuul56r7K8cWIFwEXta9quuzXsdelnCe/d757+wQBFWcYZi+Id4T88PuXVfWPP/b5fJRQEQraa8bABJMFuXz3xsBIpaWo0hYJXTrolAAmMhJUxx6Sk/wYNDPm/h5wbveWsh08W8+txACLWrv+BIERCf0twyfNM095aMjJ3tSbP8paMddUjlPRyOqnVYtzRe11L79rqU9Rm9+1OI/6RQJ1UBXAClSjMQvApUctfz0Pqt7zDtZB1asngyvaMKY1MAMxBTsW2pfBjG/mQV6YK+HLyIJ5+DIwLPDR8dIsyrzy1CmcnS1sFdEWBusUoRZrYpP9EGSlIKTeWc7gowTthFOh+d2pNb526ln4UgeqeFBlQF2CdDQOF1VRaasTI45zCz7HVnWl8NC8/Cwpn2kqUqfy7mtHvdWpzVtFI5F3U28dmpfI81uXAPazQcRsaYmBWV0OVloNx037bk9VeN3mT1+Enp2UWfSz5yoG2euvOEWZ+Qg7cW796NZ8ez3s6QstYUnkVfahS7421nd4LBCMGYvxbOPwaX/UPthPsN2r+8xlsWnFLdpYRMNiZLmvypLRo+ckLo+bdC6vtdrC18MyB17lYVeOv+T9+EsPDx5/+TiGzraZ1zhF/AMZqmrZDywu3o+S//DiL8I3SAdWJIHQAAAAAElFTkSuQmCC') !important; \n background-repeat: repeat-x !important;\n background-attachment: fixed !important;\n color: white !important;\n }\n table {\n background-color: transparent !important;\n color: white !important;\n }\n #toc, .toc, .mw-warning {\n background-color: #333333 !important;\n }\n h1,h2,h3,h4,h5 {\n color: white !important;\n }\n div.tright {\n border-color: transparent !important;\n }\n div.tright > div {\n background-color: #333333 !important;\n }\n .thumbcaption {\n background-color: #000000 !important;\n }\n blockquote {\n background-color: transparent !important;\n }\n *[class*=\"ns-\"] dl {\n background-color: #222222 !important;\n }\n #mw-head.noprint {\n background-color: #000000 !important;\n }\n div#mw-content-text {\n background-color: transparent !important;\n }\n div.vectorTabs,\n div.vectorTabs ul,\n div.vectorTabs ul li {\n background-image: none !important;\n background-color: #333333 !important;\n }\n div.vectorTabs li.selected a {\n color: #CCCCCC !important;\n }\n a:link {\n color: #33B5E5 !important;\n }\n a:visited {\n color: #0385B5 !important;\n }\n a.new {\n color: #AA0000 !important;\n }";
| | div.vectorTabs li.selected{background:#222!important;} |
| if (typeof GM_addStyle != "undefined") {
| | div#footer ul li{color:#CCC;} |
| GM_addStyle(css);
| | a:visited{color:#0385B5!important;} |
| } else if (typeof PRO_addStyle != "undefined") {
| | table.wikitable{color:#DBDBDB;} |
| PRO_addStyle(css);
| | legend{color:#CDA354!important;} |
| } else if (typeof addStyle != "undefined") { | | h1,h2,h3,h4,h5,h{color:#DBDBDB;} |
| addStyle(css);
| | strong.selflink{color:#FFD500!important;} |
| } else {
| | div[class*='mw-customtoggle-'],div.vectorTabs li,div#preferences,table,#toc{background:#333!important;} |
| var node = document.createElement("style");
| | div.vectorTabs li span,a:link{color:#CC8453!important;} |
| node.type = "text/css";
| | a.new{color:#A00!important;} |
| node.appendChild(document.createTextNode(css));
| | div#catlinks,#preftoc li.selected a{background:#333;} |
| var heads = document.getElementsByTagName("head");
| | th,table#collapsibleTable0,td,tr,tbody{background:inherit!important;} |
| if (heads.length > 0) {
| | .editOptions{background:inherit!important;} |
| heads[0].appendChild(node);
| |
| } else {
| |
| // no head yet, stick it whereever
| |
| document.documentElement.appendChild(node);
| |
| }
| |
| }
| |
| })();
| |
Revision as of 07:44, 14 June 2014
div#content,#mw-page-base,body{background:#222;color:#DBDBDB;}
div.vectorTabs li.selected{background:#222!important;}
div#footer ul li{color:#CCC;}
a:visited{color:#0385B5!important;}
table.wikitable{color:#DBDBDB;}
legend{color:#CDA354!important;}
h1,h2,h3,h4,h5,h{color:#DBDBDB;}
strong.selflink{color:#FFD500!important;}
div[class*='mw-customtoggle-'],div.vectorTabs li,div#preferences,table,#toc{background:#333!important;}
div.vectorTabs li span,a:link{color:#CC8453!important;}
a.new{color:#A00!important;}
div#catlinks,#preftoc li.selected a{background:#333;}
th,table#collapsibleTable0,td,tr,tbody{background:inherit!important;}
.editOptions{background:inherit!important;}