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