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