Difference between revisions of "MediaWiki:Monobook.css"

From AdCiv
Jump to: navigation, search
Line 7: Line 7:
 
  .toc {
 
  .toc {
 
     border: 1px solid #aaa;
 
     border: 1px solid #aaa;
     background-color: red;
+
     background-color: transparent;
 
     padding: 5px;
 
     padding: 5px;
 
     font-size: 95%;
 
     font-size: 95%;
 
  }
 
  }

Revision as of 15:05, 24 December 2006

 h1 {text-align: center;}
 
 /* Class styles */
 
 /* changing toc so usable with black pages */ 
 #toc,
 .toc {
     border: 1px solid #aaa;
     background-color: transparent;
     padding: 5px;
     font-size: 95%;
 }