Difference between revisions of "MediaWiki:Common.css"

From Olekdia Wiki
Line 7: Line 7:
 
.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; }
 +
.ns-3000 #p-logo a { background-image: url(./a/olekdia/wiki_resources/magic_intuition_logo.png) !important; }
 
.ns-3010 #p-logo a { background-image: url(./a/olekdia/wiki_resources/time_planner_logo.png) !important; }
 
.ns-3010 #p-logo a { background-image: url(./a/olekdia/wiki_resources/time_planner_logo.png) !important; }
  
 
/* Remove talk tab */
 
/* Remove talk tab */
 
#ca-talk { display: none !important; }
 
#ca-talk { display: none !important; }

Revision as of 15:59, 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; }
.ns-3000 #p-logo a { background-image: url(./a/olekdia/wiki_resources/magic_intuition_logo.png) !important; }
.ns-3010 #p-logo a { background-image: url(./a/olekdia/wiki_resources/time_planner_logo.png) !important; }

/* Remove talk tab */
#ca-talk { display: none !important; }