Jump to content

User:TheEeveeLovers/common.css

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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-image: linear-gradient(to right, #000000, #181818, #1b1b1b);
}


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, #0f0f0f);
        color: white;
        text-shadow: 1px 1px rgba(255,255,255,0.5), 2px 2px rgba(128,128,128,0.25), 3px 3px rgba(255,255,255,0.125);
}

<!-- #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-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);
     background-color: transparent !important;
     border-style: outset;
     box-shadow: 4px 4px 2px rgba(255,255,255,0.125) inset;
}

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

div.tabs {
     background-color: white;
}

.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);
}

.mw-logo-container {
     filter: invert(100%);
     background-color: transparent;
     background-image: none;
}

div.wikipediauserbox user-oops {
     background-color: white;
}

.vector-main-menu, .vector-pinnable-element, .mw-notification-content {
     color: white !important;
     background-color: transparent !important; 
}
*/