]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/identica/css/display.css
Changed input.submit style
[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 .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 .form_notice.warning #notice_text-count,
59 .form_settings .form_note,
60 .entity_remote_subscribe,
61 .entity_actions .form_notice input.submit {
62 background-color:#9BB43E;
63 }
64 input.submit,
65 .form_notice.warning #notice_text-count,
66 .form_settings .form_note,
67 .entity_remote_subscribe,
68 .entity_actions a,
69 .entity_actions input,
70 .entity_moderation p,
71 button {
72 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
73 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
74 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
75 }
76 .entity_actions a,
77 .entity_actions input,
78 .entity_actions p {
79 border-color:transparent;
80 background-color:transparent;
81 }
82 input:focus, textarea:focus, select:focus,
83 .form_notice.warning #notice_data-text,
84 .form_notice.warning #notice_text-count,
85 .form_settings .form_note,
86 .entity_remote_subscribe {
87 border-color:#9BB43E;
88 }
89 input.submit,
90 .entity_remote_subscribe,
91 .entity_actions .form_notice input.submit {
92 color:#FFFFFF;
93 }
94 input.submit {
95 background:#AAAAAA url(../../base/images/illustrations/illu_pattern-01.png) 0 0 repeat-x;
96 text-shadow:0 1px 0 #FFFFFF;
97 color:#000000;
98 border-color:#AAAAAA;
99 border-top-color:#CCCCCC;
100 border-left-color:#CCCCCC;
101 }
102 input.submit:hover {
103 background-position:0 -5px;
104 }
105 input.submit:focus {
106 background-position:0 -15px;
107 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
108 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
109 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.1);
110 text-shadow:none;
111 }
112 .entity_actions input.submit {
113 text-shadow:none;
114 }
115
116 a,
117 .form_settings input.form_action-primary,
118 .notice-options input,
119 .entity_actions a,
120 .entity_actions input,
121 .entity_moderation p {
122 color:#002FA7;
123 }
124
125 .notice,
126 .profile {
127 border-top-color:#CEE1E9;
128 }
129 .mark-top {
130 border-color:#AAAAAA;
131 }
132
133 #aside_primary {
134 background-color:#CEE1E9;
135 }
136
137 #notice_text-count {
138 color:#333333;
139 }
140 .form_notice.warning #notice_text-count {
141 color:#000000;
142 }
143 .form_notice label[for=notice_data-attach] {
144 background-position:0 -328px;
145 }
146 .form_notice #notice_data-attach {
147 opacity:0;
148 }
149
150 .form_notice label[for=notice_data-attach],
151 #export_data li a.rss,
152 #export_data li a.atom,
153 #export_data li a.foaf,
154 .entity_edit a,
155 .entity_send-a-message a,
156 .entity_nudge p,
157 .form_user_nudge input.submit,
158 .form_user_block input.submit,
159 .form_user_unblock input.submit,
160 .form_group_block input.submit,
161 .form_group_unblock input.submit,
162 .form_make_admin input.submit,
163 .notice .attachment,
164 .notice-options .notice_reply,
165 .notice-options form.form_favor input.submit,
166 .notice-options form.form_disfavor input.submit,
167 .notice-options .notice_delete,
168 #new_group a,
169 .pagination .nav_prev a,
170 .pagination .nav_next a,
171 button.close,
172 .form_group_leave input.submit,
173 .form_user_unsubscribe input.submit,
174 .form_group_join input.submit,
175 .form_user_subscribe input.submit,
176 .entity_subscribe a,
177 .entity_moderation p,
178 .entity_sandbox input.submit,
179 .entity_silence input.submit,
180 .entity_delete input.submit {
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
342 .notices div.entry-content,
343 .notices div.notice-options {
344 opacity:0.4;
345 }
346 .notices li:hover div.entry-content,
347 .notices li:hover div.notice-options {
348 opacity:1;
349 }
350 .notice-options a,
351 .notice-options input {
352 font-family:sans-serif;
353 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
354 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
355 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
356 }
357 #content .notices li:hover {
358 background-color:rgba(240, 240, 240, 0.2);
359 }
360 #conversation .notices li:hover {
361 background-color:transparent;
362 }
363
364 .notices .notices {
365 background-color:rgba(200, 200, 200, 0.050);
366 }
367 .notices .notices .notices {
368 background-color:rgba(200, 200, 200, 0.100);
369 }
370 .notices .notices .notices .notices {
371 background-color:rgba(200, 200, 200, 0.150);
372 }
373 .notices .notices .notices .notices .notices {
374 background-color:rgba(200, 200, 200, 0.300);
375 }
376 /*END: NOTICES */
377
378 #new_group a {
379 background-position:0 -1054px;
380 }
381
382 .pagination .nav_prev a,
383 .pagination .nav_next a {
384 background-repeat:no-repeat;
385 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
386 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
387 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
388 }
389 .pagination .nav_prev a {
390 background-position:10% -187px;
391 }
392 .pagination .nav_next a {
393 background-position:105% -252px;
394 }
395 .pagination .nav .processing {
396 background-image:url(../../base/images/icons/icon_processing.gif);
397 box-shadow:none;
398 -moz-box-shadow:none;
399 -webkit-box-shadow:none;
400 outline:none;
401 }
402 .pagination .nav_next a.processing {
403 background-position:90% 47%;
404 }
405 .pagination .nav_prev a.processing {
406 background-position:10% 47%;
407 }
408