]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/identica/css/display.css
8a11303873175200cbeedc129f8f7bb5ccf41bbc
[quix0rs-gnu-social.git] / theme / identica / css / display.css
1 /* theme: identica */
2 html {
3 background-color:#ddd;
4 }
5 body {
6 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
7 font-size:1em;
8 background-color:#ddd;
9 }
10 input, textarea, select, option {
11 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
12 }
13 input, textarea, select {
14 border-color:#aaa;
15 }
16
17 input:focus, textarea:focus, select:focus {
18 border-color:#A9BF4F;
19 }
20 input.submit {
21 background-color:#A9BF4F;
22 color:#fff;
23 }
24
25 a {
26 color:#002E6E;
27 }
28 a:active {
29 background-color:#ddd;
30 }
31 .notice p.entry-content a:visited {
32 background-color:#fcfcfc;
33 -moz-border-radius:4px;
34 }
35 .notice p.entry-content .vcard a {
36 background-color:#fcfffc;
37 -moz-border-radius:4px;
38 }
39
40
41
42 #aside_primary {
43 background-color:#CEE1E9;
44 }
45
46 #form_notice textarea {
47 }
48
49 #form_notice label {
50 color:#88171A;
51 }
52 #notice_text-count {
53 color:#333;
54 }
55 #form_notice.warning #notice_text-count {
56 color:#000;
57 background-color:#A9BF4F;
58 }
59 #form_notice.warning #notice_data-text {
60 border-color:#A9BF4F;
61 }
62
63 #form_notice #notice_data-attach_view {
64 background-image:url(../images/icons/twotone/green/paper-clip.gif);
65 background-repeat:no-repeat;
66 background-position:0 45%;
67 background-color:transparent;
68 }
69
70
71 #site_nav_global_primary a {
72 }
73 #form_notice .form_actions input.submit {
74 }
75 #nav_register a {
76 background-color:#A9BF4F;
77 color:#fff;
78 text-decoration:none;
79 font-weight:bold;
80 padding:2px 4px;
81
82 }
83 #nav_login a {
84 }
85
86
87 #site_nav_local_views a {
88 border-color:#fff;
89 background-color:rgba(255, 255, 255, 0.2);
90 }
91 #site_nav_local_views a:hover {
92 background-color:rgba(255, 255, 255, 0.7);
93 }
94
95
96 #content,
97 #site_nav_local_views .current a {
98 background-color:#fff;
99 }
100
101
102 #page_notice .error {
103 background-color:#F7E8E8;
104 }
105 #page_notice .success {
106 background-color:#EFF3DC;
107 }
108
109 #export_data li a {
110 background-repeat:no-repeat;
111 background-position:0 45%;
112 }
113 #export_data li a.rss {
114 background-image:url(../../base/images/icons/icon_rss.jpg);
115 }
116 #export_data li a.atom {
117 background-image:url(../../base/images/icons/icon_atom.jpg);
118 }
119 #export_data li a.foaf {
120 background-image:url(../../base/images/icons/icon_foaf.gif);
121 }
122 #export_data li a.export_vcard {
123 background-image:url(../../base/images/icons/icon_vcard.gif);
124 }
125
126
127 /*user_actions*/
128 #user_actions li {
129 border-top-color:#eee;
130 }
131 #user_actions a {
132 color:#000;
133 }
134 #user_subscribe a,
135 #TB_window input.submit,
136 .form_user_subscribe input.submit {
137 background:#CEE1E9 url(../images/icons/twotone/green/shield.gif) 0 45% no-repeat;
138 }
139 .form_user_unsubscribe input.submit {
140 background-color:#647819;
141 color:#fff;
142 }
143 #user_send-a-message a {
144 background:url(../images/icons/twotone/green/quote.gif) 0 45% no-repeat;
145 }
146 .form_user_nudge input.submit {
147 background:url(../images/icons/twotone/green/mail.gif) 0 45% no-repeat;
148 }
149 .form_user_block input.submit {
150 background:url(../images/icons/twotone/green/against.gif) 0 45% no-repeat;
151 }
152
153
154 .user_tags .mark_hash {
155 color:#555;
156 }
157
158
159
160 .vcard .fn {
161 }
162 .vcard .fn:hover {
163 }
164
165
166
167
168 /* NOTICES */
169 .notices li.over {
170 background-color:#fcfcfc;
171 }
172
173
174 .notice div.entry-content a {
175
176 }
177 .notice div.entry-content a:hover {
178 }
179
180
181 .notice-data a span {
182 background-color:transparent;
183 background-repeat:no-repeat;
184 background-position:0 45%;
185 }
186 .notice_video .notice-data a span {
187 background-image:url(../images/icons/twotone/green/camera.gif);
188 }
189 .notice_audio .notice-data a span {
190 background-image:url(../images/icons/twotone/green/music.gif);
191 }
192 .notice_image .notice-data a span {
193 background-image:url(../images/icons/twotone/green/search.gif);
194 }
195 .notice_event .notice-data a span {
196 background-image:url(../images/icons/twotone/green/calendar.gif);
197 }
198 .notice_location .notice-data a span {
199 background-image:url(../images/icons/twotone/green/flag.gif);
200 }
201 .notice_document .notice-data a span {
202 background-image:url(../images/icons/twotone/green/document.gif);
203 }
204
205 .notice-options .notice_reply a,
206 .notice-options form input.submit {
207 background-color:transparent;
208 }
209 .notice-options .notice_reply a {
210 background:transparent url(../images/icons/twotone/green/reply.gif) no-repeat 0 45%;
211 }
212 .notice-options form.form_favor input.submit {
213 background:transparent url(../images/icons/twotone/green/favourite.gif) no-repeat 0 45%;
214 }
215 .notice-options form.form_disfavor input.submit {
216 background:transparent url(../images/icons/twotone/green/disfavourite.gif) no-repeat 0 45%;
217 }
218 .notice-options .notice_delete a {
219 background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0 45%;
220 }
221
222 div.notice-options {
223 opacity:0.3;
224 }
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 div.notice-options input {
234 color:#002E6E;
235
236 }
237 .notices li.hover {
238 background-color:#fcfcfc;
239 }
240 .notices li.hover div.entry-content,
241 .notices li.hover div.notice-options {
242 opacity:1;
243 }
244
245 .form_settings .form_note {
246 background-color:#A9BF4F;
247 }
248
249 /*END: NOTICES */
250
251
252
253 .pagination .nav_prev a,
254 .pagination .nav_next a {
255 background-repeat:no-repeat;
256 }
257 .pagination .nav_prev a {
258 background-image:url(../images/icons/twotone/green/arrow-left.gif);
259 background-position:0 45%;
260 }
261 .pagination .nav_next a {
262 background-image:url(../images/icons/twotone/green/arrow-right.gif);
263 background-position:100% 45%;
264 }
265
266
267
268 #home #intro #guide_steps li a {
269 border-color:#ccc;
270 color:#fff;
271 }
272 #home #intro #step_join-now a {
273 background-color:#f00;
274 }
275 #home #intro #step_start-a-group a {
276 background-color:#0f0;
277 }
278 #home #intro #step_create-a-community a {
279 background-color:#00f;
280 }
281