mirror of
https://github.com/chylex/Discord-History-Tracker.git
synced 2024-11-22 05:42:46 +01:00
31 lines
459 B
CSS
31 lines
459 B
CSS
#dht-cfg-overlay {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #000;
|
|
opacity: 0.5;
|
|
display: block;
|
|
z-index: 1000001;
|
|
}
|
|
|
|
#dht-cfg {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
width: 800px;
|
|
height: 262px;
|
|
margin-left: -400px;
|
|
margin-top: -131px;
|
|
line-height: 120%;
|
|
padding: 8px;
|
|
background-color: #fff;
|
|
z-index: 1000002;
|
|
}
|
|
|
|
#dht-cfg label {
|
|
display: inline-block;
|
|
margin: 1px 0;
|
|
}
|