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