]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/biz/css/display.css
A lot of updates to keep the themes current (at least in functionality)
[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 .entity_role:hover ul,
247 .dialogbox {
248 background-color:#FFFFFF;
249 }
250
251 #site_nav_local_views li.current {
252 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
253 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
254 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
255 }
256 #site_nav_local_views a {
257 background-color:rgba(194, 194, 194, 0.5);
258 }
259 #site_nav_local_views a:hover {
260 background-color:rgba(255, 255, 255, 0.7);
261 }
262 #site_nav_local_views .current a {
263 text-shadow: rgba(194,194,194,0.5) 1px 1px 1px;
264 }
265
266
267 .error {
268 background-color:#F7E8E8;
269 }
270 .success {
271 background-color:#EFF3DC;
272 }
273
274 button.close {
275 background-position:0 -1120px;
276 }
277 button.minimize {
278 background-position:0 -1912px;
279 }
280
281 #anon_notice {
282 color:#FFFFFF;
283 }
284
285 #export_data li a {
286 background-repeat:no-repeat;
287 background-position:0 45%;
288 }
289 #export_data li a.rss {
290 background-position:0 -130px;
291 }
292 #export_data li a.atom {
293 background-position:0 -64px;
294 }
295 #export_data li a.foaf {
296 background-position:0 1px;
297 }
298
299 .form_group_join input.submit,
300 .form_group_leave input.submit,
301 .form_user_subscribe input.submit,
302 .form_user_unsubscribe input.submit,
303 .entity_subscribe a {
304 background-color:#AAAAAA;
305 color:#FFFFFF;
306 }
307 .form_group_leave input.submit,
308 .form_user_unsubscribe input.submit {
309 background-position:5px -1246px;
310 }
311 .form_group_join input.submit,
312 .form_user_subscribe input.submit,
313 .entity_subscribe a {
314 background-position:5px -1181px;
315 }
316
317 .entity_edit a {
318 background-position: 5px -718px;
319 }
320 .entity_send-a-message a {
321 background-position: 5px -852px;
322 }
323 .entity_send-a-message .form_notice,
324 .entity_moderation:hover ul {
325 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
326 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
327 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
328 }
329
330 .entity_nudge p,
331 .form_user_nudge input.submit {
332 background-position: 5px -785px;
333 }
334 .form_user_block input.submit,
335 .form_user_unblock input.submit,
336 .form_group_block input.submit,
337 .form_group_unblock input.submit {
338 background-position: 5px -918px;
339 }
340 .form_make_admin input.submit {
341 background-position: 5px -983px;
342 }
343 .entity_moderation p {
344 background-position: 5px -1313px;
345 }
346 .entity_sandbox input.submit {
347 background-position: 5px -1380px;
348 }
349 .entity_silence input.submit {
350 background-position: 5px -1445px;
351 }
352 .entity_delete input.submit {
353 background-position: 5px -1511px;
354 }
355 .form_reset_key input.submit {
356 background-position: 5px -1973px;
357 }
358
359
360 /* NOTICES */
361 .notice .attachment {
362 background-position:0 -394px;
363 }
364 .notice .attachment.more {
365 background-position:0 -2770px;
366 }
367 #attachments .attachment {
368 background:none;
369 }
370 .notice-options .notice_reply {
371 background-position:0 -592px;
372 }
373 .notice-options form.form_favor input.submit {
374 background-position:0 -460px;
375 }
376 .notice-options form.form_disfavor input.submit {
377 background-position:0 -526px;
378 }
379 .notice-options .notice_delete {
380 background-position:0 -658px;
381 }
382 .notice-options form.form_repeat input.submit {
383 background-position:0 -1582px;
384 }
385 .notice-options .repeated {
386 background-position:0 -1648px;
387 }
388
389 .notices .attachment.more,
390 .notices div.entry-content,
391 .notices div.notice-options {
392 opacity:0.4;
393 }
394 .notices li:hover .attachment.more,
395 .notices li:hover div.entry-content,
396 .notices li:hover div.notice-options {
397 opacity:1;
398 }
399 .opaque {
400 opacity:1 !important;
401 }
402 div.notice-options a,
403 div.notice-options input {
404 font-family:sans-serif;
405 }
406 #content .notices li:hover {
407 background-color:rgba(240, 240, 240, 0.2);
408 }
409 #conversation .notices li:hover {
410 background-color:transparent;
411 }
412
413 .notices .notices {
414 background-color:rgba(200, 200, 200, 0.050);
415 }
416 .notices .notices .notices {
417 background-color:rgba(200, 200, 200, 0.100);
418 }
419 .notices .notices .notices .notices {
420 background-color:rgba(200, 200, 200, 0.150);
421 }
422 .notices .notices .notices .notices .notices {
423 background-color:rgba(200, 200, 200, 0.300);
424 }
425 /*END: NOTICES */
426
427 #new_group a {
428 background-position:0 -1054px;
429 }
430
431 .pagination .nav_prev a,
432 .pagination .nav_next a {
433 background-repeat:no-repeat;
434 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
435 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
436 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
437 }
438 .pagination .nav_prev a {
439 background-position:10% -187px;
440 }
441 .pagination .nav_next a {
442 background-position:105% -252px;
443 }
444 .pagination .nav .processing {
445 background-image:url(../../base/images/icons/icon_processing.gif);
446 box-shadow:none;
447 -moz-box-shadow:none;
448 -webkit-box-shadow:none;
449 outline:none;
450 }
451 .pagination .nav_next a.processing {
452 background-position:90% 47%;
453 }
454 .pagination .nav_prev a.processing {
455 background-position:10% 47%;
456 }