]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/biz/css/display.css
Merge branch 'master' into testing
[quix0rs-gnu-social.git] / theme / biz / css / display.css
1 /** theme: biz
2  *
3  * @package   StatusNet
4  * @author Sarven Capadisli <csarven@status.net>
5  * @copyright 2009 StatusNet, Inc.
6  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
7  * @link      http://status.net/
8  */
9
10 @import url(base.css);
11
12 html {
13 background-color:#144A6E;
14 }
15 a:active {
16 background-color:#F4F7E7;
17 }
18 body {
19 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
20 font-size:1em;
21 background:#144A6E url(../images/illustrations/illu_pattern-01.png) repeat-x;
22 }
23
24 address {
25 margin-right:7.18%;
26 }
27
28 input, textarea, select, option {
29 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
30 }
31 input, textarea, select,
32 .entity_remote_subscribe {
33 border-color:#aaa;
34 }
35 #filter_tags ul li {
36 border-color:#ddd;
37 }
38
39 .form_settings input.form_action-primary {
40 background:none;
41 }
42
43 input.submit,
44 #form_notice.warning #notice_text-count,
45 .form_settings .form_note,
46 .entity_remote_subscribe {
47 background-color:#9BB43E;
48 }
49
50 input:focus, textarea:focus, select:focus,
51 #form_notice.warning #notice_data-text {
52 border-color:#9BB43E;
53 }
54 input.submit,
55 .entity_remote_subscribe,
56 #site_nav_local_views a {
57 color:#fff;
58 }
59
60 a,
61 #site_nav_local_views .current a,
62 div.notice-options input,
63 .form_user_block input.submit,
64 .form_user_unblock input.submit,
65 .entity_send-a-message a,
66 .form_user_nudge input.submit,
67 .entity_nudge p,
68 .form_settings input.form_action-primary {
69 color:#002E6E;
70 }
71
72 #header a,
73 #footer a {
74 color:#87B4C8;
75 }
76
77 .notice,
78 .profile {
79 border-top-color:#CEE1E9;
80 }
81 .section .profile {
82 border-top-color:#87B4C8;
83 }
84
85 #content .notice p.entry-content a:visited {
86 background-color:#fcfcfc;
87 }
88 #content .notice p.entry-content .vcard a {
89 background-color:#fcfffc;
90 }
91
92 .aside .section {
93 background-color:#F1F5F8;
94 background-position:100% 0;
95 background-image:url(../images/illustrations/illu_pattern-02.png);
96 background-repeat:no-repeat;
97 }
98
99 #notice_text-count {
100 color:#333;
101 }
102 #form_notice.warning #notice_text-count {
103 color:#000;
104 }
105 #form_notice label[for=notice_data-attach] {
106 background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no-repeat 0 45%;
107 }
108 #form_notice #notice_data-attach {
109 opacity:0;
110 }
111
112 #form_notice.processing #notice_action-submit {
113 background:#fff url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
114 cursor:wait;
115 text-indent:-9999px;
116 }
117
118 #content,
119 #site_nav_local_views a,
120 .aside .section {
121 border-color:#fff;
122 }
123 #content,
124 #site_nav_local_views .current a {
125 background-color:#fff;
126 }
127
128 #site_nav_local_views a {
129 background-color:rgba(135, 180, 200, 0.3);
130 }
131 #site_nav_local_views a:hover {
132 background-color:rgba(255, 255, 255, 0.7);
133 }
134
135 .error {
136 background-color:#F7E8E8;
137 }
138 .success {
139 background-color:#EFF3DC;
140 }
141
142 #anon_notice {
143 color:#fff;
144 }
145
146 #showstream #anon_notice {
147 }
148
149 #export_data li a {
150 background-repeat:no-repeat;
151 background-position:0 45%;
152 }
153 #export_data li a.rss {
154 background-image:url(../../base/images/icons/icon_rss.png);
155 }
156 #export_data li a.atom {
157 background-image:url(../../base/images/icons/icon_atom.png);
158 }
159 #export_data li a.foaf {
160 background-image:url(../../base/images/icons/icon_foaf.gif);
161 }
162
163 .entity_edit a,
164 .entity_send-a-message a,
165 .form_user_nudge input.submit,
166 .form_user_block input.submit,
167 .form_user_unblock input.submit,
168 .entity_nudge p {
169 background-position: 0 40%;
170 background-repeat: no-repeat;
171 background-color:transparent;
172 }
173 .form_group_join input.submit,
174 .form_group_leave input.submit
175 .form_user_subscribe input.submit,
176 .form_user_unsubscribe input.submit {
177 background-color:#9BB43E;
178 color:#fff;
179 }
180 .form_user_unsubscribe input.submit,
181 .form_group_leave input.submit,
182 .form_user_authorization input.reject {
183 background-color:#87B4C8;
184 }
185
186 .entity_edit a {
187 background-image:url(../../base/images/icons/twotone/green/edit.gif);
188 }
189 .entity_send-a-message a {
190 background-image:url(../../base/images/icons/twotone/green/quote.gif);
191 }
192 .entity_nudge p,
193 .form_user_nudge input.submit {
194 background-image:url(../../base/images/icons/twotone/green/mail.gif);
195 }
196 .form_user_block input.submit,
197 .form_user_unblock input.submit {
198 background-image:url(../../base/images/icons/twotone/green/shield.gif);
199 }
200
201 /* NOTICES */
202 .notices li.over {
203 background-color:#fcfcfc;
204 }
205
206 .notice-options .notice_reply a,
207 .notice-options form input.submit {
208 background-color:transparent;
209 }
210 .notice-options .notice_reply a {
211 background:transparent url(../../base/images/icons/twotone/green/reply.gif) no-repeat 0 45%;
212 }
213 .notice-options form.form_favor input.submit {
214 background:transparent url(../../base/images/icons/twotone/green/favourite.gif) no-repeat 0 45%;
215 }
216 .notice-options form.form_disfavor input.submit {
217 background:transparent url(../../base/images/icons/twotone/green/disfavourite.gif) no-repeat 0 45%;
218 }
219 .notice-options .notice_delete a {
220 background:transparent url(../../base/images/icons/twotone/green/trash.gif) no-repeat 0 45%;
221 }
222
223 .notices div.entry-content,
224 .notices div.notice-options {
225 opacity:0.4;
226 }
227 .notices li.hover div.entry-content,
228 .notices li.hover div.notice-options {
229 opacity:1;
230 }
231 div.entry-content {
232 color:#333;
233 }
234 div.notice-options a,
235 div.notice-options input {
236 font-family:sans-serif;
237 }
238 .notices li.hover {
239 background-color:#fcfcfc;
240 }
241 /*END: NOTICES */
242
243 #new_group a {
244 background:transparent url(../../base/images/icons/twotone/green/news.gif) no-repeat 0 45%;
245 }
246
247 .pagination .nav_prev a,
248 .pagination .nav_next a {
249 background-repeat:no-repeat;
250 border-color:#CEE1E9;
251 }
252 .pagination .nav_prev a {
253 background-image:url(../../base/images/icons/twotone/green/arrow-left.gif);
254 background-position:10% 45%;
255 }
256 .pagination .nav_next a {
257 background-image:url(../../base/images/icons/twotone/green/arrow-right.gif);
258 background-position:90% 45%;
259 }