MediaWiki

Common.css: Difference between revisions

From Redrock Wiki

No edit summary
No edit summary
Tag: Reverted
Line 13: Line 13:
.keywords {
.keywords {
   display: none;
   display: none;
}
.mw-ui-button {
    color: #ff0000;
}
}

Revision as of 15:44, 24 April 2023

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

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

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

/* Hover Color */
a:hover, a:focus {color: #032356;}

.keywords {
   display: none;
}

.mw-ui-button {
    color: #ff0000;
}