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