MediaWiki:Common.css: Difference between revisions

adding quick hack for TabberNeue bug
(Added styling for Ruby characters)
(adding quick hack for TabberNeue bug)
 
(16 intermediate revisions by 2 users not shown)
Line 1,205:
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;
}