Jump to content

MediaWiki:Common.css: Difference between revisions

From Costa Sano MediaWiki
Tag: Recreated
 
No edit summary
Tag: Reverted
Line 18: Line 18:
.ns-0 .mw-content-container {
.ns-0 .mw-content-container {
     max-width: none !important;
     max-width: none !important;
}
/* ============================================================
  PAGE FORMS – MANDATORY FIELD VISIBILITY (DARK UI)
  ============================================================ */
.skin-vector-2022 .pfMandatoryField input,
.skin-vector-2022 .pfMandatoryField textarea,
.skin-vector-2022 .pfMandatoryField select {
    background-color: #2b2b2b !important;
    color: #ffffff !important;
    border: 2px solid #e5533d !important;
}
}

Revision as of 16:14, 16 February 2026

/* CSS placed here will be applied to all skins */

/* ============================================================
   ANONYMOUS USER INTERFACE CLEANUP
   ============================================================ */

/* Hide the top toolbar for anonymous users in Main namespace */
.ns-0 .vector-page-toolbar {
    display: none !important;
}

/* Hide the right column tools for anonymous users */
.ns-0 .vector-column-end {
    display: none !important;
}

/* Full-width layout for anonymous users */
.ns-0 .mw-content-container {
    max-width: none !important;
}

/* ============================================================
   PAGE FORMS – MANDATORY FIELD VISIBILITY (DARK UI)
   ============================================================ */

.skin-vector-2022 .pfMandatoryField input,
.skin-vector-2022 .pfMandatoryField textarea,
.skin-vector-2022 .pfMandatoryField select {
    background-color: #2b2b2b !important;
    color: #ffffff !important;
    border: 2px solid #e5533d !important;
}