The ArtHeat DataBase
No edit summary
No edit summary
 
Line 2: Line 2:
   
 
/* See also: [[MediaWiki:Monobook.css]] */
 
/* See also: [[MediaWiki:Monobook.css]] */
/* <pre> */
 
body {
 
background: black;
 
color: cccccc ; }
 
 
img {
 
background-color: Black;}
 
 
.pBody {
 
background: black;
 
color: white;
 
border:none; }
 
 
#content {
 
background: black;
 
color: #cccccc; }
 
 
a { color: #D46912; }
 
a:visited { color: #D46912; }
 
a:active, a.new { color: #D46912; }
 
a.interwiki, a.external { color: #D46912; }
 
 
 
h1, h2, h3, h4, h5, h6 { color: #ffffcc; }
 
#bodyContent h1 { color : #ffffcc; }
 
#bodyContent h2 { color : #ffffcc; }
 
#bodyContent h3 { color : #ffffcc; }
 
#bodyContent h4 { color : #ffffcc; }
 
#bodyContent h5 { color : #ffffcc; }
 
#bodyContent h6 { color : #ffffcc; }
 
 
#footer {
 
background-color: Black;
 
color: #ffffcc;
 
border: none;
 
text-align: center;
 
font-size: 80%;
 
}
 
   
   

Latest revision as of 07:06, 21 August 2007

/***** CSS placed here will be applied to all skins on the entire site. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. *****/

/* See also: [[MediaWiki:Monobook.css]] */





/*** Forum formatting (by -Algorithm & -Splaka) ***/

.forumheader { 
     border: 1px solid #aaa; background-color: #f9f9f9; margin-top: 1em; padding: 12px; 
}
.forumlist td.forum_edited a { 
     color: black; text-decoration: none 
}
.forumlist td.forum_title a { 
     padding-left: 20px; 
}
.forumlist td.forum_title a.forum_new { 
     font-weight: bold; background: url(/images/4/4e/Forum_new.gif) 
     center left no-repeat; padding-left: 20px; 
}
.forumlist td.forum_title a.forum_new:visited { 
     font-weight: normal; background: none; padding-left: 20px; 
}
.forumlist th.forum_title { 
     padding-left: 20px; 
}


/* </pre> */