/webportal/src/main/webapp/css/mapprint.css
CSS | 295 lines | 220 code | 71 blank | 4 comment | 0 complexity | e7c67ebe6702163c2ac233f10ce53b58 MD5 | raw file
1html, body { 2 3 font-family: arial, Helvetica, Arial, sans-serif; 4 font-size: 0.85em; 5 margin: 0px; 6 background-color: #7391ad; 7} 8h2 { color:#3B6E8F; font-size: 16px; font-weight: bold;} 9h3 { color:#3B6E8F; font-size: 14px; font-weight: bold; margin-bottom:2px;margin-top:0px;} 10h4 { color:#3B6E8F; font-size: 12px; margin: 0px 2px;} 11h5 { color:#3B6E8F; font-size: 11px; margin: 0px 2px;} 12h6 { color:#3B6E8F; font-size: 10px; margin: 0px 2px; display:inline; } 13 14 15a { 16 color: black; 17} 18a img{ 19 border: none; 20} 21 22a:hover{ 23 color: grey; 24} 25a[rel="external"], a.external { 26white-space: nowrap; 27padding-right: 15px; 28background: url(../img/extlink.gif) no-repeat 100% 50%; 29zoom: 1; 30} 31.extlink { 32 margin-left: 2px; 33} 34hr { 35 width: 80%; 36 color:#7391ad; 37 background: #fff url(../img/borderLine.gif) no-repeat center bottom; 38 margin: 8px auto; 39 height: 1px; 40 border: 0 none; 41} 42 43 44 45 46#mapdiv { 47 position: absolute; 48 z-index: 1; 49 height: 100%; 50 width:100%; 51} 52 53 54.topdrop { 55 background-image:url(../img/mapshadow.png); 56 background-position:left top; 57 background-repeat:repeat-x; 58 z-index: 100; 59 width: 100%; 60 height:10px; 61 position: absolute; 62} 63 64 65#navtoolbar{ 66 position: absolute; 67 float: left; 68 width: 42px; 69 z-index: 1001; 70} 71 72.leftdrop { 73 background-image:url(../img/leftshadow.png); 74 background-position:left top; 75 background-repeat:repeat-y; 76 z-index: 101; 77 width:10px ; 78 height:100%; 79 position: absolute; 80} 81 82 83 84#mapscale { 85 width: 90px; 86 z-index: 3; 87 position: relative; 88 float: left; 89 color: white; 90} 91#mapcoords { 92 width: 90px; 93 z-index: 4; 94 position: relative; 95 float: right; 96 color: white; 97 background: inherit; 98} 99#mapcoords b{ 100 background: none; 101} 102 103#mapinfo { 104 bottom: 0em; 105 left: 0px; 106 padding: 10px 15px ; 107 display: block; 108 position: absolute; 109 width: 220px; 110 z-index: 3; 111 font-family: Arial; 112 font-size: smaller; 113 -moz-border-radius: 5! important; 114 border: 1px 1px 0 0; 115} 116 117 118.feature { 119 margin: 5px 0px; 120 padding: 5px; 121 width:100%; 122 background-color: #fafafa; 123 border:1px solid #eee; 124} 125 126 127 128/* getfeatureinfo results 129*/ 130 131 132.getfeaturepopup_contentDiv, .olPopupContent { 133 overflow: hidden! important; 134 cursor: default; 135} 136.olPopup { 137 height: 100%; 138} 139 140 141.closebox { 142 height: 15px; 143 width: 420px; 144 clear: both; 145} 146.closebox a { 147 position:absolute; 148 right: 25px; 149 font-size: 11px; 150 font-weight: bold; 151} 152 153 154.feature ul li{ 155 margin-left: 1em; 156} 157 158 159 160#featureinfocontent { 161 padding: 0px; 162 width: 420px; 163 height: 220px; 164 overflow-x: hidden; 165 background-color: white; 166 overflow-y: auto; 167} 168#featureinfocontent .feature { 169 width: 97%; 170 171} 172#featureinfocontent img { 173 padding: 5px; 174} 175#featureinfocontent b { 176 color:#3B6E8F; 177 font-weight: bold; 178} 179#featureinfocontent ul { 180 margin: 5px 0px; 181 padding-left: 2px; 182 list-style-type: circle; 183} 184#featureinfocontent li { 185 margin-left: 2px; 186 padding-left: 2px; 187 list-style-position: inside; 188} 189 190 191.block h3 { 192 border: solid 1px #cccccc; 193 background-color: #efefef; 194 padding-left: 3px; 195 width: 100%; 196} 197 198p.important { 199 color:#3c668d; 200 font-weight: bold; 201} 202 203 204 205 206/* Overview Map wigit */ 207.olControlOverviewMapElement { 208 background-color: #3c668d; 209} 210 211.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover, .ygtvfocus{ 212 background-color: transparent; 213} 214a.ygtvlabel:hover { 215 text-decoration:underline; 216} 217 218 219div.olControlScaleLineBottom { 220 margin-top: -1; 221 222} 223div.olControlScaleLineTop, div.olControlScaleLineBottom { 224 border-color: black; 225} 226 227.olControlEditingToolbar { 228float: left; 229width: 50px; 230} 231.olControlEditingToolbar div { 232float: left; 233} 234 235 236#navtoolbar { 237 margin-top: 250px; 238 margin-left: 9px; 239 240} 241 242 243 244 245#controlPanZoom { 246 display: none; 247} 248 249 250 251.olControlOverviewMapElement 252{ 253 position: absolute! important; 254 bottom: 0! important; 255 right: 0! important; 256 _bottom: -1px! important; 257 _right: -1px! important; 258 background: #3c668d! important; 259 -moz-border-radius: 5! important; 260} 261 262.olControlOverviewMapExtentRectangle 263{ 264 border: 1px solid #e89c14! important; 265 margin: 0! important; 266 padding: 0! important; 267} 268 269#layerswitch { 270 position: static; 271 clear: both; 272} 273.olControlLayerSwitcher { 274 display: none; 275} 276 277/* hide it till positioned in style.css */ 278.olControlOverviewMapMaximizeButton { 279 280 visibility : hidden; 281} 282 283 284 285 286 287 288 289.leftdrop, .topdrop {display: none; width:0px;} 290 291 292 293 294 295