Actions

MediaWiki

Difference between revisions of "Common.css"

From Conflict of Nations Wiki

Line 3: Line 3:
 
src: url('https://fonts.googleapis.com/css?family=Exo+2');
 
src: url('https://fonts.googleapis.com/css?family=Exo+2');
 
}  
 
}  
 +
 +
<!--for images, see https://www.mediawiki.org/wiki/Thumbnail_style_update-->
 +
.thumb {
 +
    padding: 6px !important;
 +
    text-align: left;
 +
}
  
 
body {
 
body {

Revision as of 10:38, 27 February 2018

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

<!--for images, see https://www.mediawiki.org/wiki/Thumbnail_style_update-->
.thumb {
    padding: 6px !important;
    text-align: left;
}

body {
font-family: 'Exo 2', sans-serif;
src: url('https://fonts.googleapis.com/css?family=Exo+2');
color: white;
font-size: 14px;
font-weight: 300;
line-height: 2em;
background-image: url("http://www.conflictnations.com/fileadmin/templates/conflictnations/forum/bg.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
}

dl, dt, dd, ul, li, ol, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
font-family: 'Exo 2', sans-serif;
src: url('https://fonts.googleapis.com/css?family=Exo+2');
color: white;
}

h1{
font-size: 28px;
text-align: left;
color: white;
}

h2{
font-size: 18px;
font-weight: 400;
text-align: left;
color: white;
background-color: rgba(79, 151, 165, 0.4);
width: 265px;
vertical-align: middle;
padding-top: 8px;
padding-bottom: 6px;
padding-left: 6px;
margin-top: 12px;
}

h3{
font-size: 16px;
font-weight: 400;
text-align: left;
color: white;
text-decoration: underline;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 0px;
margin-top: 12px;
}

.li_con{
list-style-image: url('https://wiki.conflictnations.com/images/7/71/BULLETPOINT.png');
}

a {
color: #4f97a5;
}

.nav_header{
horizontal-align: left;
padding-left: 0px;
padding-top: 12px;
}

.nav_item{
font-weight: 400;
horizontal-align: left;
padding-left: 18px;
padding-top: 12px;
}

.main_body_header_highlight{
font-size: 16px;
font-weight: 400;
text-align: left;
color: white;
background-color: #9b2929;
width: 185px;
vertical-align: middle;
padding-top: 6px;
padding-bottom: 2px;
padding-left: 6px;
margin-top: 12px;
}

.main_body_header{
font-size: 14px;
font-weight: 400;
text-align: left;
color: white;
background-color: #2d2c2c;
width: 145px;
vertical-align: middle;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 6px;
margin-top: 12px;
}

.main_body_content{
font-weight: 300;
text-align: left;
width: 100%; 
padding-top: 2px;
padding-bottom: 16px;
}

p{
font-family: 'Exo 2', sans-serif;
font-weight: 300;
line-height: 2em;
}

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