]> 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 html,
11 body,
12 a:active {
13 background-color:#F0F2F5;
14 }
15 body {
16 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
17 font-size:1em;
18 }
19 address {
20 margin-right:71px;
21 }
22
23 input, textarea, select, option {
24 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
25 }
26 input, textarea, select,
27 .entity_remote_subscribe {
28 border-color:#aaa;
29 }
30 #filter_tags ul li {
31 border-color:#ddd;
32 }
33
34 .form_settings input.form_action-secondary {
35 background:none;
36 }
37
38 input.submit,
39 #form_notice.warning #notice_text-count,
40 #nav_register a,
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 }
50 input.submit,
51 #nav_register a,
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 #nav_register a {
101 text-decoration:none;
102 font-weight:bold;
103 padding:2px 4px;
104 }
105
106 #content,
107 #site_nav_local_views a,
108 #aside_primary {
109 border-color:#fff;
110 }
111 #content,
112 #site_nav_local_views .current a {
113 background-color:#fff;
114 }
115
116 #site_nav_local_views a {
117 background-color:rgba(135, 180, 200, 0.3);
118 }
119 #site_nav_local_views a:hover {
120 background-color:rgba(255, 255, 255, 0.7);
121 }
122
123
124 #page_notice .error {
125 background-color:#F7E8E8;
126 }
127 #page_notice .success {
128 background-color:#EFF3DC;
129 }
130
131
132 #anon_notice {
133 background-color:#87B4C8;
134 color:#fff;
135 border-color:#fff;
136 }
137
138 #showstream #anon_notice {
139 background-color:#9BB43E;
140 }
141
142
143 #export_data li a {
144 background-repeat:no-repeat;
145 background-position:0 45%;
146 }
147 #export_data li a.rss {
148 background-image:url(../../base/images/icons/icon_rss.png);
149 }
150 #export_data li a.atom {
151 background-image:url(../../base/images/icons/icon_atom.png);
152 }
153 #export_data li a.foaf {
154 background-image:url(../../base/images/icons/icon_foaf.gif);
155 }
156
157 .entity_edit a,
158 .entity_send-a-message a,
159 .form_user_nudge input.submit,
160 .form_user_block input.submit,
161 .form_user_unblock input.submit,
162 .entity_nudge p {
163 background-position: 0 40%;
164 background-repeat: no-repeat;
165 background-color:transparent;
166 }
167 .form_group_join input.submit,
168 .form_group_leave input.submit
169 .form_user_subscribe input.submit,
170 .form_user_unsubscribe input.submit {
171 background-color:#9BB43E;
172 color:#fff;
173 }
174 .form_user_unsubscribe input.submit,
175 .form_group_leave input.submit {
176 background-color:#87B4C8;
177 }
178
179 .entity_edit a {
180 background-image:url(../images/icons/twotone/green/edit.gif);
181 }
182 .entity_send-a-message a {
183 background-image:url(../images/icons/twotone/green/quote.gif);
184 }
185 .entity_nudge p,
186 .form_user_nudge input.submit {
187 background-image:url(../images/icons/twotone/green/mail.gif);
188 }
189 .form_user_block input.submit,
190 .form_user_unblock input.submit {
191 background-image:url(../images/icons/twotone/green/shield.gif);
192 }
193
194
195
196 /* NOTICES */
197 .notices li.over {
198 background-color:#fcfcfc;
199 }
200
201 .notice-options .notice_reply a,
202 .notice-options form input.submit {
203 background-color:transparent;
204 }
205 .notice-options .notice_reply a {
206 background:transparent url(../images/icons/twotone/green/reply.gif) no-repeat 0 45%;
207 }
208 .notice-options form.form_favor input.submit {
209 background:transparent url(../images/icons/twotone/green/favourite.gif) no-repeat 0 45%;
210 }
211 .notice-options form.form_disfavor input.submit {
212 background:transparent url(../images/icons/twotone/green/disfavourite.gif) no-repeat 0 45%;
213 }
214 .notice-options .notice_delete a {
215 background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0 45%;
216 }
217
218 .notices div.entry-content,
219 .notices div.notice-options {
220 opacity:0.4;
221 }
222 .notices li.hover div.entry-content,
223 .notices li.hover div.notice-options {
224 opacity:1;
225 }
226 div.entry-content {
227 color:#333;
228 }
229 div.notice-options a,
230 div.notice-options input {
231 font-family:sans-serif;
232 }
233 .notices li.hover {
234 background-color:#fcfcfc;
235 }
236 /*END: NOTICES */
237
238
239 #new_group a {
240 background:transparent url(../images/icons/twotone/green/news.gif) no-repeat 0 45%;
241 }
242 #usergroups #new_group {
243 float: left;
244 margin-right: 2em;
245 }
246
247 .pagination .nav_prev a,
248 .pagination .nav_next a {
249 background-repeat:no-repeat;
250 border-color:#CEE1E9;
251 }
252 .pagination .nav_prev a {
253 background-image:url(../images/icons/twotone/green/arrow-left.gif);
254 background-position:10% 45%;
255 }
256 .pagination .nav_next a {
257 background-image:url(../images/icons/twotone/green/arrow-right.gif);
258 background-position:90% 45%;
259 }