view gnv/src/main/webapp/styles/ol_style.css @ 985:95004318d1ce

Switch color of coordinate display of mousposition and scalebar from black to white. gnv/trunk@1171 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 08 Jun 2010 12:35:56 +0000
parents 1bb54da8c8ed
children 905cc67da916
line wrap: on
line source
.title {
  background-image: url("./img/wvHeaderBG.gif");
  height: 50px;
  color: #1E4176;
  font-weight: bold;
  font-family: 'Verdana, Arial, Helvetica, sans-serif'; 
}

.wmcbox {
  width: 100%;
  height: 480px;
}

.olControlPanel div { 
  background-color: white;
  float: left;
  display: block;
  position: relative;
  left: 80px;
  margin: 5px;
  width:  24px;
  height: 24px;
}

.olControlPanel .olControlFeatureInfoItemActive { 
  width:  22px;  
  height: 22px;
  background-image: url("../images/ol/feature_info_on.png");
}
.olControlPanel .olControlFeatureInfoItemInactive { 
  width:  22px;  
  height: 22px;
  background-image: url("../images/ol/feature_info_off.png");
}


.olControlPanel .olControlHistoryBackItemActive { 
  width:  22px;  
  height: 22px;
  background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/view_previous_on.png");
}
.olControlPanel .olControlHistoryBackItemInactive { 
  width:  22px;  
  height: 22px;
  background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/view_previous_off.png");
}

.olControlPanel .olControlPanItemActive { 
  width:  22px;  
  height: 22px;
  background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/pan_on.png");
}
.olControlPanel .olControlPanItemInactive { 
  width:  22px;  
  height: 22px;
  background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/pan_off.png");
}

.olControlPanel .olControlZoomBoxItemActive { 
  width:  22px;  
  height: 22px;
  background-image: url("../images/ol/zoom_box_on.png");
}
.olControlPanel .olControlZoomBoxItemInactive { 
  width:  22px;  
  height: 22px;
  background-image: url("../images/ol/zoom_box_off.png");
}

.olControlPanel .olControlDrawPointItemActive { 
  width:  22px;  
  height: 22px;
  background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_point_on.png");
}
.olControlPanel .olControlDrawPointItemInactive { 
  width:  22px;  
  height: 22px;
  background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_point_off.png");
}

.olControlPanel .olControlDrawLineItemActive { 
  width:  22px;  
  height: 22px;
  background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_line_on.png");
}
.olControlPanel .olControlDrawLineItemInactive { 
  width:  22px;  
  height: 22px;
  background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_line_off.png");
}

.olControlPanel .olControlDrawPolygonItemActive { 
  width:  22px;  
  height: 22px;
  background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_polygon_on.png");
}
.olControlPanel .olControlDrawPolygonItemInactive { 
  width:  22px;  
  height: 22px;
  background-image: url("../scripts/openlayers/OpenLayers-2.9/theme/default/img/draw_polygon_off.png");
}

.olControlPanel .olControlMeasureLineItemActive { 
  width:  22px;  
  height: 22px;
  background-image: url("../images/ol/measure_line_on.png");
}
.olControlPanel .olControlMeasureLineItemInactive { 
  width:  22px;  
  height: 22px;
  background-image: url("../images/ol/measure_line_off.png");
}

.olControlPanel .olControlMeasurePolygonItemActive { 
  width:  22px;  
  height: 22px;
  background-image: url("../images/ol/measure_polygon_on.png");
}
.olControlPanel .olControlMeasurePolygonItemInactive { 
  width:  22px;  
  height: 22px;
  background-image: url("../images/ol/measure_polygon_off.png");
}

div.olControlMousePosition {
    color: #FFFFFF
}

.olControlScaleLineBottom {
    color: #FFFFFF;
    border-color: #FFFFFF #FFFFFF -moz-use-text-color;
}
.olControlScaleLineTop {
    color: #FFFFFF;
    border-color: -moz-use-text-color #FFFFFF #FFFFFF;
}

http://dive4elements.wald.intevation.org