]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/default/css/display.css
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
[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 .entity_actions p {
86 color:#002FA7;
87 }
88
89 .notice,
90 .profile {
91 border-top-color:#C8D1D5;
92 }
93 .section .profile {
94 border-top-color:#87B4C8;
95 }
96
97 #aside_primary {
98 background-color:#C8D1D5;
99 }
100
101 #notice_text-count {
102 color:#333333;
103 }
104 .form_notice.warning #notice_text-count {
105 color:#000000;
106 }
107 .form_notice label[for=notice_data-attach] {
108 background-position:0 -328px;
109 }
110 .form_notice #notice_data-attach {
111 opacity:0;
112 }
113
114 .form_notice label[for=notice_data-attach],
115 #export_data li a.rss,
116 #export_data li a.atom,
117 #export_data li a.foaf,
118 .entity_edit a,
119 .entity_send-a-message a,
120 .entity_nudge p,
121 .form_user_nudge input.submit,
122 .form_user_block input.submit,
123 .form_user_unblock input.submit,
124 .form_group_block input.submit,
125 .form_group_unblock input.submit,
126 .form_make_admin input.submit,
127 .notice .attachment,
128 .notice-options .notice_reply,
129 .notice-options form.form_favor input.submit,
130 .notice-options form.form_disfavor input.submit,
131 .notice-options .notice_delete,
132 #new_group a,
133 .pagination .nav_prev a,
134 .pagination .nav_next a,
135 button.close,
136 .form_group_leave input.submit,
137 .form_user_unsubscribe input.submit,
138 .form_group_join input.submit,
139 .form_user_subscribe input.submit {
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
183 .error {
184 background-color:#F7E8E8;
185 }
186 .success {
187 background-color:#EFF3DC;
188 }
189
190 button.close {
191 background-position:0 -1120px;
192 }
193
194 #anon_notice {
195 background-color:#87B4C8;
196 color:#FFFFFF;
197 border-color:#FFFFFF;
198 }
199
200 #showstream #anon_notice {
201 background-color:#9BB43E;
202 }
203
204 #export_data li a {
205 background-repeat:no-repeat;
206 }
207 #export_data li a.rss {
208 background-position:0 -130px;
209 }
210 #export_data li a.atom {
211 background-position:0 -64px;
212 }
213 #export_data li a.foaf {
214 background-position:0 1px;
215 }
216
217 .form_group_join input.submit,
218 .form_group_leave input.submit,
219 .form_user_subscribe input.submit,
220 .form_user_unsubscribe input.submit {
221 background-color:#AAAAAA;
222 color:#FFFFFF;
223 }
224 .form_group_leave input.submit,
225 .form_user_unsubscribe input.submit {
226 background-position:5px -1246px;
227 }
228 .form_group_join input.submit,
229 .form_user_subscribe input.submit {
230 background-position:5px -1181px;
231 }
232
233 .entity_edit a {
234 background-position: 5px -718px;
235 }
236 .entity_send-a-message a {
237 background-position: 5px -852px;
238 }
239 .entity_send-a-message .form_notice {
240 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
241 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
242 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
243 }
244
245 .entity_nudge p,
246 .form_user_nudge input.submit {
247 background-position: 5px -785px;
248 }
249 .form_user_block input.submit,
250 .form_user_unblock input.submit,
251 .form_group_block input.submit,
252 .form_group_unblock input.submit {
253 background-position: 5px -918px;
254 }
255 .form_make_admin input.submit {
256 background-position: 5px -983px;
257 }
258
259 /* NOTICES */
260 .notice .attachment {
261 background-position:0 -394px;
262 }
263 #attachments .attachment {
264 background:none;
265 }
266 .notice-options .notice_reply {
267 background-position:0 -592px;
268 }
269 .notice-options form.form_favor input.submit {
270 background-position:0 -460px;
271 }
272 .notice-options form.form_disfavor input.submit {
273 background-position:0 -526px;
274 }
275 .notice-options .notice_delete {
276 background-position:0 -658px;
277 }
278
279 .notices div.entry-content,
280 .notices div.notice-options {
281 opacity:0.4;
282 }
283 .notices li:hover div.entry-content,
284 .notices li:hover div.notice-options {
285 opacity:1;
286 }
287 .notice-options a,
288 .notice-options input {
289 font-family:sans-serif;
290 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
291 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
292 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
293 }
294 #content .notices li:hover {
295 background-color:rgba(240, 240, 240, 0.2);
296 }
297 #conversation .notices li:hover {
298 background-color:transparent;
299 }
300
301 .notices .notices {
302 background-color:rgba(200, 200, 200, 0.050);
303 }
304 .notices .notices .notices {
305 background-color:rgba(200, 200, 200, 0.100);
306 }
307 .notices .notices .notices .notices {
308 background-color:rgba(200, 200, 200, 0.150);
309 }
310 .notices .notices .notices .notices .notices {
311 background-color:rgba(200, 200, 200, 0.300);
312 }
313 /*END: NOTICES */
314
315 #new_group a {
316 background-position:0 -1054px;
317 }
318
319 .pagination .nav_prev a,
320 .pagination .nav_next a {
321 background-repeat:no-repeat;
322 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
323 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
324 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
325 }
326 .pagination .nav_prev a {
327 background-position:10% -187px;
328 }
329 .pagination .nav_next a {
330 background-position:105% -252px;
331 }