Actions

MediaWiki

Difference between revisions of "Common.css"

From Conflict of Nations Wiki

Line 1: Line 1:
 +
@font-face {
 +
font-family: 'Exo 2', sans-serif; src: url('https://fonts.googleapis.com/css?family=Exo+2');
 +
}
 +
 
body {
 
body {
 
   background-image: url("http://www.conflictnations.com/fileadmin/templates/conflictnations/forum/bg.jpg");
 
   background-image: url("http://www.conflictnations.com/fileadmin/templates/conflictnations/forum/bg.jpg");
Line 7: Line 11:
 
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
 
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
 
color: white;
 
color: white;
 +
}
 +
 +
p{
 +
font-family: "Exo 2", sans-serif;
 
}
 
}
  

Revision as of 08:16, 15 February 2018

@font-face { 
font-family: 'Exo 2', sans-serif; src: url('https://fonts.googleapis.com/css?family=Exo+2'); 
} 

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;
}

p{
font-family: "Exo 2", sans-serif;
}

#mainTable{
style=width:100%;
background: rgba(0, 0, 0, 0.2);
border: 1px solid #545454;
}