Difference between revisions of "MediaWiki:Common.css"

From BlackHelix
Jump to navigationJump to search
m
m
Line 2: Line 2:
  
 
body{
 
body{
   background-image:none;
+
   background:black url(/img/BH_BG.jpg) no-repeat;
  background-color:#000000;
 
 
}
 
}
  

Revision as of 13:44, 16 February 2011

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

body{
   background:black url(/img/BH_BG.jpg) no-repeat;
}

h5
{
   color:white;
   text-transform: uppercase; 
}