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