User:Slash/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><nowiki>*/
 
/* Watchlist numbers */
 
.mw-plusminus-pos {color: #696969;}
.mw-plusminus-neg {color: #696969;}
.mw-plusminus-null {color: #696969;}
 
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;
}
 
/* suppress the person icon by your username */
li#pt-userpage { background: none }
 
 
/* Avoid offpage text */
 
/* Eliminate yellow colour everywhere in borders */
#p-cactions li.selected {
    border-color: #aaa;
}
/* Make the footer not 100% wide, but as wide as the content box, and change it from the annoying yellow colour */
#footer {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    margin: 0.6em 0em 1em 155px;
}
 
/* Dont need these notices on every page */
 
li#f-copyright,
li#f-lastmod,
#editpage-copywarn { display: none; }
#editpage-copywarn2 { display: none; }
#editpage-copywarn3 { display: none; }
 
/* Annoying toolbox begone! */
 
#wpSummaryLabel { display: none; }
#editpage-specialchars { display: none; }
#edittools_wikimarkup { display: none; }
#edittools_symbols { display: none; }
#edittools_characters { display: none; }
#edittools_greek { display: none; }
#edittools_cyrillic { display: none; }
#edittools_ipa { display: none; }
 
.portlet li, #BodyContent li {
    /*list-style-image: url("/style/monobook/bullet.gif");*/
    list-style-type: square;
    list-style-image: url("http://upload.wikimedia.org/wikipedia/en/6/69/AAAAAA_Bullet.png");
}
 
.portlet li:hover, #BodyContent li:hover {
    list-style-type: square;
    list-style-image: url("http://upload.wikimedia.org/wikipedia/en/4/44/000000_Bullet.png");
 
}
 
/* The page-related actions- page/talk, edit etc */
#p-cactions {
    position:absolute;
    top: 1.3em;
    left: 11.5em;
    margin: 0;
    white-space:nowrap;
    width: 76%;
    line-height: 1.1em;
    overflow: visible;
    background: none;
    border-collapse: collapse;
    padding-left: 1em;
    list-style: none;
    font-size: 95%;
}
#p-cactions .hiddenStructure { display: none; }
#p-cactions ul {
    list-style: none;
}
#p-cactions li {
    display: inline;
    border: 1px solid #aaaaaa;
    border-bottom: none;
    padding: 0 0 0.1em 0;
    margin: 0 0.3em 0 0;
    overflow: visible;
    background: none;
}
#p-cactions li.selected {
    border-color: #aaa;
    padding: 0 0 0.2em 0;
}
#p-cactions li a {
    background-color: #ffffff;
    border: none;
    padding: 0 0.8em 0.3em 0.8em;
    text-decoration: none;
    text-transform: lowercase;
    position: relative;
    z-index: 0;
    margin: 0;
}
#p-cactions .selected a { z-index: 3; }
#p-cactions .new a { color: #b22222; }
#p-cactions li a:hover {
    z-index: 3;
    text-decoration: none;
}
#p-cactions h5 { display: none; }
#p-cactions li.istalk { margin-right: 0; }
#p-cactions li.istalk a { padding-right: 0.5em; }
#p-cactions #ca-addsection a { 
    padding-left: 0.4em;
    padding-right: 0.4em;
 
}
 
/* Change background color to white, and text to gray it *is* a *mono*book... */
 
#content {
    background: white;
}
 
#content div.thumb {
    border-color: #F8FCFF;
}
 
#mytabs li {
    background: white;
}
 
#mytabs li a {
    background: white;
    color: #696969;
}
 
#p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {
    background: white;
}
 
#p-cactions li
{
    position: relative;
    float: left;
}
 
#p-cactions li li
{
    float: none;
    display: block;
    border: 1px solid #aaaaaa;
    border-top: none;
    text-align: center;
    background: none;
    background-color: white;
}
 
.tabmenu ul
{
    display: none;
    z-index: 2;
    position: relative;
    top: -2px;
    border-top: 1px solid #aaaaaa;
    padding: 0px;
    margin: 0px;
    background: none;
    background-color: white;
}
 
.tabmenu:hover ul
{
    display: block;
}
 
.tabmenu a
{
    padding: 0pt 0.8em !important;
    background: none;
    background-color: white;
}
 
.tabmenu ul a:hover
{
    font-weight: bold;
}
 
/* Change the "coffee roll" messagebox theme */
 
.Talk-Notice  {
    border: 2px solid #191970;
    background-color: #b0c4de;
    margin-bottom: 3px;
    width: 85%;
    padding: 5px;
    border-spacing: 3px;
    margin-left: auto;
    margin-right: auto;
}
 
.Talk-Notice:after {
  display: none;
}
 
/* Standardize messagebox theme */
 
.messagebox.standard-talk {
   background-color: #f5f5f5;
 
}
 
.messagebox.cleanup {
   border: 1px solid #aaaaaa;
   background-color: #f5f5f5;
}
 
.messagebox {
   border: 1px solid #aaaaaa;
   background-color: #f5f5f5;
}
 
/* Play with TOC colors */
.toccolours { 
   border:1px solid #aaaaaa;
   background-color:#f5f5f5;
   padding:5px;
   font-size: 95%;
}
#p-cactions li li li
{
        /* Do something here */
        width: 8em;
}
 
.tabmenu .tabmenu ul
{
        display: none;
        position: absolute;
        top: -1px;
        left: 100%;
}
 
.tabmenu .tabmenu:hover ul
{
        display: block;
}
 
.tabmenu .tabmenu a
{
    padding: 0pt 0.8em !important;
    background: #F8FCFF;
    background-color: #F8FCFF;
}
 
.tabmenu .tabmenu ul a:hover
{
    font-weight: normal;
}
 
#rfa-tag-color {
     background-color: #f5f5f5; 
}
 
#utcdate { text-transform: capitalize; }
 
/* </nowiki></pre> */