MediaWiki:Common.css

Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
.expertise
.expertise
{
{
     color: rgb(0, 0, 102);
     color: rgb(102, 102, 0);
     font-weight: bold;
     font-weight: bold;
}
}

Revision as of 12:44, 5 July 2018

/* CSS placed here will be applied to all skins */

.toc, #toc
{
    display: none; 
}

.expertise
{
    color: rgb(102, 102, 0);
    font-weight: bold;
}