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