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;...")
 
 
(5 intermediate revisions by the same user not shown)
Line 29: Line 29:


     /* Additional tweaks for form fields */
     /* Additional tweaks for form fields */
}
     .oo-ui-fieldLayout,
     .oo-ui-fieldLayout,
     .mw-htmlform-field-HTMLTextField,
     .mw-htmlform-field-HTMLTextField,
Line 126: Line 127:
         background-color: #ffb84d;
         background-color: #ffb84d;
     }
     }
}


:root, .skin-vector, .skin-invert, .notheme {
:root, .skin-vector, .skin-invert, .notheme {
Line 751: Line 751:
      
      
     /* ===== WikiEditor Monospace Font for Editing Area ===== */
     /* ===== WikiEditor Monospace Font for Editing Area ===== */
     .wikiEditor-ui .editor textarea {
     .wikiEditor-ui .editor textarea, textarea, .wikiEdtior-ui, .wikiEditor-ui-text, .editor {
         background-color: #001933; /* Dark Navy */
         background-color: #001933; /* Dark Navy */
        background: #001933; /* Dark Navy */
         color: #FFFFFF; /* White text */
         color: #FFFFFF; /* White text */
         border: 1px solid #FF851B; /* Orange border */
         border: 1px solid #FF851B; /* Orange border */