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