]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/identica/css/display.css
Merge branch '0.8.x' into userdesign
[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 html,
13 body,
14 a:active {
15 background-color:#F0F2F5;
16 }
17 body {
18 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
19 font-size:1em;
20 }
21 address {
22 margin-right:7.2%;
23 }
24
25 input, textarea, select, option {
26 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
27 }
28 input, textarea, select,
29 .entity_remote_subscribe {
30 border-color:#AAAAAA;
31 }
32 #filter_tags ul li {
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 background-color:#9BB43E;
45 }
46
47 input:focus, textarea:focus, select:focus,
48 #form_notice.warning #notice_data-text {
49 border-color:#9BB43E;
50 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
51 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
52 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
53 }
54 input.submit,
55 .entity_remote_subscribe {
56 color:#FFFFFF;
57 }
58
59 a,
60 div.notice-options input,
61 .form_user_block input.submit,
62 .form_user_unblock input.submit,
63 .form_group_block input.submit,
64 .form_group_unblock input.submit,
65 .entity_send-a-message a,
66 .form_user_nudge input.submit,
67 .entity_nudge p,
68 .form_settings input.form_action-primary {
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 background-position: 0 40%;
171 background-repeat: no-repeat;
172 background-color:transparent;
173 }
174 .form_group_join input.submit,
175 .form_group_leave input.submit
176 .form_user_subscribe input.submit,
177 .form_user_unsubscribe input.submit {
178 background-color:#9BB43E;
179 color:#FFFFFF;
180 }
181 .form_user_unsubscribe input.submit,
182 .form_group_leave input.submit,
183 .form_user_authorization input.reject {
184 background-color:#87B4C8;
185 }
186
187 .entity_edit a {
188 background-image:url(../../base/images/icons/twotone/green/edit.gif);
189 }
190 .entity_send-a-message a {
191 background-image:url(../../base/images/icons/twotone/green/quote.gif);
192 }
193 .entity_nudge p,
194 .form_user_nudge input.submit {
195 background-image:url(../../base/images/icons/twotone/green/mail.gif);
196 }
197 .form_user_block input.submit,
198 .form_user_unblock input.submit,
199 .form_group_block input.submit,
200 .form_group_unblock input.submit {
201 background-image:url(../../base/images/icons/twotone/green/shield.gif);
202 }
203
204 /* NOTICES */
205 .notice .attachment {
206 background:transparent url(../../base/images/icons/twotone/green/clip-02.gif) no-repeat 0 45%;
207 }
208 #attachments .attachment {
209 background:none;
210 }
211 .notice-options .notice_reply a,
212 .notice-options form input.submit {
213 background-color:transparent;
214 }
215 .notice-options .notice_reply a {
216 background:transparent url(../../base/images/icons/twotone/green/reply.gif) no-repeat 0 45%;
217 }
218 .notice-options form.form_favor input.submit {
219 background:transparent url(../../base/images/icons/twotone/green/favourite.gif) no-repeat 0 45%;
220 }
221 .notice-options form.form_disfavor input.submit {
222 background:transparent url(../../base/images/icons/twotone/green/disfavourite.gif) no-repeat 0 45%;
223 }
224 .notice-options .notice_delete a {
225 background:transparent url(../../base/images/icons/twotone/green/trash.gif) no-repeat 0 45%;
226 }
227
228 .notices div.entry-content,
229 .notices div.notice-options,
230 .notices li.hover .notices div.entry-content,
231 .notices li.hover .notices div.notice-options {
232 opacity:0.4;
233 }
234 .notices li.hover div.entry-content,
235 .notices li.hover div.notice-options {
236 opacity:1;
237 }
238 div.entry-content {
239 color:#333333;
240 }
241 div.notice-options a,
242 div.notice-options input {
243 font-family:sans-serif;
244 }
245 .notices li.hover {
246 background-color:#FCFCFC;
247 }
248
249 .notices .notices {
250 background-color:rgba(200, 200, 200, 0.050);
251 }
252 .notices .notices .notices {
253 background-color:rgba(200, 200, 200, 0.100);
254 }
255 .notices .notices .notices .notices {
256 background-color:rgba(200, 200, 200, 0.150);
257 }
258 .notices .notices .notices .notices .notices {
259 background-color:rgba(200, 200, 200, 0.300);
260 }
261 /*END: NOTICES */
262
263 #new_group a {
264 background:transparent url(../../base/images/icons/twotone/green/news.gif) no-repeat 0 45%;
265 }
266
267 .pagination .nav_prev a,
268 .pagination .nav_next a {
269 background-repeat:no-repeat;
270 border-color:#CEE1E9;
271 }
272 .pagination .nav_prev a {
273 background-image:url(../../base/images/icons/twotone/green/arrow-left.gif);
274 background-position:10% 45%;
275 }
276 .pagination .nav_next a {
277 background-image:url(../../base/images/icons/twotone/green/arrow-right.gif);
278 background-position:90% 45%;
279 }