MediaWiki:Chameleon.css
From CSDMS
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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Top image */
#mw-navigation {
background-image: url(skins/common/CSDMS_high_res1.png), url(skins/common/CSDMSbanner3.png);
background-color: #333333;
background-attachment: fixed;
text-indent:-9999px;
background-size: 241px 75px, 100%;
// background-position: 0% 0%, 50% -2em;
background-position: 0% 0%, 0% -0.5em;
background-repeat: no-repeat;
background-origin: content-box;
height:70px;
}
/* Make it possible to click on logo upper left corner, using fake text in Mediawiki:Secondary-menu */
/*#text-logo{
height:30px;
width: 100%;
// background-color:#dddddd;
filter:alpha(opacity=60);
opacity:0.6;
} */
/* Setting color for the entire background & text area */
body {
background-color:#E9E9E9;
}
#content{
background-color:#FFF;
}
/* Bottom of the Page / Footers */
.BottomPage {
background-color:#222;
width:100%;
position:relative;
bottom:0px;
/ left:0;
height:50%;
min-height:150px;
padding:20px;
padding-top:0px;
}
.BottomPage a:link, .BottomPage a:visited {
color:#B9BFBF;
}
.BottomPage a:hover, .BottomPage a:active {
color:#FFF;
}
//#footer-icons, #footer-info, #footer-places {
// display:none;
//}
#footer-info{ display:none; }
#footer-icons img, #footer-icons img:link, #footer-icons img:visited {
opacity: 0.9;
filter: alpha(opacity=90);
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
#footer-icons img:hover, #footer-icons img:active {
opacity: 1.0;
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}