source:
src/django_gheat/website/static/style.css@
9316
Last change on this file since 9316 was 9316, checked in by , 13 years ago | |
---|---|
File size: 3.6 KB |
Rev | Line | |
---|---|---|
[9302] | 1 | /** |
2 | * Body | |
3 | */ | |
4 | ||
[9175] | 5 | body,html{ |
[9210] | 6 | height:100%; |
7 | width:100%; | |
8 | margin:0; | |
9 | padding:0; | |
10 | font-family:Arial,Helvetica,sans-serif; | |
11 | font-size:12px; | |
12 | background-color:#999; | |
[9266] | 13 | overflow:hidden; |
[9175] | 14 | } |
15 | ||
[9302] | 16 | /** |
17 | * Divs | |
18 | */ | |
19 | ||
[9210] | 20 | #heatmap{ |
21 | position:absolute; | |
22 | height:100%; | |
23 | width:100%; | |
24 | top:0px; | |
25 | bottom:0px; | |
26 | left:0px; | |
27 | right:0px; | |
[9175] | 28 | } |
29 | ||
[9211] | 30 | #container{ |
[9210] | 31 | position:absolute; |
[9211] | 32 | left:50%; |
33 | margin-left:-400px; | |
[9210] | 34 | top:-2px; |
[9211] | 35 | width:800px; |
[9210] | 36 | background-color:#FFF; |
[9211] | 37 | border:2px solid #BA0000; |
[9210] | 38 | z-index:1; |
[9175] | 39 | } |
40 | ||
[9211] | 41 | #header{ |
42 | width:100%-10px; | |
[9210] | 43 | top:0px; |
[9211] | 44 | background-color:#BA0000; |
[9210] | 45 | padding-left:5px; |
46 | padding-right:5px; | |
[9211] | 47 | text-align:center; |
[9214] | 48 | font-size:18px; |
49 | color:white; | |
[9175] | 50 | } |
51 | ||
[9211] | 52 | #menu{ |
53 | width:100%-10px; | |
54 | background-color:#BA0000; | |
[9210] | 55 | padding-left:5px; |
56 | padding-right:5px; | |
[9211] | 57 | text-align:center; |
58 | font-size:14px; | |
59 | color:white; | |
[9175] | 60 | } |
61 | ||
[9211] | 62 | #info{ |
63 | width:100%-10px; | |
64 | display:none; | |
[9210] | 65 | padding:5px; |
[9175] | 66 | } |
[9211] | 67 | |
[9213] | 68 | #filter{ |
[9211] | 69 | width:100%-10px; |
[9237] | 70 | /* display:none; */ |
[9211] | 71 | padding:5px; |
72 | } | |
[9212] | 73 | |
[9213] | 74 | #filter_text{ |
[9212] | 75 | height:100%; |
76 | width:570px; | |
77 | overflow:hidden; | |
78 | float:left; | |
79 | } | |
80 | ||
[9213] | 81 | #filter_list{ |
[9212] | 82 | padding:5px; |
83 | width:200px; | |
84 | border-left: 1px solid #BA0000; | |
85 | float:right; | |
86 | margin-bottom:5px; | |
87 | } | |
[9213] | 88 | |
89 | #node_list{ | |
90 | position:absolute; | |
[9214] | 91 | left:-2px; |
[9213] | 92 | bottom:-2px; |
[9214] | 93 | width:200px; |
[9213] | 94 | background-color:#FFF; |
95 | border:2px solid #BA0000; | |
96 | z-index:1; | |
97 | padding:5px; | |
[9214] | 98 | font-size:10px; |
[9213] | 99 | } |
[9266] | 100 | |
[9274] | 101 | #layer_switcher{ |
102 | position:absolute; | |
103 | right:-2px; | |
[9316] | 104 | top:50px; |
[9276] | 105 | width:200px; |
[9316] | 106 | max-height:80%; |
[9274] | 107 | background-color:#FFF; |
108 | border:2px solid #BA0000; | |
109 | z-index:1; | |
110 | padding:0; | |
111 | font-size:10px; | |
[9276] | 112 | overflow:auto; |
[9274] | 113 | } |
114 | ||
115 | #layer_switcher_cat{ | |
116 | width:100%-2px; | |
117 | top:0px; | |
118 | background-color:#BA0000; | |
[9316] | 119 | padding-left:0px; |
[9274] | 120 | padding-right:5px; |
121 | font-size:18px; | |
122 | color:white; | |
123 | } | |
124 | ||
[9316] | 125 | #cat_container{ |
126 | ||
127 | } | |
128 | ||
[9274] | 129 | #layer_switcher_toggle{ |
130 | position:absolute; | |
131 | right:-2px; | |
[9316] | 132 | top:51px; |
[9274] | 133 | width:17px; |
134 | height:17px; | |
135 | background-color:#FFF; | |
136 | border:2px solid #BA0000; | |
137 | z-index:2; | |
138 | text-align:center; | |
139 | font-size:15px; | |
140 | overflow: auto; | |
141 | } | |
142 | ||
[9276] | 143 | #layer_switcher_colour{ |
144 | margin-top:4px; | |
145 | margin-left:4px; | |
146 | padding:0; | |
147 | width:10px; | |
148 | height:10px; | |
149 | border:1px solid #000; | |
150 | float:left; | |
151 | } | |
152 | ||
[9316] | 153 | #cat_hide{ |
154 | margin-top:4px; | |
155 | margin-left:4px; | |
156 | padding-left:-4px; | |
157 | padding-top:-10px; | |
158 | width:10px; | |
159 | height:10px; | |
160 | border:1px solid #000; | |
161 | float:left; | |
162 | background:url(img/up.png) no-repeat top left; | |
163 | color:#000; | |
164 | font-size:13px; | |
165 | text-align:center; | |
166 | } | |
167 | ||
168 | ||
[9266] | 169 | #sig_slider{ |
170 | position:absolute; | |
171 | left:50%; | |
172 | margin-left:-150px; | |
[9269] | 173 | bottom:25px; |
[9266] | 174 | height:8px; |
175 | width:300px; | |
176 | z-index:1; | |
177 | font-size:10px; | |
178 | text-align:center; | |
179 | } | |
180 | ||
181 | #slider .ui-slider-handle{ | |
182 | border-color: #cc0204; | |
183 | height:14px; | |
184 | width:10px; | |
185 | } | |
[9302] | 186 | |
187 | /** | |
188 | * Text settings | |
189 | */ | |
190 | ||
[9175] | 191 | h1{ |
[9210] | 192 | color:#C20000; |
[9175] | 193 | } |
194 | ||
195 | A:link{ | |
[9212] | 196 | color:#FFF; |
[9213] | 197 | padding-left:8px; |
[9175] | 198 | } |
199 | ||
200 | A:visited{ | |
[9212] | 201 | color:#FFF; |
[9175] | 202 | } |
203 | ||
204 | A:active{ | |
[9212] | 205 | color:#FFF; |
[9175] | 206 | } |
207 | ||
208 | A:hover{ | |
[9212] | 209 | color:#DDD; |
[9175] | 210 | } |
[9246] | 211 | |
[9297] | 212 | .olControlPermalink a{ |
213 | color:#000; | |
214 | } | |
[9246] | 215 | |
[9297] | 216 | .olControlPermalink a:hover{ |
217 | color:#666; | |
218 | } | |
219 | ||
[9302] | 220 | /** |
221 | * Colorpicker | |
222 | */ | |
[9246] | 223 | |
224 | div.color_picker { | |
225 | height: 16px; | |
226 | width: 16px; | |
227 | padding: 0 !important; | |
228 | border: 1px solid #ccc; | |
229 | background: url(img/arrow.gif) no-repeat top right; | |
230 | cursor: pointer; | |
231 | line-height: 16px; | |
232 | z-index:2; | |
233 | float:left; | |
234 | margin-top:-3px; | |
235 | margin-right:3px; | |
236 | } | |
237 | ||
238 | div#color_selector { | |
239 | width: 110px; | |
240 | position: absolute; | |
[9249] | 241 | border: 1px solid #BA0000; |
[9246] | 242 | background-color: #EFEFEF; |
243 | padding: 2px; | |
244 | z-index:2; | |
245 | } | |
246 | div#color_custom {width: 100%; float:left } | |
247 | div#color_custom label {font-size: 95%; color: #2F2F2F; margin: 5px 2px; width: 25%} | |
248 | div#color_custom input {margin: 5px 2px; padding: 0; font-size: 95%; border: 1px solid #000; width: 65%; } | |
249 | ||
250 | div.color_swatch { | |
251 | height: 12px; | |
252 | width: 12px; | |
253 | border: 1px solid #000; | |
254 | margin: 2px; | |
255 | float: left; | |
256 | cursor: pointer; | |
257 | line-height: 12px; | |
258 | z-index:2; | |
259 | } |
Note:
See TracBrowser
for help on using the repository browser.