Ad placeholder

User:Crashaholic/vector.css: Difference between revisions

Jump to navigation Jump to search
hmm yes
No edit summary
(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-dark) 80%, transparent);
   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 {

Navigation menu