2013-04-15 07:17:55 +02:00
|
|
|
#container {
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#container,#image {
|
|
|
|
margin:0;
|
|
|
|
max-height:100%;
|
|
|
|
padding:0;
|
|
|
|
}
|
|
|
|
|
2013-04-16 19:47:01 +02:00
|
|
|
#loading, #details{
|
2013-04-15 07:17:55 +02:00
|
|
|
background:rgba(43,43,43,0.8);
|
|
|
|
color:#85bf25;
|
|
|
|
font-family:sans-serif;
|
|
|
|
font-weight:700;
|
|
|
|
padding:20px;
|
|
|
|
position:absolute;
|
|
|
|
top:50px;
|
|
|
|
}
|
|
|
|
|
2013-04-16 19:47:01 +02:00
|
|
|
#details {
|
|
|
|
right:0;
|
|
|
|
text-align:right;
|
|
|
|
border-bottom-left-radius:5px;
|
|
|
|
border-top-left-radius:5px
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#loading {
|
|
|
|
left:0;
|
2013-04-16 19:51:03 +02:00
|
|
|
font-size:12px;
|
2013-04-16 19:47:01 +02:00
|
|
|
border-bottom-right-radius:5px;
|
|
|
|
border-top-right-radius:5px;
|
|
|
|
}
|
|
|
|
|
2013-04-15 07:17:55 +02:00
|
|
|
html,body {
|
|
|
|
background-color:#121211;
|
|
|
|
height:100%;
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
2013-04-15 03:50:50 +02:00
|
|
|
}
|