User:Snowolf/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.
#siteNotice { display: none; }

/* user notification thing */
.usermessage {
    background-color: #FFD39B;
    border: 1px solid #7b68ee;
    color:#737373;
    font-weight: bold;
    margin: 2em 0em 1em 0em;
    padding: 0.5em 1em;
    vertical-align: middle;

}

/* Dont need this copyright notice on every page */

li#f-copyright,
li#f-lastmod,
#editpage-copywarn { display: none; }

.portlet li, #BodyContent li {
    /*list-style-image: url("/style/monobook/bullet.gif");*/
    list-style-type: square;
    list-style-image: url("http://en.wikipedia.org/upload/6/69/AAAAAA_Bullet.png");
}

.portlet li:hover, #BodyContent li:hover {
    list-style-type: square;
    list-style-image: url("http://en.wikipedia.org/upload/4/44/000000_Bullet.png");}

/* This is for the user function tab */

#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 {
    padding: 0 0 0.2em 0;
}
#p-cactions li a {
    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 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;
}

#p-cactions li
{
    position: relative;
    white-space: nowrap;    
    float: left; /* This is what breaks the pages */
}

#p-cactions li li
{
    float: none;
    display: block;
    border: 1px solid #aaaaaa;
    border-top: none;
    text-align: center;
    background: none;
    background-color: #F8FCFF;
    color: #696969;
}

.tabmenu ul
{
    display: none;
    z-index: 2;
    position: relative;
    top: -2px;
    border-top: 1px solid #aaaaaa;
    padding: 0px;
    margin: 0px;
}

.tabmenu:hover ul
{
    display: block;
}

.tabmenu a
{
    padding: 0pt 0.8em !important;
}

.tabmenu ul a:hover
{
    font-weight: bold;
}

td.diff-otitle { background:transparent; }
td.diff-ntitle { background:transparent; }

#p-personal li a:hover { background: transparent; }
table { background:transparent; }

#p-cactions li
{
    position: relative;
    float: left;
}

#p-cactions li li
{
    float: none;
    display: block;
    border-top: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    text-align: center;
    background: #F8FCFF;
    background-color: #F8FCFF;
  -moz-border-radius-topleft: .0em;
  -moz-border-radius-topright: .0em;
  -moz-border-radius-bottomright: .0em;
  -moz-border-radius-bottomleft: .0em;
}

.tabmenu ul
{
    display: none;
    z-index: 2;
    position: relative;
    top: -2px;
    border-top: 1px solid #aaaaaa;
    padding: 0px;
    margin: 0px;
    background: #F8FCFF;
    background-color: grey;
}

.tabmenu:hover ul
{
    display: block;
}

.tabmenu a
{
    padding: 0pt 0.8em !important;
    background: #F8FCFF;
    background-color: #F8FCFF;
}

.tabmenu ul a:hover
{
    font-weight: bold;
}

@import url('//commons.wikimedia.org/w/index.php?title=MediaWiki:Gadget-DiffOldStyle.css&action=raw&ctype=text/css');

#pt-logout a { display: none; !important }

#p-cactions .pBody ul li a {
    z-index: 50;
}