MediaWiki

Common.css: Difference between revisions

From Redrock Wiki

No edit summary
No edit summary
Line 11: Line 11:
a:visited {color: #0b0080;}
a:visited {color: #0b0080;}


a:active {color: #000000;}
a:active {color: #0645ad;}

Revision as of 14:54, 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;}

/* Visited Link Color */
a:visited {color: #0b0080;}

a:active {color: #0645ad;}