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