]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/MobileProfile/mp-screen.css
Merge branch 'fixes/private_scope_on_tags' into social-master
[quix0rs-gnu-social.git] / plugins / MobileProfile / mp-screen.css
1 #wrap {
2     margin: 0;
3     padding: 0;
4     min-width:0;
5     max-width:100%;
6     width: auto;
7     border: none;
8 }
9
10 #header {
11     width: 100%;
12 }
13
14 address {
15     margin: 1px 0 0;
16     height: 24px;
17 }
18
19 address img {
20     float: left;
21     background: #fff;
22     padding: 2px 2px 2px 6px;
23 }
24
25 address img + .fn {
26     display:block;
27     margin-top: 8px;
28     clear: left;
29     float: left;
30     color: #000;
31     margin-left: 6px;
32 }
33
34 #site_nav_global_primary {
35     width: 100%;
36     padding: 2px 0;
37     height: auto;
38     left:0;
39 }
40
41 #site_nav_global_primary li {
42     margin-right: 4px;
43 }
44
45 #site_nav_global_primary li:last-child {
46     margin-right: 0px;
47 }
48
49 #site_nav_global_primary a {
50     padding: 2px 4px;
51 }
52
53 #core {
54     width: 100%;
55     border-left: none;
56     border-right: none;
57 }
58
59 #aside_primary_wrapper {
60     background: none;
61 }    
62
63 #content_wrapper {  
64     right: 0px;
65     border: none;
66 }  
67
68 #site_nav_local_views_wrapper {  
69     right: 0px;
70     border: none;
71 }  
72
73 #navtoggle {
74     float: right;
75     padding: 2px 6px;
76     text-decoration: none;
77 }
78
79 #site_nav_local_views {
80     margin-bottom: 0px;
81     padding: 10px 0px 10px 6px;
82     left: 0px;
83     width: 100%;
84     display: none;
85 }
86
87 #site_nav_local_views h3 {
88     font-size: 1em;
89     margin-bottom: 0px;
90 }
91
92 #site_nav_local_views li {
93     margin: 0 6px 0 0;
94     clear: left;
95 }
96
97 #site_nav_local_views li li {
98     float: left;
99     clear: none;
100     margin: 0 10px 6px 0;
101 }
102
103 #login #site_nav_local_views, #register #site_nav_local_views, #openidlogin #site_nav_local_views {
104     display: block;
105     margin-top: 25px;
106 }
107
108 #login #navtoggle, #register #navtoggle, #openidlogin #navtoggle {
109     display: none;
110 }
111
112 #login #site_nav_local_views li, #register #site_nav_local_views li, #openidlogin #site_nav_local_views li {
113     float: left;
114     clear: none;
115     margin: 0 10px 6px 0;
116 }
117
118 #content {
119     width: 96%;
120     padding: 10px 2%;
121     min-height: auto;
122     left: 0px;
123 }
124
125 #content h1 {
126     clear: left;
127 }
128
129 #footer {
130     width: auto;
131     padding: 10px 4px 4px 4px;
132 }
133
134 .input_forms { 
135     width: 102%;
136     left: -2%;
137     padding-left: 2%;
138 }
139
140 #input_form_nav li a {
141     margin-right: 6px;
142 }
143
144 .input_form {
145     clear: left;
146     width: 100%;
147     padding-bottom: 0px;
148 }
149
150 #input_form_status, #input_form_direct {
151     padding-bottom: 40px;
152 }
153
154 .form_notice_placeholder .placeholder {
155     width: 290px;
156     margin-bottom: 20px;
157 }
158
159 .form_notice {
160     float: left;
161     width: 300px;
162     padding: 4px 0px;
163 }
164
165 #form_notice-direct.form_notice {
166     padding-top: 0px;
167 }
168
169 .form_notice textarea, #form_notice-direct.form_notice textarea {
170     width: 292px;
171     height: 36px;
172     padding: 4px 4px 16px 4px;
173     font-size: 1em;
174 }
175
176 .form_notice .count {
177     position: absolute;
178     top: 46px;
179     left: 278px;
180 }
181
182 #form_notice-direct.form_notice .count {
183     top: 76px;
184     left: 278px;
185 }
186
187 .form_notice .error,
188 .form_notice .success,
189 .form_notice .notice-status {
190     width: 285px; 
191 }
192
193
194 /*input type=file no good in
195 iPhone/iPod Touch, Android, Opera Mini Simulator
196 */
197
198 .form_notice .notice_data-attach, .form_notice .notice_data-geo_wrap label, .form_notice .notice_data-geo_wrap input {
199     display:none;
200 }
201
202 .checkbox-wrapper {
203     margin-left: 0px;
204     clear: left;
205     float: left;
206     width: 200px;
207     z-index: 2;
208 }
209
210 .form_notice .checkbox-wrapper {
211     margin-left: 0px;
212 }
213
214 .checkbox-wrapper label.checkbox {
215     display: none !important;
216 }
217
218 .checkbox-wrapper #notice_private {
219     display: inline;
220     margin-top: 10px;
221     margin-left: 20px;
222 }
223
224 .form_notice .checkbox-wrapper #notice_private {
225     margin-left: 0px;
226 }
227
228 .checkbox-wrapper:before {
229     content: "Send privately?";
230 }
231
232 .input_form .form_settings fieldset fieldset {
233     width: 300px;
234 }
235
236 .input_form .form_settings label {
237     display: inline;
238 }
239
240 label[for=blog-entry-content] {
241     display: none !important;
242 }
243
244 .input_form .form_settings li input {
245     width: 292px;
246 }
247
248 .input_form .form_settings li textarea {
249     width: 292px;
250 }
251
252 .bookmarkform-thumbnail {
253     display: none;
254 }
255
256 .input_form .form_settings .submit {
257     margin: 10px 0;
258     clear: left;
259     float: left;
260 }
261
262 .form_notice input.submit {
263     margin-top: -45px;
264     width: 80px;
265 }
266
267 #form_notice-direct.form_notice #notice_action-submit {
268     top: 148px;
269 }
270
271 .threaded-replies {
272     width: 80%;
273 }
274
275 #content .notice .threaded-replies .notice {
276     width: 95%;
277 }
278
279 .threaded-replies .placeholder {
280     margin: 10px;
281     width: 92%;
282 }
283
284 .threaded-replies .form_notice {
285     margin-bottom: 10px;
286 }
287
288 .threaded-replies .form_notice textarea {
289     width: 220px;
290 }
291
292 .threaded-replies .form_notice .count {
293     left: 215px;
294     top: 55px;
295 }
296
297 .threaded-replies .form_notice #notice_action-submit {
298     position: relative;
299     top: 0;
300     bottom: 0px;
301     left: 0;
302     margin-top: 10px;
303 }
304
305 .threaded-replies .form_notice .error,
306 .threaded-replies .form_notice .success,
307 .threaded-replies .form_notice .notice-status {
308     width: 210px; 
309 }
310
311 .form_settings fieldset {
312     margin-bottom: 7px;
313 }
314
315 .form_settings label {
316     width: auto;
317     display: block;
318     text-align: left;
319 }
320
321 .form_settings .form_data li {
322     margin-bottom: 10px;
323 }
324
325 .form_settings .form_data textarea,
326 .form_settings .form_data select, 
327 .form_settings .form_data input {
328     margin-left: 0;
329 }
330
331 .form_settings .form_data textarea {
332     width: 98%;
333 }
334
335 .form_settings .form_data label {
336     float: none;
337 }
338
339 .form_settings .form_data p.form_guide {
340     margin-left: 0;
341 }
342
343 .form_settings input.checkbox, .form_settings input.radio {
344     left: 0px;
345 }
346
347 .form_settings label.checkbox, .form_settings label.radio {
348     left: -10px;
349 }
350
351 .notice .addressees:before {
352     content: '\003E';
353 }