mirror of
https://github.com/reality/dbot.git
synced 2024-11-24 04:49:25 +01:00
16 lines
308 B
CSS
16 lines
308 B
CSS
|
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;
|
||
|
}
|