This commit is contained in:
parent
af18b73908
commit
c81cbfeeca
14 changed files with 695 additions and 823 deletions
42
web/style.css
Normal file
42
web/style.css
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
html { height: 100% }
|
||||
body { height: 100%; margin: 0px; padding: 0px ; background-color: #000; }
|
||||
#mcmap { width:100%; height: 100% }
|
||||
#plist {
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
right: 8px;
|
||||
border: 1px solid #808080;
|
||||
background: #000;
|
||||
opacity: 0.6;
|
||||
padding: 2px;
|
||||
}
|
||||
#lst {
|
||||
clear:both;
|
||||
font-family: sans-serif;
|
||||
font-size: 8pt;
|
||||
color: white;
|
||||
}
|
||||
#plistbtn {
|
||||
float:right;
|
||||
}
|
||||
#link {
|
||||
position: absolute;
|
||||
bottom: 4px;
|
||||
left: 80px;
|
||||
border: 1px solid #808080;
|
||||
background: #000;
|
||||
opacity: 0.6;
|
||||
padding: 2px;
|
||||
font-size: 8pt;
|
||||
color: #ddd;
|
||||
}
|
||||
a, a:visited {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
.labels {
|
||||
font-size: 10pt;
|
||||
font-family: sans-serif;
|
||||
white-space: nowrap;
|
||||
color: white;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue