User:Mathx314/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*
<pre>
*/

/* Display text below main article header, located at MediaWiki:tagline */
#siteSub {
    display: inline;
    font-size: 80%;
    font-weight: normal;
}

/* round edges and stuff */
#content_withads { 
    -moz-border-radius-topleft: 1em; 
    -moz-border-radius-topright: 1em; 
    -moz-border-radius-bottomleft: 1em;
    -moz-border-radius-bottomright: 1em;
    border: 2px outset #aaaaaa;
}

#content {
    -moz-border-radius-topleft: 1em; 
    -moz-border-radius-topright: 1em; 
    -moz-border-radius-bottomleft: 1em;
    -moz-border-radius-bottomright: 1em;
    border: 2px outset #aaaaaa;
}

#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}

div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}

div.pBody {
  border-radius-topright: 1em;
  border-radius-bottomright: 1em;
}

/* bold edit this page link */
#ca-edit a { font-weight: bold !important; }

#p-nav .pBody,
#p-search .pBody,
#p-tb .pBody {
    border: 1px outset #D0D9D9;
}

#p-cactions li a {
    color: #002bb8;
    background-color: #fbfbfb;
}
#p-cactions li a:hover {
    color: #002bb8;
    background-color: #ffffff;
}

#p-cactions li.selected a {
   color: #002bb8;
   background-color:#ffffff;

}

#p-cactions li.new a {
   color:#ba0000;
}


input.searchButton:hover {
    color: #000000;
    background-color:#f9f9f9;
}

input#wpSave:hover, input#wpPreview:hover {
    color: #000000;
    background-color: #fafafa !important;
} 

input[type="button"],
input[type="submit"] {
    padding: 0 0.4em !important;
    background-color: White;
    border: 1px solid #2f6fab;
    color: #000000; 
}

#searchGoButton {
    font-weight: normal;
}

#footer {
   border-top:1px solid #aaaaaa;
   border-bottom:1px solid #aaaaaa;
}

/*
</pre>
*/