MediaWiki:Common.js: Difference between revisions
Content deleted Content added
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 279:
})();
/*
.quiet-btn-wrapper {
display: inline-block !important;
padding: 0 !important;
}
/*
/* We use #mw-content-text to overpower default wiki styles */
.quiet-btn-wrapper a {▼
#mw-content-text .quiet-btn-wrapper a,
box-sizing: border-box;▼
/* 1. FORCE THE BOX SHAPE */
display: inline-block !important;
min-height: 32px !important;
padding: 6px 12px !important;
▲ box-sizing: border-box !important;
border-radius: 2px !important;
/* Typography */▼
border: 1px solid transparent !important;
/* 2. FORCE THE COLORS (Overrides the Blue Link) */
text-decoration: none !important;
background-image: none !important; /* Removes external link icon */
▲ background-color: #f8f9fa; /* Light gray background */
▲ color: #202122 !important; /* Dark gray/black text (forced) */
font-family: sans-serif !important;
font-weight: 700 !important;
}
/* HOVER EFFECT */
.quiet-btn-wrapper a:hover {
background-color: #eaecf0 !important;
color: #202122 !important;
text-decoration: none !important;
▲.quiet-btn-wrapper a:active {
▲.quiet-btn-wrapper a:focus {
}
| |||