]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/default/css/display.css
Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x
[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.3%;
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 .entity_actions .dialogbox input,
35 .mark-top {
36 border-color:#AAAAAA;
37 }
38
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);
44 }
45
46 #filter_tags ul li,
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,
52 .dialogbox {
53 border-color:#DDDDDD;
54 }
55
56 .form_settings input.form_action-primary {
57 background:none;
58 }
59
60 .form_notice.warning #notice_text-count,
61 .form_settings .form_note {
62 background-color:#9BB43E;
63 }
64 input.submit,
65 .form_notice.warning #notice_text-count,
66 .form_settings .form_note,
67 .entity_actions a,
68 .entity_actions input,
69 .entity_moderation p,
70 button {
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);
74 }
75 .entity_actions a,
76 .entity_actions input,
77 .entity_actions p {
78 border-color:transparent;
79 background-color:transparent;
80 }
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 {
86 border-color:#9BB43E;
87 }
88 input.submit {
89 color:#FFFFFF;
90 }
91 .entity_actions input.submit {
92 border-color:transparent;
93 text-shadow:none;
94 }
95 .dialogbox .submit_dialogbox,
96 input.submit,
97 .form_notice input.submit {
98 background:#AAAAAA url(../../base/images/illustrations/illu_pattern-01.png) 0 0 repeat-x;
99 text-shadow:0 1px 0 #FFFFFF;
100 color:#000000;
101 border-color:#AAAAAA;
102 border-top-color:#CCCCCC;
103 border-left-color:#CCCCCC;
104 }
105 .dialogbox .submit_dialogbox:hover,
106 input.submit:hover {
107 background-position:0 -5px;
108 }
109 .dialogbox .submit_dialogbox:focus,
110 input.submit:focus {
111 background-position:0 -15px;
112 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
113 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
114 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
115 text-shadow:none;
116 }
117
118 .form_notice label[for=notice_data-geo] {
119 background-position:0 -1780px;
120 }
121 .form_notice label[for=notice_data-geo].checked {
122 background-position:0 -1846px;
123 }
124
125 a,
126 .form_settings input.form_action-primary,
127 .notice-options input,
128 .entity_actions a,
129 .entity_actions input,
130 .entity_moderation p {
131 color:#002FA7;
132 }
133
134 .notice,
135 .profile,
136 .application,
137 #content tbody tr {
138 border-top-color:#C8D1D5;
139 }
140
141 #aside_primary {
142 background-color:#C8D1D5;
143 }
144
145 #notice_text-count {
146 color:#333333;
147 }
148 .form_notice.warning #notice_text-count,
149 .dialogbox,
150 .entity_actions .dialogbox input {
151 color:#000000;
152 }
153 .form_notice label[for=notice_data-attach] {
154 background-position:0 -328px;
155 }
156 .form_notice #notice_data-attach {
157 opacity:0;
158 }
159
160 .form_notice label[for=notice_data-attach],
161 #export_data li a.rss,
162 #export_data li a.atom,
163 #export_data li a.foaf,
164 .entity_edit a,
165 .entity_send-a-message a,
166 .entity_nudge p,
167 .form_user_nudge input.submit,
168 .form_user_block input.submit,
169 .form_user_unblock input.submit,
170 .form_group_block input.submit,
171 .form_group_unblock input.submit,
172 .form_make_admin input.submit,
173 .notice .attachment,
174 .notice-options .notice_reply,
175 .notice-options form.form_favor input.submit,
176 .notice-options form.form_disfavor input.submit,
177 .notice-options .notice_delete,
178 .notice-options form.form_repeat input.submit,
179 #new_group a,
180 .pagination .nav_prev a,
181 .pagination .nav_next a,
182 button.close,
183 .form_group_leave input.submit,
184 .form_user_unsubscribe input.submit,
185 .form_group_join input.submit,
186 .form_user_subscribe input.submit,
187 .form_remote_authorize input.submit,
188 .entity_subscribe a,
189 .entity_moderation p,
190 .entity_sandbox input.submit,
191 .entity_silence input.submit,
192 .entity_delete input.submit,
193 .notice-options .repeated,
194 .form_notice label[for=notice_data-geo],
195 button.minimize,
196 .form_reset_key input.submit,
197 .entity_clear input.submit,
198 .entity_flag input.submit,
199 .entity_flag p,
200 .entity_subscribe input.submit {
201 background-image:url(../../base/images/icons/icons-01.gif);
202 background-repeat:no-repeat;
203 background-color:transparent;
204 }
205
206 #wrap form.processing input.submit,
207 .entity_actions a.processing,
208 .dialogbox.processing .submit_dialogbox {
209 background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
210 }
211 .notice-options .form_repeat.processing {
212 background-image:none;
213 }
214
215 #content {
216 box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
217 -moz-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
218 -webkit-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
219 }
220 #content,
221 #site_nav_local_views a,
222 #aside_primary {
223 border-color:transparent;
224 }
225 #content,
226 #site_nav_local_views .current a,
227 .entity_send-a-message .form_notice,
228 .entity_moderation:hover ul,
229 .dialogbox {
230 background-color:#FFFFFF;
231 }
232
233 #site_nav_local_views li.current {
234 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
235 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
236 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
237 }
238 #site_nav_local_views a {
239 background-color:rgba(194, 194, 194, 0.5);
240 }
241 #site_nav_local_views a:hover {
242 background-color:rgba(255, 255, 255, 0.7);
243 }
244 #site_nav_local_views .current a {
245 text-shadow: rgba(194,194,194,0.5) 1px 1px 1px;
246 }
247 .processing {
248 background-image:url(../../base/images/icons/icon_processing.gif);
249 background-repeat:no-repeat;
250 background-position:47% 47%;
251 }
252
253
254 .error {
255 background-color:#F7E8E8;
256 }
257 .success {
258 background-color:#EFF3DC;
259 }
260
261 button.close {
262 background-position:0 -1120px;
263 }
264 button.minimize {
265 background-position:0 -1912px;
266 }
267
268 #anon_notice {
269 background-color:#87B4C8;
270 color:#FFFFFF;
271 border-color:#FFFFFF;
272 }
273
274 #showstream #anon_notice {
275 background-color:#9BB43E;
276 }
277
278 #export_data li a {
279 background-repeat:no-repeat;
280 }
281 #export_data li a.rss {
282 background-position:0 -130px;
283 }
284 #export_data li a.atom {
285 background-position:0 -64px;
286 }
287 #export_data li a.foaf {
288 background-position:0 1px;
289 }
290
291 .form_group_join input.submit,
292 .form_group_leave input.submit,
293 .form_user_subscribe input.submit,
294 .form_user_unsubscribe input.submit,
295 .form_remote_authorize input.submit,
296 .entity_subscribe a {
297 background-color:#AAAAAA;
298 color:#FFFFFF;
299 }
300 .form_group_leave input.submit,
301 .form_user_unsubscribe input.submit {
302 background-position:5px -1246px;
303 }
304 .form_group_join input.submit,
305 .form_user_subscribe input.submit,
306 .form_remote_authorize input.submit,
307 .entity_subscribe a {
308 background-position:5px -1181px;
309 }
310
311 .entity_edit a {
312 background-position: 5px -719px;
313 }
314 .entity_send-a-message a {
315 background-position: 5px -852px;
316 }
317 .entity_send-a-message .form_notice,
318 .entity_moderation:hover ul,
319 .dialogbox {
320 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
321 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
322 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
323 }
324
325 .entity_nudge p,
326 .form_user_nudge input.submit {
327 background-position: 5px -785px;
328 }
329 .form_user_block input.submit,
330 .form_user_unblock input.submit,
331 .form_group_block input.submit,
332 .form_group_unblock input.submit {
333 background-position: 5px -918px;
334 }
335 .form_make_admin input.submit {
336 background-position: 5px -983px;
337 }
338 .entity_moderation p {
339 background-position: 5px -1313px;
340 }
341 .entity_sandbox input.submit {
342 background-position: 5px -1380px;
343 }
344 .entity_silence input.submit {
345 background-position: 5px -1445px;
346 }
347 .entity_delete input.submit {
348 background-position: 5px -1511px;
349 }
350 .form_reset_key input.submit {
351 background-position: 5px -1973px;
352 }
353 .entity_clear input.submit {
354 background-position: 5px -2039px;
355 }
356 .entity_flag input.submit,
357 .entity_flag p {
358 background-position: 5px -2105px;
359 }
360 .entity_subscribe input.accept {
361 background-position: 5px -2171px;
362 }
363 .entity_subscribe input.reject {
364 background-position: 5px -2237px;
365 }
366
367 /* NOTICES */
368 .notice .attachment {
369 background-position:0 -394px;
370 }
371 #attachments .attachment {
372 background:none;
373 }
374 .notice-options .notice_reply {
375 background-position:0 -592px;
376 }
377 .notice-options form.form_favor input.submit {
378 background-position:0 -460px;
379 }
380 .notice-options form.form_disfavor input.submit {
381 background-position:0 -526px;
382 }
383 .notice-options .notice_delete {
384 background-position:0 -658px;
385 }
386 .notice-options form.form_repeat input.submit {
387 background-position:0 -1582px;
388 }
389 .notice-options .repeated {
390 background-position:0 -1648px;
391 }
392
393 .notices div.entry-content,
394 .notices div.notice-options {
395 opacity:0.4;
396 }
397 .notices li:hover div.entry-content,
398 .notices li:hover div.notice-options {
399 opacity:1;
400 }
401 .opaque {
402 opacity:1 !important;
403 }
404 .notice-options a,
405 .notice-options input {
406 font-family:sans-serif;
407 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
408 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
409 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
410 }
411 #content .notices li:hover,
412 #content .applications li:hover,
413 #content tbody tr:hover {
414 background-color:rgba(240, 240, 240, 0.2);
415 }
416 #conversation .notices li:hover {
417 background-color:transparent;
418 }
419
420 .notices .notices {
421 background-color:rgba(200, 200, 200, 0.050);
422 }
423 .notices .notices .notices {
424 background-color:rgba(200, 200, 200, 0.100);
425 }
426 .notices .notices .notices .notices {
427 background-color:rgba(200, 200, 200, 0.150);
428 }
429 .notices .notices .notices .notices .notices {
430 background-color:rgba(200, 200, 200, 0.300);
431 }
432 /*END: NOTICES */
433
434 #new_group a {
435 background-position:0 -1054px;
436 }
437
438 .pagination .nav_prev a,
439 .pagination .nav_next a {
440 background-repeat:no-repeat;
441 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
442 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
443 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
444 }
445 .pagination .nav_prev a {
446 background-position:10% -187px;
447 }
448 .pagination .nav_next a {
449 background-position:105% -252px;
450 }
451 .pagination .nav .processing {
452 background-image:url(../../base/images/icons/icon_processing.gif);
453 box-shadow:none;
454 -moz-box-shadow:none;
455 -webkit-box-shadow:none;
456 outline:none;
457 }
458 .pagination .nav_next a.processing {
459 background-position:90% 47%;
460 }
461 .pagination .nav_prev a.processing {
462 background-position:10% 47%;
463 }
464