]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/identica/css/display.css
Merge branch '0.8.x' into small-fixes
[quix0rs-gnu-social.git] / theme / identica / css / display.css
1 /** theme: identica
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/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 border-color:#DDDDDD;
33 }
34
35 .form_settings input.form_action-primary {
36 background:none;
37 }
38
39 input.submit,
40 #form_notice.warning #notice_text-count,
41 .form_settings .form_note,
42 .entity_remote_subscribe {
43 background-color:#9BB43E;
44 }
45
46 input:focus, textarea:focus, select:focus,
47 #form_notice.warning #notice_data-text {
48 border-color:#9BB43E;
49 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
50 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
51 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
52 }
53 input.submit,
54 .entity_remote_subscribe {
55 color:#FFFFFF;
56 }
57
58 a,
59 div.notice-options input,
60 .form_user_block input.submit,
61 .form_user_unblock input.submit,
62 .form_group_block input.submit,
63 .form_group_unblock input.submit,
64 .entity_send-a-message a,
65 .form_user_nudge input.submit,
66 .entity_nudge p,
67 .form_settings input.form_action-primary,
68 .form_make_admin input.submit {
69 color:#002E6E;
70 }
71
72 .notice,
73 .profile {
74 border-top-color:#CEE1E9;
75 }
76 .section .profile {
77 border-top-color:#87B4C8;
78 }
79
80 #aside_primary {
81 background-color:#CEE1E9;
82 }
83
84 #notice_text-count {
85 color:#333333;
86 }
87 #form_notice.warning #notice_text-count {
88 color:#000000;
89 }
90 #form_notice label[for=notice_data-attach] {
91 background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no-repeat 0 45%;
92 }
93 #form_notice #notice_data-attach {
94 opacity:0;
95 }
96
97 #form_notice.processing #notice_action-submit {
98 background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
99 cursor:wait;
100 text-indent:-9999px;
101 }
102
103 #content {
104 box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
105 -moz-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
106 -webkit-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
107 }
108 #content,
109 #site_nav_local_views a,
110 #aside_primary {
111 border-color:transparent;
112 }
113 #content,
114 #site_nav_local_views .current a {
115 background-color:#FFFFFF;
116 }
117
118 #site_nav_local_views a {
119 background-color:rgba(194, 194, 194, 0.5);
120 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
121 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
122 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
123 }
124 #site_nav_local_views a:hover {
125 background-color:rgba(255, 255, 255, 0.7);
126 }
127 #site_nav_local_views .current a {
128 text-shadow: rgba(194,194,194,0.5) 1px 1px 1px;
129 }
130
131 .error {
132 background-color:#F7E8E8;
133 }
134 .success {
135 background-color:#EFF3DC;
136 }
137
138 #anon_notice {
139 background-color:#87B4C8;
140 color:#FFFFFF;
141 border-color:#FFFFFF;
142 }
143
144 #showstream #anon_notice {
145 background-color:#9BB43E;
146 }
147
148 #export_data li a {
149 background-repeat:no-repeat;
150 background-position:0 45%;
151 }
152 #export_data li a.rss {
153 background-image:url(../../base/images/icons/icon_rss.png);
154 }
155 #export_data li a.atom {
156 background-image:url(../../base/images/icons/icon_atom.png);
157 }
158 #export_data li a.foaf {
159 background-image:url(../../base/images/icons/icon_foaf.gif);
160 }
161
162 .entity_edit a,
163 .entity_send-a-message a,
164 .form_user_nudge input.submit,
165 .form_user_block input.submit,
166 .form_user_unblock input.submit,
167 .form_group_block input.submit,
168 .form_group_unblock input.submit,
169 .entity_nudge p,
170 .form_make_admin input.submit {
171 background-position: 0 40%;
172 background-repeat: no-repeat;
173 background-color:transparent;
174 }
175 .form_group_join input.submit,
176 .form_group_leave input.submit
177 .form_user_subscribe input.submit,
178 .form_user_unsubscribe input.submit {
179 background-color:#9BB43E;
180 color:#FFFFFF;
181 }
182 .form_user_unsubscribe input.submit,
183 .form_group_leave input.submit,
184 .form_user_authorization input.reject {
185 background-color:#87B4C8;
186 }
187
188 .entity_edit a {
189 background-image:url(../../base/images/icons/twotone/green/edit.gif);
190 }
191 .entity_send-a-message a {
192 background-image:url(../../base/images/icons/twotone/green/quote.gif);
193 }
194 .entity_nudge p,
195 .form_user_nudge input.submit {
196 background-image:url(../../base/images/icons/twotone/green/mail.gif);
197 }
198 .form_user_block input.submit,
199 .form_user_unblock input.submit,
200 .form_group_block input.submit,
201 .form_group_unblock input.submit {
202 background-image:url(../../base/images/icons/twotone/green/shield.gif);
203 }
204 .form_make_admin input.submit {
205 background-image:url(../../base/images/icons/twotone/green/admin.gif);
206 }
207
208 /* NOTICES */
209 .notice .attachment {
210 background:transparent url(../../base/images/icons/twotone/green/clip-02.gif) no-repeat 0 45%;
211 }
212 #attachments .attachment {
213 background:none;
214 }
215 .notice-options .notice_reply a,
216 .notice-options form input.submit {
217 background-color:transparent;
218 }
219 .notice-options .notice_reply a {
220 background:transparent url(../../base/images/icons/twotone/green/reply.gif) no-repeat 0 45%;
221 }
222 .notice-options form.form_favor input.submit {
223 background:transparent url(../../base/images/icons/twotone/green/favourite.gif) no-repeat 0 45%;
224 }
225 .notice-options form.form_disfavor input.submit {
226 background:transparent url(../../base/images/icons/twotone/green/disfavourite.gif) no-repeat 0 45%;
227 }
228 .notice-options .notice_delete a {
229 background:transparent url(../../base/images/icons/twotone/green/trash.gif) no-repeat 0 45%;
230 }
231
232 .notices div.entry-content,
233 .notices div.notice-options {
234 opacity:0.4;
235 }
236 .notices li:hover div.entry-content,
237 .notices li:hover div.notice-options {
238 opacity:1;
239 }
240 div.entry-content {
241 color:#333333;
242 }
243 div.notice-options a,
244 div.notice-options input {
245 font-family:sans-serif;
246 }
247 #content .notices li:hover {
248 background-color:#FCFCFC;
249 }
250 #conversation .notices li:hover {
251 background-color:transparent;
252 }
253
254 .notices .notices {
255 background-color:rgba(200, 200, 200, 0.050);
256 }
257 .notices .notices .notices {
258 background-color:rgba(200, 200, 200, 0.100);
259 }
260 .notices .notices .notices .notices {
261 background-color:rgba(200, 200, 200, 0.150);
262 }
263 .notices .notices .notices .notices .notices {
264 background-color:rgba(200, 200, 200, 0.300);
265 }
266 /*END: NOTICES */
267
268 #new_group a {
269 background:transparent url(../../base/images/icons/twotone/green/news.gif) no-repeat 0 45%;
270 }
271
272 .pagination .nav_prev a,
273 .pagination .nav_next a {
274 background-repeat:no-repeat;
275 border-color:#CEE1E9;
276 }
277 .pagination .nav_prev a {
278 background-image:url(../../base/images/icons/twotone/green/arrow-left.gif);
279 background-position:10% 45%;
280 }
281 .pagination .nav_next a {
282 background-image:url(../../base/images/icons/twotone/green/arrow-right.gif);
283 background-position:90% 45%;
284 }