Common.css: Difference between revisions
From Redrock Wiki
No edit summary Tag: Manual revert |
No edit summary Tag: Reverted |
||
Line 16: | Line 16: | ||
.category { | .category { | ||
float: left; | float: left; | ||
padding-right: 20px; | padding-right: 20px; |
Revision as of 16:48, 31 October 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;
}
.category {
float: left;
padding-right: 20px;
padding-bottom: 20px;
padding-top: 0px;
padding-left: 0px;
}
/* This class is used because the hr tag doesn't work well with categories */
.line {
border-bottom: 1px solid grey;
overflow: hidden;
}
.hide {
display: none;
}
.mw-search { display: none; }
.mw-ui-button {
color: grey;
}