Difference between revisions of "MediaWiki:Monobook.css"

From AdCiv
Jump to: navigation, search
 
(39 intermediate revisions by the same user not shown)
Line 1: Line 1:
h1 {text-align: center;}
+
h1 {text-align: center;}
 
+
body { font-family: Arial, sans-serif; }
/* Class styles */
+
body.page-Main_Page h1.firstHeading { display:none; }
 
+
/* .toccolours added here because need transparent for black pages */
+
/* Class styles */
.toccolours {  
+
  border:1px solid #aaaaaa;
+
/* changing toc so usable with black pages */  
  padding:5px;
+
#toc,
  font-size: 95%;
+
.toc {
}
+
    border: 1px solid #aaa;
 +
    background-color: transparent;
 +
    padding: 5px;
 +
    font-size: 95%;
 +
}
 +
#toc #toctitle,
 +
.toc #toctitle,
 +
#toc .toctitle,
 +
.toc .toctitle {
 +
    text-align: center;
 +
    color: #323232;
 +
}

Latest revision as of 17:31, 30 December 2009

 h1 {text-align: center;}
 body { font-family: Arial, sans-serif; }
 body.page-Main_Page h1.firstHeading { display:none; }
 
 /* Class styles */
 
 /* changing toc so usable with black pages */ 
 #toc,
 .toc {
     border: 1px solid #aaa;
     background-color: transparent;
     padding: 5px;
     font-size: 95%;
 }
 #toc #toctitle,
 .toc #toctitle,
 #toc .toctitle,
 .toc .toctitle {
     text-align: center;
     color: #323232;
 }