Difference between revisions of "MediaWiki:Common.css"

From BlackHelix
Jump to navigationJump to search
m (co)
 
m
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
body{
 
body{
   background-image:none;
+
   background:black url(/img/BH_BG.jpg) no-repeat;
   background-color:#000000;
+
}
 +
 
 +
h5
 +
{
 +
   text-transform: uppercase;  
 
}
 
}

Latest revision as of 22:12, 1 March 2011

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

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

h5
{
   text-transform: uppercase; 
}