]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/identica/css/display.css
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.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 address .fn {
23 display:none;
24 }
25
26 input, textarea, select, option {
27 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
28 }
29 input, textarea, select,
30 .entity_remote_subscribe {
31 border-color:#aaa;
32 }
33 #filter_tags ul li {
34 border-color:#ddd;
35 }
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 color:#002E6E;
64 }
65
66 .notice,
67 .profile {
68 border-top-color:#CEE1E9;
69 }
70 .section .profile {
71 border-top-color:#87B4C8;
72 }
73
74
75 #content .notice p.entry-content a:visited {
76 background-color:#fcfcfc;
77 }
78 #content .notice p.entry-content .vcard a {
79 background-color:#fcfffc;
80 }
81
82 #aside_primary {
83 background-color:#CEE1E9;
84 }
85
86
87 #notice_text-count {
88 color:#333;
89 }
90 #form_notice.warning #notice_text-count {
91 color:#000;
92 }
93
94
95 #nav_register a {
96 text-decoration:none;
97 font-weight:bold;
98 padding:2px 4px;
99 }
100
101 #content,
102 #site_nav_local_views a,
103 #aside_primary {
104 border-color:#fff;
105 }
106 #content,
107 #site_nav_local_views .current a {
108 background-color:#fff;
109 }
110
111 #site_nav_local_views a {
112 background-color:rgba(135, 180, 200, 0.3);
113 }
114 #site_nav_local_views a:hover {
115 background-color:rgba(255, 255, 255, 0.7);
116 }
117
118
119 #page_notice .error {
120 background-color:#F7E8E8;
121 }
122 #page_notice .success {
123 background-color:#EFF3DC;
124 }
125
126
127 #anon_notice {
128 background-color:#87B4C8;
129 color:#fff;
130 border-color:#fff;
131 }
132
133 #showstream #anon_notice {
134 background-color:#9BB43E;
135 }
136
137
138 #export_data li a {
139 background-repeat:no-repeat;
140 background-position:0 45%;
141 }
142 #export_data li a.rss {
143 background-image:url(../../base/images/icons/icon_rss.png);
144 }
145 #export_data li a.atom {
146 background-image:url(../../base/images/icons/icon_atom.png);
147 }
148 #export_data li a.foaf {
149 background-image:url(../../base/images/icons/icon_foaf.gif);
150 }
151
152 .entity_edit a,
153 .entity_send-a-message a,
154 .form_user_nudge input.submit,
155 .form_user_block input.submit,
156 .form_user_unblock input.submit,
157 .entity_nudge p {
158 background-position: 0 40%;
159 background-repeat: no-repeat;
160 background-color:transparent;
161 }
162 .form_group_join input.submit,
163 .form_group_leave input.submit
164 .form_user_subscribe input.submit,
165 .form_user_unsubscribe input.submit {
166 background-color:#9BB43E;
167 color:#fff;
168 }
169 .form_user_unsubscribe input.submit,
170 .form_group_leave input.submit {
171 background-color:#87B4C8;
172 }
173
174 .entity_edit a {
175 background-image:url(../images/icons/twotone/green/edit.gif);
176 }
177 .entity_send-a-message a {
178 background-image:url(../images/icons/twotone/green/quote.gif);
179 }
180 .entity_nudge p,
181 .form_user_nudge input.submit {
182 background-image:url(../images/icons/twotone/green/mail.gif);
183 }
184 .form_user_block input.submit,
185 .form_user_unblock input.submit {
186 background-image:url(../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(../images/icons/twotone/green/reply.gif) no-repeat 0 45%;
202 }
203 .notice-options form.form_favor input.submit {
204 background:transparent url(../images/icons/twotone/green/favourite.gif) no-repeat 0 45%;
205 }
206 .notice-options form.form_disfavor input.submit {
207 background:transparent url(../images/icons/twotone/green/disfavourite.gif) no-repeat 0 45%;
208 }
209 .notice-options .notice_delete a {
210 background:transparent url(../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(../images/icons/twotone/green/news.gif) no-repeat 0 45%;
236 }
237
238
239 .pagination .nav_prev a,
240 .pagination .nav_next a {
241 background-repeat:no-repeat;
242 border-color:#CEE1E9;
243 }
244 .pagination .nav_prev a {
245 background-image:url(../images/icons/twotone/green/arrow-left.gif);
246 background-position:10% 45%;
247 }
248 .pagination .nav_next a {
249 background-image:url(../images/icons/twotone/green/arrow-right.gif);
250 background-position:90% 45%;
251 }