]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/identica/css/display.css
9b90d636aa61fc3c51da312629581ed33db88948
[quix0rs-gnu-social.git] / theme / identica / css / display.css
1 /** theme: identica
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:#F0F2F5;
15 }
16 body {
17 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
18 font-size:1em;
19 }
20 address {
21 margin-right:7.2%;
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:#CEE1E9;
129 }
130 .mark-top {
131 border-color:#AAAAAA;
132 }
133
134 #aside_primary {
135 background-color:#CEE1E9;
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 .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
343 .notices div.entry-content,
344 .notices div.notice-options {
345 opacity:0.4;
346 }
347 .notices li:hover div.entry-content,
348 .notices li:hover div.notice-options {
349 opacity:1;
350 }
351 .notice-options a,
352 .notice-options input {
353 font-family:sans-serif;
354 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
355 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
356 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
357 }
358 #content .notices li:hover {
359 background-color:rgba(240, 240, 240, 0.2);
360 }
361 #conversation .notices li:hover {
362 background-color:transparent;
363 }
364
365 .notices .notices {
366 background-color:rgba(200, 200, 200, 0.050);
367 }
368 .notices .notices .notices {
369 background-color:rgba(200, 200, 200, 0.100);
370 }
371 .notices .notices .notices .notices {
372 background-color:rgba(200, 200, 200, 0.150);
373 }
374 .notices .notices .notices .notices .notices {
375 background-color:rgba(200, 200, 200, 0.300);
376 }
377 /*END: NOTICES */
378
379 #new_group a {
380 background-position:0 -1054px;
381 }
382
383 .pagination .nav_prev a,
384 .pagination .nav_next a {
385 background-repeat:no-repeat;
386 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
387 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
388 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
389 }
390 .pagination .nav_prev a {
391 background-position:10% -187px;
392 }
393 .pagination .nav_next a {
394 background-position:105% -252px;
395 }
396 .pagination .nav .processing {
397 background-image:url(../../base/images/icons/icon_processing.gif);
398 box-shadow:none;
399 -moz-box-shadow:none;
400 -webkit-box-shadow:none;
401 outline:none;
402 }
403 .pagination .nav_next a.processing {
404 background-position:90% 47%;
405 }
406 .pagination .nav_prev a.processing {
407 background-position:10% 47%;
408 }
409