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