MediaWiki:Common.css

Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
     color: rgb(153, 102, 0);
     color: rgb(153, 102, 0);
     font-weight: bold;
     font-weight: bold;
}
/* verride ul spacing */
.mw-content-ltr ul,
.mw-content-rtl .mw-content-ltr ul {
/* @noflip */
margin: 0.2em 0 0.2em 1.6em;
padding: 0;
}
}

Revision as of 20:57, 30 December 2019

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

.toc, #toc
{
    display: none; 
}

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

/* verride ul spacing */
.mw-content-ltr ul,
.mw-content-rtl .mw-content-ltr ul {
	/* @noflip */
	margin: 0.2em 0 0.2em 1.6em;
	padding: 0;
}