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