Difference between revisions of "MediaWiki:Common.css"

From BlackHelix
Jump to navigationJump to search
m (co)
 
m
Line 4: Line 4:
 
   background-image:none;
 
   background-image:none;
 
   background-color:#000000;
 
   background-color:#000000;
 +
}
 +
 +
h5
 +
{
 +
  color:white;
 +
  text-transform: uppercase;
 
}
 
}

Revision as of 09:25, 16 February 2011

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

body{
   background-image:none;
   background-color:#000000;
}

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