view gnv/src/main/webapp/styles/ol_style.css @ 1012:5b118b59dc14

Do some GUI-Improvements in the Map-Client gnv/trunk@1231 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Mon, 28 Jun 2010 15:15:38 +0000
parents 905cc67da916
children 6eea2c04b681
line wrap: on
line source
.title {
  background-image: url("../images/ol/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");
}


.olControlNavigationHistory {
   background-image: url("../images/ol/navigation_history.png");
   background-repeat: no-repeat;
   width:  22px;
   height: 22px;

}

.olControlPanel .olControlPanItemActive { 
  width:  22px;  
  height: 22px;
  background-image: url("../images/ol/pan_on.png");
}
.olControlPanel .olControlPanItemInactive { 
  width:  22px;  
  height: 22px;
  background-image: url("../images/ol/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");
}

div.olControlMousePosition {
    color:#003A66;
    background-color: #F2F1F5;
    filter: alpha(opacity=75);
    opacity: 0.75
}

.olHandlerBoxZoomBox {
    border: 2px solid #003A66;
    background-color: #F2F1F5;;
}

http://dive4elements.wald.intevation.org