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