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

From NetHackWiki
Jump to navigation Jump to search
(did not work.. trying something else.)
m
Line 1: Line 1:
body.ns-0 {
+
.ns-0 {
 
   color: white;
 
   color: white;
 
   background-color: black;
 
   background-color: black;
Line 5: Line 5:
 
}
 
}
  
p {
+
/* Display text below main article header, located at MediaWiki:tagline */
  color: white;
+
#siteSub {
  background-color: black;
+
    display: inline;
  font-family: monospace;
+
    font-size: 120%;
 +
    font-weight: bold;
 +
    font-style: italic;
 
}
 
}

Revision as of 23:58, 9 April 2006

.ns-0 {
   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;
}