434
editsUser:Crashaholic/vector.css (view source)
Revision as of 06:07, 10 September 2023
, 10 September 2023hmm yes
Crashaholic (talk | contribs) No edit summary |
Crashaholic (talk | contribs) (hmm yes) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
/*=== GENERAL CHANGES ===*/ | |||
html body { | html body { | ||
max-width: none; | max-width: none; | ||
} | } | ||
/*=== LIGHT MODE SPECIFIC ===*/ | |||
body.theme-dark-grey.theme-bg3-light .bg3wiki-tooltip-box.theme-bg3-light { | body.theme-dark-grey.theme-bg3-light .bg3wiki-tooltip-box.theme-bg3-light { | ||
Line 22: | Line 25: | ||
color: var(--fg-light) !important; | color: var(--fg-light) !important; | ||
} | } | ||
#mw-head .vector-menu-tabs li.selected.theme-bg3-light{ | |||
background: linear-gradient(var(--bg-main3),30%,var(--bg-main)); | |||
} | |||
/*=== CODEMIRROR ===*/ | |||
form .wikiEditor-ui .CodeMirror-line { | form .wikiEditor-ui .CodeMirror-line { |