]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/identica/css/display.css
Favor/Disfavor form @class
[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_local_views a {
61 border-color:#fff;
62 background-color:rgba(255, 255, 255, 0.2);
63 }
64 #site_nav_local_views a:hover {
65 background-color:rgba(255, 255, 255, 0.7);
66 }
67
68
69 #content,
70 #site_nav_local_views .current a {
71 background-color:#fff;
72 }
73
74
75
76
77
78 #export_data li a {
79 background-repeat:no-repeat;
80 background-position:0 45%;
81 }
82 #export_data li a.rss {
83 background-image:url(../../base/images/icons/icon_rss.jpg);
84 }
85 #export_data li a.atom {
86 background-image:url(../../base/images/icons/icon_atom.jpg);
87 }
88 #export_data li a.foaf {
89 background-image:url(../../base/images/icons/icon_foaf.gif);
90 }
91 #export_data li a.export_vcard {
92 background-image:url(../../base/images/icons/icon_vcard.gif);
93 }
94
95
96 /*user_actions*/
97 #user_actions li {
98 border-top-color:#eee;
99 }
100 #user_actions a {
101 color:#000;
102 }
103 #user_subscribe a,
104 #TB_window input.submit,
105 .form_user_subscribe input.submit {
106 background:#CEE1E9 url(../images/icons/twotone/green/shield.gif) 0 45% no-repeat;
107 }
108 .form_user_unsubscribe input.submit {
109 background-color:#647819;
110 color:#fff;
111 }
112 #user_send-a-message a {
113 background:url(../images/icons/twotone/green/quote.gif) 0 45% no-repeat;
114 }
115 .form_user_nudge input.submit {
116 background:url(../images/icons/twotone/green/mail.gif) 0 45% no-repeat;
117 }
118 .form_user_block input.submit {
119 background:url(../images/icons/twotone/green/against.gif) 0 45% no-repeat;
120 }
121
122
123 .user_tags .mark_hash {
124 color:#555;
125 }
126
127
128
129 .vcard .fn {
130 }
131 .vcard .fn:hover {
132 }
133
134
135
136
137 /* NOTICES */
138 .notice div.entry-content a {
139
140 }
141 .notice div.entry-content a:hover {
142 }
143
144
145 .notice-data a span {
146 background-color:transparent;
147 background-repeat:no-repeat;
148 background-position:0 45%;
149 }
150 .notice_video .notice-data a span {
151 background-image:url(../images/icons/twotone/green/camera.gif);
152 }
153 .notice_audio .notice-data a span {
154 background-image:url(../images/icons/twotone/green/music.gif);
155 }
156 .notice_image .notice-data a span {
157 background-image:url(../images/icons/twotone/green/search.gif);
158 }
159 .notice_event .notice-data a span {
160 background-image:url(../images/icons/twotone/green/calendar.gif);
161 }
162 .notice_location .notice-data a span {
163 background-image:url(../images/icons/twotone/green/flag.gif);
164 }
165 .notice_document .notice-data a span {
166 background-image:url(../images/icons/twotone/green/document.gif);
167 }
168
169 .notice-options .notice_reply a,
170 .notice-options form input.submit {
171 background-color:transparent;
172 }
173 .notice-options .notice_reply a {
174 background:transparent url(../images/icons/twotone/green/reply.gif) no-repeat 0 45%;
175 }
176 .notice-options form.form_favor input.submit {
177 background:transparent url(../images/icons/twotone/green/favourite.gif) no-repeat 0 45%;
178 }
179 .notice-options form.form_disfavor input.submit {
180 background:transparent url(../images/icons/twotone/green/disfavourite.gif) no-repeat 0 45%;
181 }
182 .notice-options .notice_delete a {
183 background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0 45%;
184 }
185
186 div.notice-options {
187 opacity:0.3;
188 }
189
190 div.entry-content {
191 color:#333;
192 }
193 div.notice-options a,
194 div.notice-options input {
195 font-family:sans-serif;
196 }
197 div.notice-options input {
198 color:#002E6E;
199
200 }
201 .notices li.hover {
202 background-color:#fcfcfc;
203 }
204 .notices li.hover div.entry-content,
205 .notices li.hover div.notice-options {
206 opacity:1;
207 }
208
209 .form_settings .form_note {
210 background-color:#A9BF4F;
211 }
212
213 /*END: NOTICES */
214
215
216
217 .pagination .nav_prev a,
218 .pagination .nav_next a {
219 background-repeat:no-repeat;
220 }
221 .pagination .nav_prev a {
222 background-image:url(../images/icons/twotone/green/arrow-left.gif);
223 background-position:0 45%;
224 }
225 .pagination .nav_next a {
226 background-image:url(../images/icons/twotone/green/arrow-right.gif);
227 background-position:100% 45%;
228 }
229
230
231
232 #home #intro #guide_steps li a {
233 border-color:#ccc;
234 color:#fff;
235 }
236 #home #intro #step_join-now a {
237 background-color:#f00;
238 }
239 #home #intro #step_start-a-group a {
240 background-color:#0f0;
241 }
242 #home #intro #step_create-a-community a {
243 background-color:#00f;
244 }
245