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

From NetHackWiki
Jump to navigation Jump to search
(trying white on black)
 
(did not work.. trying something else.)
Line 1: Line 1:
 
body.ns-0 {
 
body.ns-0 {
 +
  color: white;
 +
  background-color: black;
 +
  font-family: monospace;
 +
}
 +
 +
p {
 
   color: white;
 
   color: white;
 
   background-color: black;
 
   background-color: black;
 
   font-family: monospace;
 
   font-family: monospace;
 
}
 
}

Revision as of 23:56, 9 April 2006

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

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