User:Magic.Wiki/monobook.css

Source: Wikipedia, the free encyclopedia.
<
User:Magic.Wiki
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.
/* If you copy this, please include the following line: */
    
    /* Stolen from [[User:Animum/monobook.css]] */

/* Thank you. */


/* Tab rounding */
#p-cactions ul
{
        overflow:visible;
}

/* Miscellaneous Corner-rounding */
div.pBody {
    -moz-border-radius-topright:0.5em;
    -moz-border-radius-bottomright:0.5em;
}

#content {
    -moz-border-radius-topleft: 0.75em;
    -moz-border-radius-bottomleft: 0.75em;
    border:1px solid #AAAAAA;
}

#footer {
    -moz-border-radius: 6px;
    border:1px solid #fabd23;
}