Jump to content

User:TheEeveeLovers/common.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Complete Recoloring
mNo edit summary
Line 8: Line 8:
}
}


div.mw-content-ltr {
div.mw-content-ltr {
background-color: #010101;
background-color: #010101;
}
}
Line 84: Line 84:


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

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

Revision as of 19:55, 22 October 2022

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 {
        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 {
     color: white;
}

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