]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/identica/css/display.css
Updated subscribe/unsubscribe button styles
[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 #filter_tags ul li,
32 .entity_send-a-message .form_notice,
33 .pagination .nav_prev a,
34 .pagination .nav_next a {
35 border-color:#DDDDDD;
36 }
37
38 .form_settings input.form_action-primary {
39 background:none;
40 }
41
42 input.submit,
43 .form_notice.warning #notice_text-count,
44 .form_settings .form_note,
45 .entity_remote_subscribe,
46 .entity_actions .form_notice input.submit {
47 background-color:#9BB43E;
48 }
49 input.submit,
50 .form_notice.warning #notice_text-count,
51 .form_settings .form_note,
52 .entity_remote_subscribe,
53 .entity_actions a,
54 .entity_actions input,
55 .entity_actions p,
56 button.close {
57 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
58 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
59 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
60 }
61 .entity_actions a,
62 .entity_actions input,
63 .entity_actions p {
64 border-color:transparent;
65 background-color:transparent;
66 }
67 input:focus, textarea:focus, select:focus,
68 .form_notice.warning #notice_data-text,
69 .form_notice.warning #notice_text-count,
70 .form_settings .form_note,
71 .entity_remote_subscribe {
72 border-color:#9BB43E;
73 }
74 input.submit,
75 .entity_remote_subscribe,
76 .entity_actions .form_notice input.submit {
77 color:#FFFFFF;
78 }
79
80 a,
81 div.notice-options input,
82 .form_user_block input.submit,
83 .form_user_unblock input.submit,
84 .form_group_block input.submit,
85 .form_group_unblock input.submit,
86 .entity_send-a-message a,
87 .form_user_nudge input.submit,
88 .entity_nudge p,
89 .form_settings input.form_action-primary,
90 .form_make_admin input.submit,
91 .entity_actions a,
92 .entity_actions input,
93 .entity_actions p {
94 color:#002FA7;
95 }
96
97 .notice,
98 .profile {
99 border-top-color:#CEE1E9;
100 }
101 .section .profile {
102 border-top-color:#87B4C8;
103 }
104
105 #aside_primary {
106 background-color:#CEE1E9;
107 }
108
109 #notice_text-count {
110 color:#333333;
111 }
112 .form_notice.warning #notice_text-count {
113 color:#000000;
114 }
115 .form_notice label[for=notice_data-attach] {
116 background-position:0 -328px;
117 }
118 .form_notice #notice_data-attach {
119 opacity:0;
120 }
121
122 .form_notice label[for=notice_data-attach],
123 #export_data li a.rss,
124 #export_data li a.atom,
125 #export_data li a.foaf,
126 .entity_edit a,
127 .entity_send-a-message a,
128 .entity_nudge p,
129 .form_user_nudge input.submit,
130 .form_user_block input.submit,
131 .form_user_unblock input.submit,
132 .form_group_block input.submit,
133 .form_group_unblock input.submit,
134 .form_make_admin input.submit,
135 .notice .attachment,
136 .notice-options .notice_reply,
137 .notice-options form.form_favor input.submit,
138 .notice-options form.form_disfavor input.submit,
139 .notice-options .notice_delete,
140 #new_group a,
141 .pagination .nav_prev a,
142 .pagination .nav_next a,
143 button.close,
144 .form_group_leave input.submit,
145 .form_user_unsubscribe input.submit,
146 .form_group_join input.submit,
147 .form_user_subscribe input.submit {
148 background-image:url(../../base/images/icons/icons-01.png);
149 background-repeat:no-repeat;
150 background-color:transparent;
151 }
152
153 #wrap form.processing input.submit {
154 background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
155 cursor:wait;
156 text-indent:-9999px;
157 outline:none;
158 }
159
160 #content {
161 box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
162 -moz-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
163 -webkit-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
164 }
165 #content,
166 #site_nav_local_views a,
167 #aside_primary {
168 border-color:transparent;
169 }
170 #content,
171 #site_nav_local_views .current a,
172 .entity_send-a-message .form_notice {
173 background-color:#FFFFFF;
174 }
175
176 #site_nav_local_views li {
177 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
178 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
179 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
180 }
181 #site_nav_local_views a {
182 background-color:rgba(194, 194, 194, 0.5);
183 }
184 #site_nav_local_views a:hover {
185 background-color:rgba(255, 255, 255, 0.7);
186 }
187 #site_nav_local_views .current a {
188 text-shadow: rgba(194,194,194,0.5) 1px 1px 1px;
189 }
190
191 .error {
192 background-color:#F7E8E8;
193 }
194 .success {
195 background-color:#EFF3DC;
196 }
197
198 button.close {
199 background-position:0 -1120px;
200 }
201
202 #anon_notice {
203 background-color:#87B4C8;
204 color:#FFFFFF;
205 border-color:#FFFFFF;
206 }
207
208 #showstream #anon_notice {
209 background-color:#9BB43E;
210 }
211
212 #export_data li a {
213 background-repeat:no-repeat;
214 }
215 #export_data li a.rss {
216 background-position:0 -130px;
217 }
218 #export_data li a.atom {
219 background-position:0 -64px;
220 }
221 #export_data li a.foaf {
222 background-position:0 1px;
223 }
224
225 .form_group_join input.submit,
226 .form_group_leave input.submit,
227 .form_user_subscribe input.submit,
228 .form_user_unsubscribe input.submit {
229 background-color:#AAAAAA;
230 color:#FFFFFF;
231 }
232 .form_group_leave input.submit,
233 .form_user_unsubscribe input.submit {
234 background-position:5px -1246px;
235 }
236 .form_group_join input.submit,
237 .form_user_subscribe input.submit {
238 background-position:5px -1181px;
239 }
240
241 .entity_edit a {
242 background-position: 5px -718px;
243 }
244 .entity_send-a-message a {
245 background-position: 5px -849px;
246 }
247 .entity_send-a-message .form_notice {
248 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
249 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
250 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
251 }
252
253 .entity_nudge p,
254 .form_user_nudge input.submit {
255 background-position: 5px -785px;
256 }
257 .form_user_block input.submit,
258 .form_user_unblock input.submit,
259 .form_group_block input.submit,
260 .form_group_unblock input.submit {
261 background-position: 5px -918px;
262 }
263 .form_make_admin input.submit {
264 background-position: 5px -983px;
265 }
266
267 /* NOTICES */
268 .notice .attachment {
269 background-position:0 -394px;
270 }
271 #attachments .attachment {
272 background:none;
273 }
274 .notice-options .notice_reply {
275 background-position:0 -592px;
276 }
277 .notice-options form.form_favor input.submit {
278 background-position:0 -460px;
279 }
280 .notice-options form.form_disfavor input.submit {
281 background-position:0 -526px;
282 }
283 .notice-options .notice_delete {
284 background-position:0 -658px;
285 }
286
287 .notices div.entry-content,
288 .notices div.notice-options {
289 opacity:0.4;
290 }
291 .notices li:hover div.entry-content,
292 .notices li:hover div.notice-options {
293 opacity:1;
294 }
295 .notice-options a,
296 .notice-options input {
297 font-family:sans-serif;
298 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
299 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
300 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
301 }
302 #content .notices li:hover {
303 background-color:rgba(240, 240, 240, 0.2);
304 }
305 #conversation .notices li:hover {
306 background-color:transparent;
307 }
308
309 .notices .notices {
310 background-color:rgba(200, 200, 200, 0.050);
311 }
312 .notices .notices .notices {
313 background-color:rgba(200, 200, 200, 0.100);
314 }
315 .notices .notices .notices .notices {
316 background-color:rgba(200, 200, 200, 0.150);
317 }
318 .notices .notices .notices .notices .notices {
319 background-color:rgba(200, 200, 200, 0.300);
320 }
321 /*END: NOTICES */
322
323 #new_group a {
324 background-position:0 -1054px;
325 }
326
327 .pagination .nav_prev a,
328 .pagination .nav_next a {
329 background-repeat:no-repeat;
330 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
331 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
332 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
333 }
334 .pagination .nav_prev a {
335 background-position:10% -187px;
336 }
337 .pagination .nav_next a {
338 background-position:105% -252px;
339 }