]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/default/css/display.css
faff64967d987d3f6f914ac5b7e1bd6bc7459259
[quix0rs-gnu-social.git] / theme / default / css / display.css
1 /** theme: default
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:#97BFD1;
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:#97BFD1;
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:#A9BF4F;
44 }
45
46 input:focus, textarea:focus, select:focus,
47 #form_notice.warning #notice_data-text {
48 border-color:#A9BF4F;
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:#D1D9E4;
69 }
70 .section .notice,
71 .section .profile {
72 border-top-color:#97BFD1;
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
95
96 #nav_register a {
97 text-decoration:none;
98 font-weight:bold;
99 padding:2px 4px;
100 }
101
102 #content,
103 #site_nav_local_views a,
104 #aside_primary {
105 border-color:#fff;
106 }
107 #content,
108 #site_nav_local_views .current a {
109 background-color:#fff;
110 }
111
112 #site_nav_local_views a {
113 background-color:rgba(255, 255, 255, 0.2);
114 }
115 #site_nav_local_views a:hover {
116 background-color:rgba(255, 255, 255, 0.7);
117 }
118
119
120 #page_notice .error {
121 background-color:#F7E8E8;
122 }
123 #page_notice .success {
124 background-color:#EFF3DC;
125 }
126
127
128 #anon_notice {
129 background-color:#97BFD1;
130 color:#fff;
131 border-color:#fff;
132 }
133
134 #showstream #anon_notice {
135 background-color:#A9BF4F;
136 }
137
138
139 #export_data li a {
140 background-repeat:no-repeat;
141 background-position:0 45%;
142 }
143 #export_data li a.rss {
144 background-image:url(../../base/images/icons/icon_rss.jpg);
145 }
146 #export_data li a.atom {
147 background-image:url(../../base/images/icons/icon_atom.jpg);
148 }
149 #export_data li a.foaf {
150 background-image:url(../../base/images/icons/icon_foaf.gif);
151 }
152 #export_data li a.export_vcard {
153 background-image:url(../../base/images/icons/icon_vcard.gif);
154 }
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:#A9BF4F;
172 color:#fff;
173 }
174 .form_user_unsubscribe input.submit,
175 .form_group_leave input.submit {
176 background-color:#97BFD1;
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
243
244 .pagination .nav_prev a,
245 .pagination .nav_next a {
246 background-repeat:no-repeat;
247 border-color:#D1D9E4;
248 }
249 .pagination .nav_prev a {
250 background-image:url(../images/icons/twotone/green/arrow-left.gif);
251 background-position:10% 45%;
252 }
253 .pagination .nav_next a {
254 background-image:url(../images/icons/twotone/green/arrow-right.gif);
255 background-position:90% 45%;
256 }