MediaWiki:Common.css

From Card Hunter Wiki
(Difference between revisions)
Jump to: navigation, search
Line 9: Line 9:
  
 
/* These should not be here and its here as a quick hack to resolve formatting, push to skin css when possible*/
 
/* These should not be here and its here as a quick hack to resolve formatting, push to skin css when possible*/
#catlinks {
+
#catlinks { background-color: rgb(24, 24, 24); border-color: rgb(8, 8, 8); }
    background-color: rgb(24, 24, 24);
+
    border-color: rgb(8, 8, 8);
+
}
+
  
 
a.new:link { color: rgb(166, 50, 50);}
 
a.new:link { color: rgb(166, 50, 50);}
Line 25: Line 22:
 
div#mw-panel div.portal div.body ul li a:visited { color: rgb(50, 131, 204); }
 
div#mw-panel div.portal div.body ul li a:visited { color: rgb(50, 131, 204); }
 
div#mw-panel div.portal h5 { color: rgb(179, 128, 0); }
 
div#mw-panel div.portal h5 { color: rgb(179, 128, 0); }
pre { background:transparent; color:white;}
+
pre { background:transparent; color: rgb(224, 224, 224);}

Revision as of 00:25, 7 February 2013

/* CSS placed here will be applied to all skins */

div.printfooter {
     display: none;
}

/* Default tables are white; white is bad. */
table { background-color: transparent; }

/* These should not be here and its here as a quick hack to resolve formatting, push to skin css when possible*/
#catlinks { background-color: rgb(24, 24, 24); border-color: rgb(8, 8, 8); }

a.new:link { color: rgb(166, 50, 50);}
a.new:visited { color: rgb(166, 50, 50); }
a:link { color: rgb(90, 147, 204);}
a:visited { color: rgb(50, 131, 204); }

div#content ul li a { color: rgb(90, 147, 204); }
div#content ul li a:visited { color: rgb(50, 131, 204); }
div.vectorTabs li a { color: rgb(90, 147, 204); }
div#mw-panel div.portal div.body ul li a { color: rgb(90, 147, 204); }
div#mw-panel div.portal div.body ul li a:visited { color: rgb(50, 131, 204); }
div#mw-panel div.portal h5 { color: rgb(179, 128, 0); }
pre { background:transparent; color: rgb(224, 224, 224);}
      
Personal tools
Namespaces

Variants
Actions
Navigation
Tools