Jump to content

MediaWiki:Vector.css: Difference between revisions

No edit summary
No edit summary
 
(3 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 */
Line 1,085: Line 1,086:
         margin: 10px 0;
         margin: 10px 0;
     }
     }
}
.mw-editfont-monospace {
background-color: #000F2F;
color: #FFFFFF;
}
}