]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - theme/default/css/display.css
Make statuses/home_timeline return the same thing as statuses/friends_timeline to...
[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:7.2%;
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/twotone/green/clip-01.gif) no-repeat 0 45%;
92 }
93 #form_notice #notice_data-attach {
94 opacity:0;
95 }
96
97 #form_notice.processing #notice_action-submit {
98 background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
99 cursor:wait;
100 text-indent:-9999px;
101 }
102
103 #content {
104 box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
105 -moz-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
106 -webkit-box-shadow:5px 7px 7px rgba(194, 194, 194, 0.3);
107 }
108 #content,
109 #site_nav_local_views a,
110 #aside_primary {
111 border-color:transparent;
112 }
113 #content,
114 #site_nav_local_views .current a {
115 background-color:#FFFFFF;
116 }
117
118 #site_nav_local_views li {
119 box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
120 -moz-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
121 -webkit-box-shadow:3px 7px 5px rgba(194, 194, 194, 0.5);
122 }
123 #site_nav_local_views a {
124 background-color:rgba(194, 194, 194, 0.5);
125 }
126 #site_nav_local_views a:hover {
127 background-color:rgba(255, 255, 255, 0.7);
128 }
129 #site_nav_local_views .current a {
130 text-shadow: rgba(194,194,194,0.5) 1px 1px 1px;
131 }
132
133 .error {
134 background-color:#F7E8E8;
135 }
136 .success {
137 background-color:#EFF3DC;
138 }
139
140 #anon_notice {
141 background-color:#87B4C8;
142 color:#FFFFFF;
143 border-color:#FFFFFF;
144 }
145
146 #showstream #anon_notice {
147 background-color:#9BB43E;
148 }
149
150 #export_data li a {
151 background-repeat:no-repeat;
152 background-position:0 45%;
153 }
154 #export_data li a.rss {
155 background-image:url(../../base/images/icons/icon_rss.png);
156 }
157 #export_data li a.atom {
158 background-image:url(../../base/images/icons/icon_atom.png);
159 }
160 #export_data li a.foaf {
161 background-image:url(../../base/images/icons/icon_foaf.gif);
162 }
163
164 .entity_edit a,
165 .entity_send-a-message a,
166 .form_user_nudge input.submit,
167 .form_user_block input.submit,
168 .form_user_unblock input.submit,
169 .form_group_block input.submit,
170 .form_group_unblock input.submit,
171 .entity_nudge p,
172 .form_make_admin input.submit {
173 background-position: 0 40%;
174 background-repeat: no-repeat;
175 background-color:transparent;
176 }
177 .form_group_join input.submit,
178 .form_group_leave input.submit
179 .form_user_subscribe input.submit,
180 .form_user_unsubscribe input.submit {
181 background-color:#9BB43E;
182 color:#FFFFFF;
183 }
184 .form_user_unsubscribe input.submit,
185 .form_group_leave input.submit,
186 .form_user_authorization input.reject {
187 background-color:#87B4C8;
188 }
189
190 .entity_edit a {
191 background-image:url(../../base/images/icons/twotone/green/edit.gif);
192 }
193 .entity_send-a-message a {
194 background-image:url(../../base/images/icons/twotone/green/quote.gif);
195 }
196 .entity_nudge p,
197 .form_user_nudge input.submit {
198 background-image:url(../../base/images/icons/twotone/green/mail.gif);
199 }
200 .form_user_block input.submit,
201 .form_user_unblock input.submit,
202 .form_group_block input.submit,
203 .form_group_unblock input.submit {
204 background-image:url(../../base/images/icons/twotone/green/shield.gif);
205 }
206 .form_make_admin input.submit {
207 background-image:url(../../base/images/icons/twotone/green/admin.gif);
208 }
209
210 /* NOTICES */
211 .notice .attachment {
212 background:transparent url(../../base/images/icons/twotone/green/clip-02.gif) no-repeat 0 45%;
213 }
214 #attachments .attachment {
215 background:none;
216 }
217 .notice-options .notice_reply {
218 background:transparent url(../../base/images/icons/twotone/green/reply.gif) no-repeat 0 45%;
219 }
220 .notice-options form.form_favor input.submit {
221 background:transparent url(../../base/images/icons/twotone/green/favourite.gif) no-repeat 0 45%;
222 }
223 .notice-options form.form_disfavor input.submit {
224 background:transparent url(../../base/images/icons/twotone/green/disfavourite.gif) no-repeat 0 45%;
225 }
226 .notice-options form.form_favor.processing input.submit,
227 .notice-options form.form_disfavor.processing input.submit {
228 background:transparent url(../../base/images/icons/icon_processing.gif) no-repeat 0 45%;
229 }
230 .notice-options .notice_delete {
231 background:transparent url(../../base/images/icons/twotone/green/trash.gif) no-repeat 0 45%;
232 }
233
234 .notices div.entry-content,
235 .notices div.notice-options {
236 opacity:0.4;
237 }
238 .notices li:hover div.entry-content,
239 .notices li:hover div.notice-options {
240 opacity:1;
241 }
242 div.notice-options a,
243 div.notice-options input {
244 font-family:sans-serif;
245 }
246 #content .notices li:hover {
247 background-color:rgba(240, 240, 240, 0.2);
248 }
249 #conversation .notices li:hover {
250 background-color:transparent;
251 }
252
253 .notices .notices {
254 background-color:rgba(200, 200, 200, 0.050);
255 }
256 .notices .notices .notices {
257 background-color:rgba(200, 200, 200, 0.100);
258 }
259 .notices .notices .notices .notices {
260 background-color:rgba(200, 200, 200, 0.150);
261 }
262 .notices .notices .notices .notices .notices {
263 background-color:rgba(200, 200, 200, 0.300);
264 }
265 /*END: NOTICES */
266
267 #new_group a {
268 background:transparent url(../../base/images/icons/twotone/green/news.gif) no-repeat 0 45%;
269 }
270
271 .pagination .nav_prev a,
272 .pagination .nav_next a {
273 background-repeat:no-repeat;
274 border-color:#C8D1D5;
275 }
276 .pagination .nav_prev a {
277 background-image:url(../../base/images/icons/twotone/green/arrow-left.gif);
278 background-position:10% 45%;
279 }
280 .pagination .nav_next a {
281 background-image:url(../../base/images/icons/twotone/green/arrow-right.gif);
282 background-position:90% 45%;
283 }