MediaWiki:Common.css: Difference between revisions

SitX (talk | contribs)
No edit summary
SitX (talk | contribs)
No edit summary
Line 55: Line 55:
#mw-panel .mw-portlet {
#mw-panel .mw-portlet {
     margin-bottom: 3px;
     margin-bottom: 3px;
}
#toc {
    width: 60%;
    margin: 10px auto;
    background: rgba(30, 30, 30, 0.9);
    border: 2px solid rgba(255, 215, 0, 0.4);
    padding: 10px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
#toc h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #C0A080; /* Golden Color */
    text-align: center;
}
}