@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
body {
margin: 0;
padding: 0;
overflow: hidden;
font-family: 'Open sans', Verdana, Arial, Helvetica, sans-serif;
}
a {
text-decoration: none;
color: inherit;
}
table {
border-collapse: collapse;
font-size: small;
}
td {
width: 99%;
border: 1px solid silver;
border-left: none;
background-color: whitesmoke;
text-align: center;
}
td img {
cursor: pointer;
}
td[style*="10%"] span {
font-size: 16px;
color: rgba(0,0,0,0.8)
}
button {
margin-bottom: 6px;
}
.code {
font-size: small;
background-color: #F5F5F5;
color: #717171;
border: 1px solid #3C3C3C;
border-radius: 2px;
padding: 5px;
}
.block.left {
text-align: center;
left: 0px;
background: url(http://images.forwallpaper.com/files/thumbs/preview/29/296982__gradient-light-dark-background_p.jpg) no-repeat;
background-size: cover;
}
.block.center {
left: 33%;
margin-left: 2px;
overflow: auto;
}
.block.right {
top: 10px;
right: 0.5%;
width: 32%;
}
.block.left, .block.center {
border-right: 2px solid rgba(0,0,0,0.4);
}
.block.left, .block.center, .block.right {
position: absolute;
top: 0px;
width: 33%;
bottom: 0px;
min-width: 100px;
}
.block.left img {
margin-top: 250px;
}
.block.left span#click, .block.left span#hap_seconde {
margin-right: 4px;
}
.block.left span.entoure, .block.left span#hap_seconde {
display: block;
font-size: 24px;
height: 50px;
line-height: 50px;
color: silver;
width: 100%;
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.4);
}
.block.left span#hap_seconde {
margin-top: 10px;
border-top: 1px solid rgba(0,0,0,0.3);
}
#hap_button {
height: 350px;
width: 350px;
}
#hap_button:hover {
transition: 0.4s;
opacity: 0.75;
}
#hap_button:active {
height: 320px;
width: 320px;
}
#hap_seconde::after {
content: "hap/seconde";
margin-left: 4px;
}