]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/identica/css/display.css
8bacd767320d958feef3eb50f4343cefe93854c3
[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 background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
162 cursor:wait;
163 text-indent:-9999px;
164 outline:none;
165 }
166
167 #content {
168 box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
169 -moz-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
170 -webkit-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
171 }
172 #content,
173 #site_nav_local_views a,
174 #aside_primary {
175 border-color:transparent;
176 }
177 #content,
178 #site_nav_local_views .current a,
179 .entity_send-a-message .form_notice,
180 .entity_moderation:hover ul {
181 background-color:#FFFFFF;
182 }
183
184 #site_nav_local_views li {
185 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
186 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
187 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
188 }
189 #site_nav_local_views a {
190 background-color:rgba(194, 194, 194, 0.5);
191 }
192 #site_nav_local_views a:hover {
193 background-color:rgba(255, 255, 255, 0.7);
194 }
195 #site_nav_local_views .current a {
196 text-shadow: rgba(194,194,194,0.5) 1px 1px 1px;
197 }
198 .processing {
199 background-image:url(../../base/images/icons/icon_processing.gif);
200 background-repeat:no-repeat;
201 background-position:47% 47%;
202 }
203
204 .error {
205 background-color:#F7E8E8;
206 }
207 .success {
208 background-color:#EFF3DC;
209 }
210
211 button.close {
212 background-position:0 -1120px;
213 }
214
215 #anon_notice {
216 background-color:#87B4C8;
217 color:#FFFFFF;
218 border-color:#FFFFFF;
219 }
220
221 #showstream #anon_notice {
222 background-color:#9BB43E;
223 }
224
225 #export_data li a {
226 background-repeat:no-repeat;
227 }
228 #export_data li a.rss {
229 background-position:0 -130px;
230 }
231 #export_data li a.atom {
232 background-position:0 -64px;
233 }
234 #export_data li a.foaf {
235 background-position:0 1px;
236 }
237
238 .form_group_join input.submit,
239 .form_group_leave input.submit,
240 .form_user_subscribe input.submit,
241 .form_user_unsubscribe input.submit,
242 .entity_subscribe a {
243 background-color:#AAAAAA;
244 color:#FFFFFF;
245 }
246 .form_group_leave input.submit,
247 .form_user_unsubscribe input.submit {
248 background-position:5px -1246px;
249 }
250 .form_group_join input.submit,
251 .form_user_subscribe input.submit,
252 .entity_subscribe a {
253 background-position:5px -1181px;
254 }
255
256 .entity_edit a {
257 background-position: 5px -718px;
258 }
259 .entity_send-a-message a {
260 background-position: 5px -852px;
261 }
262 .entity_send-a-message .form_notice,
263 .entity_moderation:hover ul {
264 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
265 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
266 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
267 }
268
269 .entity_nudge p,
270 .form_user_nudge input.submit {
271 background-position: 5px -785px;
272 }
273 .form_user_block input.submit,
274 .form_user_unblock input.submit,
275 .form_group_block input.submit,
276 .form_group_unblock input.submit {
277 background-position: 5px -918px;
278 }
279 .form_make_admin input.submit {
280 background-position: 5px -983px;
281 }
282 .entity_moderation p {
283 background-position: 5px -1313px;
284 }
285 .form_user_sandbox input.submit {
286 background-position: 5px -1380px;
287 }
288 .form_user_silence input.submit {
289 background-position: 5px -1445px;
290 }
291 .form_user_deleteuser input.submit {
292 background-position: 5px -1511px;
293 }
294
295 /* NOTICES */
296 .notice .attachment {
297 background-position:0 -394px;
298 }
299 #attachments .attachment {
300 background:none;
301 }
302 .notice-options .notice_reply {
303 background-position:0 -592px;
304 }
305 .notice-options form.form_favor input.submit {
306 background-position:0 -460px;
307 }
308 .notice-options form.form_disfavor input.submit {
309 background-position:0 -526px;
310 }
311 .notice-options .notice_delete {
312 background-position:0 -658px;
313 }
314
315 .notices div.entry-content,
316 .notices div.notice-options {
317 opacity:0.4;
318 }
319 .notices li:hover div.entry-content,
320 .notices li:hover div.notice-options {
321 opacity:1;
322 }
323 .notice-options a,
324 .notice-options input {
325 font-family:sans-serif;
326 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
327 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
328 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
329 }
330 #content .notices li:hover {
331 background-color:rgba(240, 240, 240, 0.2);
332 }
333 #conversation .notices li:hover {
334 background-color:transparent;
335 }
336
337 .notices .notices {
338 background-color:rgba(200, 200, 200, 0.050);
339 }
340 .notices .notices .notices {
341 background-color:rgba(200, 200, 200, 0.100);
342 }
343 .notices .notices .notices .notices {
344 background-color:rgba(200, 200, 200, 0.150);
345 }
346 .notices .notices .notices .notices .notices {
347 background-color:rgba(200, 200, 200, 0.300);
348 }
349 /*END: NOTICES */
350
351 #new_group a {
352 background-position:0 -1054px;
353 }
354
355 .pagination .nav_prev a,
356 .pagination .nav_next a {
357 background-repeat:no-repeat;
358 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
359 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
360 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
361 }
362 .pagination .nav_prev a {
363 background-position:10% -187px;
364 }
365 .pagination .nav_next a {
366 background-position:105% -252px;
367 }
368 .pagination .nav .processing {
369 background-image:url(../../base/images/icons/icon_processing.gif);
370 box-shadow:none;
371 -moz-box-shadow:none;
372 -webkit-box-shadow:none;
373 outline:none;
374 }
375 .pagination .nav_next a.processing {
376 background-position:90% 47%;
377 }
378 .pagination .nav_prev a.processing {
379 background-position:10% 47%;
380 }
381