]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/default/css/display.css
Moved colour properties out of base stylesheet
[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 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 .dialogbox .submit_dialogbox,
93 input.submit,
94 .form_notice input.submit {
95 background:#AAAAAA url(../../base/images/illustrations/illu_pattern-01.png) 0 0 repeat-x;
96 text-shadow:0 1px 0 #FFFFFF;
97 color:#000000;
98 border-color:#AAAAAA;
99 border-top-color:#CCCCCC;
100 border-left-color:#CCCCCC;
101 }
102 .dialogbox .submit_dialogbox:hover,
103 input.submit:hover {
104 background-position:0 -5px;
105 }
106 .dialogbox .submit_dialogbox:focus,
107 input.submit:focus {
108 background-position:0 -15px;
109 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
110 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
111 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
112 text-shadow:none;
113 }
114
115 .form_notice label[for=notice_data-geo] {
116 background-position:0 -1780px;
117 }
118 .form_notice label[for=notice_data-geo].checked {
119 background-position:0 -1846px;
120 }
121
122 a,
123 .form_settings input.form_action-primary,
124 .notice-options input,
125 .entity_actions a,
126 .entity_actions input,
127 .entity_moderation p {
128 color:#002FA7;
129 }
130
131 .notice,
132 .profile,
133 .application,
134 #content tbody tr {
135 border-top-color:#C8D1D5;
136 }
137 .mark-top {
138 border-color:#AAAAAA;
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 color:#000000;
150 }
151 .form_notice label[for=notice_data-attach] {
152 background-position:0 -328px;
153 }
154 .form_notice #notice_data-attach {
155 opacity:0;
156 }
157
158 .form_notice label[for=notice_data-attach],
159 #export_data li a.rss,
160 #export_data li a.atom,
161 #export_data li a.foaf,
162 .entity_edit a,
163 .entity_send-a-message a,
164 .entity_nudge p,
165 .form_user_nudge input.submit,
166 .form_user_block input.submit,
167 .form_user_unblock input.submit,
168 .form_group_block input.submit,
169 .form_group_unblock input.submit,
170 .form_make_admin input.submit,
171 .notice .attachment,
172 .notice-options .notice_reply,
173 .notice-options form.form_favor input.submit,
174 .notice-options form.form_disfavor input.submit,
175 .notice-options .notice_delete,
176 .notice-options form.form_repeat input.submit,
177 #new_group a,
178 .pagination .nav_prev a,
179 .pagination .nav_next a,
180 button.close,
181 .form_group_leave input.submit,
182 .form_user_unsubscribe input.submit,
183 .form_group_join input.submit,
184 .form_user_subscribe input.submit,
185 .entity_subscribe a,
186 .entity_moderation p,
187 .entity_sandbox input.submit,
188 .entity_silence input.submit,
189 .entity_delete input.submit,
190 .notice-options .repeated,
191 .form_notice label[for=notice_data-geo],
192 button.minimize,
193 .form_reset_key input.submit,
194 .entity_clear input.submit,
195 .entity_flag input.submit,
196 .entity_flag p,
197 .entity_subscribe input.submit {
198 background-image:url(../../base/images/icons/icons-01.gif);
199 background-repeat:no-repeat;
200 background-color:transparent;
201 }
202
203 #wrap form.processing input.submit,
204 .entity_actions a.processing,
205 .dialogbox.processing .submit_dialogbox {
206 background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
207 }
208 .notice-options .form_repeat.processing {
209 background-image:none;
210 }
211
212 #content {
213 box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
214 -moz-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
215 -webkit-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
216 }
217 #content,
218 #site_nav_local_views a,
219 #aside_primary {
220 border-color:transparent;
221 }
222 #content,
223 #site_nav_local_views .current a,
224 .entity_send-a-message .form_notice,
225 .entity_moderation:hover ul,
226 .dialogbox {
227 background-color:#FFFFFF;
228 }
229
230 #site_nav_local_views li.current {
231 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
232 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
233 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
234 }
235 #site_nav_local_views a {
236 background-color:rgba(194, 194, 194, 0.5);
237 }
238 #site_nav_local_views a:hover {
239 background-color:rgba(255, 255, 255, 0.7);
240 }
241 #site_nav_local_views .current a {
242 text-shadow: rgba(194,194,194,0.5) 1px 1px 1px;
243 }
244 .processing {
245 background-image:url(../../base/images/icons/icon_processing.gif);
246 background-repeat:no-repeat;
247 background-position:47% 47%;
248 }
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