]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/identica/css/display.css
Initial UI for geo location share option in notice form
[quix0rs-gnu-social.git] / theme / identica / css / display.css
1 /** theme: identica
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:#F0F2F5;
15 }
16 body {
17 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
18 font-size:1em;
19 }
20 address {
21 margin-right:7.2%;
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 #notice_data-location_name {
115 background-position:0 47%;
116 }
117
118 a,
119 .form_settings input.form_action-primary,
120 .notice-options input,
121 .entity_actions a,
122 .entity_actions input,
123 .entity_moderation p {
124 color:#002FA7;
125 }
126
127 .notice,
128 .profile {
129 border-top-color:#CEE1E9;
130 }
131 .mark-top {
132 border-color:#AAAAAA;
133 }
134
135 #aside_primary {
136 background-color:#CEE1E9;
137 }
138
139 #notice_text-count {
140 color:#333333;
141 }
142 .form_notice.warning #notice_text-count {
143 color:#000000;
144 }
145 .form_notice label[for=notice_data-attach] {
146 background-position:0 -328px;
147 }
148 .form_notice #notice_data-attach {
149 opacity:0;
150 }
151
152 .form_notice label[for=notice_data-attach],
153 #export_data li a.rss,
154 #export_data li a.atom,
155 #export_data li a.foaf,
156 .entity_edit a,
157 .entity_send-a-message a,
158 .entity_nudge p,
159 .form_user_nudge input.submit,
160 .form_user_block input.submit,
161 .form_user_unblock input.submit,
162 .form_group_block input.submit,
163 .form_group_unblock input.submit,
164 .form_make_admin input.submit,
165 .notice .attachment,
166 .notice-options .notice_reply,
167 .notice-options form.form_favor input.submit,
168 .notice-options form.form_disfavor input.submit,
169 .notice-options .notice_delete,
170 .notice-options form.form_repeat input.submit,
171 #new_group a,
172 .pagination .nav_prev a,
173 .pagination .nav_next a,
174 button.close,
175 .form_group_leave input.submit,
176 .form_user_unsubscribe input.submit,
177 .form_group_join input.submit,
178 .form_user_subscribe input.submit,
179 .entity_subscribe a,
180 .entity_moderation p,
181 .entity_sandbox input.submit,
182 .entity_silence input.submit,
183 .entity_delete input.submit,
184 .notice-options .repeated {
185 background-image:url(../../base/images/icons/icons-01.gif);
186 background-repeat:no-repeat;
187 background-color:transparent;
188 }
189
190 #wrap form.processing input.submit,
191 .entity_actions a.processing {
192 background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
193 cursor:wait;
194 text-indent:-9999px;
195 outline:none;
196 }
197
198 #content {
199 box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
200 -moz-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
201 -webkit-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
202 }
203 #content,
204 #site_nav_local_views a,
205 #aside_primary {
206 border-color:transparent;
207 }
208 #content,
209 #site_nav_local_views .current a,
210 .entity_send-a-message .form_notice,
211 .entity_moderation:hover ul {
212 background-color:#FFFFFF;
213 }
214
215 #site_nav_local_views li.current {
216 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
217 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
218 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
219 }
220 #site_nav_local_views a {
221 background-color:rgba(194, 194, 194, 0.5);
222 }
223 #site_nav_local_views a:hover {
224 background-color:rgba(255, 255, 255, 0.7);
225 }
226 #site_nav_local_views .current a {
227 text-shadow: rgba(194,194,194,0.5) 1px 1px 1px;
228 }
229 .processing {
230 background-image:url(../../base/images/icons/icon_processing.gif);
231 background-repeat:no-repeat;
232 background-position:47% 47%;
233 }
234
235 .error {
236 background-color:#F7E8E8;
237 }
238 .success {
239 background-color:#EFF3DC;
240 }
241
242 button.close {
243 background-position:0 -1120px;
244 }
245
246 #anon_notice {
247 background-color:#87B4C8;
248 color:#FFFFFF;
249 border-color:#FFFFFF;
250 }
251
252 #showstream #anon_notice {
253 background-color:#9BB43E;
254 }
255
256 #export_data li a {
257 background-repeat:no-repeat;
258 }
259 #export_data li a.rss {
260 background-position:0 -130px;
261 }
262 #export_data li a.atom {
263 background-position:0 -64px;
264 }
265 #export_data li a.foaf {
266 background-position:0 1px;
267 }
268
269 .form_group_join input.submit,
270 .form_group_leave input.submit,
271 .form_user_subscribe input.submit,
272 .form_user_unsubscribe input.submit,
273 .entity_subscribe a {
274 background-color:#AAAAAA;
275 color:#FFFFFF;
276 }
277 .form_group_leave input.submit,
278 .form_user_unsubscribe input.submit {
279 background-position:5px -1246px;
280 }
281 .form_group_join input.submit,
282 .form_user_subscribe input.submit,
283 .entity_subscribe a {
284 background-position:5px -1181px;
285 }
286
287 .entity_edit a {
288 background-position: 5px -718px;
289 }
290 .entity_send-a-message a {
291 background-position: 5px -852px;
292 }
293 .entity_send-a-message .form_notice,
294 .entity_moderation:hover ul {
295 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
296 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
297 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
298 }
299
300 .entity_nudge p,
301 .form_user_nudge input.submit {
302 background-position: 5px -785px;
303 }
304 .form_user_block input.submit,
305 .form_user_unblock input.submit,
306 .form_group_block input.submit,
307 .form_group_unblock input.submit {
308 background-position: 5px -918px;
309 }
310 .form_make_admin input.submit {
311 background-position: 5px -983px;
312 }
313 .entity_moderation p {
314 background-position: 5px -1313px;
315 }
316 .entity_sandbox input.submit {
317 background-position: 5px -1380px;
318 }
319 .entity_silence input.submit {
320 background-position: 5px -1445px;
321 }
322 .entity_delete input.submit {
323 background-position: 5px -1511px;
324 }
325
326 /* NOTICES */
327 .notice .attachment {
328 background-position:0 -394px;
329 }
330 #attachments .attachment {
331 background:none;
332 }
333 .notice-options .notice_reply {
334 background-position:0 -592px;
335 }
336 .notice-options form.form_favor input.submit {
337 background-position:0 -460px;
338 }
339 .notice-options form.form_disfavor input.submit {
340 background-position:0 -526px;
341 }
342 .notice-options .notice_delete {
343 background-position:0 -658px;
344 }
345 .notice-options form.form_repeat input.submit {
346 background-position:0 -1582px;
347 }
348 .notice-options .repeated {
349 background-position:0 -1648px;
350 }
351
352 .notices div.entry-content,
353 .notices div.notice-options {
354 opacity:0.4;
355 }
356 .notices li:hover div.entry-content,
357 .notices li:hover div.notice-options {
358 opacity:1;
359 }
360 .opaque {
361 opacity:1 !important;
362 }
363 .notice-options a,
364 .notice-options input {
365 font-family:sans-serif;
366 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
367 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
368 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
369 }
370 #content .notices li:hover {
371 background-color:rgba(240, 240, 240, 0.2);
372 }
373 #conversation .notices li:hover {
374 background-color:transparent;
375 }
376
377 .notices .notices {
378 background-color:rgba(200, 200, 200, 0.050);
379 }
380 .notices .notices .notices {
381 background-color:rgba(200, 200, 200, 0.100);
382 }
383 .notices .notices .notices .notices {
384 background-color:rgba(200, 200, 200, 0.150);
385 }
386 .notices .notices .notices .notices .notices {
387 background-color:rgba(200, 200, 200, 0.300);
388 }
389 /*END: NOTICES */
390
391 #new_group a {
392 background-position:0 -1054px;
393 }
394
395 .pagination .nav_prev a,
396 .pagination .nav_next a {
397 background-repeat:no-repeat;
398 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
399 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
400 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
401 }
402 .pagination .nav_prev a {
403 background-position:10% -187px;
404 }
405 .pagination .nav_next a {
406 background-position:105% -252px;
407 }
408 .pagination .nav .processing {
409 background-image:url(../../base/images/icons/icon_processing.gif);
410 box-shadow:none;
411 -moz-box-shadow:none;
412 -webkit-box-shadow:none;
413 outline:none;
414 }
415 .pagination .nav_next a.processing {
416 background-position:90% 47%;
417 }
418 .pagination .nav_prev a.processing {
419 background-position:10% 47%;
420 }
421