MediaWiki:Common.js: Difference between revisions

Content deleted Content added
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 279:
})();
 
/* ForceStyle the wrapperSPAN toas handlethe button layoutcontainer */
.quiet-btn-wrapper {
background-color: #f8f9fa !important;
border-radius: 2px !important;
font-sizepadding: 14px0 !important; /* 0.875remReset padding */
display: inline-block !important;
paddingborder: 01px !importantsolid transparent;
}
 
/* TargetStyle the linkLINK insideto withfill Maximumthe Prioritycontainer */
.quiet-btn-wrapper a, {
/* We use #mw-content-text to overpower default wiki styles */
display: block !important; /* Fill the span */
#mw-content-text .quiet-btn-wrapper a,
padding: 6px 12px !important; /* Padding goes here */
.quiet-btn-wrapper a,
.quiet-btn-wrapper a.external {
/*color: 1.#202122 FORCE!important; /* THEForce BOXBlack SHAPEText */
displayfont-size: inline-block14px !important;
minfont-heightweight: 32px700 !important;
padding: 6px 12px !important;
box-sizing: border-box !important;
border-radius: 2px !important;
border: 1px solid transparent !important;
/* 2. FORCE THE COLORS (Overrides the Blue Link) */
background-color: #f8f9fa !important;
color: #202122 !important;
text-decoration: none !important;
background-image: none !important; /* Removes externalEnsure link iconhas no bg of its own */
/* 3. FONTS */
font-family: sans-serif !important;
font-size: 14px !important; /* 0.875rem */
font-weight: 700 !important;
line-height: 1.4 !important;
}
 
/* Hover effects - We target the wrapper hovering, then change the link inside */
/* HOVER EFFECT */
#mw-content-text .quiet-btn-wrapper a:hover, {
.quiet-btn-wrapper a:hover {
background-color: #eaecf0 !important;
color: #202122 !important;
text-decoration: none !important;
}