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

From NetHackWiki
Jump to navigation Jump to search
m (restrict)
m (pre)
Line 34: Line 34:
 
   font-family: monospace;
 
   font-family: monospace;
 
   border: 1px solid white;
 
   border: 1px solid white;
 +
}
 +
 +
pre {
 +
  color: black;
 +
  background-color: #dddddd;
 +
  font-family: monospace;
 +
  border: 1px dashed white;
 
}
 
}

Revision as of 18:49, 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,p,ul {
   color: white;
   background-color: black;
   font-family: monospace;
   border: 1px solid white;
}

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

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