Jump to content

User:9cds/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.
#p-cactions li {
    position: relative;
    float: left;
    border: 1px solid #aaaaaa;
    background: #F8FCFF;
    background-color: #F8FCFF;
    text-align: center;
}

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

.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;
    padding: 5px;
}

.tabmenu a {
    padding-top: 0px;
    margin: 3px;
}

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

/* Hide Wikimania banner */
#wikimania2006 {
    display: none;
}