Difference between revisions of "MediaWiki:Common.css"
Difference between revisions of "MediaWiki:Common.css"
| Line 13: | Line 13: | ||
color:blue; | color:blue; | ||
} | } | ||
| − | . | + | .recommended |
{ | { | ||
color:red; | color:red; | ||
} | } | ||
Revision as of 20:07, 19 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;
}
