Difference between revisions of "User:Toeryn/vector.css"
Jump to navigation
Jump to search
Line 44: | Line 44: | ||
a { | a { | ||
color: #97baf4; | color: #97baf4; | ||
} | |||
a:visited { | |||
color: #8987c8; | |||
} | } | ||
Line 54: | Line 58: | ||
div#mw-head ul.vector-menu-content-list > li.selected { | div#mw-head ul.vector-menu-content-list > li.selected { | ||
background-color: #03434a; | background-color: #03434a; | ||
} | |||
.table.mech2 > :first-child > tr:first-child, .table.mech2 > tbody > tr.heading, .table.mech2 > :first-child > tr:first-child > *, .table.mech2 > tbody > tr.heading > * { | |||
background-color: #055555 !important; | |||
border-color: #29a3a3 !important; | |||
} | |||
.table.mech2 > tbody > tr:nth-child(2n+1), .table > tbody > tr.mech2:nth-child(2n+1) { | |||
background-color: #1c2d2d; | |||
} | |||
div.nav.duty .heading, div.nav.duty .subheading { | |||
background-color: #000; | |||
} | |||
div.nav.duty .heading, div.nav.duty .subheading { | |||
background-color: #000; | |||
} | |||
div.infobox, div.nav .box { | |||
background: #055555; | |||
} | } |
Revision as of 18:11, 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; } a:visited { color: #8987c8; } .usermessage, .warningbox { background-color: #6a4e1f; border: 1px solid #ffa500; color: #e3e1e1; } div#mw-head ul.vector-menu-content-list > li.selected { background-color: #03434a; } .table.mech2 > :first-child > tr:first-child, .table.mech2 > tbody > tr.heading, .table.mech2 > :first-child > tr:first-child > *, .table.mech2 > tbody > tr.heading > * { background-color: #055555 !important; border-color: #29a3a3 !important; } .table.mech2 > tbody > tr:nth-child(2n+1), .table > tbody > tr.mech2:nth-child(2n+1) { background-color: #1c2d2d; } div.nav.duty .heading, div.nav.duty .subheading { background-color: #000; } div.nav.duty .heading, div.nav.duty .subheading { background-color: #000; } div.infobox, div.nav .box { background: #055555; }