]> git.openstreetmap.org Git - rails.git/blob - public/openlayers/theme/default/style.css
ba75a09daf54d07a21f568b9ef7b8d3f6fd38d9d
[rails.git] / public / openlayers / theme / default / style.css
1 div.olMapViewport {
2    -moz-user-select: none 
3 }
4
5 .olLayerGoogleCopyright {
6     left: 2px;
7     bottom: 2px;  
8 }
9 .olLayerGooglePoweredBy {
10     left: 2px;
11     bottom: 15px;   
12 }
13
14 .olControlScale {
15     right: 3px;
16     bottom: 3em;
17     display: block;
18     position: absolute;
19 }
20 .olControlPermalink {
21     right: 3px;
22     bottom: 1.5em;
23     display: block;
24     position: absolute;
25
26
27 div.olControlMousePosition {
28     bottom: 0em;
29     right: 3px;
30     display: block;
31     position: absolute;
32     font-family: Arial;
33     font-size: smaller;
34 }
35
36 .olControlOverviewMapContainer {
37     position: absolute;
38     bottom: 0px;
39     right: 0px;
40 }
41
42 .olControlOverviewMapElement {
43     padding: 10px 18px 10px 10px;
44     background-color: #00008B;
45     -moz-border-radius: 1em 0 0 0;
46 }
47
48 .olControlOverviewMapMinimizeButton {
49     right: 0px;
50     bottom: 80px;
51 }    
52
53 .olControlOverviewMapMaximizeButton {
54     right: 0px;
55     bottom: 80px;
56 }
57
58 .olControlOverviewMapExtentRectangle {
59    cursor: move;
60     border: 2px dotted red;
61 }
62 .olLayerGeoRSSDescription {
63     float:left;
64     width:100%;
65     overflow:auto;
66     font-size:1.0em;
67 }
68 .olLayerGeoRSSClose {
69     float:right;
70     color:gray;
71     font-size:1.2em;
72     font-family:sans-serif;
73 }
74 .olLayerGeoRSSTitle {
75     float:left;font-size:1.2em;
76 }
77
78 .olPopupContent {
79     padding:5px;
80 }    
81 .olControlNavToolbar div { 
82   display:block;
83   width:  28px;
84   height: 28px;
85   top: 300px;
86   left: 6px;
87   position: relative;
88 }
89
90 .olControlNavToolbar .olControlNavigationItemActive { 
91   background-image: url("img/panning-hand-on.png");
92   background-repeat: no-repeat;
93 }
94 .olControlNavToolbar .olControlNavigationItemInactive { 
95   background-image: url("img/panning-hand-off.png");
96   background-repeat: no-repeat;
97 }
98 .olControlNavToolbar .olControlZoomBoxItemActive { 
99   background-image: url("img/drag-rectangle-on.png");
100   background-color: orange;
101   background-repeat: no-repeat;
102 }
103 .olControlNavToolbar .olControlZoomBoxItemInactive { 
104   background-image: url("img/drag-rectangle-off.png");
105   background-repeat: no-repeat;
106 }
107 .olControlEditingToolbar  {
108     float:right;
109     right: 0px;
110     height: 30px; 
111     width: 200px;
112 }
113 .olControlEditingToolbar div { 
114   float:right;
115   width:  24px;
116   height: 24px;
117   margin: 5px;
118 }
119 .olControlEditingToolbar .olControlNavigationItemActive { 
120   background-image: url("img/pan_on.png");
121   background-repeat: no-repeat;
122 }
123 .olControlEditingToolbar .olControlNavigationItemInactive { 
124   background-image: url("img/pan_off.png");
125   background-repeat: no-repeat;
126 }
127 .olControlEditingToolbar .olControlDrawFeaturePointItemActive { 
128   background-image: url("img/draw_point_on.png");
129   background-repeat: no-repeat;
130 }
131 .olControlEditingToolbar .olControlDrawFeaturePointItemInactive { 
132   background-image: url("img/draw_point_off.png");
133   background-repeat: no-repeat;
134 }
135 .olControlEditingToolbar .olControlDrawFeaturePathItemInactive { 
136   background-image: url("img/draw_line_off.png");
137   background-repeat: no-repeat;
138 }
139 .olControlEditingToolbar .olControlDrawFeaturePathItemActive { 
140   background-image: url("img/draw_line_on.png");
141   background-repeat: no-repeat;
142 }
143 .olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive { 
144   background-image: url("img/draw_polygon_off.png");
145   background-repeat: no-repeat;
146 }
147 .olControlEditingToolbar .olControlDrawFeaturePolygonItemActive { 
148   background-image: url("img/draw_polygon_on.png");
149   background-repeat: no-repeat;
150 }