]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/identica/css/display.css
Merge branch 'admin-sections/4' 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
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:#CEE1E9;
99 }
100 .section .profile {
101 border-top-color:#87B4C8;
102 }
103
104 #aside_primary {
105 background-color:#CEE1E9;
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 .error {
197 background-color:#F7E8E8;
198 }
199 .success {
200 background-color:#EFF3DC;
201 }
202
203 button.close {
204 background-position:0 -1120px;
205 }
206
207 #anon_notice {
208 background-color:#87B4C8;
209 color:#FFFFFF;
210 border-color:#FFFFFF;
211 }
212
213 #showstream #anon_notice {
214 background-color:#9BB43E;
215 }
216
217 #export_data li a {
218 background-repeat:no-repeat;
219 }
220 #export_data li a.rss {
221 background-position:0 -130px;
222 }
223 #export_data li a.atom {
224 background-position:0 -64px;
225 }
226 #export_data li a.foaf {
227 background-position:0 1px;
228 }
229
230 .form_group_join input.submit,
231 .form_group_leave input.submit,
232 .form_user_subscribe input.submit,
233 .form_user_unsubscribe input.submit,
234 .entity_subscribe a {
235 background-color:#AAAAAA;
236 color:#FFFFFF;
237 }
238 .form_group_leave input.submit,
239 .form_user_unsubscribe input.submit {
240 background-position:5px -1246px;
241 }
242 .form_group_join input.submit,
243 .form_user_subscribe input.submit,
244 .entity_subscribe a {
245 background-position:5px -1181px;
246 }
247
248 .entity_edit a {
249 background-position: 5px -718px;
250 }
251 .entity_send-a-message a {
252 background-position: 5px -852px;
253 }
254 .entity_send-a-message .form_notice {
255 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
256 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
257 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
258 }
259
260 .entity_nudge p,
261 .form_user_nudge input.submit {
262 background-position: 5px -785px;
263 }
264 .form_user_block input.submit,
265 .form_user_unblock input.submit,
266 .form_group_block input.submit,
267 .form_group_unblock input.submit {
268 background-position: 5px -918px;
269 }
270 .form_make_admin input.submit {
271 background-position: 5px -983px;
272 }
273
274 /* NOTICES */
275 .notice .attachment {
276 background-position:0 -394px;
277 }
278 #attachments .attachment {
279 background:none;
280 }
281 .notice-options .notice_reply {
282 background-position:0 -592px;
283 }
284 .notice-options form.form_favor input.submit {
285 background-position:0 -460px;
286 }
287 .notice-options form.form_disfavor input.submit {
288 background-position:0 -526px;
289 }
290 .notice-options .notice_delete {
291 background-position:0 -658px;
292 }
293
294 .notices div.entry-content,
295 .notices div.notice-options {
296 opacity:0.4;
297 }
298 .notices li:hover div.entry-content,
299 .notices li:hover div.notice-options {
300 opacity:1;
301 }
302 .notice-options a,
303 .notice-options input {
304 font-family:sans-serif;
305 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
306 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
307 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
308 }
309 #content .notices li:hover {
310 background-color:rgba(240, 240, 240, 0.2);
311 }
312 #conversation .notices li:hover {
313 background-color:transparent;
314 }
315
316 .notices .notices {
317 background-color:rgba(200, 200, 200, 0.050);
318 }
319 .notices .notices .notices {
320 background-color:rgba(200, 200, 200, 0.100);
321 }
322 .notices .notices .notices .notices {
323 background-color:rgba(200, 200, 200, 0.150);
324 }
325 .notices .notices .notices .notices .notices {
326 background-color:rgba(200, 200, 200, 0.300);
327 }
328 /*END: NOTICES */
329
330 #new_group a {
331 background-position:0 -1054px;
332 }
333
334 .pagination .nav_prev a,
335 .pagination .nav_next a {
336 background-repeat:no-repeat;
337 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
338 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
339 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
340 }
341 .pagination .nav_prev a {
342 background-position:10% -187px;
343 }
344 .pagination .nav_next a {
345 background-position:105% -252px;
346 }
347 .pagination .nav .processing {
348 background-image:url(../../base/images/icons/icon_processing.gif);
349 box-shadow:none;
350 -moz-box-shadow:none;
351 -webkit-box-shadow:none;
352 outline:none;
353 }
354 .pagination .nav_next a.processing {
355 background-position:90% 47%;
356 }
357 .pagination .nav_prev a.processing {
358 background-position:10% 47%;
359 }
360