2013-04-15 07:17:55 +02:00
|
|
|
#container {
|
2013-04-16 23:03:50 +02:00
|
|
|
text-align:center;
|
2013-04-15 07:17:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#container,#image {
|
2013-04-16 23:03:50 +02:00
|
|
|
margin:0;
|
|
|
|
max-height:100%;
|
2013-04-17 22:55:34 +02:00
|
|
|
max-width:100%;
|
2013-04-16 23:03:50 +02:00
|
|
|
padding:0;
|
2013-04-15 07:17:55 +02:00
|
|
|
}
|
|
|
|
|
2013-04-16 19:47:01 +02:00
|
|
|
#details {
|
|
|
|
display:none;
|
2013-04-17 23:03:40 +02:00
|
|
|
font-family:sans-serif;
|
2013-04-16 23:03:50 +02:00
|
|
|
font-weight:700;
|
|
|
|
left:25px;
|
|
|
|
min-width:280px;
|
|
|
|
padding:20px;
|
|
|
|
text-align:center;
|
|
|
|
top:25px;
|
|
|
|
}
|
|
|
|
|
2013-04-17 23:03:40 +02:00
|
|
|
#history {
|
|
|
|
left:25px;
|
|
|
|
margin:0;
|
|
|
|
max-height:210px;
|
|
|
|
overflow:hidden;
|
|
|
|
padding:0;
|
|
|
|
top:95px;
|
|
|
|
}
|
|
|
|
|
2013-04-17 22:55:34 +02:00
|
|
|
#history li {
|
2013-04-17 23:03:40 +02:00
|
|
|
font-family:monospace;
|
2013-04-16 23:03:50 +02:00
|
|
|
left:25px;
|
2013-04-17 23:03:40 +02:00
|
|
|
margin-bottom:10px;
|
|
|
|
opacity:0.1;
|
2013-04-16 23:03:50 +02:00
|
|
|
text-align:center;
|
|
|
|
width:168px;
|
|
|
|
}
|
|
|
|
|
2013-04-17 22:55:34 +02:00
|
|
|
#history li,#loading {
|
2013-04-17 23:03:40 +02:00
|
|
|
display:block;
|
2013-04-16 23:03:50 +02:00
|
|
|
font-family:monospace;
|
|
|
|
font-size:10px;
|
|
|
|
padding:10px;
|
2013-04-16 19:47:01 +02:00
|
|
|
}
|
|
|
|
|
2013-04-17 23:03:40 +02:00
|
|
|
#history li:hover,#history li:nth-of-type(1) {
|
|
|
|
opacity:1!important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#history li:nth-of-type(2) {
|
|
|
|
opacity:0.8;
|
|
|
|
}
|
|
|
|
|
|
|
|
#history li:nth-of-type(3) {
|
|
|
|
opacity:0.6;
|
|
|
|
}
|
|
|
|
|
|
|
|
#history li:nth-of-type(4) {
|
|
|
|
opacity:0.4;
|
|
|
|
}
|
|
|
|
|
|
|
|
#history li:nth-of-type(5) {
|
|
|
|
opacity:0.2;
|
|
|
|
}
|
|
|
|
|
|
|
|
#history,#loading,#details {
|
|
|
|
position:absolute;
|
|
|
|
}
|
2013-04-17 22:02:36 +02:00
|
|
|
|
2013-04-16 19:47:01 +02:00
|
|
|
#loading {
|
2013-04-16 23:03:50 +02:00
|
|
|
font-weight:500;
|
|
|
|
left:220px;
|
|
|
|
min-width:95px;
|
2013-04-17 22:02:36 +02:00
|
|
|
top:95px;
|
2013-04-16 23:03:50 +02:00
|
|
|
}
|
|
|
|
|
2013-04-17 22:55:34 +02:00
|
|
|
#loading,#details,#history li {
|
2013-04-16 23:03:50 +02:00
|
|
|
background:rgba(43,43,43,0.8);
|
|
|
|
border-radius:5px;
|
|
|
|
color:#85bf25;
|
2013-04-17 22:02:36 +02:00
|
|
|
}
|
|
|
|
|
2013-04-17 23:03:40 +02:00
|
|
|
a {
|
|
|
|
color:inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.crop {
|
|
|
|
overflow:hidden;
|
2013-04-16 19:47:01 +02:00
|
|
|
}
|
|
|
|
|
2013-04-15 07:17:55 +02:00
|
|
|
html,body {
|
2013-04-16 23:03:50 +02:00
|
|
|
background-color:#121211;
|
2013-04-17 23:03:40 +02:00
|
|
|
border:0;
|
2013-04-16 23:03:50 +02:00
|
|
|
height:100%;
|
|
|
|
margin:0;
|
2013-04-17 22:55:34 +02:00
|
|
|
overflow:auto;
|
2013-04-17 23:03:40 +02:00
|
|
|
padding:0;
|
2013-04-17 22:02:36 +02:00
|
|
|
}
|