dbot/public/imgurr.css

42 lines
601 B
CSS
Raw Normal View History

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