style.css 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. div.olLayerDiv {
  2. -moz-user-select: none
  3. }
  4. .olLayerGoogleCopyright {
  5. left: 2px;
  6. bottom: 2px;
  7. }
  8. .olLayerGooglePoweredBy {
  9. left: 2px;
  10. bottom: 15px;
  11. }
  12. .olControlAttribution {
  13. font-size: smaller;
  14. right: 3px;
  15. bottom: 4.5em;
  16. position: absolute;
  17. display: block;
  18. }
  19. .olControlScale {
  20. right: 3px;
  21. bottom: 3em;
  22. display: block;
  23. position: absolute;
  24. font-size: smaller;
  25. }
  26. .olControlScaleLine {
  27. left: 10px;
  28. bottom: 15px;
  29. font-size: xx-small;
  30. }
  31. .olControlScaleLineBottom {
  32. border: solid 2px black;
  33. border-bottom: none;
  34. margin-top:-2px;
  35. text-align: center;
  36. }
  37. .olControlScaleLineTop {
  38. border: solid 2px black;
  39. border-top: none;
  40. text-align: center;
  41. }
  42. .olControlPermalink {
  43. right: 3px;
  44. bottom: 1.5em;
  45. display: block;
  46. position: absolute;
  47. font-size: smaller;
  48. }
  49. div.olControlMousePosition {
  50. bottom: 0em;
  51. right: 3px;
  52. display: block;
  53. position: absolute;
  54. font-family: Arial;
  55. font-size: smaller;
  56. }
  57. .olControlOverviewMapContainer {
  58. position: absolute;
  59. bottom: 0px;
  60. right: 0px;
  61. }
  62. /*Dirk: made black and reduced border sizes*/
  63. .olControlOverviewMapElement {
  64. padding: 5px 0px 0px 5px;
  65. background-color: #000000;
  66. -moz-border-radius: 1em 0 0 0;
  67. }
  68. /*Dirk: z-index ++*/
  69. .olControlOverviewMapMinimizeButton {
  70. z-index: 1000;
  71. right: 0px;
  72. bottom: 80px;
  73. }
  74. /*Dirk: z-index ++*/
  75. .olControlOverviewMapMaximizeButton {
  76. z-index: 1000;
  77. right: 0px;
  78. bottom: 80px;
  79. }
  80. .olControlOverviewMapExtentRectangle {
  81. overflow: hidden;
  82. background-image: url("img/blank.gif");
  83. cursor: move;
  84. border: 2px dotted red;
  85. }
  86. .olControlOverviewMapRectReplacement {
  87. overflow: hidden;
  88. cursor: move;
  89. background-image: url("img/overview_replacement.gif");
  90. background-repeat: no-repeat;
  91. background-position: center;
  92. }
  93. .olLayerGeoRSSDescription {
  94. float:left;
  95. width:100%;
  96. overflow:auto;
  97. font-size:1.0em;
  98. }
  99. .olLayerGeoRSSClose {
  100. float:right;
  101. color:gray;
  102. font-size:1.2em;
  103. margin-right:6px;
  104. font-family:sans-serif;
  105. }
  106. .olLayerGeoRSSTitle {
  107. float:left;font-size:1.2em;
  108. }
  109. .olPopupContent {
  110. padding:1px;
  111. overflow: visible;
  112. }
  113. .olControlNavToolbar {
  114. width:0px;
  115. height:0px;
  116. }
  117. .olControlNavToolbar div {
  118. display:block;
  119. width: 24px;
  120. height: 22px;
  121. top: 300px;
  122. /*left: 6px;*/
  123. left: 18px;
  124. position: relative;
  125. }
  126. .olControlNavToolbar div {
  127. background-image: url("img/toolbarLeftBottom.png");
  128. background-repeat: no-repeat;
  129. }
  130. .olControlNavToolbar .olControlNavigationItemActive {
  131. background-position:0 -21px;
  132. }
  133. .olControlNavToolbar .olControlNavigationItemInactive {
  134. background-position:0 0;
  135. }
  136. .olControlNavToolbar div.olControlNavigationItemInactive:hover {
  137. background-position:0 -42px;
  138. }
  139. .olControlNavToolbar .olControlZoomBoxItemActive {
  140. margin-top:-1px;
  141. background-position:-24px -21px;
  142. }
  143. .olControlNavToolbar .olControlZoomBoxItemInactive {
  144. margin-top:-1px;
  145. background-position:-24px 0;
  146. }
  147. .olControlNavToolbar div.olControlZoomBoxItemInactive:hover {
  148. margin-top:-1px;
  149. background-position:-24px -42px;
  150. }
  151. .olControlNavigationHistoryPreviousItemActive {
  152. background-image: url("img/view_previous_on.png");
  153. background-repeat: no-repeat;
  154. width: 24px;
  155. height: 24px;
  156. }
  157. .olControlNavigationHistoryPreviousItemInactive {
  158. background-image: url("img/view_previous_off.png");
  159. background-repeat: no-repeat;
  160. width: 24px;
  161. height: 24px;
  162. }
  163. .olControlNavigationHistoryNextItemActive {
  164. background-image: url("img/view_next_on.png");
  165. background-repeat: no-repeat;
  166. width: 24px;
  167. height: 24px;
  168. }
  169. .olControlNavigationHistoryNextItemInactive {
  170. background-image: url("img/view_next_off.png");
  171. background-repeat: no-repeat;
  172. width: 24px;
  173. height: 24px;
  174. }
  175. .olControlEditingToolbar {
  176. float:right;
  177. right: 0px;
  178. height: 30px;
  179. width: 200px;
  180. }
  181. .olControlEditingToolbar div {
  182. float:right;
  183. width: 24px;
  184. height: 24px;
  185. margin: 5px;
  186. }
  187. .olControlEditingToolbar .olControlNavigationItemActive {
  188. background-image: url("img/editing_tool_bar.png");
  189. background-repeat: no-repeat;
  190. background-position: -103px -23px;
  191. }
  192. .olControlEditingToolbar .olControlNavigationItemInactive {
  193. background-image: url("img/editing_tool_bar.png");
  194. background-repeat: no-repeat;
  195. background-position: -103px -0px;
  196. }
  197. .olControlEditingToolbar .olControlDrawFeaturePointItemActive {
  198. background-image: url("img/editing_tool_bar.png");
  199. background-repeat: no-repeat;
  200. background-position: -77px -23px;
  201. }
  202. .olControlEditingToolbar .olControlDrawFeaturePointItemInactive {
  203. background-image: url("img/editing_tool_bar.png");
  204. background-repeat: no-repeat;
  205. background-position: -77px -0px;
  206. }
  207. .olControlEditingToolbar .olControlDrawFeaturePathItemInactive {
  208. background-image: url("img/editing_tool_bar.png");
  209. background-repeat: no-repeat;
  210. background-position: -51px 0px;
  211. }
  212. .olControlEditingToolbar .olControlDrawFeaturePathItemActive {
  213. background-image: url("img/editing_tool_bar.png");
  214. background-repeat: no-repeat;
  215. background-position: -51px -23px;
  216. }
  217. .olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive {
  218. background-image: url("img/editing_tool_bar.png");
  219. background-repeat: no-repeat;
  220. background-position: -26px 0px;
  221. }
  222. .olControlEditingToolbar .olControlDrawFeaturePolygonItemActive {
  223. background-image: url("img/editing_tool_bar.png");
  224. background-repeat: no-repeat;
  225. background-position: -26px -23px ;
  226. }
  227. .olHandlerBoxZoomBox {
  228. border: 2px solid red;
  229. position: absolute;
  230. background-color: white;
  231. opacity: 0.50;
  232. font-size: 1px;
  233. filter: alpha(opacity=50);
  234. }
  235. /*
  236. * Due to current limitations in the OpenLayers code, you can only
  237. * replace this image with another image which is 17px x 17px.
  238. */
  239. .olPopupCloseBox {
  240. margin:-2 -1 0 0;
  241. * margin:-1 -1 0 0;
  242. background: url("img/close.gif") no-repeat;
  243. cursor: pointer;
  244. }
  245. .olControlNoSelect {
  246. -moz-user-select: none;
  247. }