MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→CSS placed here will be applied to all skins: .glowbox { display:inline-block!important; box-shadow:0px 0px 5px 5px #ed2a54; } nav#p-namespaces { margin-left: 1em !important; } .displaynone { display: none !important; } .is-wikipatron { color: red !important; } .is-ultimapatron { color: blue !important; } .is-warrioroflight { color: gold !important; } →<nowiki>: →* FONTS *: @font-face { font-family: "EasonPro"; src: url("https://d1h9a8s8e..." |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* make the loading indicator invisible */ | |||
.mw-indicators { | |||
display: none; | |||
} | |||
/* old Common.css code */ | |||
.glowbox { | .glowbox { | ||
display:inline-block!important; | display:inline-block!important; |