3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00
dbot/public/imgurr.css

16 lines
308 B
CSS
Raw Normal View History

2013-04-15 03:50:50 +02:00
html, body { margin: 0; padding: 0; height: 100%; }
#container, #image {
margin: 0; padding: 0;
max-height: 100%;
}
#container { text-align: center; }
#loading {
background: rgba(255, 0, 0, 0.8);
display: none;
position: absolute;
top: 50px;
left: 30px;
padding: 10px;
color: #EFEFEF;
}