Difference between revisions of "Common.css"
From Conflict of Nations Wiki
Line 7: | Line 7: | ||
font-family: 'Exo 2' sans-serif; | font-family: 'Exo 2' sans-serif; | ||
src: url('https://fonts.googleapis.com/css?family=Exo+2'); | src: url('https://fonts.googleapis.com/css?family=Exo+2'); | ||
− | + | color: white; | |
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"); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
Line 32: | Line 32: | ||
.main_body_header{ | .main_body_header{ | ||
− | |||
horizontal-align: right; | horizontal-align: right; | ||
width: 100%; | width: 100%; | ||
Line 39: | Line 38: | ||
.main_body_content{ | .main_body_content{ | ||
− | |||
horizontal-align: right; | horizontal-align: right; | ||
width: 100%; | width: 100%; |
Revision as of 07:57, 26 February 2018
@font-face { font-family: 'Exo 2' sans-serif; src: url('https://fonts.googleapis.com/css?family=Exo+2'); } body { font-family: 'Exo 2' sans-serif; src: url('https://fonts.googleapis.com/css?family=Exo+2'); color: white; background-image: url("http://www.conflictnations.com/fileadmin/templates/conflictnations/forum/bg.jpg"); background-repeat: no-repeat; background-attachment: fixed; } dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { color: white; } .nav_header{ color: white; horizontal-align: left; padding-left: 0px; padding-top: 9px; } .nav_item{ color: white; horizontal-align: left; padding-left: 18px; padding-top: 9px; } .main_body_header{ horizontal-align: right; width: 100%; padding-top: 9px; } .main_body_content{ horizontal-align: right; width: 100%; padding-top: 9px; padding-bottom: 18px; text-align: justify; } p{ font-family: 'Exo 2', sans-serif; } #mainTable{ style=width:100%; background: rgba(0, 0, 0, 0.2); border: 1px solid #545454; } .keywords { display: none; } #mf-content { margin-bottom:1em; vertical-align: middle; padding:0.25em 0.4em 0.25em 0.4em; } #tablepage{ padding-left: 20px; } #tablepage a:link{color:rgb(255,255,255);} #tablepage a:visited { color:rgb(200,200,200);} #tablepage a:hover { color:rgb(230,230,230); }