]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/identica/css/display.css
0d09241f3ff68d64665ff8dcc5c84b1d8a7a5b9d
[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 #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 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
57 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
58 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
59 }
60 .entity_actions a,
61 .entity_actions input,
62 .entity_actions p {
63 border-color:transparent;
64 background-color:transparent;
65 }
66 input:focus, textarea:focus, select:focus,
67 .form_notice.warning #notice_data-text,
68 .form_notice.warning #notice_text-count,
69 .form_settings .form_note,
70 .entity_remote_subscribe {
71 border-color:#9BB43E;
72 }
73 input.submit,
74 .entity_remote_subscribe,
75 .entity_actions .form_notice input.submit {
76 color:#FFFFFF;
77 }
78
79 a,
80 .form_settings input.form_action-primary,
81 .notice-options input,
82 .entity_actions a,
83 .entity_actions input,
84 .entity_actions p {
85 color:#002FA7;
86 }
87
88 .notice,
89 .profile {
90 border-top-color:#CEE1E9;
91 }
92 .section .profile {
93 border-top-color:#87B4C8;
94 }
95
96 #aside_primary {
97 background-color:#CEE1E9;
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
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 .entity_subscribe a {
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 .entity_subscribe a {
232 background-position:5px -1181px;
233 }
234
235 .entity_edit a {
236 background-position: 5px -718px;
237 }
238 .entity_send-a-message a {
239 background-position: 5px -849px;
240 }
241 .entity_send-a-message .form_notice {
242 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
243 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
244 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
245 }
246
247 .entity_nudge p,
248 .form_user_nudge input.submit {
249 background-position: 5px -785px;
250 }
251 .form_user_block input.submit,
252 .form_user_unblock input.submit,
253 .form_group_block input.submit,
254 .form_group_unblock input.submit {
255 background-position: 5px -918px;
256 }
257 .form_make_admin input.submit {
258 background-position: 5px -983px;
259 }
260
261 /* NOTICES */
262 .notice .attachment {
263 background-position:0 -394px;
264 }
265 #attachments .attachment {
266 background:none;
267 }
268 .notice-options .notice_reply {
269 background-position:0 -592px;
270 }
271 .notice-options form.form_favor input.submit {
272 background-position:0 -460px;
273 }
274 .notice-options form.form_disfavor input.submit {
275 background-position:0 -526px;
276 }
277 .notice-options .notice_delete {
278 background-position:0 -658px;
279 }
280
281 .notices div.entry-content,
282 .notices div.notice-options {
283 opacity:0.4;
284 }
285 .notices li:hover div.entry-content,
286 .notices li:hover div.notice-options {
287 opacity:1;
288 }
289 .notice-options a,
290 .notice-options input {
291 font-family:sans-serif;
292 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
293 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
294 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
295 }
296 #content .notices li:hover {
297 background-color:rgba(240, 240, 240, 0.2);
298 }
299 #conversation .notices li:hover {
300 background-color:transparent;
301 }
302
303 .notices .notices {
304 background-color:rgba(200, 200, 200, 0.050);
305 }
306 .notices .notices .notices {
307 background-color:rgba(200, 200, 200, 0.100);
308 }
309 .notices .notices .notices .notices {
310 background-color:rgba(200, 200, 200, 0.150);
311 }
312 .notices .notices .notices .notices .notices {
313 background-color:rgba(200, 200, 200, 0.300);
314 }
315 /*END: NOTICES */
316
317 #new_group a {
318 background-position:0 -1054px;
319 }
320
321 .pagination .nav_prev a,
322 .pagination .nav_next a {
323 background-repeat:no-repeat;
324 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
325 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
326 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
327 }
328 .pagination .nav_prev a {
329 background-position:10% -187px;
330 }
331 .pagination .nav_next a {
332 background-position:105% -252px;
333 }