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

From NetHackWiki
Jump to navigation Jump to search
m (duh, preview does work :o)
m (p margin, catlinks)
Line 34: Line 34:
 
   font-family: monospace;
 
   font-family: monospace;
 
   border: 1px solid white;
 
   border: 1px solid white;
 +
}
 +
 +
div#catlinks {
 +
  color: white;
 +
  background-color: black;
 +
  font-family: monospace;
 
}
 
}
  
 
p,ul {
 
p,ul {
 +
  margin: 0em 1em;
 
   color: white;
 
   color: white;
 
   background-color: black;
 
   background-color: black;

Revision as of 21:50, 11 April 2006

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

div#globalWrapper, div#content, 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 {
   color: #7D7D7D;
   background-color: black;
   display: inline;
   //font-size: 110%;
   font-weight: bold;
   font-style: italic;
}

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

div#p-navigation, div#p-tb, div#p-search, div#p-wikicities-nav, div#p-cactions, div#p-personal, div.pBody {
   color: white;
   background-color: black;
   font-family: monospace;
   border: 1px solid white;
}

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

p,ul {
   margin: 0em 1em;
   color: white;
   background-color: black;
   font-family: monospace;
}

h1,h2,h3,h4,h5,h6 {
   color: white;
   background-color: black;
   font-family: monospace;
}

pre {
   color: black;
   background-color: #dddddd;
   font-family: monospace;
   border: 1px dashed white;
}

input#wpSummary,textarea#wpTextbox1, form.searchform input, input#searchInput {
   color: black;
   background-color: #eeeeee;
}

#p-cactions li.selected {
    border-color: #fabd23;
    padding: 0 0 .2em 0;
}
#p-cactions li a {
    background-color: black;
    color: #002bb8;
    border: none;
    padding: 0 .8em .3em .8em;
    text-decoration: none;
    text-transform: lowercase;
    position: relative;
    z-index: 0;
    margin: 0;
}§