MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Tag: Reverted
Line 929:
body.skin-minerva #footer-places-disclaimers {
display: inline-block !important;
}
 
/* ======================================================= */
/* Custom CSS for Template:Show compact mode */
/* ======================================================= */
 
 
/* When the container is OPEN (not collapsed), hide the "Show/More" button. */
.mw-collapsible:not(.mw-collapsed) .mw-compact-show {
display: none !important;
}
 
/* Make sure the toggles look like links */
.mw-compact-show, .mw-compact-hide {
cursor: pointer;
color: #0645ad; /* Standard MediaWiki Link Color */
}
 
/* Ensure the wrapper behaves like a text span in compact mode */
.mw-compact-toggle {
display: inline !important;
}