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