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