MediaWiki

Common.css: Difference between revisions

From Redrock Wiki

No edit summary
No edit summary
Line 8: Line 8:
a {color: #0645ad;}
a {color: #0645ad;}


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

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