434
editsAd placeholder
User:Crashaholic/vector.css: Difference between revisions
Jump to navigation
Jump to search
User: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) |
||
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 12: | Line 15: | ||
body.theme-dark-grey.theme-bg3-light{ | body.theme-dark-grey.theme-bg3-light{ | ||
background: linear-gradient(var(--bg- | background: linear-gradient(var(--bg-main3) 80%, transparent); | ||
} | } | ||
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 { |