]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/biz/css/display.css
Moved print inside base stylesheet using media rules. One less HTTP GET.
[quix0rs-gnu-social.git] / theme / biz / css / display.css
1 /** theme: biz
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) screen, projection, tv, print;
11
12 @media screen, projection, tv {
13 html {
14 background-color:#144A6E;
15 }
16 a:active {
17 background-color:#F4F7E7;
18 }
19 body {
20 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
21 font-size:1em;
22 background:#144A6E url(../images/illustrations/illu_pattern-01.png) repeat-x;
23 }
24
25 address {
26 margin-right:5.7%;
27 }
28
29 input, textarea, select {
30 border-width:2px;
31 border-style: solid;
32 border-radius:4px;
33 -moz-border-radius:4px;
34 -webkit-border-radius:4px;
35 }
36 input, textarea, select, option {
37 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
38 }
39 input, textarea, select {
40 border-color:#AAAAAA;
41 }
42
43 .form_settings fieldset fieldset {
44 background:rgba(240, 240, 240, 0.2);
45 box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3);
46 -moz-box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3);
47 -webkit-box-shadow:3px 3px 7px rgba(194, 194, 194, 0.3);
48 }
49
50 #filter_tags ul li,
51 .entity_send-a-message .form_notice,
52 .pagination .nav_prev a,
53 .pagination .nav_next a,
54 .form_settings fieldset fieldset,
55 .entity_moderation:hover ul {
56 border-color:#DDDDDD;
57 }
58
59 .form_settings input.form_action-primary {
60 background:none;
61 }
62
63 .form_notice.warning #notice_text-count,
64 .form_settings .form_note {
65 background-color:#9BB43E;
66 }
67 input.submit,
68 .form_notice.warning #notice_text-count,
69 .form_settings .form_note,
70 .entity_actions a,
71 .entity_actions input,
72 .entity_moderation p,
73 button {
74 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
75 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
76 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
77 }
78 .entity_actions a,
79 .entity_actions input,
80 .entity_actions p {
81 border-color:transparent;
82 background-color:transparent;
83 }
84 input:focus, textarea:focus, select:focus,
85 .form_notice.warning #notice_data-text,
86 .form_notice.warning #notice_text-count,
87 .form_settings .form_note {
88 border-color:#9BB43E;
89 }
90
91 input.submit {
92 color:#FFFFFF;
93 }
94 .entity_actions input.submit {
95 border-color:transparent;
96 text-shadow:none;
97 }
98 .dialogbox .submit_dialogbox,
99 input.submit,
100 .form_notice input.submit {
101 background:#AAAAAA url(../../base/images/illustrations/illu_pattern-01.png) 0 0 repeat-x;
102 text-shadow:0 1px 0 #FFFFFF;
103 color:#000000;
104 border-color:#AAAAAA;
105 border-top-color:#CCCCCC;
106 border-left-color:#CCCCCC;
107 }
108 .dialogbox .submit_dialogbox:hover,
109 input.submit:hover {
110 background-position:0 -5px;
111 }
112 .dialogbox .submit_dialogbox:focus,
113 input.submit:focus {
114 background-position:0 -15px;
115 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
116 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
117 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
118 text-shadow:none;
119 }
120
121 .form_notice label[for=notice_data-geo] {
122 background-position:0 -1780px;
123 }
124 .form_notice label[for=notice_data-geo].checked {
125 background-position:0 -1846px;
126 }
127
128 a,
129 .form_settings input.form_action-primary,
130 .notice-options input,
131 .entity_actions a,
132 .entity_actions input,
133 .entity_moderation p {
134 color:#002FA7;
135 }
136
137 #header a,
138 #footer a {
139 color:#87B4C8;
140 }
141
142
143
144 .notice,
145 .profile,
146 .application,
147 #content tbody tr {
148 border-top-color:#C8D1D5;
149 }
150 .mark-top {
151 border-color:#AAAAAA;
152 }
153
154 #aside_primary {
155 background-color:#144A6E;
156 }
157
158 .section .profile {
159 border-top-color:#87B4C8;
160 }
161
162 .aside .section {
163 background-color:#F1F5F8;
164 background-position:100% 0;
165 background-image:url(../images/illustrations/illu_pattern-02.png);
166 background-repeat:no-repeat;
167 }
168
169 #notice_text-count {
170 color:#333333;
171 }
172 #form_notice.warning #notice_text-count {
173 color:#000000;
174 }
175 .form_notice label[for=notice_data-attach] {
176 background-position:0 -328px;
177 }
178 .form_notice #notice_data-attach {
179 opacity:0;
180 }
181
182 .form_notice label[for=notice_data-attach],
183 #export_data li a.rss,
184 #export_data li a.atom,
185 #export_data li a.foaf,
186 .entity_edit a,
187 .entity_send-a-message a,
188 .entity_nudge p,
189 .form_user_nudge input.submit,
190 .form_user_block input.submit,
191 .form_user_unblock input.submit,
192 .form_group_block input.submit,
193 .form_group_unblock input.submit,
194 .form_make_admin input.submit,
195 .notice .attachment,
196 .notice-options .notice_reply,
197 .notice-options form.form_favor input.submit,
198 .notice-options form.form_disfavor input.submit,
199 .notice-options .notice_delete,
200 .notice-options form.form_repeat input.submit,
201 #new_group a,
202 .pagination .nav_prev a,
203 .pagination .nav_next a,
204 button.close,
205 .form_group_leave input.submit,
206 .form_user_unsubscribe input.submit,
207 .form_group_join input.submit,
208 .form_user_subscribe input.submit,
209 .entity_subscribe a,
210 .entity_moderation p,
211 .entity_sandbox input.submit,
212 .entity_silence input.submit,
213 .entity_delete input.submit,
214 .notice-options .repeated,
215 .form_notice label[for=notice_data-geo],
216 button.minimize,
217 .form_reset_key input.submit {
218 background-image:url(../../base/images/icons/icons-01.gif);
219 background-repeat:no-repeat;
220 background-color:transparent;
221 }
222
223 #wrap form.processing input.submit,
224 .entity_actions a.processing,
225 .dialogbox.processing .submit_dialogbox {
226 background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
227 }
228 .notice-options .form_repeat.processing {
229 background-image:none;
230 }
231
232 #content {
233 box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
234 -moz-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
235 -webkit-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
236 }
237 #content,
238 #site_nav_local_views a,
239 .aside .section {
240 border-color:#FFFFFF;
241 }
242 #content,
243 #site_nav_local_views .current a,
244 .entity_send-a-message .form_notice,
245 .entity_moderation:hover ul {
246 background-color:#FFFFFF;
247 }
248
249 #site_nav_local_views li.current {
250 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
251 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
252 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
253 }
254 #site_nav_local_views a {
255 background-color:rgba(194, 194, 194, 0.5);
256 }
257 #site_nav_local_views a:hover {
258 background-color:rgba(255, 255, 255, 0.7);
259 }
260 #site_nav_local_views .current a {
261 text-shadow: rgba(194,194,194,0.5) 1px 1px 1px;
262 }
263
264
265 .error {
266 background-color:#F7E8E8;
267 }
268 .success {
269 background-color:#EFF3DC;
270 }
271
272 button.close {
273 background-position:0 -1120px;
274 }
275 button.minimize {
276 background-position:0 -1912px;
277 }
278
279 #anon_notice {
280 color:#FFFFFF;
281 }
282
283 #export_data li a {
284 background-repeat:no-repeat;
285 background-position:0 45%;
286 }
287 #export_data li a.rss {
288 background-position:0 -130px;
289 }
290 #export_data li a.atom {
291 background-position:0 -64px;
292 }
293 #export_data li a.foaf {
294 background-position:0 1px;
295 }
296
297 .form_group_join input.submit,
298 .form_group_leave input.submit,
299 .form_user_subscribe input.submit,
300 .form_user_unsubscribe input.submit,
301 .entity_subscribe a {
302 background-color:#AAAAAA;
303 color:#FFFFFF;
304 }
305 .form_group_leave input.submit,
306 .form_user_unsubscribe input.submit {
307 background-position:5px -1246px;
308 }
309 .form_group_join input.submit,
310 .form_user_subscribe input.submit,
311 .entity_subscribe a {
312 background-position:5px -1181px;
313 }
314
315 .entity_edit a {
316 background-position: 5px -718px;
317 }
318 .entity_send-a-message a {
319 background-position: 5px -852px;
320 }
321 .entity_send-a-message .form_notice,
322 .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);
326 }
327
328 .entity_nudge p,
329 .form_user_nudge input.submit {
330 background-position: 5px -785px;
331 }
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;
337 }
338 .form_make_admin input.submit {
339 background-position: 5px -983px;
340 }
341 .entity_moderation p {
342 background-position: 5px -1313px;
343 }
344 .entity_sandbox input.submit {
345 background-position: 5px -1380px;
346 }
347 .entity_silence input.submit {
348 background-position: 5px -1445px;
349 }
350 .entity_delete input.submit {
351 background-position: 5px -1511px;
352 }
353 .form_reset_key input.submit {
354 background-position: 5px -1973px;
355 }
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 div.notice-options a,
393 div.notice-options input {
394 font-family:sans-serif;
395 }
396 #content .notices li:hover {
397 background-color:rgba(240, 240, 240, 0.2);
398 }
399 #conversation .notices li:hover {
400 background-color:transparent;
401 }
402
403 .notices .notices {
404 background-color:rgba(200, 200, 200, 0.050);
405 }
406 .notices .notices .notices {
407 background-color:rgba(200, 200, 200, 0.100);
408 }
409 .notices .notices .notices .notices {
410 background-color:rgba(200, 200, 200, 0.150);
411 }
412 .notices .notices .notices .notices .notices {
413 background-color:rgba(200, 200, 200, 0.300);
414 }
415 /*END: NOTICES */
416
417 #new_group a {
418 background-position:0 -1054px;
419 }
420
421 .pagination .nav_prev a,
422 .pagination .nav_next a {
423 background-repeat:no-repeat;
424 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
425 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
426 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
427 }
428 .pagination .nav_prev a {
429 background-position:10% -187px;
430 }
431 .pagination .nav_next a {
432 background-position:105% -252px;
433 }
434 .pagination .nav .processing {
435 background-image:url(../../base/images/icons/icon_processing.gif);
436 box-shadow:none;
437 -moz-box-shadow:none;
438 -webkit-box-shadow:none;
439 outline:none;
440 }
441 .pagination .nav_next a.processing {
442 background-position:90% 47%;
443 }
444 .pagination .nav_prev a.processing {
445 background-position:10% 47%;
446 }