]> 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 p.entry-content a:visited {
53 background-color:#fcfcfc;
54 }
55 .notice p.entry-content .vcard a {
56 background-color:#fcfffc;
57 }
58
59 #aside_primary,
60 #entity_subscribe a,
61 #TB_window input.submit {
62 background-color:#CEE1E9;
63 }
64
65
66 #notice_text-count {
67 color:#333;
68 }
69 #form_notice.warning #notice_text-count {
70 color:#000;
71 }
72
73 #form_notice #notice_data-attach_view {
74 background-image:url(../images/icons/twotone/green/paper-clip.gif);
75 background-repeat:no-repeat;
76 background-position:0 45%;
77 background-color:transparent;
78 }
79
80 #nav_register a {
81 text-decoration:none;
82 font-weight:bold;
83 padding:2px 4px;
84 }
85
86 #content,
87 #site_nav_local_views a {
88 border-color:#fff;
89 }
90 #content,
91 #site_nav_local_views .current a {
92 background-color:#fff;
93 }
94
95 #site_nav_local_views a {
96 background-color:rgba(255, 255, 255, 0.2);
97 }
98 #site_nav_local_views a:hover {
99 background-color:rgba(255, 255, 255, 0.7);
100 }
101
102
103
104
105 #page_notice .error {
106 background-color:#F7E8E8;
107 }
108 #page_notice .success {
109 background-color:#EFF3DC;
110 }
111
112 #export_data li a {
113 background-repeat:no-repeat;
114 background-position:0 45%;
115 }
116 #export_data li a.rss {
117 background-image:url(../../base/images/icons/icon_rss.jpg);
118 }
119 #export_data li a.atom {
120 background-image:url(../../base/images/icons/icon_atom.jpg);
121 }
122 #export_data li a.foaf {
123 background-image:url(../../base/images/icons/icon_foaf.gif);
124 }
125 #export_data li a.export_vcard {
126 background-image:url(../../base/images/icons/icon_vcard.gif);
127 }
128
129
130 /*user_actions*/
131 #user_actions li {
132 /*border-top-color:#eee;*/
133 }
134
135
136 #entity_send-a-message a,
137 .form_user_nudge input.submit,
138 .form_user_block input.submit,
139 .form_user_unblock input.submit,
140 #entity_nudge p {
141 background-position: 0 40%;
142 background-repeat: no-repeat;
143 background-color:transparent;
144 }
145 .form_group_join input.submit,
146 .form_group_leave input.submit
147 .form_user_subscribe input.submit,
148 .form_user_unsubscribe input.submit {
149 background-color:#A9BF4F;
150 color:#fff;
151 }
152 .form_user_unsubscribe input.submit,
153 .form_group_leave input.submit {
154 background-color:#97BFD1;
155 }
156
157 #entity_send-a-message a {
158 background-image:url(../images/icons/twotone/green/quote.gif);
159 }
160 #entity_nudge p,
161 .form_user_nudge input.submit {
162 background-image:url(../images/icons/twotone/green/mail.gif);
163 }
164 .form_user_block input.submit,
165 .form_user_unblock input.submit {
166 background-image:url(../images/icons/twotone/green/shield.gif);
167 }
168
169
170
171 /* NOTICES */
172 .notices li.over {
173 background-color:#fcfcfc;
174 }
175
176 .notice-data a span {
177 background-color:transparent;
178 background-repeat:no-repeat;
179 background-position:0 45%;
180 }
181 .notice_video .notice-data a span {
182 background-image:url(../images/icons/twotone/green/camera.gif);
183 }
184 .notice_audio .notice-data a span {
185 background-image:url(../images/icons/twotone/green/music.gif);
186 }
187 .notice_image .notice-data a span {
188 background-image:url(../images/icons/twotone/green/search.gif);
189 }
190 .notice_event .notice-data a span {
191 background-image:url(../images/icons/twotone/green/calendar.gif);
192 }
193 .notice_location .notice-data a span {
194 background-image:url(../images/icons/twotone/green/flag.gif);
195 }
196 .notice_document .notice-data a span {
197 background-image:url(../images/icons/twotone/green/document.gif);
198 }
199
200 .notice-options .notice_reply a,
201 .notice-options form input.submit {
202 background-color:transparent;
203 }
204 .notice-options .notice_reply a {
205 background:transparent url(../images/icons/twotone/green/reply.gif) no-repeat 0 45%;
206 }
207 .notice-options form.form_favor input.submit {
208 background:transparent url(../images/icons/twotone/green/favourite.gif) no-repeat 0 45%;
209 }
210 .notice-options form.form_disfavor input.submit {
211 background:transparent url(../images/icons/twotone/green/disfavourite.gif) no-repeat 0 45%;
212 }
213 .notice-options .notice_delete a {
214 background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0 45%;
215 }
216
217 .notices div.entry-content,
218 .notices div.notice-options {
219 opacity:0.3;
220 }
221 .notices li.hover div.entry-content,
222 .notices li.hover div.notice-options {
223 opacity:1;
224 }
225 div.entry-content {
226 color:#333;
227 }
228 div.notice-options a,
229 div.notice-options input {
230 font-family:sans-serif;
231 }
232 .notices li.hover {
233 background-color:#fcfcfc;
234 }
235 /*END: NOTICES */
236
237
238
239 .pagination .nav_prev a,
240 .pagination .nav_next a {
241 background-repeat:no-repeat;
242 }
243 .pagination .nav_prev a {
244 background-image:url(../images/icons/twotone/green/arrow-left.gif);
245 background-position:0 45%;
246 }
247 .pagination .nav_next a {
248 background-image:url(../images/icons/twotone/green/arrow-right.gif);
249 background-position:100% 45%;
250 }
251
252
253
254 #home #intro #guide_steps li a {
255 border-color:#ccc;
256 color:#fff;
257 }
258 #home #intro #step_join-now a {
259 background-color:#f00;
260 }
261 #home #intro #step_start-a-group a {
262 background-color:#0f0;
263 }
264 #home #intro #step_create-a-community a {
265 background-color:#00f;
266 }