Difference between revisions of "MediaWiki:Common.css"
Difference between revisions of "MediaWiki:Common.css"
| Line 16: | Line 16: | ||
{ | { | ||
color:red; | color:red; | ||
| + | } | ||
| + | .toc { | ||
| + | border:1px solid black; | ||
} | } | ||
Revision as of 20:28, 20 November 2015
/* CSS placed here will be applied to all skins */
#footer-places-about,#footer-info-viewcount,#searchGoButton {display:none;}
.tipsy {
font-size: 0.8em;
}
.principles
{
color:green;
}
.reference
{
color:blue;
}
.recommended
{
color:red;
}
.toc {
border:1px solid black;
}
