Common.css: Difference between revisions
From Redrock Wiki
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
display: none; | display: none; | ||
} | } | ||
/* These are used to draw categories on a page */ | |||
.category { | .category { | ||
Line 32: | Line 34: | ||
padding-left: 20px; | padding-left: 20px; | ||
} | } | ||
.categoryExtraWide { | |||
width: 18em; | |||
float: right; | |||
padding-right: 0px; | |||
padding-bottom: 20px; | |||
padding-top: 0px; | |||
padding-left: 20px; | |||
} | |||
/* The category template uses this */ | |||
.categoryBox { | .categoryBox { |
Revision as of 10:39, 6 November 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;
}
/* These are used to draw categories on a page */
.category {
width: 14em;
float: right;
padding-right: 0px;
padding-bottom: 20px;
padding-top: 0px;
padding-left: 20px;
}
.categoryWide {
width: 16em;
float: right;
padding-right: 0px;
padding-bottom: 20px;
padding-top: 0px;
padding-left: 20px;
}
.categoryExtraWide {
width: 18em;
float: right;
padding-right: 0px;
padding-bottom: 20px;
padding-top: 0px;
padding-left: 20px;
}
/* The category template uses this */
.categoryBox {
background: #f3f3f3;
border: 1px solid #c2c2c2;
padding: 3px;
font-weight: bold;
line-height: 50px;
}
/* This class is used because the hr tag doesn't work well with categories */
.line {
border-top: 1px solid #dddddd;
overflow: hidden;
width: auto;
padding-top: 10px;
}
.hide {
display: none;
}
.mw-search { display: none; }
.mw-ui-button {
color: grey;
}