]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/identica/css/display.css
Updated button.close style
[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 button.close {
120 background-image:url(../../base/images/icons/icons-01.png);
121 background-repeat:no-repeat;
122 background-color:transparent;
123 }
124
125 #wrap form.processing input.submit {
126 background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
127 cursor:wait;
128 text-indent:-9999px;
129 outline:none;
130 }
131
132 #content {
133 box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
134 -moz-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
135 -webkit-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
136 }
137 #content,
138 #site_nav_local_views a,
139 #aside_primary {
140 border-color:transparent;
141 }
142 #content,
143 #site_nav_local_views .current a,
144 .entity_send-a-message .form_notice {
145 background-color:#FFFFFF;
146 }
147
148 #site_nav_local_views li {
149 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
150 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
151 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
152 }
153 #site_nav_local_views a {
154 background-color:rgba(194, 194, 194, 0.5);
155 }
156 #site_nav_local_views a:hover {
157 background-color:rgba(255, 255, 255, 0.7);
158 }
159 #site_nav_local_views .current a {
160 text-shadow: rgba(194,194,194,0.5) 1px 1px 1px;
161 }
162
163 .error {
164 background-color:#F7E8E8;
165 }
166 .success {
167 background-color:#EFF3DC;
168 }
169
170 button.close {
171 background-position:0 -1120px;
172 }
173
174 #anon_notice {
175 background-color:#87B4C8;
176 color:#FFFFFF;
177 border-color:#FFFFFF;
178 }
179
180 #showstream #anon_notice {
181 background-color:#9BB43E;
182 }
183
184 #export_data li a {
185 background-repeat:no-repeat;
186 }
187 #export_data li a.rss {
188 background-position:0 -130px;
189 }
190 #export_data li a.atom {
191 background-position:0 -64px;
192 }
193 #export_data li a.foaf {
194 background-position:0 1px;
195 }
196
197 .form_group_join input.submit,
198 .form_group_leave input.submit
199 .form_user_subscribe input.submit,
200 .form_user_unsubscribe input.submit {
201 background-color:#9BB43E;
202 color:#FFFFFF;
203 }
204 .form_user_unsubscribe input.submit,
205 .form_group_leave input.submit,
206 .form_user_authorization input.reject {
207 background-color:#87B4C8;
208 }
209
210 .entity_edit a {
211 background-position: 0 -718px;
212 }
213 .entity_send-a-message a {
214 background-position: 0 -849px;
215 }
216 .entity_send-a-message .form_notice {
217 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
218 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
219 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.7);
220 }
221
222 .entity_nudge p,
223 .form_user_nudge input.submit {
224 background-position: 0 -785px;
225 }
226 .form_user_block input.submit,
227 .form_user_unblock input.submit,
228 .form_group_block input.submit,
229 .form_group_unblock input.submit {
230 background-position: 0 -918px;
231 }
232 .form_make_admin input.submit {
233 background-position: 0 -983px;
234 }
235
236 /* NOTICES */
237 .notice .attachment {
238 background-position:0 -394px;
239 }
240 #attachments .attachment {
241 background:none;
242 }
243 .notice-options .notice_reply {
244 background-position:0 -589px;
245 }
246 .notice-options form.form_favor input.submit {
247 background-position:0 -457px;
248 }
249 .notice-options form.form_disfavor input.submit {
250 background-position:0 -523px;
251 }
252 .notice-options .notice_delete {
253 background-position:0 -655px;
254 }
255
256 .notices div.entry-content,
257 .notices div.notice-options {
258 opacity:0.4;
259 }
260 .notices li:hover div.entry-content,
261 .notices li:hover div.notice-options {
262 opacity:1;
263 }
264 div.notice-options a,
265 div.notice-options input {
266 font-family:sans-serif;
267 }
268 #content .notices li:hover {
269 background-color:rgba(240, 240, 240, 0.2);
270 }
271 #conversation .notices li:hover {
272 background-color:transparent;
273 }
274
275 .notices .notices {
276 background-color:rgba(200, 200, 200, 0.050);
277 }
278 .notices .notices .notices {
279 background-color:rgba(200, 200, 200, 0.100);
280 }
281 .notices .notices .notices .notices {
282 background-color:rgba(200, 200, 200, 0.150);
283 }
284 .notices .notices .notices .notices .notices {
285 background-color:rgba(200, 200, 200, 0.300);
286 }
287 /*END: NOTICES */
288
289 #new_group a {
290 background-position:0 -1054px;
291 }
292
293 .pagination .nav_prev a,
294 .pagination .nav_next a {
295 background-repeat:no-repeat;
296 border-color:#CEE1E9;
297 }
298 .pagination .nav_prev a {
299 background-position:10% -187px;
300 }
301 .pagination .nav_next a {
302 background-position:105% -252px;
303 }