User:ZeroOne/monobook.css

From NetHackWiki
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/*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;
}

div#bodyContent {
   padding: 1em;
}

//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 {
   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: white;
   padding: 0 0 .2em 0;
}

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

div#catlinks {
   margin: 1em;
}

div#footer {
   color: white;
   background-color: black;
   border-color: white;
}
*/