Difference between revisions of "MediaWiki:Common.css"
From Olekdia Wiki
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | |||
+ | /* Use awesomefont */ | ||
@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css"); | @import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css"); | ||
+ | /* Colors of namespaces */ | ||
.ns-3000 #content, .ns-3001 #content { background-color: #f5f5ff; } | .ns-3000 #content, .ns-3001 #content { background-color: #f5f5ff; } | ||
.ns-3010 #content, .ns-3011 #content { background-color: #fff5ff; } | .ns-3010 #content, .ns-3011 #content { background-color: #fff5ff; } | ||
+ | /* Remove talk tab */ | ||
#ca-talk { display: none !important; } | #ca-talk { display: none !important; } |
Revision as of 09:53, 9 January 2019
/* CSS placed here will be applied to all skins */ /* Use awesomefont */ @import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css"); /* Colors of namespaces */ .ns-3000 #content, .ns-3001 #content { background-color: #f5f5ff; } .ns-3010 #content, .ns-3011 #content { background-color: #fff5ff; } /* Remove talk tab */ #ca-talk { display: none !important; }