🏳️‍🌈Happy pride month to all ppl.🏳️‍⚧️ --Screamer1234 (talk) 17:03, 31 May 2024 (MST)

User:Carsonlee0205/darkvector.css: Difference between revisions

From Screamer Wiki
Jump to: navigation, search
No edit summary
No edit summary
Line 54: Line 54:
.oo-ui-window-body {
.oo-ui-window-body {
color: darkblue; !important
color: darkblue; !important
}
a[href$=":Carsonlee0205"], a[href$="/Carsonlee0205"]{
    font-weight:italic;
    color: blue !important;
}
}

Revision as of 17:00, 26 July 2023

body,h1,h2{
font-family:times new roman!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0000FF
}

div.mw-number-text {
    color: #00F0FF !important;
}

div.mw-number-text h3 {
    color: #F000FF !important;
}

hr {
    color: #222;
}

pre {
    color: #1080FF;
    background-color: #0050FF;
    border: none;
}

.CodeMirror,
.mw-code,
.wikiEditor-ui-toolbar {
    color: #0000FF !important;
    background-color: #4C4C4C !important;
    border: none;
}

.doc {
    background: transparent;
}

.CategoryTreeToggle {
    color: #e87057;
}

.editOptions {
    color: #8080FF;
    background-color: #00000F;
    border-color: #000044;
}

.oo-ui-window-body {
	color: darkblue; !important
}

a[href$=":Carsonlee0205"], a[href$="/Carsonlee0205"]{
    font-weight:italic;
    color: blue !important;
}