Mercurial > dive4elements > gnv-client
view gnv/src/main/webapp/styles/ol_style.css @ 1000:905cc67da916
Customize Look and Feel to styleguide of the bsh.
gnv/trunk@1201 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 11 Jun 2010 12:06:03 +0000 |
parents | 95004318d1ce |
children | 5b118b59dc14 |
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"); } .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: #FFFFFF } .olControlScaleLineBottom { color: #FFFFFF; border-color: #FFFFFF #FFFFFF -moz-use-text-color; } .olControlScaleLineTop { color: #FFFFFF; border-color: -moz-use-text-color #FFFFFF #FFFFFF; }