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