MediaWiki:Common.css: Difference between revisions

From Curie-ating Safety
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 17: Line 17:
     display: none;  
     display: none;  
}
}
#t-upload { display: none; }

Latest revision as of 00:30, 28 January 2026

/* CSS placed here will be applied to all skins */
#p-logo a {
    background-size: contain !important;
}
.mwe-math-element {
    background: transparent !important;
}

.MathJax_Display {
    background: transparent !important;
}

.draft-highlight {
    background-color: #FFFF99;
}
.tocnumber { 
    display: none; 
}
#t-upload { display: none; }