]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/default/css/display.css
Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing
[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.7%;
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 input.submit,
92 .form_notice input.submit {
93 background:#AAAAAA url(../../base/images/illustrations/illu_pattern-01.png) 0 0 repeat-x;
94 text-shadow:0 1px 0 #FFFFFF;
95 color:#000000;
96 border-color:#AAAAAA;
97 border-top-color:#CCCCCC;
98 border-left-color:#CCCCCC;
99 }
100 input.submit:hover {
101 background-position:0 -5px;
102 }
103 input.submit:focus {
104 background-position:0 -15px;
105 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
106 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
107 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
108 text-shadow:none;
109 }
110
111 a,
112 .form_settings input.form_action-primary,
113 .notice-options input,
114 .entity_actions a,
115 .entity_actions input,
116 .entity_moderation p {
117 color:#002FA7;
118 }
119
120 .notice,
121 .profile {
122 border-top-color:#C8D1D5;
123 }
124 .mark-top {
125 border-color:#AAAAAA;
126 }
127
128 #aside_primary {
129 background-color:#C8D1D5;
130 }
131
132 #notice_text-count {
133 color:#333333;
134 }
135 .form_notice.warning #notice_text-count {
136 color:#000000;
137 }
138 .form_notice label[for=notice_data-attach] {
139 background-position:0 -328px;
140 }
141 .form_notice #notice_data-attach {
142 opacity:0;
143 }
144
145 .form_notice label[for=notice_data-attach],
146 #export_data li a.rss,
147 #export_data li a.atom,
148 #export_data li a.foaf,
149 .entity_edit a,
150 .entity_send-a-message a,
151 .entity_nudge p,
152 .form_user_nudge input.submit,
153 .form_user_block input.submit,
154 .form_user_unblock input.submit,
155 .form_group_block input.submit,
156 .form_group_unblock input.submit,
157 .form_make_admin input.submit,
158 .notice .attachment,
159 .notice-options .notice_reply,
160 .notice-options form.form_favor input.submit,
161 .notice-options form.form_disfavor input.submit,
162 .notice-options .notice_delete,
163 .notice-options form.form_repeat input.submit,
164 #new_group a,
165 .pagination .nav_prev a,
166 .pagination .nav_next a,
167 button.close,
168 .form_group_leave input.submit,
169 .form_user_unsubscribe input.submit,
170 .form_group_join input.submit,
171 .form_user_subscribe input.submit,
172 .entity_subscribe a,
173 .entity_moderation p,
174 .entity_sandbox input.submit,
175 .entity_silence input.submit,
176 .entity_delete input.submit,
177 .notice-options .repeated {
178 background-image:url(../../base/images/icons/icons-01.gif);
179 background-repeat:no-repeat;
180 background-color:transparent;
181 }
182
183 #wrap form.processing input.submit,
184 .entity_actions a.processing {
185 background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
186 cursor:wait;
187 text-indent:-9999px;
188 outline:none;
189 }
190
191 #content {
192 box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
193 -moz-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
194 -webkit-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
195 }
196 #content,
197 #site_nav_local_views a,
198 #aside_primary {
199 border-color:transparent;
200 }
201 #content,
202 #site_nav_local_views .current a,
203 .entity_send-a-message .form_notice,
204 .entity_moderation:hover ul {
205 background-color:#FFFFFF;
206 }
207
208 #site_nav_local_views li.current {
209 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
210 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
211 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
212 }
213 #site_nav_local_views a {
214 background-color:rgba(194, 194, 194, 0.5);
215 }
216 #site_nav_local_views a:hover {
217 background-color:rgba(255, 255, 255, 0.7);
218 }
219 #site_nav_local_views .current a {
220 text-shadow: rgba(194,194,194,0.5) 1px 1px 1px;
221 }
222 .processing {
223 background-image:url(../../base/images/icons/icon_processing.gif);
224 background-repeat:no-repeat;
225 background-position:47% 47%;
226 }
227
228
229 .error {
230 background-color:#F7E8E8;
231 }
232 .success {
233 background-color:#EFF3DC;
234 }
235
236 button.close {
237 background-position:0 -1120px;
238 }
239
240 #anon_notice {
241 background-color:#87B4C8;
242 color:#FFFFFF;
243 border-color:#FFFFFF;
244 }
245
246 #showstream #anon_notice {
247 background-color:#9BB43E;
248 }
249
250 #export_data li a {
251 background-repeat:no-repeat;
252 }
253 #export_data li a.rss {
254 background-position:0 -130px;
255 }
256 #export_data li a.atom {
257 background-position:0 -64px;
258 }
259 #export_data li a.foaf {
260 background-position:0 1px;
261 }
262
263 .form_group_join input.submit,
264 .form_group_leave input.submit,
265 .form_user_subscribe input.submit,
266 .form_user_unsubscribe input.submit,
267 .entity_subscribe a {
268 background-color:#AAAAAA;
269 color:#FFFFFF;
270 }
271 .form_group_leave input.submit,
272 .form_user_unsubscribe input.submit {
273 background-position:5px -1246px;
274 }
275 .form_group_join input.submit,
276 .form_user_subscribe input.submit,
277 .entity_subscribe a {
278 background-position:5px -1181px;
279 }
280
281 .entity_edit a {
282 background-position: 5px -718px;
283 }
284 .entity_send-a-message a {
285 background-position: 5px -852px;
286 }
287 .entity_send-a-message .form_notice,
288 .entity_moderation:hover ul {
289 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
290 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
291 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
292 }
293
294 .entity_nudge p,
295 .form_user_nudge input.submit {
296 background-position: 5px -785px;
297 }
298 .form_user_block input.submit,
299 .form_user_unblock input.submit,
300 .form_group_block input.submit,
301 .form_group_unblock input.submit {
302 background-position: 5px -918px;
303 }
304 .form_make_admin input.submit {
305 background-position: 5px -983px;
306 }
307 .entity_moderation p {
308 background-position: 5px -1313px;
309 }
310 .entity_sandbox input.submit {
311 background-position: 5px -1380px;
312 }
313 .entity_silence input.submit {
314 background-position: 5px -1445px;
315 }
316 .entity_delete input.submit {
317 background-position: 5px -1511px;
318 }
319
320 /* NOTICES */
321 .notice .attachment {
322 background-position:0 -394px;
323 }
324 #attachments .attachment {
325 background:none;
326 }
327 .notice-options .notice_reply {
328 background-position:0 -592px;
329 }
330 .notice-options form.form_favor input.submit {
331 background-position:0 -460px;
332 }
333 .notice-options form.form_disfavor input.submit {
334 background-position:0 -526px;
335 }
336 .notice-options .notice_delete {
337 background-position:0 -658px;
338 }
339 .notice-options form.form_repeat input.submit {
340 background-position:0 -1582px;
341 }
342 .notice-options .repeated {
343 background-position:0 -1648px;
344 }
345
346 .notices div.entry-content,
347 .notices div.notice-options {
348 opacity:0.4;
349 }
350 .notices li:hover div.entry-content,
351 .notices li:hover div.notice-options {
352 opacity:1;
353 }
354 .notice-options a,
355 .notice-options input {
356 font-family:sans-serif;
357 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
358 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
359 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
360 }
361 #content .notices li:hover {
362 background-color:rgba(240, 240, 240, 0.2);
363 }
364 #conversation .notices li:hover {
365 background-color:transparent;
366 }
367
368 .notices .notices {
369 background-color:rgba(200, 200, 200, 0.050);
370 }
371 .notices .notices .notices {
372 background-color:rgba(200, 200, 200, 0.100);
373 }
374 .notices .notices .notices .notices {
375 background-color:rgba(200, 200, 200, 0.150);
376 }
377 .notices .notices .notices .notices .notices {
378 background-color:rgba(200, 200, 200, 0.300);
379 }
380 /*END: NOTICES */
381
382 #new_group a {
383 background-position:0 -1054px;
384 }
385
386 .pagination .nav_prev a,
387 .pagination .nav_next a {
388 background-repeat:no-repeat;
389 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
390 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
391 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
392 }
393 .pagination .nav_prev a {
394 background-position:10% -187px;
395 }
396 .pagination .nav_next a {
397 background-position:105% -252px;
398 }
399 .pagination .nav .processing {
400 background-image:url(../../base/images/icons/icon_processing.gif);
401 box-shadow:none;
402 -moz-box-shadow:none;
403 -webkit-box-shadow:none;
404 outline:none;
405 }
406 .pagination .nav_next a.processing {
407 background-position:90% 47%;
408 }
409 .pagination .nav_prev a.processing {
410 background-position:10% 47%;
411 }
412