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
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:


/* =========================
  HARD RESET (Citizen override neutralizer)
========================= */
.subtab-wrapper,
.subtab-list,
.subtab-item {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}
/* =========================
  FLEX CONTAINER
========================= */
.subtab-list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0;
    padding: 0;
    align-items: center;
}
/* =========================
  TAB ITEMS
========================= */
.subtab-item {
    display: inline-flex !important;
    padding: 0.25em 0.6em;
    border-radius: 4px;
    white-space: nowrap;
    color: inherit;
}
/* LINKS INSIDE WIKITEXT */
.subtab-item a {
    text-decoration: none;
    color: inherit;
}
/* =========================
  ACTIVE TAB
========================= */
.subtab-item.active {
    font-weight: 600;
    border-bottom: 2px solid #36c;
}
/* =========================
  HOVER
========================= */
.subtab-item:hover {
    background: rgba(54,108,204,0.08) !important;
}
/* =========================
  FINAL SAFETY NET
========================= */
.subtab-list > * {
    background: transparent !important;
}

Latest revision as of 18:28, 21 April 2026