slimerjs-firefox
Version:
This repo includes slimerjs as well as downloads a local copy of Firefox.
33 lines (28 loc) • 592 B
CSS
#hauntedwall {
text-align:center;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0px 0px 30px rgba(0, 0, 0, 0.075);
}
#hauntedwall h2 span {
color: rgb(0, 151, 58);
}
#hauntedwall h2 {
font-size: 20pt;
color: rgb(59, 59, 60);
}
#hauntedwall image {
transition-property: width, height, opacity;
transition-duration: 8s;
opacity:0;
width:10px;
height:7px;
}
#hauntedwall:hover image {
opacity:0.9;
width:100px;
height:71px;
}
#version {
font-size:8pt;
color: #636262;
}