Difference between revisions of "MediaWiki:Monobook.css"

From The Broken Dagger Wiki
Jump to: navigation, search
Line 2: Line 2:
 
body {
 
body {
 
   background: #3F3F3F;
 
   background: #3F3F3F;
   color: Yellow;
+
}
 +
 
 +
table {
 +
   background: #ffffcc;
 
}
 
}

Revision as of 20:12, 17 April 2006

/* edit this file to customize the monobook skin for the entire site */
body {
  background: #3F3F3F;
}

table {
  background: #ffffcc;
}