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