Actions

MediaWiki

Difference between revisions of "Common.css"

From Conflict of Nations Wiki

Line 11: Line 11:
 
p    {color: white;}
 
p    {color: white;}
 
h1, h2, h3, h4, h5, h6 {color: white;}
 
h1, h2, h3, h4, h5, h6 {color: white;}
html *
 
{
 
  font-size: 1em !important;
 
  color: #FFF !important;
 
  font-family: Arial !important;
 
}
 

Revision as of 07:40, 9 February 2018

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

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

body {
   background-image: url("http://www.conflictnations.com/fileadmin/templates/conflictnations/forum/bg.jpg");
   background-color: #cccccc;
}
p    {color: white;}
h1, h2, h3, h4, h5, h6 {color: white;}