MediaWiki:Chameleon.css: Difference between revisions
From CSDMS
No edit summary |
No edit summary |
||
| Line 30: | Line 30: | ||
border-width: 1px; | border-width: 1px; | ||
border-color: #C0C0C0; | border-color: #C0C0C0; | ||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) | box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); | ||
} | } | ||
Revision as of 10:09, 13 May 2016
/* 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;
border-style: solid;
border-width: 1px;
border-color: #C0C0C0;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
/* 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%);
}