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