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


/* container */
.wt-tabs {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0.5rem;
    border-bottom: 1px solid #a2a9b1;
    margin-bottom: 1em;
    padding-bottom: 0.25em;
}
/* THIS is the real fix for "blue boxes" */
.wt-tabs a {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
    color: inherit !important;
}
/* optional hover */
.wt-tabs a:hover {
    background: rgba(54,108,204,0.08) !important;
    border-radius: 4px;
}

Latest revision as of 18:28, 21 April 2026