Difference between revisions of "MediaWiki:Monobook.css"

From AdCiv
Jump to: navigation, search
 
(34 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; }
 +
body.page-Main_Page h1.firstHeading { display:none; }
 
   
 
   
 
  /* Class styles */
 
  /* Class styles */
 
   
 
   
  /* .toccolours added here because version in
+
  /* changing toc so usable with black pages */  
    monobook/main.css wasn't being used by the print style */
+
#toc,
  .toccolors {  
+
  .toc {
    border:2px solid #aaa;
+
    border: 1px solid #aaa;
    background-color:#f9f9f9;
+
    background-color: transparent;
    padding:5px;
+
    padding: 5px;
    font-size: 95%;
+
    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;
 }