MediaWiki:Common.css
From Redrock Wiki
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* 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: 26em;
float: right;
padding-right: 0px;
padding-bottom: 20px;
padding-top: 0px;
padding-left: 20px;
}
/* The category template uses this */
.categoryBox {
background: #ffffff;
border: 1px solid #c2c2c2;
padding: 3px;
font-weight: bold;
line-height: 50px;
}
.tcWidget {
border-radius: 5px;
background: #f3f3f3;
padding: 15px;
font-weight: bold;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 0 2px 0 rgba(0,0,0,.12);
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;
}
/* Change background color to match TracCloud */
#content { background-color: #F4F4F4; }
#bodyContent { background-color: #F4F4F4; }
#firstHeading { background-color: #F4F4F4; }
#catlinks { background-color: #F4F4F4; }
#p-logo { background-color: #F4F4F4; }
#p-navigation { background-color: #F4F4F4; }
#p-navigation .pBody { background-color: #F4F4F4; }
#p-search { background-color: #F4F4F4; }
#p-search .pBody { background-color: #F4F4F4; }
#p-tb { background-color: #F4F4F4; }
#p-tb .pBody { background-color: #F4F4F4; }
#footer { background-color: #F4F4F4!important; }
body { background-color: #F4F4F4; }
#globalWrapper { background-color: #F4F4F4; }
#column-content { background-color: #F4F4F4; }
#column-one { background-color: #F4F4F4; }