mapstats |
Subversion Repositories: |
Compare with Previous - Blame - Download
#outerDiv {
width: 700px; height: 500px;
border: 1px solid black; position: relative;
overflow: hidden;
background: #ffffff;
}
#innerDiv {
position: relative;
left: 0px;
top: 0px;
z-index: 0;
}
#underMap {
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
padding: 0px 2px;
//width: 696px;
/* 4 pixels shorter to compensate for 2px padding */
background: #898989;
color: #ffffff;
font: normal 10px sans-serif;
height: 13px;
}
#resolutionInfo {
float: left;
}
#version {
float: right;
}
#version a {
color: #ffffff;
text-decoration: none;
}
#version a:hover {
color: #ffffff;
text-decoration: none;
}
#zoomPanel {
position: absolute;
left:5px;
top:5px;
border: 1px solid black;
width: 32px;
height: 53px;
z-index:10;
}
#legend {
position: absolute;
left:5px;
bottom:5px;
border: 1px solid #898989;
background: #c0c0c0;
z-index:10;
display: none;
}
#legendcanvas {
float: left;
width: 25px;
padding: 5px;
padding-bottom: 2px;
}
#mapstats_legend {
float: left;
padding-top: 4px;
padding-right: 2px;
}
#menuset {
float:left;
border: 1px solid black;
z-index:1;
margin-left: 10px;
padding: 10px;
background: #ffffff;
}
#mapstats {
position: absolute;
left:0px;
top:0px;
border: none;
width: 900px;
height: 800px;
z-index:1;
}
#mapstats2 {
position: absolute;
left:0px;
top:0px;
border: none;
width: 900px;
height: 800px;
z-index:2;
}
#translucent {
width: 32px;
height: 53px;
background-color: blue;
filter:alpha(opacity=15);
-moz-opacity:0.15;
-khtml-opacity: 0.15;
opacity: 0.15;
}
#opaque {
width: 32px;
height: 53px;
background-color: transparent;
position: absolute;
z-index: 20;
}
#magnifier {
position:absolute; left:0px; top:0px;
border: solid red 1px;
width: 150px;
font-size: 0px; /* hack for IE6 */
cursor: move;
background-color: white;
filter:alpha(opacity=37);
-moz-opacity:0.37;
-khtml-opacity: 0.37;
opacity: 0.37;
}
.grab {
cursor: url('grab.cur'), default;
}
div.miniMap {
position:relative; left:0px; top:0px; border: solid black 1px; width: 150px;
}
img {
display: block; /* fix for IE */
}