Difference between revisions of "MediaWiki:Monobook.css"

From The Broken Dagger Wiki
Jump to: navigation, search
Line 5: Line 5:
  
 
body {
 
body {
   background: #000000 url("http://brokendagger.closetgamers.com/menuback_2.jpg");
+
   background: #ffffcc url("http://brokendagger.closetgamers.com/menuback_2.jpg");
 
   background-repeat: no-repeat;
 
   background-repeat: no-repeat;
 
   background-position: left top;}
 
   background-position: left top;}

Revision as of 20:32, 17 April 2006

/* edit this file to customize the monobook skin for the entire site */
#content {
  background: #ffffcc;
}

body {
  background: #ffffcc url("http://brokendagger.closetgamers.com/menuback_2.jpg");
  background-repeat: no-repeat;
  background-position: left top;}

textarea {
  background: #ffffcc;
}

@media All {
  head:first-child+body input {
    background-color: #ffffcc;
  }
}
.not-patrolled {
    background-color: #ffffcc;
}

code { 
  background-color: #ffffcc; 
}

pre {
  background-color: #ffffcc;
}

#toc {
  background-color:#ffffcc;
}

div.townBox {
  background:#ffffcc;
}

table.diff { 
  background:#ffffcc; 
}

td.diff-otitle { 
  background:#ffffcc; 
}

td.diff-ntitle { 
  background:#ffcccc; 
}
.pBody {
  background: #ffffcc;
}