Actions

MediaWiki

Difference between revisions of "Common.css"

From Conflict of Nations Wiki

Line 3: Line 3:
 
     background-repeat: no-repeat;
 
     background-repeat: no-repeat;
 
     background-attachment: fixed;
 
     background-attachment: fixed;
 +
}
 +
 +
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
 +
color: white;
 
}
 
}

Revision as of 08:00, 9 February 2018

body {
   background-image: url("http://www.conflictnations.com/fileadmin/templates/conflictnations/forum/bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
color: white;
}