2010-12-05 22:00:52 +01:00
|
|
|
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;
|
2010-12-12 21:55:16 +01:00
|
|
|
cursor:pointer;
|
2010-12-05 22:00:52 +01:00
|
|
|
}
|
|
|
|
#link {
|
|
|
|
position: absolute;
|
|
|
|
bottom: 4px;
|
|
|
|
left: 80px;
|
|
|
|
border: 1px solid #808080;
|
|
|
|
background: #000;
|
|
|
|
opacity: 0.6;
|
|
|
|
padding: 2px;
|
|
|
|
font-size: 8pt;
|
|
|
|
color: #ddd;
|
|
|
|
}
|
2010-12-06 03:36:53 +01:00
|
|
|
#controls {
|
|
|
|
position: absolute;
|
2010-12-12 21:55:16 +01:00
|
|
|
top: 12px;
|
|
|
|
left: 45px;
|
2010-12-06 03:36:53 +01:00
|
|
|
border: 1px solid #808080;
|
|
|
|
background: #000;
|
|
|
|
opacity: 0.6;
|
|
|
|
padding: 2px;
|
|
|
|
font-size: 8pt;
|
|
|
|
color: #ddd;
|
|
|
|
text-align:right;
|
|
|
|
}
|
|
|
|
#controls img{
|
|
|
|
height:14px;
|
|
|
|
width:14px;
|
|
|
|
}
|
2010-12-05 22:00:52 +01:00
|
|
|
a, a:visited {
|
|
|
|
color: white;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.labels {
|
|
|
|
font-size: 10pt;
|
|
|
|
font-family: sans-serif;
|
|
|
|
white-space: nowrap;
|
|
|
|
color: white;
|
2010-12-06 03:36:53 +01:00
|
|
|
display:none;
|
2010-12-12 21:55:16 +01:00
|
|
|
}
|
|
|
|
.gmnoprint{
|
|
|
|
margin-top:-75px;
|
|
|
|
margin-left:-20px
|
|
|
|
}
|
|
|
|
.plisthead{
|
|
|
|
margin-left:3px;
|
|
|
|
margin-right:3px;
|
|
|
|
display:inline-block;
|
|
|
|
height:14px;width:14px;
|
|
|
|
background-color:#000;
|
|
|
|
}
|