Difference between revisions of "User:Toeryn/vector.css"
Jump to navigation
Jump to search
Line 79: | Line 79: | ||
div.infobox, div.nav .box { | div.infobox, div.nav .box { | ||
background: #262626; | background: #262626; | ||
} | |||
.table.pve > :first-child > tr:first-child, .table.pve > tbody > tr.heading, .table.pve > :first-child > tr:first-child > *, .table.pve > tbody > tr.heading > * { | |||
background-color: #4a3200 !important; | |||
border-color: #cca352 !important; | |||
} | |||
.table.pve > tbody > tr:nth-child(2n+1), .table > tbody > tr.pve:nth-child(2n+1) { | |||
background-color: #ffb40a24; | |||
} | |||
.toc, .toccolours { | |||
border: 1px solid #a2a9b1; | |||
background-color: #3c3d3e7d; | |||
padding: 5px; | |||
font-size: 95%; | |||
} | } |
Revision as of 20:39, 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: #262626; } .table.pve > :first-child > tr:first-child, .table.pve > tbody > tr.heading, .table.pve > :first-child > tr:first-child > *, .table.pve > tbody > tr.heading > * { background-color: #4a3200 !important; border-color: #cca352 !important; } .table.pve > tbody > tr:nth-child(2n+1), .table > tbody > tr.pve:nth-child(2n+1) { background-color: #ffb40a24; } .toc, .toccolours { border: 1px solid #a2a9b1; background-color: #3c3d3e7d; padding: 5px; font-size: 95%; }