]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/default/css/display.css
Merge branch '0.9.x' into mapstraction
[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 #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 background-color:#9BB43E;
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 .form_settings input.form_action-primary,
82 .notice-options input,
83 .entity_actions a,
84 .entity_actions input {
85 color:#002FA7;
86 }
87
88 .notice,
89 .profile {
90 border-top-color:#C8D1D5;
91 }
92 .section .profile {
93 border-top-color:#87B4C8;
94 }
95
96 #aside_primary {
97 background-color:#C8D1D5;
98 }
99
100 #notice_text-count {
101 color:#333333;
102 }
103 .form_notice.warning #notice_text-count {
104 color:#000000;
105 }
106 .form_notice label[for=notice_data-attach] {
107 background-position:0 -328px;
108 }
109 .form_notice #notice_data-attach {
110 opacity:0;
111 }
112
113 .form_notice label[for=notice_data-attach],
114 #export_data li a.rss,
115 #export_data li a.atom,
116 #export_data li a.foaf,
117 .entity_edit a,
118 .entity_send-a-message a,
119 .entity_nudge p,
120 .form_user_nudge input.submit,
121 .form_user_block input.submit,
122 .form_user_unblock input.submit,
123 .form_group_block input.submit,
124 .form_group_unblock input.submit,
125 .form_make_admin input.submit,
126 .notice .attachment,
127 .notice-options .notice_reply,
128 .notice-options form.form_favor input.submit,
129 .notice-options form.form_disfavor input.submit,
130 .notice-options .notice_delete,
131 #new_group a,
132 .pagination .nav_prev a,
133 .pagination .nav_next a,
134 button.close,
135 .form_group_leave input.submit,
136 .form_user_unsubscribe input.submit,
137 .form_group_join input.submit,
138 .form_user_subscribe input.submit,
139 .entity_subscribe a {
140 background-image:url(../../base/images/icons/icons-01.gif);
141 background-repeat:no-repeat;
142 background-color:transparent;
143 }
144
145 #wrap form.processing input.submit {
146 background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
147 cursor:wait;
148 text-indent:-9999px;
149 outline:none;
150 }
151
152 #content {
153 box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
154 -moz-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
155 -webkit-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
156 }
157 #content,
158 #site_nav_local_views a,
159 #aside_primary {
160 border-color:transparent;
161 }
162 #content,
163 #site_nav_local_views .current a,
164 .entity_send-a-message .form_notice {
165 background-color:#FFFFFF;
166 }
167
168 #site_nav_local_views li {
169 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
170 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
171 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
172 }
173 #site_nav_local_views a {
174 background-color:rgba(194, 194, 194, 0.5);
175 }
176 #site_nav_local_views a:hover {
177 background-color:rgba(255, 255, 255, 0.7);
178 }
179 #site_nav_local_views .current a {
180 text-shadow: rgba(194,194,194,0.5) 1px 1px 1px;
181 }
182 .processing {
183 background-image:url(../../base/images/icons/icon_processing.gif);
184 background-repeat:no-repeat;
185 background-position:47% 47%;
186 }
187
188
189 .error {
190 background-color:#F7E8E8;
191 }
192 .success {
193 background-color:#EFF3DC;
194 }
195
196 button.close {
197 background-position:0 -1120px;
198 }
199
200 #anon_notice {
201 background-color:#87B4C8;
202 color:#FFFFFF;
203 border-color:#FFFFFF;
204 }
205
206 #showstream #anon_notice {
207 background-color:#9BB43E;
208 }
209
210 #export_data li a {
211 background-repeat:no-repeat;
212 }
213 #export_data li a.rss {
214 background-position:0 -130px;
215 }
216 #export_data li a.atom {
217 background-position:0 -64px;
218 }
219 #export_data li a.foaf {
220 background-position:0 1px;
221 }
222
223 .form_group_join input.submit,
224 .form_group_leave input.submit,
225 .form_user_subscribe input.submit,
226 .form_user_unsubscribe input.submit,
227 .entity_subscribe a {
228 background-color:#AAAAAA;
229 color:#FFFFFF;
230 }
231 .form_group_leave input.submit,
232 .form_user_unsubscribe input.submit {
233 background-position:5px -1246px;
234 }
235 .form_group_join input.submit,
236 .form_user_subscribe input.submit,
237 .entity_subscribe a {
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 -852px;
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 }
340 .pagination .nav .processing {
341 background-image:url(../../base/images/icons/icon_processing.gif);
342 box-shadow:none;
343 -moz-box-shadow:none;
344 -webkit-box-shadow:none;
345 outline:none;
346 }
347 .pagination .nav_next a.processing {
348 background-position:90% 47%;
349 }
350 .pagination .nav_prev a.processing {
351 background-position:10% 47%;
352 }
353