MediaWiki:Common.css: Difference between revisions

adding quick hack for TabberNeue bug
No edit summary
(adding quick hack for TabberNeue bug)
 
(34 intermediate revisions by 4 users not shown)
Line 1:
/* From here until next line marked NO DAN, is the custom CSS*/
 
body{
color: #5eddec;
 
#mw-body{
color: rgba(255,255,255, 0.75)
 
#mw-page-base {
color: #b4eefa;
 
/* NO DAN */
/* Reset italic styling set by user agent */
cite, dfn {
Line 1,206 ⟶ 1,191:
@media screen {
#siteSub {
display: blocknone;
}
 
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;
}