User:Brian0918/monobook.css

From Wikipedia, the free encyclopedia

Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.

/* <pre> */  
 
//#worldcup { display: none; }
 
#nsfw { display:none; }
 
/* suppress the person icon by your username */
li#pt-userpage { background: none; }
 
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now, i reduced this from 1em to 4px to make it very illnoticable */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
}
 
#content, #footer {
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-bottomleft: 5px;
}
 
div.pBody {
   -moz-border-radius-topright: 4px;
   -moz-border-radius-bottomright: 4px;
}
 
/* Dotted borders on pre look ugly, replace with a solid one */
#bodyContent pre {
    border: 1px solid #aaa;
}
 
/* Dont need this copyright notice on every page */
 
/*li#f-copyright,
li#f-lastmod,
#editpage-copywarn { display: none; }*/
 
/* The 'Edit summary' box is way to crammed in the textarea box by default */
textarea { margin-bottom: 4px; }
 
 
/* ################################### */
/* Start of requirements for menu tabs */
.tabmenu ul
{
    display: none;
    z-index: 2;
    position: relative;
    top: -2px;
    border-top: 1px solid #aaaaaa;
    padding: 0px;
    margin: 0px;
    background: #F8FCFF;
    background-color: #F8FCFF;
}
 
 
/* Menu tab IDs. If you add a new menu, you need to add its ID here too */
#afda ul li, #talkm ul li, #dbm ul li
{
    float: none;
    border: 1px solid #aaaaaa;
    border-top: none;
    text-align: center;
    background: #F8FCFF;
    background-color: #F8FCFF;
}
 
.tabmenu:hover ul
{
    display: block;
}
 
.tabmenu a
{
    padding: 0pt 0.8em !important;
    background: #F8FCFF;
    background-color: #F8FCFF;
}
 
.tabmenu ul a:hover
{
    font-weight: bold;
}
 
/* End of requirements for menu tabs */
/* ################################# */
 
 
 
/* </pre> */