Difference between revisions of "MediaWiki:Common.css"

Jump to: navigation, search

Difference between revisions of "MediaWiki:Common.css"

Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
#footer-places-about,#footer-info-viewcount,#searchGoButton {display:none;}
 
#footer-places-about,#footer-info-viewcount,#searchGoButton {display:none;}
 +
 +
.tipsy {
 +
font-size: 0.8em;
 +
}
 +
.policies
 +
{
 +
color:green;
 +
}
 +
.ref
 +
{
 +
color:blue;
 +
}
 +
.rec
 +
{
 +
color:red;
 +
}
 +
.policiesbutton
 +
{
 +
color:green;
 +
}
 +
.refbutton
 +
{
 +
color:blue;
 +
}
 +
.recbutton
 +
{
 +
color:red;
 +
}

Revision as of 06:23, 24 June 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;
}
.ref
{
color:blue;
}
.rec
{
color:red;
}
.policiesbutton
{
	color:green;
}
.refbutton
{
	color:blue;
}
.recbutton
{
	color:red;
}