MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* ========================= | /* ========================= | ||
KILL CITIZEN LINK CARD STYLING | |||
ONLY inside subtabs | |||
========================= */ | ========================= */ | ||
.mw-subtabs | .mw-subtabs a { | ||
background: transparent !important; | background: transparent !important; | ||
box-shadow: none !important; | box-shadow: none !important; | ||
border: none !important; | border: none !important; | ||
padding: 0 !important; | |||
border-radius: 0 !important; | |||
display: inline !important; | |||
display: | |||
} | } | ||
/* | /* override ANY mw-parser-output link styling */ | ||
.mw-parser-output .mw-subtabs a { | |||
background: transparent !important; | |||
.mw- | box-shadow: none !important; | ||
padding: 0 !important; | |||
padding: 0; | |||
} | } | ||
/* | /* safety: stop "link as pill button" behavior */ | ||
.mw-subtabs a:hover { | |||
background: rgba(54,108,204,0.08) !important; | |||
.mw- | |||
border-radius: 4px; | border-radius: 4px; | ||
} | } | ||
Revision as of 16:20, 21 April 2026
/* =========================
KILL CITIZEN LINK CARD STYLING
ONLY inside subtabs
========================= */
.mw-subtabs a {
background: transparent !important;
box-shadow: none !important;
border: none !important;
padding: 0 !important;
border-radius: 0 !important;
display: inline !important;
}
/* override ANY mw-parser-output link styling */
.mw-parser-output .mw-subtabs a {
background: transparent !important;
box-shadow: none !important;
padding: 0 !important;
}
/* safety: stop "link as pill button" behavior */
.mw-subtabs a:hover {
background: rgba(54,108,204,0.08) !important;
border-radius: 4px;
}