]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/identica/css/display.css
Merge branch 'master' of ../trunk
[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
26 input.submit,
27 #form_notice.warning #notice_text-count,
28 #nav_register a,
29 .form_settings .form_note {
30 background-color:#A9BF4F;
31 }
32
33 input:focus, textarea:focus, select:focus,
34 #form_notice.warning #notice_data-text {
35 border-color:#A9BF4F;
36 }
37 input.submit,
38 #nav_register a {
39 color:#fff;
40 }
41
42 a,
43 div.notice-options input,
44 .form_user_block input.submit,
45 .form_user_unblock input.submit,
46 #entity_send-a-message a,
47 .form_user_nudge input.submit,
48 #entity_nudge p {
49 color:#002E6E;
50 }
51
52 .notice,
53 .profile {
54 border-top-color:#97BFD1;
55 }
56
57 #content .notice p.entry-content a:visited {
58 background-color:#fcfcfc;
59 }
60 .notice p.entry-content .vcard a {
61 background-color:#fcfffc;
62 }
63
64 #aside_primary,
65 #entity_subscribe a,
66 #TB_window input.submit {
67 background-color:#CEE1E9;
68 }
69
70
71 #notice_text-count {
72 color:#333;
73 }
74 #form_notice.warning #notice_text-count {
75 color:#000;
76 }
77
78 #form_notice #notice_data-attach_view {
79 background-image:url(../images/icons/twotone/green/paper-clip.gif);
80 background-repeat:no-repeat;
81 background-position:0 45%;
82 background-color:transparent;
83 }
84
85 #nav_register a {
86 text-decoration:none;
87 font-weight:bold;
88 padding:2px 4px;
89 }
90
91 #content,
92 #site_nav_local_views a {
93 border-color:#fff;
94 }
95 #content,
96 #site_nav_local_views .current a {
97 background-color:#fff;
98 }
99
100 #site_nav_local_views a {
101 background-color:rgba(255, 255, 255, 0.2);
102 }
103 #site_nav_local_views a:hover {
104 background-color:rgba(255, 255, 255, 0.7);
105 }
106
107
108
109
110 #page_notice .error {
111 background-color:#F7E8E8;
112 }
113 #page_notice .success {
114 background-color:#EFF3DC;
115 }
116
117 #export_data li a {
118 background-repeat:no-repeat;
119 background-position:0 45%;
120 }
121 #export_data li a.rss {
122 background-image:url(../../base/images/icons/icon_rss.jpg);
123 }
124 #export_data li a.atom {
125 background-image:url(../../base/images/icons/icon_atom.jpg);
126 }
127 #export_data li a.foaf {
128 background-image:url(../../base/images/icons/icon_foaf.gif);
129 }
130 #export_data li a.export_vcard {
131 background-image:url(../../base/images/icons/icon_vcard.gif);
132 }
133
134
135 /*user_actions*/
136 #user_actions li {
137 /*border-top-color:#eee;*/
138 }
139
140
141 #entity_send-a-message a,
142 .form_user_nudge input.submit,
143 .form_user_block input.submit,
144 .form_user_unblock input.submit,
145 #entity_nudge p {
146 background-position: 0 40%;
147 background-repeat: no-repeat;
148 background-color:transparent;
149 }
150 .form_group_join input.submit,
151 .form_group_leave input.submit
152 .form_user_subscribe input.submit,
153 .form_user_unsubscribe input.submit {
154 background-color:#A9BF4F;
155 color:#fff;
156 }
157 .form_user_unsubscribe input.submit,
158 .form_group_leave input.submit {
159 background-color:#97BFD1;
160 }
161
162 #entity_send-a-message a {
163 background-image:url(../images/icons/twotone/green/quote.gif);
164 }
165 #entity_nudge p,
166 .form_user_nudge input.submit {
167 background-image:url(../images/icons/twotone/green/mail.gif);
168 }
169 .form_user_block input.submit,
170 .form_user_unblock input.submit {
171 background-image:url(../images/icons/twotone/green/shield.gif);
172 }
173
174
175
176 /* NOTICES */
177 .notices li.over {
178 background-color:#fcfcfc;
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 .notices div.entry-content,
223 .notices div.notice-options {
224 opacity:0.3;
225 }
226 .notices li.hover div.entry-content,
227 .notices li.hover div.notice-options {
228 opacity:1;
229 }
230 div.entry-content {
231 color:#333;
232 }
233 div.notice-options a,
234 div.notice-options input {
235 font-family:sans-serif;
236 }
237 .notices li.hover {
238 background-color:#fcfcfc;
239 }
240 /*END: NOTICES */
241
242
243
244 .pagination .nav_prev a,
245 .pagination .nav_next a {
246 background-repeat:no-repeat;
247 }
248 .pagination .nav_prev a {
249 background-image:url(../images/icons/twotone/green/arrow-left.gif);
250 background-position:0 45%;
251 }
252 .pagination .nav_next a {
253 background-image:url(../images/icons/twotone/green/arrow-right.gif);
254 background-position:100% 45%;
255 }
256
257
258
259 #home #intro #guide_steps li a {
260 border-color:#ccc;
261 color:#fff;
262 }
263 #home #intro #step_join-now a {
264 background-color:#f00;
265 }
266 #home #intro #step_start-a-group a {
267 background-color:#0f0;
268 }
269 #home #intro #step_create-a-community a {
270 background-color:#00f;
271 }