]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/pigeonthoughts/css/display.css
Merge branch '0.7.x' into 0.8.x
[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:#fff 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:#aaa;
34 }
35 #filter_tags ul li {
36 border-color:#ddd;
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 }
54 input.submit,
55 .entity_remote_subscribe {
56 color:#fff;
57 }
58
59 a,
60 div.notice-options input,
61 .form_user_block input.submit,
62 .form_user_unblock input.submit,
63 .entity_send-a-message a,
64 .form_user_nudge input.submit,
65 .entity_nudge p,
66 .form_settings input.form_action-primary {
67 color:#000;
68 }
69
70 .notice,
71 .profile {
72 border-color:#000;
73 }
74 .notice a,
75 .profile a {
76 color:#fff;
77 }
78
79 .notice:nth-child(3n-1),
80 .profile:nth-child(3n-1) {
81 border-color:#fff;
82 }
83 .notice:nth-child(3n-1) a,
84 .profile:nth-child(3n-1) a {
85 color:#7F1114;
86 }
87 .notice:nth-child(3n),
88 .profile:nth-child(3n) {
89 border-color:#7F1114;
90 }
91 .notice:nth-child(3n) a,
92 .profile:nth-child(3n) a {
93 color:#000;
94 }
95
96 .aside .section .notice,
97 .aside .section .profile,
98 .aside .section .notice:nth-child(3n-1),
99 .aside .section .profile:nth-child(3n-1),
100 .aside .section .notice:nth-child(3n),
101 .aside .section .profile:nth-child(3n) {
102 background-color:transparent;
103 color:#000;
104 }
105
106
107 .aside .section {
108 border-color:#fff;
109 background-color:#fff;
110 color:#000;
111 }
112
113 .aside .section:nth-child(n) {
114 border-color:#000;
115 background-color:#000;
116 color:#fff;
117 }
118 .aside .section:nth-child(3n-1) {
119 border-color:#fff;
120 background-color:#fff;
121 color:#000;
122 }
123 .aside .section:nth-child(3n) {
124 background-color:#7F1114;
125 border-color:#7F1114;
126 color:#000;
127 }
128 .aside .section a {
129 color:#7F1114;
130 }
131 .aside .section:nth-child(3n-1) a {
132 color:#7F1114;
133 }
134 .aside .section:nth-child(3n) a {
135 color:#fff;
136 }
137
138
139 .section .profile {
140 border-top-color:#87B4C8;
141 }
142
143 #aside_primary {
144 background:url(../images/illustrations/illu_pigeons-02.png) no-repeat 10% 100%;
145 }
146
147 #notice_text-count {
148 color:#333;
149 }
150 #form_notice.warning #notice_text-count {
151 color:#000;
152 }
153 #form_notice.processing #notice_action-submit {
154 background:#fff url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
155 cursor:wait;
156 text-indent:-9999px;
157 }
158
159 #content,
160 #site_nav_local_views a {
161 border-color:#fff;
162 }
163 #site_nav_local_views .current a {
164 background-color:rgba(143, 0, 0, 0.8);
165 color:#fff;
166 }
167
168 #site_nav_local_views a {
169 background-color:rgba(255, 255, 255, 0.3);
170 }
171 #site_nav_local_views a:hover {
172 background-color:#fff;
173 color:#8F0000;
174 }
175
176 .error {
177 background-color:#F7E8E8;
178 }
179 .success {
180 background-color:#EFF3DC;
181 }
182
183 #anon_notice {
184 color:#000;
185 }
186
187
188 #export_data li a {
189 background-repeat:no-repeat;
190 background-position:0 45%;
191 }
192 #export_data li a.rss {
193 background-image:url(../../base/images/icons/icon_rss.png);
194 }
195 #export_data li a.atom {
196 background-image:url(../../base/images/icons/icon_atom.png);
197 }
198 #export_data li a.foaf {
199 background-image:url(../../base/images/icons/icon_foaf.gif);
200 }
201
202 .entity_edit a,
203 .entity_send-a-message a,
204 .form_user_nudge input.submit,
205 .form_user_block input.submit,
206 .form_user_unblock input.submit,
207 .entity_nudge p {
208 background-position: 0 40%;
209 background-repeat: no-repeat;
210 background-color:transparent;
211 }
212 .form_group_join input.submit,
213 .form_group_leave input.submit
214 .form_user_subscribe input.submit,
215 .form_user_unsubscribe input.submit {
216 background-color:#8F0000;
217 color:#fff;
218 }
219 .form_user_unsubscribe input.submit,
220 .form_group_leave input.submit,
221 .form_user_authorization input.reject {
222 background-color:#87B4C8;
223 }
224
225 .entity_edit a {
226 background-image:url(../../base/images/icons/twotone/green/edit.gif);
227 }
228 .entity_send-a-message a {
229 background-image:url(../../base/images/icons/twotone/green/quote.gif);
230 }
231 .entity_nudge p,
232 .form_user_nudge input.submit {
233 background-image:url(../../base/images/icons/twotone/green/mail.gif);
234 }
235 .form_user_block input.submit,
236 .form_user_unblock input.submit {
237 background-image:url(../../base/images/icons/twotone/green/shield.gif);
238 }
239
240 /* NOTICES */
241 .notices li.over {
242 background-color:#fcfcfc;
243 }
244
245 .notice-options .notice_reply a,
246 .notice-options form input.submit {
247 background-color:transparent;
248 }
249 .notice-options .notice_reply a {
250 background:transparent url(../../base/images/icons/twotone/green/reply.gif) no-repeat 0 45%;
251 }
252 .notice-options form.form_favor input.submit {
253 background:transparent url(../../base/images/icons/twotone/green/favourite.gif) no-repeat 0 45%;
254 }
255 .notice-options form.form_disfavor input.submit {
256 background:transparent url(../../base/images/icons/twotone/green/disfavourite.gif) no-repeat 0 45%;
257 }
258 .notice-options .notice_delete a {
259 background:transparent url(../../base/images/icons/twotone/green/trash.gif) no-repeat 0 45%;
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 div.entry-content {
271 color:#333;
272 }
273 div.notice-options a,
274 div.notice-options input {
275 font-family:sans-serif;
276 }
277 /*END: NOTICES */
278
279 #new_group a {
280 background:transparent url(../../base/images/icons/twotone/green/news.gif) no-repeat 0 45%;
281 }
282
283 .pagination .nav_prev a,
284 .pagination .nav_next a {
285 background-repeat:no-repeat;
286 border-color:#000;
287 }
288 .pagination .nav_prev a {
289 background-image:url(../../base/images/icons/twotone/green/arrow-left.gif);
290 background-position:10% 45%;
291 }
292 .pagination .nav_next a {
293 background-image:url(../../base/images/icons/twotone/green/arrow-right.gif);
294 background-position:90% 45%;
295 }