You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 22:13:53 +01:00
69 lines
1.0 KiB
CSS
69 lines
1.0 KiB
CSS
div#viewcontainer
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
div.errormessage
|
|
{
|
|
position: absolute;
|
|
display: none;
|
|
width: 200pt;
|
|
height: 150pt;
|
|
left: 0pt;
|
|
top: 0pt;
|
|
font-family: sans-serif;
|
|
font-size: 20pt;
|
|
font-weight: 200;
|
|
color: #EE0000;
|
|
background-color: #000000;
|
|
}
|
|
|
|
div#chromesuggestion
|
|
{
|
|
position: absolute;
|
|
display: none;
|
|
width: 200pt;
|
|
height: 150pt;
|
|
left: 0pt;
|
|
top: 0pt;
|
|
font-family: sans-serif;
|
|
font-size: 15pt;
|
|
font-weight: 200;
|
|
color: #EEEEEE;
|
|
background-color: #000000;
|
|
}
|
|
|
|
div#chromesuggestion a,span
|
|
{
|
|
text-decoration: none;
|
|
color: #888888;
|
|
}
|
|
|
|
div#lightoff
|
|
{
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0pt;
|
|
top: 0pt;
|
|
z-index: 9999999;
|
|
background: black;
|
|
opacity: 0.9;
|
|
cursor: not-allowed;
|
|
}
|
|
|
|
div#lightbutton
|
|
{
|
|
background-image: url(../../images/3las/light.svg);
|
|
-webkit-background-size: 100% 100%;
|
|
-moz-background-size: 100% 100%;
|
|
-o-background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
position: absolute;
|
|
width: 50pt;
|
|
height: 50pt;
|
|
right: 0;
|
|
top: 0;
|
|
z-index: 99999999;
|
|
cursor: pointer;
|
|
} |