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