Common.css: Difference between revisions
From Redrock Wiki
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 16: | Line 16: | ||
.mw-ui-button { | .mw-ui-button { | ||
bgcolor: #ff0000; | |||
backgroundcolor: #ff0000; | |||
background: #ff0000; | |||
color: #ff0000; | color: #ff0000; | ||
} | } |
Revision as of 14:49, 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 {
bgcolor: #ff0000;
backgroundcolor: #ff0000;
background: #ff0000;
color: #ff0000;
}