Jump to content

MediaWiki:Vector.css: Difference between revisions

Cdjensen94
Cdjensen94 (talk | contribs) (Created page with "All CSS here will be loaded for users of the Vector skin: Apply navy & orange dark theme only to Special:Preferences: .page-Special_Preferences { Base Colors: --color-base: #001f3f; Navy base: --color-base-fixed: #001f3f; --color-base--hover: #002b5c; Darker Navy on hover: --color-emphasized: #ffffff; White for strong contrast: --color-subtle: #7f8c8d; Light gray for subtle text: --color-placeholder: #b0bec5;...")
 
Line 1,085: Line 1,085:
         margin: 10px 0;
         margin: 10px 0;
     }
     }
}
.wikitext {
background-color: #000F2F;
color: #FFFFFF;
}
}