Difference between revisions of "User:ZeroOne/monobook.css"

From NetHackWiki
Jump to navigation Jump to search
m (tweak)
m (more)
Line 23: Line 23:
  
 
div {
 
div {
 +
  color: white;
 +
  background-color: black;
 +
  font-family: monospace;
 +
  border: 1px solid white;
 +
}
 +
 +
div#p-navigation, div#p-tb, div#p-search, div#p-wikicities-nav, div#p-cactions, div#p-personal {
 
   color: white;
 
   color: white;
 
   background-color: black;
 
   background-color: black;
Line 30: Line 37:
  
 
p,ul {
 
p,ul {
 +
  color: white;
 +
  background-color: black;
 +
  font-family: monospace;
 +
}
 +
 +
h1,h2,h3,h4,h5,h6 {
 
   color: white;
 
   color: white;
 
   background-color: black;
 
   background-color: black;
Line 44: Line 57:
 
input#wpSummary,textarea#wpTextbox1 {
 
input#wpSummary,textarea#wpTextbox1 {
 
   color: black;
 
   color: black;
   background-color: #dddddd;
+
   background-color: #eeeeee;
 
}
 
}

Revision as of 19:02, 11 April 2006

body {
   color: white;
   background-color: black;
   font-family: monospace;  
}

div#globalWrapper, div#content, div#bodyContent {
   color: white;
   background-color: black;
   font-family: monospace;
   border: 1px solid white;
}

/* Display text below main article header, located at MediaWiki:tagline */
#siteSub {
   color: #7D7D7D;
   background-color: black;
   display: inline;
   font-size: 110%;
   font-weight: bold;
   font-style: italic;
}

div {
   color: white;
   background-color: black;
   font-family: monospace;
   border: 1px solid white;
}

div#p-navigation, div#p-tb, div#p-search, div#p-wikicities-nav, div#p-cactions, div#p-personal {
   color: white;
   background-color: black;
   font-family: monospace;
   border: 1px solid white;
}

p,ul {
   color: white;
   background-color: black;
   font-family: monospace;
}

h1,h2,h3,h4,h5,h6 {
   color: white;
   background-color: black;
   font-family: monospace;
}

pre {
   color: black;
   background-color: #dddddd;
   font-family: monospace;
   border: 1px dashed white;
}

input#wpSummary,textarea#wpTextbox1 {
   color: black;
   background-color: #eeeeee;
}