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