tim@973: .title { tim@973: background-image: url("./img/wvHeaderBG.gif"); tim@973: height: 50px; tim@973: color: #1E4176; tim@973: font-weight: bold; tim@973: font-family: 'Verdana, Arial, Helvetica, sans-serif'; tim@973: } tim@973: tim@973: .wmcbox { tim@973: width: 100%; tim@973: height: 480px; tim@973: } tim@973: tim@973: .olControlPanel div { tim@973: background-color: white; tim@973: float: left; tim@973: display: block; tim@973: position: relative; tim@973: left: 80px; tim@973: margin: 5px; tim@973: width: 24px; tim@973: height: 24px; tim@973: } tim@973: tim@973: .olControlPanel .olControlFeatureInfoItemActive { tim@973: width: 22px; tim@973: height: 22px; tim@973: background-image: url("../images/ol/feature_info_on.png"); tim@973: } tim@973: .olControlPanel .olControlFeatureInfoItemInactive { tim@973: width: 22px; tim@973: height: 22px; tim@973: background-image: url("../images/ol/feature_info_off.png"); tim@973: } tim@973: tim@973: tim@973: .olControlPanel .olControlHistoryBackItemActive { tim@973: width: 22px; tim@973: height: 22px; tim@973: background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/view_previous_on.png"); tim@973: } tim@973: .olControlPanel .olControlHistoryBackItemInactive { tim@973: width: 22px; tim@973: height: 22px; tim@973: background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/view_previous_off.png"); tim@973: } tim@973: tim@973: .olControlPanel .olControlPanItemActive { tim@973: width: 22px; tim@973: height: 22px; tim@973: background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/pan_on.png"); tim@973: } tim@973: .olControlPanel .olControlPanItemInactive { tim@973: width: 22px; tim@973: height: 22px; tim@973: background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/pan_off.png"); tim@973: } tim@973: tim@973: .olControlPanel .olControlZoomBoxItemActive { tim@973: width: 22px; tim@973: height: 22px; tim@973: background-image: url("../images/ol/zoom_box_on.png"); tim@973: } tim@973: .olControlPanel .olControlZoomBoxItemInactive { tim@973: width: 22px; tim@973: height: 22px; tim@973: background-image: url("../images/ol/zoom_box_off.png"); tim@973: } tim@973: tim@973: .olControlPanel .olControlDrawPointItemActive { tim@973: width: 22px; tim@973: height: 22px; tim@973: background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_point_on.png"); tim@973: } tim@973: .olControlPanel .olControlDrawPointItemInactive { tim@973: width: 22px; tim@973: height: 22px; tim@973: background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_point_off.png"); tim@973: } tim@973: tim@973: .olControlPanel .olControlDrawLineItemActive { tim@973: width: 22px; tim@973: height: 22px; tim@973: background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_line_on.png"); tim@973: } tim@973: .olControlPanel .olControlDrawLineItemInactive { tim@973: width: 22px; tim@973: height: 22px; tim@973: background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_line_off.png"); tim@973: } tim@973: tim@973: .olControlPanel .olControlDrawPolygonItemActive { tim@973: width: 22px; tim@973: height: 22px; tim@973: background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_polygon_on.png"); tim@973: } tim@973: .olControlPanel .olControlDrawPolygonItemInactive { tim@973: width: 22px; tim@973: height: 22px; tim@973: background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_polygon_off.png"); tim@973: } tim@973: tim@973: .olControlPanel .olControlMeasureLineItemActive { tim@973: width: 22px; tim@973: height: 22px; tim@973: background-image: url("../images/ol/measure_line_on.png"); tim@973: } tim@973: .olControlPanel .olControlMeasureLineItemInactive { tim@973: width: 22px; tim@973: height: 22px; tim@973: background-image: url("../images/ol/measure_line_off.png"); tim@973: } tim@973: tim@973: .olControlPanel .olControlMeasurePolygonItemActive { tim@973: width: 22px; tim@973: height: 22px; tim@973: background-image: url("../images/ol/measure_polygon_on.png"); tim@973: } tim@973: .olControlPanel .olControlMeasurePolygonItemInactive { tim@973: width: 22px; tim@973: height: 22px; tim@973: background-image: url("../images/ol/measure_polygon_off.png"); tim@973: } tim@985: tim@985: div.olControlMousePosition { tim@985: color: #FFFFFF tim@985: } tim@985: tim@985: .olControlScaleLineBottom { tim@985: color: #FFFFFF; tim@985: border-color: #FFFFFF #FFFFFF -moz-use-text-color; tim@985: } tim@985: .olControlScaleLineTop { tim@985: color: #FFFFFF; tim@985: border-color: -moz-use-text-color #FFFFFF #FFFFFF; tim@985: }