]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/default/css/display.css
Update geo location UI for notice form where the geo data info is only
[quix0rs-gnu-social.git] / theme / default / css / display.css
1 /** theme: default
2  *
3  * @package   StatusNet
4  * @author Sarven Capadisli <csarven@status.net>
5  * @copyright 2009 StatusNet, Inc.
6  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
7  * @link      http://status.net/
8  */
9
10 @import url(../../base/css/display.css);
11
12 body,
13 a:active {
14 background-color:#CEE1E9;
15 }
16 body {
17 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
18 font-size:1em;
19 }
20 address {
21 margin-right:5.7%;
22 }
23 input, textarea, select {
24 border-width:2px;
25 border-style: solid;
26 border-radius:4px;
27 -moz-border-radius:4px;
28 -webkit-border-radius:4px;
29 }
30 input, textarea, select, option {
31 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
32 }
33 input, textarea, select {
34 border-color:#AAAAAA;
35 }
36
37 .form_settings fieldset fieldset {
38 background:rgba(240, 240, 240, 0.2);
39 box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3);
40 -moz-box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3);
41 -webkit-box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3);
42 }
43
44 #filter_tags ul li,
45 .entity_send-a-message .form_notice,
46 .pagination .nav_prev a,
47 .pagination .nav_next a,
48 .form_settings fieldset fieldset,
49 .entity_moderation:hover ul {
50 border-color:#DDDDDD;
51 }
52
53 .form_settings input.form_action-primary {
54 background:none;
55 }
56
57 .form_notice.warning #notice_text-count,
58 .form_settings .form_note {
59 background-color:#9BB43E;
60 }
61 input.submit,
62 .form_notice.warning #notice_text-count,
63 .form_settings .form_note,
64 .entity_actions a,
65 .entity_actions input,
66 .entity_moderation p,
67 button {
68 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
69 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
70 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
71 }
72 .entity_actions a,
73 .entity_actions input,
74 .entity_actions p {
75 border-color:transparent;
76 background-color:transparent;
77 }
78 input:focus, textarea:focus, select:focus,
79 .form_notice.warning #notice_data-text,
80 .form_notice.warning #notice_text-count,
81 .form_settings .form_note {
82 border-color:#9BB43E;
83 }
84 input.submit {
85 color:#FFFFFF;
86 }
87 .entity_actions input.submit {
88 border-color:transparent;
89 text-shadow:none;
90 }
91 .dialogbox .submit_dialogbox,
92 input.submit,
93 .form_notice input.submit {
94 background:#AAAAAA url(../../base/images/illustrations/illu_pattern-01.png) 0 0 repeat-x;
95 text-shadow:0 1px 0 #FFFFFF;
96 color:#000000;
97 border-color:#AAAAAA;
98 border-top-color:#CCCCCC;
99 border-left-color:#CCCCCC;
100 }
101 .dialogbox .submit_dialogbox:hover,
102 input.submit:hover {
103 background-position:0 -5px;
104 }
105 .dialogbox .submit_dialogbox:focus,
106 input.submit:focus {
107 background-position:0 -15px;
108 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
109 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
110 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
111 text-shadow:none;
112 }
113
114 .form_notice label[for=notice_data-geo] {
115 background-position:0 -1780px;
116 }
117 .form_notice label[for=notice_data-geo].checked {
118 background-position:0 -1846px;
119 }
120
121 a,
122 .form_settings input.form_action-primary,
123 .notice-options input,
124 .entity_actions a,
125 .entity_actions input,
126 .entity_moderation p {
127 color:#002FA7;
128 }
129
130 .notice,
131 .profile,
132 #content tbody tr {
133 border-top-color:#C8D1D5;
134 }
135 .mark-top {
136 border-color:#AAAAAA;
137 }
138
139 #aside_primary {
140 background-color:#C8D1D5;
141 }
142
143 #notice_text-count {
144 color:#333333;
145 }
146 .form_notice.warning #notice_text-count {
147 color:#000000;
148 }
149 .form_notice label[for=notice_data-attach] {
150 background-position:0 -328px;
151 }
152 .form_notice #notice_data-attach {
153 opacity:0;
154 }
155
156 .form_notice label[for=notice_data-attach],
157 #export_data li a.rss,
158 #export_data li a.atom,
159 #export_data li a.foaf,
160 .entity_edit a,
161 .entity_send-a-message a,
162 .entity_nudge p,
163 .form_user_nudge input.submit,
164 .form_user_block input.submit,
165 .form_user_unblock input.submit,
166 .form_group_block input.submit,
167 .form_group_unblock input.submit,
168 .form_make_admin input.submit,
169 .notice .attachment,
170 .notice-options .notice_reply,
171 .notice-options form.form_favor input.submit,
172 .notice-options form.form_disfavor input.submit,
173 .notice-options .notice_delete,
174 .notice-options form.form_repeat input.submit,
175 #new_group a,
176 .pagination .nav_prev a,
177 .pagination .nav_next a,
178 button.close,
179 .form_group_leave input.submit,
180 .form_user_unsubscribe input.submit,
181 .form_group_join input.submit,
182 .form_user_subscribe input.submit,
183 .entity_subscribe a,
184 .entity_moderation p,
185 .entity_sandbox input.submit,
186 .entity_silence input.submit,
187 .entity_delete input.submit,
188 .notice-options .repeated,
189 .form_notice label[for=notice_data-geo],
190 button.minimize {
191 background-image:url(../../base/images/icons/icons-01.gif);
192 background-repeat:no-repeat;
193 background-color:transparent;
194 }
195
196 #wrap form.processing input.submit,
197 .entity_actions a.processing {
198 background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
199 cursor:wait;
200 text-indent:-9999px;
201 outline:none;
202 }
203
204 #content {
205 box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
206 -moz-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
207 -webkit-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
208 }
209 #content,
210 #site_nav_local_views a,
211 #aside_primary {
212 border-color:transparent;
213 }
214 #content,
215 #site_nav_local_views .current a,
216 .entity_send-a-message .form_notice,
217 .entity_moderation:hover ul {
218 background-color:#FFFFFF;
219 }
220
221 #site_nav_local_views li.current {
222 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
223 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
224 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
225 }
226 #site_nav_local_views a {
227 background-color:rgba(194, 194, 194, 0.5);
228 }
229 #site_nav_local_views a:hover {
230 background-color:rgba(255, 255, 255, 0.7);
231 }
232 #site_nav_local_views .current a {
233 text-shadow: rgba(194,194,194,0.5) 1px 1px 1px;
234 }
235 .processing {
236 background-image:url(../../base/images/icons/icon_processing.gif);
237 background-repeat:no-repeat;
238 background-position:47% 47%;
239 }
240
241
242 .error {
243 background-color:#F7E8E8;
244 }
245 .success {
246 background-color:#EFF3DC;
247 }
248
249 button.close {
250 background-position:0 -1120px;
251 }
252 button.minimize {
253 background-position:0 -1912px;
254 }
255
256 #anon_notice {
257 background-color:#87B4C8;
258 color:#FFFFFF;
259 border-color:#FFFFFF;
260 }
261
262 #showstream #anon_notice {
263 background-color:#9BB43E;
264 }
265
266 #export_data li a {
267 background-repeat:no-repeat;
268 }
269 #export_data li a.rss {
270 background-position:0 -130px;
271 }
272 #export_data li a.atom {
273 background-position:0 -64px;
274 }
275 #export_data li a.foaf {
276 background-position:0 1px;
277 }
278
279 .form_group_join input.submit,
280 .form_group_leave input.submit,
281 .form_user_subscribe input.submit,
282 .form_user_unsubscribe input.submit,
283 .entity_subscribe a {
284 background-color:#AAAAAA;
285 color:#FFFFFF;
286 }
287 .form_group_leave input.submit,
288 .form_user_unsubscribe input.submit {
289 background-position:5px -1246px;
290 }
291 .form_group_join input.submit,
292 .form_user_subscribe input.submit,
293 .entity_subscribe a {
294 background-position:5px -1181px;
295 }
296
297 .entity_edit a {
298 background-position: 5px -718px;
299 }
300 .entity_send-a-message a {
301 background-position: 5px -852px;
302 }
303 .entity_send-a-message .form_notice,
304 .entity_moderation:hover ul {
305 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
306 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
307 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
308 }
309
310 .entity_nudge p,
311 .form_user_nudge input.submit {
312 background-position: 5px -785px;
313 }
314 .form_user_block input.submit,
315 .form_user_unblock input.submit,
316 .form_group_block input.submit,
317 .form_group_unblock input.submit {
318 background-position: 5px -918px;
319 }
320 .form_make_admin input.submit {
321 background-position: 5px -983px;
322 }
323 .entity_moderation p {
324 background-position: 5px -1313px;
325 }
326 .entity_sandbox input.submit {
327 background-position: 5px -1380px;
328 }
329 .entity_silence input.submit {
330 background-position: 5px -1445px;
331 }
332 .entity_delete input.submit {
333 background-position: 5px -1511px;
334 }
335
336 /* NOTICES */
337 .notice .attachment {
338 background-position:0 -394px;
339 }
340 #attachments .attachment {
341 background:none;
342 }
343 .notice-options .notice_reply {
344 background-position:0 -592px;
345 }
346 .notice-options form.form_favor input.submit {
347 background-position:0 -460px;
348 }
349 .notice-options form.form_disfavor input.submit {
350 background-position:0 -526px;
351 }
352 .notice-options .notice_delete {
353 background-position:0 -658px;
354 }
355 .notice-options form.form_repeat input.submit {
356 background-position:0 -1582px;
357 }
358 .notice-options .repeated {
359 background-position:0 -1648px;
360 }
361
362 .notices div.entry-content,
363 .notices div.notice-options {
364 opacity:0.4;
365 }
366 .notices li:hover div.entry-content,
367 .notices li:hover div.notice-options {
368 opacity:1;
369 }
370 .opaque {
371 opacity:1 !important;
372 }
373 .notice-options a,
374 .notice-options input {
375 font-family:sans-serif;
376 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
377 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
378 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
379 }
380 #content .notices li:hover,
381 #content tbody tr:hover {
382 background-color:rgba(240, 240, 240, 0.2);
383 }
384 #conversation .notices li:hover {
385 background-color:transparent;
386 }
387
388 .notices .notices {
389 background-color:rgba(200, 200, 200, 0.050);
390 }
391 .notices .notices .notices {
392 background-color:rgba(200, 200, 200, 0.100);
393 }
394 .notices .notices .notices .notices {
395 background-color:rgba(200, 200, 200, 0.150);
396 }
397 .notices .notices .notices .notices .notices {
398 background-color:rgba(200, 200, 200, 0.300);
399 }
400 /*END: NOTICES */
401
402 #new_group a {
403 background-position:0 -1054px;
404 }
405
406 .pagination .nav_prev a,
407 .pagination .nav_next a {
408 background-repeat:no-repeat;
409 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
410 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
411 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
412 }
413 .pagination .nav_prev a {
414 background-position:10% -187px;
415 }
416 .pagination .nav_next a {
417 background-position:105% -252px;
418 }
419 .pagination .nav .processing {
420 background-image:url(../../base/images/icons/icon_processing.gif);
421 box-shadow:none;
422 -moz-box-shadow:none;
423 -webkit-box-shadow:none;
424 outline:none;
425 }
426 .pagination .nav_next a.processing {
427 background-position:90% 47%;
428 }
429 .pagination .nav_prev a.processing {
430 background-position:10% 47%;
431 }
432