MediaWiki:Common.css: Difference between revisions

adding quick hack for TabberNeue bug
No edit summary
(adding quick hack for TabberNeue bug)
 
(18 intermediate revisions by 2 users not shown)
Line 1,196:
 
body.page-Main_Page.action-view #siteSub, body.page-Main_Page.action-submit #siteSub { display: none; }
 
/* onlymobile, to display things only on mobile */
.onlymobile {
display: none;
}
 
/* Styling for Ruby characters */
ruby rt {
font-size: 65%;
}
 
/**************************************/
/* Classes to hide elements in mobile */
/* i.e. any display w/width < 1024px */
/**************************************/
 
@media only screen and (max-width: 1024px) {
.mobilehide {
display:none;
}
}
 
/* Widens DismissableSiteNotice */
.mw-dismissable-notice-body { margin: 0 !important; }
.mw-dismissable-notice-close { margin: 0.5rem !important; }
 
/* Temporary workaround for https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue/issues/46 */
.tabber__section pre {
display: none;
}