view gnv/src/main/webapp/styles/ol_style.css @ 973:1bb54da8c8ed

Added more resources which are required to use the ol-client properly gnv/trunk@1141 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Tue, 01 Jun 2010 14:15:10 +0000
parents
children 95004318d1ce
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");
}

http://dive4elements.wald.intevation.org