
Untitled
By: a guest on
Sep 18th, 2012 | syntax:
None | size: 1.12 KB | hits: 15 | expires: Never
body {
margin: 0px;
overflow: hidden;
background: -moz-radial-gradient(center, ellipse cover, rgba(205,235,142,1) 0%, rgba(165,201,86,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(205,235,142,1)), color-stop(100%,rgba(165,201,86,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%);
background: radial-gradient(ellipse at center, rgba(205,235,142,1) 0%,rgba(165,201,86,1) 100%);
}
#start, #info {
width: 60px;
position: absolute;
top: 12px;
left: 10px;
background-color: rgba(0,0,0,0.7);
color: #fff;
height: 30px;
text-align: center;
line-height: 30px;
font-family: helvetica;
font-size: 12px;
border-radius: 3px;
cursor: pointer;
}
#info {
width: 255px;
left: 80px;
cursor: default;
background-color: rgba(0,0,0,0.4);
}
#start:hover {
background-color: rgba(0,0,0,0.8);
}