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

From NetHackWiki
Jump to navigation Jump to search
m (pBody)
m (duh, preview does work :o)
Line 17: Line 17:
 
   background-color: black;
 
   background-color: black;
 
   display: inline;
 
   display: inline;
   font-size: 110%;
+
   //font-size: 110%;
 
   font-weight: bold;
 
   font-weight: bold;
 
   font-style: italic;
 
   font-style: italic;
Line 55: Line 55:
 
}
 
}
  
input#wpSummary,textarea#wpTextbox1 {
+
input#wpSummary,textarea#wpTextbox1, form.searchform input, input#searchInput {
 
   color: black;
 
   color: black;
 
   background-color: #eeeeee;
 
   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;
 +

Revision as of 20:22, 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;
}

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: #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;
}§