Difference between revisions of "MediaWiki:Monobook.css"

From The Broken Dagger Wiki
Jump to: navigation, search
Line 6: Line 6:
 
textarea {
 
textarea {
 
   background: #ffffcc;
 
   background: #ffffcc;
 +
}
 +
 +
@media All {
 +
  head:first-child+body input {
 +
    background-color: #ffffcc;
 +
  }
 
}
 
}

Revision as of 20:14, 17 April 2006

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

textarea {
  background: #ffffcc;
}

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