]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/identica/css/display.css
Update to notice form character count warning
[quix0rs-gnu-social.git] / theme / identica / css / display.css
1 /* theme: identica */
2 html {
3         background-color:#ddd;
4 }
5 body {
6         font-family: sans-serif;
7         font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
8         font-size:1em;
9
10 }
11 input, textarea, select, option {
12         font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
13 }
14 input:focus, textarea:focus, select:focus {
15 border-color:#B2D0DD;
16 }
17 form span.required { color:#f00; }
18 form .error {
19 background-color:#f00;
20 color:#fff;
21 }
22 form .error_message {
23 color:#EC008C;
24 }
25
26 a {
27 color:#002E6E;
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 }
63
64 /*
65 #site_nav_global_primary .current a {
66 font-weight:bold;
67 border-color:#ccc;
68 border-style:solid;
69 }
70 */
71
72 #content,
73 #site_nav_local_views .current a {
74 background-color:#fff;
75 }
76
77
78
79
80
81 #export_data li a {
82 background-repeat:no-repeat;
83 background-position:0 45%;
84 }
85 #export_data li a.rss {
86 background-image:url(../../base/images/icons/icon_rss.jpg);
87 }
88 #export_data li a.atom {
89 background-image:url(../../base/images/icons/icon_atom.jpg);
90 }
91 #export_data li a.foaf {
92 background-image:url(../../base/images/icons/icon_foaf.gif);
93 =}
94 #export_data li a.export_vcard {
95 background-image:url(../../base/images/icons/icon_vcard.gif);
96 }
97
98
99 /*user_actions*/
100 #user_actions li {
101 border-top-color:#eee;
102 }
103 #user_actions a {
104 color:#000;
105 }
106 #user_subscribe a,
107 #TB_window input.submit,
108 .form_user_subscribe input.submit {
109 background:#CEE1E9 url(../images/icons/twotone/green/shield.gif) 0 45% no-repeat;
110 }
111 .form_user_unsubscribe input.submit {
112 background-color:#647819;
113 color:#fff;
114 }
115 #user_send-a-message a {
116 background:url(../images/icons/twotone/green/quote.gif) 0 45% no-repeat;
117 }
118 .form_user_nudge input.submit {
119 background:url(../images/icons/twotone/green/mail.gif) 0 45% no-repeat;
120 }
121 .form_user_block input.submit {
122 background:url(../images/icons/twotone/green/against.gif) 0 45% no-repeat;
123 }
124
125
126 .user_tags .mark_hash {
127 color:#555;
128 }
129
130
131
132 .vcard .fn {
133 }
134 .vcard .fn:hover {
135 }
136
137
138
139
140 /* NOTICES */
141 .notice div.entry-content a {
142 color:#333;
143 }
144 .notice div.entry-content a:hover {
145 }
146
147
148 .notice-data a span {
149 background-color:transparent;
150 background-repeat:no-repeat;
151 background-position:0 45%;
152 }
153 .notice_video .notice-data a span {
154 background-image:url(../images/icons/twotone/green/camera.gif);
155 }
156 .notice_audio .notice-data a span {
157 background-image:url(../images/icons/twotone/green/music.gif);
158 }
159 .notice_image .notice-data a span {
160 background-image:url(../images/icons/twotone/green/search.gif);
161 }
162 .notice_event .notice-data a span {
163 background-image:url(../images/icons/twotone/green/calendar.gif);
164 }
165 .notice_location .notice-data a span {
166 background-image:url(../images/icons/twotone/green/flag.gif);
167 }
168 .notice_document .notice-data a span {
169 background-image:url(../images/icons/twotone/green/document.gif);
170 }
171
172 .notice-options .reply a,
173 .notice-options form input.submit {
174 background-color:transparent;
175 }
176 .notice-options .reply a {
177 background:transparent url(../images/icons/twotone/green/reply.gif) no-repeat 0 45%;
178 }
179 .notice-options form.notice_favorite input.submit {
180 background:transparent url(../images/icons/twotone/green/favourite.gif) no-repeat 0 45%;
181 }
182 .notice-options form.notice_delete input.submit {
183 background:transparent url(../images/icons/twotone/green/trash.gif) no-repeat 0 45%;
184 }
185
186 .notice-options a,
187 .notice-options input {
188 opacity:0.1;
189 color:#333;
190 }
191 .notices li.hover {
192 background-color:#fcfcfc;
193 }
194 .notices li.hover .notice-options a,
195 .notices li.hover .notice-options input {
196 opacity:1;
197 }
198
199
200 /*END: NOTICES */
201
202
203
204 .pagination .nav_prev a,
205 .pagination .nav_next a {
206 background-repeat:no-repeat;
207 }
208 .pagination .nav_prev a {
209 background-image:url(../images/icons/twotone/green/arrow-left.gif);
210 background-position:0 45%;
211 }
212 .pagination .nav_next a {
213 background-image:url(../images/icons/twotone/green/arrow-right.gif);
214 background-position:100% 45%;
215 }
216
217
218
219 #home #intro #guide_steps li a {
220 border-color:#ccc;
221 color:#fff;
222 }
223 #home #intro #step_join-now a {
224 background-color:#f00;
225 }
226 #home #intro #step_start-a-group a {
227 background-color:#0f0;
228 }
229 #home #intro #step_create-a-community a {
230 background-color:#00f;
231 }
232