Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
No edit summary
Blanked the page
Tags: Blanking Manual revert
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:


/* =========================
  ISOLATE TAB AREA FROM CITIZEN UI STYLING
========================= */
.subtab-isolated,
.subtab-isolated * {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}
/* =========================
  STOP CITIZEN "CARDIFYING" LINKS/SPANS
========================= */
.subtab-isolated a,
.subtab-isolated span {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}
/* =========================
  FORCE FLEX LAYOUT
========================= */
.subtab-isolated .subtab-list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: center;
    margin: 0;
    padding: 0;
}
/* =========================
  FORCE INLINE TAB LOOK
========================= */
.subtab-isolated .subtab-item {
    display: inline-flex !important;
    padding: 0.25em 0.6em;
    white-space: nowrap;
    background: transparent !important;
    border: none !important;
}
/* =========================
  ACTIVE TAB
========================= */
.subtab-isolated .subtab-item.active {
    font-weight: 600;
    border-bottom: 2px solid #36c;
}
/* =========================
  NUCLEAR OPTION (CITIZEN CARD KILLER)
  THIS is what removes blue boxes
========================= */
.mw-parser-output .subtab-isolated * {
    background: transparent !important;
}

Latest revision as of 18:28, 21 April 2026