MediaWiki

Common.css: Difference between revisions

From Redrock Wiki

No edit summary
No edit summary
Line 7: Line 7:
/* Link Color */
/* Link Color */
a {color: #0645ad;}
a {color: #0645ad;}
/* Visited Link Color */
a.visited {color: #0b0080;}
a.active {color: #000000;}

Revision as of 14:56, 21 December 2021

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

/* Hide titles */ 
.title { display: none; }
#tagline { display: none; }

/* Link Color */
a {color: #0645ad;}