Jump to content

User:Quarl/wikitabs.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.
/* [[User:Quarl/wikitabs.css]] */

#p-cactions
{
    width: 100%;
    /*z-index: 5;*/
}

/* convert to position:relative + float:left (normal monobook uses display: inline), so that sub tabs line up properly */
#p-cactions li
{
    position: relative;
    float: left;
}

#p-cactions li.tabmenu ul
{
    display: none;
    z-index: 2;
    position: relative;
    top: -2px; left: 0;

    border-top: 1px solid #aaaaaa;
    padding: 0px;
    margin: 0px;
    background: #F8FCFF;
    background-color: #F8FCFF;
}

#p-cactions li.tabmenu:hover ul, #p-cactions li.tabmenu ul.sticky
{
    display: block;
}

#p-cactions li.tabmenu ul li
{
    float: none !important;
    display: block !important;
    border: 1px solid #aaaaaa;
    border-top: none;

    text-align: center;
    padding: 0px;
    margin: 0px;
    background: #F8FCFF;
    background-color: #F8FCFF;
}

#p-cactions li.tabmenu ul li a 
{
    display: block;
    padding: 0px;
    margin: 0px;
}

#p-cactions li.tabmenu a
{
    /*padding: 0pt 0.8em !important;*/
    background: #F8FCFF;
    background-color: #F8FCFF;
}

#p-cactions li.tabmenu ul a:hover
{
   font-weight: bold;
}