]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/identica/css/display.css
profilelist markup and styles
[quix0rs-gnu-social.git] / theme / identica / css / display.css
1 /* theme: identica */
2 html,
3 body,
4 a:active {
5 background-color:#ddd;
6 }
7 body {
8 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
9 font-size:1em;
10 }
11 address {
12 margin-right:71px;
13 }
14 address .fn {
15 display:none;
16 }
17
18 input, textarea, select, option {
19 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
20 }
21 input, textarea, select {
22 border-color:#aaa;
23 }
24
25 input.submit,
26 #form_notice.warning #notice_text-count,
27 #nav_register a,
28 .form_settings .form_note {
29 background-color:#A9BF4F;
30 }
31
32 input:focus, textarea:focus, select:focus,
33 #form_notice.warning #notice_data-text {
34 border-color:#A9BF4F;
35 }
36 input.submit,
37 #nav_register a {
38 color:#fff;
39 }
40
41 a,
42 div.notice-options input,
43 .form_user_block input.submit,
44 .form_user_unblock input.submit {
45 color:#002E6E;
46 }
47
48 .notice p.entry-content a:visited {
49 background-color:#fcfcfc;
50 }
51 .notice p.entry-content .vcard a {
52 background-color:#fcfffc;
53 }
54
55 #aside_primary,
56 #user_subscribe a,
57 #TB_window input.submit,
58 .form_user_subscribe input.submit {
59 background-color:#CEE1E9;
60 }
61
62
63 #notice_text-count {
64 color:#333;
65 }
66 #form_notice.warning #notice_text-count,
67 #user_actions a {
68 color:#000;
69 }
70
71 #form_notice #notice_data-attach_view {
72 background-image:url(../images/icons/twotone/green/paper-clip.gif);
73 background-repeat:no-repeat;
74 background-position:0 45%;
75 background-color:transparent;
76 }
77
78 #nav_register a {
79 text-decoration:none;
80 font-weight:bold;
81 padding:2px 4px;
82 }
83
84 #content,
85 #site_nav_local_views a {
86 border-color:#fff;
87 }
88 #content,
89 #site_nav_local_views .current a {
90 background-color:#fff;
91 }
92
93 #site_nav_local_views a {
94 background-color:rgba(255, 255, 255, 0.2);
95 }
96 #site_nav_local_views a:hover {
97 background-color:rgba(255, 255, 255, 0.7);
98 }
99
100
101
102
103 #page_notice .error {
104 background-color:#F7E8E8;
105 }
106 #page_notice .success {
107 background-color:#EFF3DC;
108 }
109
110 #export_data li a {
111 background-repeat:no-repeat;
112 background-position:0 45%;
113 }
114 #export_data li a.rss {
115 background-image:url(../../base/images/icons/icon_rss.jpg);
116 }
117 #export_data li a.atom {
118 background-image:url(../../base/images/icons/icon_atom.jpg);
119 }
120 #export_data li a.foaf {
121 background-image:url(../../base/images/icons/icon_foaf.gif);
122 }
123 #export_data li a.export_vcard {
124 background-image:url(../../base/images/icons/icon_vcard.gif);
125 }
126
127
128 /*user_actions*/
129 #user_actions li {
130 /*border-top-color:#eee;*/
131 }
132
133
134 .form_user_send-a-message input.submit,
135 .form_user_nudge input.submit,
136 .form_user_block input.submit,
137 .form_user_unblock input.submit {
138 background-position: 0 40%;
139 background-repeat: no-repeat;
140 background-color:transparent;
141 }
142 .form_user_subscribe input.submit,
143 .form_user_unsubscribe input.submit {
144 background-color:#A9BF4F;
145 color:#fff;
146 }
147 .form_user_unsubscribe input.submit {
148 background-color:#97BFD1;
149 }
150
151 #user_send-a-message a {
152 background-image:url(../images/icons/twotone/green/quote.gif);
153 }
154 .form_user_nudge input.submit {
155 background-image:url(../images/icons/twotone/green/mail.gif);
156 }
157 .form_user_block input.submit,
158 .form_user_unblock input.submit {
159 background-image:url(../images/icons/twotone/green/shield.gif);
160 }
161
162
163
164 /* NOTICES */
165 .notices li.over {
166 background-color:#fcfcfc;
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 .notices li.hover div.notice-options {
214 opacity:1;
215 }
216 div.entry-content {
217 color:#333;
218 }
219 div.notice-options a,
220 div.notice-options input {
221 font-family:sans-serif;
222 }
223 .notices li.hover {
224 background-color:#fcfcfc;
225 }
226 /*END: NOTICES */
227
228
229
230 .pagination .nav_prev a,
231 .pagination .nav_next a {
232 background-repeat:no-repeat;
233 }
234 .pagination .nav_prev a {
235 background-image:url(../images/icons/twotone/green/arrow-left.gif);
236 background-position:0 45%;
237 }
238 .pagination .nav_next a {
239 background-image:url(../images/icons/twotone/green/arrow-right.gif);
240 background-position:100% 45%;
241 }
242
243
244
245 #home #intro #guide_steps li a {
246 border-color:#ccc;
247 color:#fff;
248 }
249 #home #intro #step_join-now a {
250 background-color:#f00;
251 }
252 #home #intro #step_start-a-group a {
253 background-color:#0f0;
254 }
255 #home #intro #step_create-a-community a {
256 background-color:#00f;
257 }