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

From NetHackWiki
Jump to navigation Jump to search
m (User:ZeroOne/Monobook.css moved to User:ZeroOne/monobook.css: stopped working after deleting the lowercase version :p)
m (bodyContent)
Line 1: Line 1:
.ns-0 {
+
div.bodyContent {
 
   color: white;
 
   color: white;
 
   background-color: black;
 
   background-color: black;

Revision as of 17:28, 11 April 2006

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;
}