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/
10 @import url(../../base/css/display.css);
14 background-color:#F0F2F5;
17 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
23 input, textarea, select {
27 -moz-border-radius:4px;
28 -webkit-border-radius:4px;
30 input, textarea, select, option {
31 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
33 input, textarea, select,
34 .entity_actions .dialogbox input,
39 .form_settings fieldset fieldset {
40 background:rgba(240, 240, 240, 0.2);
41 box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3);
42 -moz-box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3);
43 -webkit-box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3);
47 .entity_send-a-message .form_notice,
48 .pagination .nav_prev a,
49 .pagination .nav_next a,
50 .form_settings fieldset fieldset,
51 .entity_moderation:hover ul,
56 .form_settings input.form_action-primary {
60 .form_notice.warning #notice_text-count,
61 .form_settings .form_note {
62 background-color:#9BB43E;
65 .form_notice.warning #notice_text-count,
66 .form_settings .form_note,
68 .entity_actions input,
71 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
72 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
73 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
76 .entity_actions input,
78 border-color:transparent;
79 background-color:transparent;
81 input:focus, textarea:focus, select:focus,
82 .form_notice.warning #notice_data-text,
83 .form_notice.warning #notice_text-count,
84 .form_settings .form_note,
85 .entity_actions .dialogbox .form_data input:focus {
91 .entity_actions input.submit {
92 border-color:transparent;
96 .dialogbox .submit_dialogbox,
98 .form_notice input.submit {
99 background:#AAAAAA url(../../base/images/illustrations/illu_pattern-01.png) 0 0 repeat-x;
100 text-shadow:0 1px 0 #FFFFFF;
102 border-color:#AAAAAA;
103 border-top-color:#CCCCCC;
104 border-left-color:#CCCCCC;
106 .dialogbox .submit_dialogbox:hover,
108 background-position:0 -5px;
110 .dialogbox .submit_dialogbox:focus,
112 background-position:0 -15px;
113 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
114 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
115 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
119 .form_notice label[for=notice_data-geo] {
120 background-position:0 -1780px;
122 .form_notice label[for=notice_data-geo].checked {
123 background-position:0 -1846px;
127 .form_settings input.form_action-primary,
128 .notice-options input,
130 .entity_actions input,
131 .entity_moderation p {
139 border-top-color:#CEE1E9;
143 background-color:#CEE1E9;
149 .form_notice.warning #notice_text-count,
151 .entity_actions .dialogbox input {
154 .form_notice label[for=notice_data-attach] {
155 background-position:0 -328px;
157 .form_notice #notice_data-attach {
161 .form_notice label[for=notice_data-attach],
162 #export_data li a.rss,
163 #export_data li a.atom,
164 #export_data li a.foaf,
166 .entity_send-a-message a,
168 .form_user_nudge input.submit,
169 .form_user_block input.submit,
170 .form_user_unblock input.submit,
171 .form_group_block input.submit,
172 .form_group_unblock input.submit,
173 .form_make_admin input.submit,
175 .notice-options .notice_reply,
176 .notice-options form.form_favor input.submit,
177 .notice-options form.form_disfavor input.submit,
178 .notice-options .notice_delete,
179 .notice-options form.form_repeat input.submit,
181 .pagination .nav_prev a,
182 .pagination .nav_next a,
184 .form_group_leave input.submit,
185 .form_user_unsubscribe input.submit,
186 .form_group_join input.submit,
187 .form_user_subscribe input.submit,
188 .form_remote_authorize input.submit,
190 .entity_moderation p,
191 .entity_sandbox input.submit,
192 .entity_silence input.submit,
193 .entity_delete input.submit,
194 .notice-options .repeated,
195 .form_notice label[for=notice_data-geo],
197 .form_reset_key input.submit,
198 .entity_clear input.submit,
199 .entity_flag input.submit,
201 .entity_subscribe input.submit,
205 background-image:url(../../base/images/icons/icons-01.gif);
206 background-repeat:no-repeat;
207 background-color:transparent;
210 #wrap form.processing input.submit,
211 .entity_actions a.processing,
212 .dialogbox.processing .submit_dialogbox {
213 background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
215 .notice-options .form_repeat.processing {
216 background-image:none;
220 box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
221 -moz-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
222 -webkit-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
225 #site_nav_local_views a,
227 border-color:transparent;
230 #site_nav_local_views .current a,
231 .entity_send-a-message .form_notice,
232 .entity_moderation:hover ul,
234 background-color:#FFFFFF;
237 #site_nav_local_views li.current {
238 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
239 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
240 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
242 #site_nav_local_views a {
243 background-color:rgba(194, 194, 194, 0.5);
245 #site_nav_local_views a:hover {
246 background-color:rgba(255, 255, 255, 0.7);
248 #site_nav_local_views .current a {
249 text-shadow: rgba(194,194,194,0.5) 1px 1px 1px;
252 background-image:url(../../base/images/icons/icon_processing.gif);
253 background-repeat:no-repeat;
254 background-position:47% 47%;
258 background-color:#F7E8E8;
261 background-color:#EFF3DC;
265 background-position:0 -1120px;
268 background-position:0 -1912px;
272 background-color:#87B4C8;
274 border-color:#FFFFFF;
277 #showstream #anon_notice {
278 background-color:#9BB43E;
282 background-repeat:no-repeat;
284 #export_data li a.rss {
285 background-position:0 -130px;
287 #export_data li a.atom {
288 background-position:0 -64px;
290 #export_data li a.foaf {
291 background-position:0 1px;
294 .form_group_join input.submit,
295 .form_group_leave input.submit,
296 .form_user_subscribe input.submit,
297 .form_user_unsubscribe input.submit,
298 .form_remote_authorize input.submit,
299 .entity_subscribe a {
300 background-color:#AAAAAA;
303 .form_group_leave input.submit,
304 .form_user_unsubscribe input.submit {
305 background-position:5px -1246px;
307 .form_group_join input.submit,
308 .form_user_subscribe input.submit,
309 .form_remote_authorize input.submit,
310 .entity_subscribe a {
311 background-position:5px -1181px;
315 background-position: 5px -719px;
317 .entity_send-a-message a {
318 background-position: 5px -852px;
320 .entity_send-a-message .form_notice,
321 .entity_moderation:hover ul,
323 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
324 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
325 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
329 .form_user_nudge input.submit {
330 background-position: 5px -785px;
332 .form_user_block input.submit,
333 .form_user_unblock input.submit,
334 .form_group_block input.submit,
335 .form_group_unblock input.submit {
336 background-position: 5px -918px;
338 .form_make_admin input.submit {
339 background-position: 5px -983px;
341 .entity_moderation p {
342 background-position: 5px -1313px;
344 .entity_sandbox input.submit {
345 background-position: 5px -1380px;
347 .entity_silence input.submit {
348 background-position: 5px -1445px;
350 .entity_delete input.submit {
351 background-position: 5px -1511px;
353 .form_reset_key input.submit {
354 background-position: 5px -1973px;
356 .entity_clear input.submit {
357 background-position: 5px -2039px;
359 .entity_flag input.submit,
361 background-position: 5px -2105px;
363 .entity_subscribe input.accept {
364 background-position: 5px -2171px;
366 .entity_subscribe input.reject {
367 background-position: 5px -2237px;
370 background-position: 0 -2308px;
373 background-position: 0 -2374px;
376 background-position: 0 -1714px;
380 .notice .attachment {
381 background-position:0 -394px;
383 #attachments .attachment {
386 .notice-options .notice_reply {
387 background-position:0 -592px;
389 .notice-options form.form_favor input.submit {
390 background-position:0 -460px;
392 .notice-options form.form_disfavor input.submit {
393 background-position:0 -526px;
395 .notice-options .notice_delete {
396 background-position:0 -658px;
398 .notice-options form.form_repeat input.submit {
399 background-position:0 -1582px;
401 .notice-options .repeated {
402 background-position:0 -1648px;
405 .notices div.entry-content,
406 .notices div.notice-options {
409 .notices li:hover div.entry-content,
410 .notices li:hover div.notice-options {
414 opacity:1 !important;
417 .notice-options input {
418 font-family:sans-serif;
419 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
420 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
421 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
423 #content .notices li:hover,
424 #content .applications li:hover,
425 #content tbody tr:hover {
426 background-color:rgba(240, 240, 240, 0.2);
428 #conversation .notices li:hover {
429 background-color:transparent;
433 background-color:rgba(200, 200, 200, 0.050);
435 .notices .notices .notices {
436 background-color:rgba(200, 200, 200, 0.100);
438 .notices .notices .notices .notices {
439 background-color:rgba(200, 200, 200, 0.150);
441 .notices .notices .notices .notices .notices {
442 background-color:rgba(200, 200, 200, 0.300);
447 background-position:0 -1054px;
450 .pagination .nav_prev a,
451 .pagination .nav_next a {
452 background-repeat:no-repeat;
453 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
454 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
455 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
457 .pagination .nav_prev a {
458 background-position:10% -187px;
460 .pagination .nav_next a {
461 background-position:105% -252px;
463 .pagination .nav .processing {
464 background-image:url(../../base/images/icons/icon_processing.gif);
466 -moz-box-shadow:none;
467 -webkit-box-shadow:none;
470 .pagination .nav_next a.processing {
471 background-position:90% 47%;
473 .pagination .nav_prev a.processing {
474 background-position:10% 47%;