Difference between revisions of "MediaWiki:Common.css"

From Olekdia Wiki
Line 17: Line 17:
 
/*#p-banner { display: none !important; }*/
 
/*#p-banner { display: none !important; }*/
  
body { font-family: sans-serif !important;; }
+
body {  
 +
font-family: sans-serif !important;  
 +
line-height: 1.6;  
 +
}

Revision as of 22:01, 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-4000 #content, .ns-4001 #content { background-color: #e2d2c6; }

.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-2 #p-logo a, .ns-4 #p-logo a, .ns-6 #p-logo a, .ns-8 #p-logo a, .ns-12 #p-logo a, .ns-14 #p-logo a, .ns-4000  #p-logo a { background-image: url(./a/olekdia/wiki_resources/olekdia_logo.png) !important; }

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

body { 
font-family: sans-serif !important; 
line-height: 1.6; 
}