]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/default/css/display.css
5eff5842a74d137b70c22a5d7fa15b6627734ba0
[quix0rs-gnu-social.git] / theme / default / css / display.css
1 /** theme: default
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/display.css);
11
12 body,
13 a:active {
14 background-color:#CEE1E9;
15 }
16 body {
17 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
18 font-size:1em;
19 }
20 address {
21 margin-right:5.7%;
22 }
23
24 input, textarea, select, option {
25 font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
26 }
27 input, textarea, select,
28 .entity_remote_subscribe {
29 border-color:#AAAAAA;
30 }
31 #filter_tags ul li {
32 border-color:#DDDDDD;
33 }
34
35 .form_settings input.form_action-primary {
36 background:none;
37 }
38
39 input.submit,
40 .form_notice.warning #notice_text-count,
41 .form_settings .form_note,
42 .entity_remote_subscribe {
43 background-color:#9BB43E;
44 }
45
46 input:focus, textarea:focus, select:focus,
47 .form_notice.warning #notice_data-text {
48 border-color:#9BB43E;
49 box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
50 -moz-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
51 -webkit-box-shadow:3px 3px 3px rgba(194, 194, 194, 0.3);
52 }
53 input.submit,
54 .entity_remote_subscribe {
55 color:#FFFFFF;
56 }
57
58 a,
59 div.notice-options input,
60 .form_user_block input.submit,
61 .form_user_unblock input.submit,
62 .form_group_block input.submit,
63 .form_group_unblock input.submit,
64 .entity_send-a-message a,
65 .form_user_nudge input.submit,
66 .entity_nudge p,
67 .form_settings input.form_action-primary,
68 .form_make_admin input.submit {
69 color:#002FA7;
70 }
71
72 .notice,
73 .profile {
74 border-top-color:#C8D1D5;
75 }
76 .section .profile {
77 border-top-color:#87B4C8;
78 }
79
80 #aside_primary {
81 background-color:#C8D1D5;
82 }
83
84 #notice_text-count {
85 color:#333333;
86 }
87 .form_notice.warning #notice_text-count {
88 color:#000000;
89 }
90 .form_notice label[for=notice_data-attach] {
91 background:transparent url(../../base/images/icons/icons-01.png) no-repeat 0 -328px;
92 }
93 .form_notice #notice_data-attach {
94 opacity:0;
95 }
96
97 #wrap form.processing input.submit {
98 background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
99 cursor:wait;
100 text-indent:-9999px;
101 outline:none;
102 }
103
104 #content {
105 box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
106 -moz-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
107 -webkit-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
108 }
109 #content,
110 #site_nav_local_views a,
111 #aside_primary {
112 border-color:transparent;
113 }
114 #content,
115 #site_nav_local_views .current a {
116 background-color:#FFFFFF;
117 }
118
119 #site_nav_local_views li {
120 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
121 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
122 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
123 }
124 #site_nav_local_views a {
125 background-color:rgba(194, 194, 194, 0.5);
126 }
127 #site_nav_local_views a:hover {
128 background-color:rgba(255, 255, 255, 0.7);
129 }
130 #site_nav_local_views .current a {
131 text-shadow: rgba(194,194,194,0.5) 1px 1px 1px;
132 }
133
134 .error {
135 background-color:#F7E8E8;
136 }
137 .success {
138 background-color:#EFF3DC;
139 }
140
141 #anon_notice {
142 background-color:#87B4C8;
143 color:#FFFFFF;
144 border-color:#FFFFFF;
145 }
146
147 #showstream #anon_notice {
148 background-color:#9BB43E;
149 }
150
151 #export_data li a {
152 background-repeat:no-repeat;
153 }
154 #export_data li a.rss {
155 background-image:url(../../base/images/icons/icons-01.png);
156 background-position:0 -130px;
157 }
158 #export_data li a.atom {
159 background-image:url(../../base/images/icons/icons-01.png);
160 background-position:0 -64px;
161 }
162 #export_data li a.foaf {
163 background-image:url(../../base/images/icons/icons-01.png);
164 background-position:0 1px;
165 }
166
167 .entity_edit a,
168 .entity_send-a-message a,
169 .form_user_nudge input.submit,
170 .form_user_block input.submit,
171 .form_user_unblock input.submit,
172 .form_group_block input.submit,
173 .form_group_unblock input.submit,
174 .entity_nudge p,
175 .form_make_admin input.submit {
176 background-repeat: no-repeat;
177 background-color:transparent;
178 }
179 .form_group_join input.submit,
180 .form_group_leave input.submit
181 .form_user_subscribe input.submit,
182 .form_user_unsubscribe input.submit {
183 background-color:#9BB43E;
184 color:#FFFFFF;
185 }
186 .form_user_unsubscribe input.submit,
187 .form_group_leave input.submit,
188 .form_user_authorization input.reject {
189 background-color:#87B4C8;
190 }
191
192 .entity_edit a {
193 background-image:url(../../base/images/icons/icons-01.png);
194 background-position: 0 -718px;
195 }
196 .entity_send-a-message a {
197 background-image:url(../../base/images/icons/icons-01.png);
198 background-position: 0 -849px;
199 }
200 .entity_nudge p,
201 .form_user_nudge input.submit {
202 background-image:url(../../base/images/icons/icons-01.png);
203 background-position: 0 -785px;
204 }
205 .form_user_block input.submit,
206 .form_user_unblock input.submit,
207 .form_group_block input.submit,
208 .form_group_unblock input.submit {
209 background-image:url(../../base/images/icons/icons-01.png);
210 background-position: 0 -918px;
211 }
212 .form_make_admin input.submit {
213 background-image:url(../../base/images/icons/icons-01.png);
214 background-position: 0 -983px;
215 }
216
217 /* NOTICES */
218 .notice .attachment {
219 background:transparent url(../../base/images/icons/icons-01.png) no-repeat 0 -394px;
220 }
221 #attachments .attachment {
222 background:none;
223 }
224 .notice-options .notice_reply {
225 background:transparent url(../../base/images/icons/icons-01.png) no-repeat 0 -589px;
226 }
227 .notice-options form.form_favor input.submit {
228 background:transparent url(../../base/images/icons/icons-01.png) no-repeat 0 -457px;
229 }
230 .notice-options form.form_disfavor input.submit {
231 background:transparent url(../../base/images/icons/icons-01.png) no-repeat 0 -523px;
232 }
233 .notice-options .notice_delete {
234 background:transparent url(../../base/images/icons/icons-01.png) no-repeat 0 -655px;
235 }
236
237 .notices div.entry-content,
238 .notices div.notice-options {
239 opacity:0.4;
240 }
241 .notices li:hover div.entry-content,
242 .notices li:hover div.notice-options {
243 opacity:1;
244 }
245 div.notice-options a,
246 div.notice-options input {
247 font-family:sans-serif;
248 }
249 #content .notices li:hover {
250 background-color:rgba(240, 240, 240, 0.2);
251 }
252 #conversation .notices li:hover {
253 background-color:transparent;
254 }
255
256 .notices .notices {
257 background-color:rgba(200, 200, 200, 0.050);
258 }
259 .notices .notices .notices {
260 background-color:rgba(200, 200, 200, 0.100);
261 }
262 .notices .notices .notices .notices {
263 background-color:rgba(200, 200, 200, 0.150);
264 }
265 .notices .notices .notices .notices .notices {
266 background-color:rgba(200, 200, 200, 0.300);
267 }
268 /*END: NOTICES */
269
270 #new_group a {
271 background:transparent url(../../base/images/icons/icons-01.png) no-repeat 0 -1054px;
272 }
273
274 .pagination .nav_prev a,
275 .pagination .nav_next a {
276 background-repeat:no-repeat;
277 border-color:#C8D1D5;
278 }
279 .pagination .nav_prev a {
280 background-image:url(../../base/images/icons/icons-01.png);
281 background-position:10% -187px;
282 }
283 .pagination .nav_next a {
284 background-image:url(../../base/images/icons/icons-01.png);
285 background-position:105% -252px;
286 }