Difference between revisions of "User:Toeryn/vector.css"
Jump to navigation
Jump to search
(Created page with "body { background: #313030;; color: white; } .vector-menu-content-list > li > a { color: #e3e1e1 !important; } .mw-body { background: #313030; color: #e3e1e1 !...") |
|||
Line 15: | Line 15: | ||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
color: #e3e1e1 !important; | color: #e3e1e1 !important; | ||
} | |||
.mw-code, code, .mw-editfont-monospace { | |||
background: #4d4b4b; | |||
color: #e3e1e1 !important; | |||
} | |||
.editOptions { | |||
background: #393939; | |||
color: #e3e1e1 !important; | |||
} | |||
.oo-ui-textInputWidget .oo-ui-inputWidget-input { | |||
background: #4d4b4b; | |||
color: #e3e1e1 !important; | |||
} | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button { | |||
background: #4d4b4b; | |||
color: #e3e1e1 !important; | |||
} | |||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { | |||
background: ##04044a; | |||
color: #e3e1e1 !important; | |||
} | |||
a { | |||
color: #97baf4; | |||
} | |||
.usermessage, .warningbox { | |||
background-color: #6a4e1f; | |||
border: 1px solid #ffa500; | |||
color: #e3e1e1; | |||
} | |||
div#mw-head ul.vector-menu-content-list > li.selected { | |||
background-color: #03434a; | |||
} | } |
Revision as of 18:05, 26 November 2021
body { background: #313030;; color: white; } .vector-menu-content-list > li > a { color: #e3e1e1 !important; } .mw-body { background: #313030; color: #e3e1e1 !important; } h1, h2, h3, h4, h5, h6 { color: #e3e1e1 !important; } .mw-code, code, .mw-editfont-monospace { background: #4d4b4b; color: #e3e1e1 !important; } .editOptions { background: #393939; color: #e3e1e1 !important; } .oo-ui-textInputWidget .oo-ui-inputWidget-input { background: #4d4b4b; color: #e3e1e1 !important; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button { background: #4d4b4b; color: #e3e1e1 !important; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { background: ##04044a; color: #e3e1e1 !important; } a { color: #97baf4; } .usermessage, .warningbox { background-color: #6a4e1f; border: 1px solid #ffa500; color: #e3e1e1; } div#mw-head ul.vector-menu-content-list > li.selected { background-color: #03434a; }