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