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

From NetHackWiki
Jump to navigation Jump to search
m (,)
m (testing)
Line 34: Line 34:
 
}
 
}
  
h1,h2,h3,h4,h5,h6 {
+
h1,h2 {
   color: white;
+
   color: green;
   background-color: inherit;
+
  font-weight: bold;
 +
   background-color: black;
 
}
 
}

Revision as of 18:12, 11 April 2006

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

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

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

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 {
    display: inline;
    font-size: 120%;
    font-weight: bold;
    font-style: italic;
}

h1,h2 {
   color: green;
   font-weight: bold;
   background-color: black;
}