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