]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/pigeonthoughts/css/display.css
Merge branch '0.8.x' into deleteuser
[quix0rs-gnu-social.git] / theme / pigeonthoughts / css / display.css
1 /** theme: pigeonthoughts
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);
11
12 html {
13 background:url(../images/illustrations/illu_pigeons-01.png) no-repeat 0 100%;
14 }
15
16 body,
17 a:active,
18 #content {
19 background-color:#AEA187;
20 }
21 body {
22 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
23 font-size:1em;
24 }
25 address {
26 margin-left:2%;
27 }
28
29 input, textarea, select, option {
30 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
31 }
32 input, textarea, select,
33 .entity_remote_subscribe {
34 border-color:#AAAAAA;
35 }
36 #filter_tags ul li {
37 border-color:#DDDDDD;
38 }
39
40 .form_settings input.form_action-primary {
41 background:none;
42 }
43
44 input.submit,
45 #form_notice.warning #notice_text-count,
46 .form_settings .form_note,
47 .entity_remote_subscribe {
48 background-color:#8F0000;
49 }
50
51 input:focus, textarea:focus, select:focus,
52 #form_notice.warning #notice_data-text {
53 border-color:#8F0000;
54 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
55 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
56 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
57 }
58 input.submit,
59 .entity_remote_subscribe {
60 color:#FFFFFF;
61 }
62
63 a,
64 div.notice-options input,
65 .form_user_block input.submit,
66 .form_user_unblock input.submit,
67 .form_group_block input.submit,
68 .form_group_unblock input.submit,
69 .entity_send-a-message a,
70 .form_user_nudge input.submit,
71 .entity_nudge p,
72 .form_settings input.form_action-primary,
73 .form_make_admin input.submit {
74 color:#000000;
75 }
76
77 .notice,
78 .profile {
79 border-color:#000000;
80 }
81 .notice a,
82 .profile a {
83 color:#FFFFFF;
84 }
85
86 .notice:nth-child(3n-1),
87 .profile:nth-child(3n-1) {
88 border-color:#FFFFFF;
89 }
90 .notice:nth-child(3n-1) a,
91 .profile:nth-child(3n-1) a {
92 color:#7F1114;
93 }
94 .notice:nth-child(3n),
95 .profile:nth-child(3n) {
96 border-color:#7F1114;
97 }
98 .notice:nth-child(3n) a,
99 .profile:nth-child(3n) a {
100 color:#000000;
101 }
102
103 .aside .section .notice,
104 .aside .section .profile,
105 .aside .section .notice:nth-child(3n-1),
106 .aside .section .profile:nth-child(3n-1),
107 .aside .section .notice:nth-child(3n),
108 .aside .section .profile:nth-child(3n) {
109 background-color:transparent;
110 color:#000000;
111 }
112
113
114 .aside .section {
115 border-color:#FFFFFF;
116 background-color:#FFFFFF;
117 color:#000000;
118 }
119
120 .aside .section:nth-child(n) {
121 border-color:#000000;
122 background-color:#000000;
123 color:#FFFFFF;
124 }
125 .aside .section:nth-child(3n-1) {
126 border-color:#FFFFFF;
127 background-color:#FFFFFF;
128 color:#000000;
129 }
130 .aside .section:nth-child(3n) {
131 background-color:#7F1114;
132 border-color:#7F1114;
133 color:#000000;
134 }
135 .aside .section a {
136 color:#7F1114;
137 }
138 .aside .section:nth-child(3n-1) a {
139 color:#7F1114;
140 }
141 .aside .section:nth-child(3n) a {
142 color:#FFFFFF;
143 }
144
145
146 .section .profile {
147 border-top-color:#87B4C8;
148 }
149
150 #aside_primary {
151 background:url(../images/illustrations/illu_pigeons-02.png) no-repeat 10% 100%;
152 }
153
154 #notice_text-count {
155 color:#333333;
156 }
157 #form_notice.warning #notice_text-count {
158 color:#000000;
159 }
160 #form_notice label[for=notice_data-attach] {
161 background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no-repeat 0 45%;
162 }
163 #form_notice #notice_data-attach {
164 opacity:0;
165 }
166
167 #form_notice.processing #notice_action-submit {
168 background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
169 cursor:wait;
170 text-indent:-9999px;
171 }
172
173 #content,
174 #site_nav_local_views a {
175 border-color:#FFFFFF;
176 }
177 #site_nav_local_views .current a {
178 background-color:rgba(143, 0, 0, 0.8);
179 color:#FFFFFF;
180 }
181
182 #site_nav_local_views a {
183 background-color:rgba(255, 255, 255, 0.5);
184 }
185 #site_nav_local_views a:hover {
186 background-color:rgba(255, 255, 255, 0.9);
187 color:#8F0000;
188 }
189 #site_nav_local_views .current a {
190 text-shadow: rgba(194,194,194,0.5) 1px 1px 1px;
191 }
192
193 .error {
194 background-color:#F7E8E8;
195 }
196 .success {
197 background-color:#EFF3DC;
198 }
199
200 #anon_notice {
201 color:#000000;
202 }
203
204
205 #export_data li a {
206 background-repeat:no-repeat;
207 background-position:0 45%;
208 }
209 #export_data li a.rss {
210 background-image:url(../../base/images/icons/icon_rss.png);
211 }
212 #export_data li a.atom {
213 background-image:url(../../base/images/icons/icon_atom.png);
214 }
215 #export_data li a.foaf {
216 background-image:url(../../base/images/icons/icon_foaf.gif);
217 }
218
219 .entity_edit a,
220 .entity_send-a-message a,
221 .form_user_nudge input.submit,
222 .form_user_block input.submit,
223 .form_user_unblock input.submit,
224 .form_group_block input.submit,
225 .form_group_unblock input.submit,
226 .entity_nudge p,
227 .form_make_admin input.submit {
228 background-position: 0 40%;
229 background-repeat: no-repeat;
230 background-color:transparent;
231 }
232 .form_group_join input.submit,
233 .form_group_leave input.submit
234 .form_user_subscribe input.submit,
235 .form_user_unsubscribe input.submit {
236 background-color:#8F0000;
237 color:#FFFFFF;
238 }
239 .form_user_unsubscribe input.submit,
240 .form_group_leave input.submit,
241 .form_user_authorization input.reject {
242 background-color:#87B4C8;
243 }
244
245 .entity_edit a {
246 background-image:url(../../base/images/icons/twotone/green/edit.gif);
247 }
248 .entity_send-a-message a {
249 background-image:url(../../base/images/icons/twotone/green/quote.gif);
250 }
251 .entity_nudge p,
252 .form_user_nudge input.submit {
253 background-image:url(../../base/images/icons/twotone/green/mail.gif);
254 }
255 .form_user_block input.submit,
256 .form_user_unblock input.submit,
257 .form_group_block input.submit,
258 .form_group_unblock input.submit {
259 background-image:url(../../base/images/icons/twotone/green/shield.gif);
260 }
261 .form_make_admin input.submit {
262 background-image:url(../../base/images/icons/twotone/green/admin.gif);
263 }
264
265 /* NOTICES */
266 .notice .attachment {
267 background:transparent url(../../base/images/icons/twotone/green/clip-02.gif) no-repeat 0 45%;
268 }
269 #attachments .attachment {
270 background:none;
271 }
272 .notice-options .notice_reply {
273 background:transparent url(../../base/images/icons/twotone/green/reply.gif) no-repeat 0 45%;
274 }
275 .notice-options form.form_favor input.submit {
276 background:transparent url(../../base/images/icons/twotone/green/favourite.gif) no-repeat 0 45%;
277 }
278 .notice-options form.form_disfavor input.submit {
279 background:transparent url(../../base/images/icons/twotone/green/disfavourite.gif) no-repeat 0 45%;
280 }
281 .notice-options .notice_delete {
282 background:transparent url(../../base/images/icons/twotone/green/trash.gif) no-repeat 0 45%;
283 }
284
285 .notices div.entry-content,
286 .notices div.notice-options {
287 opacity:0.4;
288 }
289 .notices li:hover div.entry-content,
290 .notices li:hover div.notice-options {
291 opacity:1;
292 }
293 div.entry-content {
294 color:#333333;
295 }
296 div.notice-options a,
297 div.notice-options input {
298 font-family:sans-serif;
299 }
300 #content .notices li:hover {
301 background-color:transparent;
302 }
303 #conversation .notices li:hover {
304 background-color:transparent;
305 }
306
307 .notices .notices {
308 background-color:rgba(200, 200, 200, 0.050);
309 }
310 .notices .notices .notices {
311 background-color:rgba(200, 200, 200, 0.100);
312 }
313 .notices .notices .notices .notices {
314 background-color:rgba(200, 200, 200, 0.150);
315 }
316 .notices .notices .notices .notices .notices {
317 background-color:rgba(200, 200, 200, 0.300);
318 }
319 /*END: NOTICES */
320
321 #new_group a {
322 background:transparent url(../../base/images/icons/twotone/green/news.gif) no-repeat 0 45%;
323 }
324
325 .pagination .nav_prev a,
326 .pagination .nav_next a {
327 background-repeat:no-repeat;
328 border-color:#000000;
329 }
330 .pagination .nav_prev a {
331 background-image:url(../../base/images/icons/twotone/green/arrow-left.gif);
332 background-position:10% 45%;
333 }
334 .pagination .nav_next a {
335 background-image:url(../../base/images/icons/twotone/green/arrow-right.gif);
336 background-position:90% 45%;
337 }