Difference between revisions of "MediaWiki:Common.css"
Difference between revisions of "MediaWiki:Common.css"
| Line 9: | Line 9: | ||
color:green; | color:green; | ||
} | } | ||
| − | . | + | .reference |
{ | { | ||
color:blue; | color:blue; | ||
} | } | ||
| − | . | + | .recommendations |
{ | { | ||
color:red; | color:red; | ||
Revision as of 18:38, 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;
}
.policies
{
color:green;
}
.reference
{
color:blue;
}
.recommendations
{
color:red;
}
.policiesbutton
{
color:green;
}
.refbutton
{
color:blue;
}
.recbutton
{
color:red;
}
