File "scalebar-thinner.css"
Full path: /www/map/mapserver-extensions/pmapper-4.2.0/plugins/scalebar/scalebar-thinner.css
File size: 715 B
MIME-type: text/plain
Charset: utf-8
.sbWrapper {
position: absolute;
margin: 25px 50% 0 50%;
font-family:Tahoma, Verdana, Arial, sans-serif;
}
.sbBar {
background-color: #666666;
height: 1px;
}
.sbBarAlt {
background-color: #666666;
height: 1px;
}
.sbMarkerMajor {
height: 7px;
width: 1px;
background-color: #666666;
}
.sbMarkerMinor {
height: 5px;
width: 1px;
background-color: #666666;
}
.sbNumbersBox {
top: -12px;
font-size: 11px;
color: #000000;
}
.sbLabelBox {
top: -13px;
left: 0px;
font-size: 11px;
color: #000000;
text-transform:lowercase;
}
.sbLabelBoxSingleLine {
top: -30px;
font-size: 10px;
color: #333333;
border:1px solid red;
}