Actions

MediaWiki

Difference between revisions of "Common.css"

From Conflict of Nations Wiki

Line 3: Line 3:
 
h1{
 
h1{
 
   font-family: Verdana, Geneva, sans-serif;
 
   font-family: Verdana, Geneva, sans-serif;
 +
}
 +
 +
body {
 +
  background-image: url("paper.gif");
 +
  background-color: #cccccc;
 
}
 
}

Revision as of 06:03, 9 February 2018

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

h1{
   font-family: Verdana, Geneva, sans-serif;
}

body {
   background-image: url("paper.gif");
   background-color: #cccccc;
}