Common.css: Difference between revisions
From Redrock Wiki
No edit summary Tag: Manual revert |
No edit summary |
||
Line 14: | Line 14: | ||
display: none; | display: none; | ||
} | } | ||
#p-search { display: none; } | |||
.mw-search { display: none; } |
Revision as of 14:57, 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;
}
#p-search { display: none; }
.mw-search { display: none; }