]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/default/css/display.css
Merge commit 'origin/0.9.x' into 0.9.x
[quix0rs-gnu-social.git] / theme / default / css / display.css
1 /** theme: default
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:#CEE1E9;
15 }
16 body {
17 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
18 font-size:1em;
19 }
20 address {
21 margin-right:5.7%;
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:#C8D1D5;
108 }
109 .mark-top {
110 border-color:#AAAAAA;
111 }
112
113 #aside_primary {
114 background-color:#C8D1D5;
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
212 .error {
213 background-color:#F7E8E8;
214 }
215 .success {
216 background-color:#EFF3DC;
217 }
218
219 button.close {
220 background-position:0 -1120px;
221 }
222
223 #anon_notice {
224 background-color:#87B4C8;
225 color:#FFFFFF;
226 border-color:#FFFFFF;
227 }
228
229 #showstream #anon_notice {
230 background-color:#9BB43E;
231 }
232
233 #export_data li a {
234 background-repeat:no-repeat;
235 }
236 #export_data li a.rss {
237 background-position:0 -130px;
238 }
239 #export_data li a.atom {
240 background-position:0 -64px;
241 }
242 #export_data li a.foaf {
243 background-position:0 1px;
244 }
245
246 .form_group_join input.submit,
247 .form_group_leave input.submit,
248 .form_user_subscribe input.submit,
249 .form_user_unsubscribe input.submit,
250 .entity_subscribe a {
251 background-color:#AAAAAA;
252 color:#FFFFFF;
253 }
254 .form_group_leave input.submit,
255 .form_user_unsubscribe input.submit {
256 background-position:5px -1246px;
257 }
258 .form_group_join input.submit,
259 .form_user_subscribe input.submit,
260 .entity_subscribe a {
261 background-position:5px -1181px;
262 }
263
264 .entity_edit a {
265 background-position: 5px -718px;
266 }
267 .entity_send-a-message a {
268 background-position: 5px -852px;
269 }
270 .entity_send-a-message .form_notice,
271 .entity_moderation:hover ul {
272 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
273 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
274 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
275 }
276
277 .entity_nudge p,
278 .form_user_nudge input.submit {
279 background-position: 5px -785px;
280 }
281 .form_user_block input.submit,
282 .form_user_unblock input.submit,
283 .form_group_block input.submit,
284 .form_group_unblock input.submit {
285 background-position: 5px -918px;
286 }
287 .form_make_admin input.submit {
288 background-position: 5px -983px;
289 }
290 .entity_moderation p {
291 background-position: 5px -1313px;
292 }
293 .entity_sandbox input.submit {
294 background-position: 5px -1380px;
295 }
296 .entity_silence input.submit {
297 background-position: 5px -1445px;
298 }
299 .entity_delete input.submit {
300 background-position: 5px -1511px;
301 }
302
303 /* NOTICES */
304 .notice .attachment {
305 background-position:0 -394px;
306 }
307 #attachments .attachment {
308 background:none;
309 }
310 .notice-options .notice_reply {
311 background-position:0 -592px;
312 }
313 .notice-options form.form_favor input.submit {
314 background-position:0 -460px;
315 }
316 .notice-options form.form_disfavor input.submit {
317 background-position:0 -526px;
318 }
319 .notice-options .notice_delete {
320 background-position:0 -658px;
321 }
322
323 .notices div.entry-content,
324 .notices div.notice-options {
325 opacity:0.4;
326 }
327 .notices li:hover div.entry-content,
328 .notices li:hover div.notice-options {
329 opacity:1;
330 }
331 .notice-options a,
332 .notice-options input {
333 font-family:sans-serif;
334 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
335 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
336 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
337 }
338 #content .notices li:hover {
339 background-color:rgba(240, 240, 240, 0.2);
340 }
341 #conversation .notices li:hover {
342 background-color:transparent;
343 }
344
345 .notices .notices {
346 background-color:rgba(200, 200, 200, 0.050);
347 }
348 .notices .notices .notices {
349 background-color:rgba(200, 200, 200, 0.100);
350 }
351 .notices .notices .notices .notices {
352 background-color:rgba(200, 200, 200, 0.150);
353 }
354 .notices .notices .notices .notices .notices {
355 background-color:rgba(200, 200, 200, 0.300);
356 }
357 /*END: NOTICES */
358
359 #new_group a {
360 background-position:0 -1054px;
361 }
362
363 .pagination .nav_prev a,
364 .pagination .nav_next a {
365 background-repeat:no-repeat;
366 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
367 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
368 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
369 }
370 .pagination .nav_prev a {
371 background-position:10% -187px;
372 }
373 .pagination .nav_next a {
374 background-position:105% -252px;
375 }
376 .pagination .nav .processing {
377 background-image:url(../../base/images/icons/icon_processing.gif);
378 box-shadow:none;
379 -moz-box-shadow:none;
380 -webkit-box-shadow:none;
381 outline:none;
382 }
383 .pagination .nav_next a.processing {
384 background-position:90% 47%;
385 }
386 .pagination .nav_prev a.processing {
387 background-position:10% 47%;
388 }
389