Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 125: Line 125:
     --color-progressive: #ff851b; /* Bright Orange */
     --color-progressive: #ff851b; /* Bright Orange */
     --color-destructive: #ff4500; /* Burnt Orange */
     --color-destructive: #ff4500; /* Burnt Orange */
 
}
     /* Additional tweaks for form fields */
     /* Additional tweaks for form fields */
     .oo-ui-fieldLayout,
     .oo-ui-fieldLayout,
Line 224: Line 224:
         background-color: #ffb84d;
         background-color: #ffb84d;
     }
     }
}


:root, .skin-vector, .skin-invert, .notheme {
:root, .skin-vector, .skin-invert, .notheme {
Line 489: Line 488:
     line-height: 1.5;
     line-height: 1.5;
     overflow-x: auto;                          /* Horizontal scroll if needed */
     overflow-x: auto;                          /* Horizontal scroll if needed */
}
}
     #pt-userpage a:hover,
     #pt-userpage a:hover,
     #pt-mytalk a:hover,
     #pt-mytalk a:hover,
Line 875: Line 874:
      
      
     /* ===== WikiEditor Monospace Font for Editing Area ===== */
     /* ===== WikiEditor Monospace Font for Editing Area ===== */
     .wikiEditor-ui .editor textarea {
     .wikiEditor-ui .editor textarea, textarea {
         background-color: #001933; /* Dark Navy */
         background-color: #001933; /* Dark Navy */
         color: #FFFFFF; /* White text */
         color: #FFFFFF; /* White text */
Line 1,423: Line 1,422:
/* Footer */
/* Footer */
.mw-footer {
.mw-footer {
    flex: 0 0 auto;
     background-color: var(--color-medium-gray);
     background-color: var(--color-medium-gray);
     text-align: center;
     text-align: center;