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