Difference between revisions of "MediaWiki:Common.css"

From Olekdia Wiki
Line 2: Line 2:
 
@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");
  
.ns-3000 #content, .ns-3001 #content { background-color: #f0f0ff; }
+
.ns-3000 #content, .ns-3001 #content { background-color: #f5f5ff; }
 +
.ns-3010 #content, .ns-3011 #content { background-color: #fff5ff; }
  
 
#ca-talk { display: none !important; }
 
#ca-talk { display: none !important; }

Revision as of 09:50, 9 January 2019

/* CSS placed here will be applied to all skins */
@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");

.ns-3000 #content, .ns-3001 #content { background-color: #f5f5ff; }
.ns-3010 #content, .ns-3011 #content { background-color: #fff5ff; }

#ca-talk { display: none !important; }