Common.css: Difference between revisions
From Redrock Wiki
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
.mw-search { display: none; } | .mw-search { display: none; } | ||
.mw-ui-button { | |||
color: grey; | |||
} |
Revision as of 16:28, 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-search { display: none; }
.mw-ui-button {
color: grey;
}