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