Difference between revisions of "MediaWiki:Common.css"

From Acenet Knowledgebase
Jump to: navigation, search
Line 11: Line 11:
 
color:#F60 !important;
 
color:#F60 !important;
 
}
 
}
 +
 +
#ca-talk { display: none !important; }
 +
 +
#ca-history { display: none !important; }
 +
 +
#ca-viewsource { display: none !important; }

Revision as of 14:07, 10 October 2012

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

a,
a:link,
a:visited,
a:active{
color:#2272C2 !important;
}

a:hover{
color:#F60 !important;
}

#ca-talk { display: none !important; }

#ca-history { display: none !important; }

#ca-viewsource { display: none !important; }