mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-30 00:39:16 +02:00
3LAS implementation
This commit is contained in:
@@ -0,0 +1,69 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user