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

From NetHackWiki
Jump to navigation Jump to search
m (. -> #)
m (body)
Line 1: Line 1:
 +
body {
 +
  color: white;
 +
  background-color: black;
 +
  font-family: monospace; 
 +
}
 +
 
div#bodyContent {
 
div#bodyContent {
 
   color: white;
 
   color: white;

Revision as of 17:46, 11 April 2006

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

div#bodyContent {
   color: white;
   background-color: black;
   font-family: monospace;
}

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