Difference between revisions of "MediaWiki:Common.css"

(Created page with "body { background-color:gray; }")
 
Line 1: Line 1:
 +
/* CSS placed here will be applied to all skins */
 
body
 
body
 
{
 
{
background-color:gray;
+
background-color:blue;
 +
}
 +
h1
 +
{
 +
background-color:blue;
 +
}
 +
p
 +
{
 +
background-color:blue;
 
}
 
}

Revision as of 17:04, 8 July 2013

/* CSS placed here will be applied to all skins */
body
{
background-color:blue;
}
h1
{
background-color:blue;
}
p
{
background-color:blue;
}