Jump to content

User:TheEeveeLovers/common.css

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by TheEeveeLovers (talk | contribs) at 19:02, 23 October 2022. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
body, head {
        background-color: black;
}


main#div.mw-page-container, div.mw-page-container, div.mw-content-container {
        background-color: transparent;
}

div.mw-content-ltr, .vector-sticky-header {
        background-color: #010101;
}

div.wikiEditor-ui, div.editOptions {
        background-color: #020202;
        color: white;
}

div#siteSub, tbody, textarea, pre, span {
        background-image: linear-gradient(to right, #030303, #080808);
}

<!-- #bd269c; -->

body {
    font-family: cursive;
}

html {
    font-family: cursive;
}

div {
    font-family: cursive;
}

main.mw-body,  .parsoid-body {
        font-family: fantasy;
}

.mw-body h1, .mw-body-content h1 {
        font-family: fantasy;
}

p, tbody, textarea, pre, h1, h2, h3, h4, h5, i, b, body, span {
     color: white;
}

a { 
     color: #4080ff;
}

a:visited {
     color: #574280;
}

.mw-highlight .k, .mw-highlight .nt , .mw-highlight .kc, .mw-highlight .nb {
     color: #00cc00;
}

.mw-highlight .c {
     color: #59b3b3;
}

.mw-highlight .mh, .mw-highlight .o, .mw-highlight .mi {
     color: #AAAAAA;
}

.mw-highlight .nd {
     color: #FF77FF;
}

.mw-highlight .s1, .mw-highlight .s {
    color: #ed2b2b;
}

.mw-logo-container {
     filter: invert(100%);
}

.mw-highlight .kt {
     color: #fc005d;    
}

.oo-ui-dropdownWidget-handle, .oo-ui-labelElement-label {
     color: white;
}

.vector-search-box-input {
     background-color: white;
}

span#ooui-1.oo-ui-labelElement-label {
     color: black;
}

.wikiEditor-ui-toolbar {
     background-image: linear-gradient(to right, white, #BBBBBB);
}

span.tab {
     background-color: white;
     color: black;
}

div.tabs {
     background-color: white;
}

td, .popup_mainlink a, .mw-notification, .oo-ui-messageWidget {
     background-color: white;
     color: black;
}

oo-ui-labelElement-label {
     background-color: transparent;
     color: black;
}

p {
     background-color: rgba(128,128,127,0.5);
}