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