]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/default/css/display.css
Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk
[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 #form_notice #notice_data-attach_view {
96 background-image:url(../images/icons/twotone/green/paper-clip.gif);
97 background-repeat:no-repeat;
98 background-position:0 45%;
99 background-color:transparent;
100 }
101
102 #nav_register a {
103 text-decoration:none;
104 font-weight:bold;
105 padding:2px 4px;
106 }
107
108 #content,
109 #site_nav_local_views a {
110 border-color:#fff;
111 }
112 #content,
113 #site_nav_local_views .current a {
114 background-color:#fff;
115 }
116
117 #site_nav_local_views a {
118 background-color:rgba(255, 255, 255, 0.2);
119 }
120 #site_nav_local_views a:hover {
121 background-color:rgba(255, 255, 255, 0.7);
122 }
123
124
125
126
127 #page_notice .error {
128 background-color:#F7E8E8;
129 }
130 #page_notice .success {
131 background-color:#EFF3DC;
132 }
133
134
135 #anon_notice {
136 background-color:#97BFD1;
137 color:#fff;
138 border-color:#fff;
139 }
140
141 #showstream #anon_notice {
142 background-color:#A9BF4F;
143 }
144
145
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.jpg);
154 }
155 #export_data li a.atom {
156 background-image:url(../../base/images/icons/icon_atom.jpg);
157 }
158 #export_data li a.foaf {
159 background-image:url(../../base/images/icons/icon_foaf.gif);
160 }
161 #export_data li a.export_vcard {
162 background-image:url(../../base/images/icons/icon_vcard.gif);
163 }
164
165
166 .entity_send-a-message a,
167 .form_user_nudge input.submit,
168 .form_user_block input.submit,
169 .form_user_unblock input.submit,
170 .entity_nudge p {
171 background-position: 0 40%;
172 background-repeat: no-repeat;
173 background-color:transparent;
174 }
175 .form_group_join input.submit,
176 .form_group_leave input.submit
177 .form_user_subscribe input.submit,
178 .form_user_unsubscribe input.submit {
179 background-color:#A9BF4F;
180 color:#fff;
181 }
182 .form_user_unsubscribe input.submit,
183 .form_group_leave input.submit {
184 background-color:#97BFD1;
185 }
186
187 .entity_send-a-message a {
188 background-image:url(../images/icons/twotone/green/quote.gif);
189 }
190 .entity_nudge p,
191 .form_user_nudge input.submit {
192 background-image:url(../images/icons/twotone/green/mail.gif);
193 }
194 .form_user_block input.submit,
195 .form_user_unblock input.submit {
196 background-image:url(../images/icons/twotone/green/shield.gif);
197 }
198
199
200
201 /* NOTICES */
202 .notices li.over {
203 background-color:#fcfcfc;
204 }
205
206 .notice-data a span {
207 background-color:transparent;
208 background-repeat:no-repeat;
209 background-position:0 45%;
210 }
211 .notice_video .notice-data a span {
212 background-image:url(../images/icons/twotone/green/camera.gif);
213 }
214 .notice_audio .notice-data a span {
215 background-image:url(../images/icons/twotone/green/music.gif);
216 }
217 .notice_image .notice-data a span {
218 background-image:url(../images/icons/twotone/green/search.gif);
219 }
220 .notice_event .notice-data a span {
221 background-image:url(../images/icons/twotone/green/calendar.gif);
222 }
223 .notice_location .notice-data a span {
224 background-image:url(../images/icons/twotone/green/flag.gif);
225 }
226 .notice_document .notice-data a span {
227 background-image:url(../images/icons/twotone/green/document.gif);
228 }
229
230 .notice-options .notice_reply a,
231 .notice-options form input.submit {
232 background-color:transparent;
233 }
234 .notice-options .notice_reply a {
235 background:transparent url(../images/icons/twotone/green/reply.gif) no-repeat 0 45%;
236 }
237 .notice-options form.form_favor input.submit {
238 background:transparent url(../images/icons/twotone/green/favourite.gif) no-repeat 0 45%;
239 }
240 .notice-options form.form_disfavor input.submit {
241 background:transparent url(../images/icons/twotone/green/disfavourite.gif) no-repeat 0 45%;
242 }
243 .notice-options .notice_delete a {
244 background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0 45%;
245 }
246
247 .notices div.entry-content,
248 .notices div.notice-options {
249 opacity:0.4;
250 }
251 .notices li.hover div.entry-content,
252 .notices li.hover div.notice-options {
253 opacity:1;
254 }
255 div.entry-content {
256 color:#333;
257 }
258 div.notice-options a,
259 div.notice-options input {
260 font-family:sans-serif;
261 }
262 .notices li.hover {
263 background-color:#fcfcfc;
264 }
265 /*END: NOTICES */
266
267
268 #new_group a {
269 background:transparent url(../images/icons/twotone/green/news.gif) no-repeat 0 45%;
270 }
271
272
273 .pagination .nav_prev a,
274 .pagination .nav_next a {
275 background-repeat:no-repeat;
276 }
277 .pagination .nav_prev a {
278 background-image:url(../images/icons/twotone/green/arrow-left.gif);
279 background-position:0 45%;
280 }
281 .pagination .nav_next a {
282 background-image:url(../images/icons/twotone/green/arrow-right.gif);
283 background-position:100% 45%;
284 }