]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/MobileProfile/mp-screen.css
fa94275f44a2ed40ba00d44d70b768ceb44b4378
[quix0rs-gnu-social.git] / plugins / MobileProfile / mp-screen.css
1 /** theme: mobile profile screen
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(../../theme/base/css/display.css);
11 @import url(../../theme/identica/css/display.css);
12
13 #wrap {
14 min-width:0;
15 max-width:100%;
16 }
17
18 #header {
19 margin:0;
20 padding:0.7em 2%;
21 width:96%;
22 }
23
24 address {
25 margin:1em 0 0 0;
26 float:left;
27 width:100%;
28 }
29 address .vcard .photo {
30 margin-right:0;
31 }
32
33 address img + .fn {
34 display:block;
35 margin-top:1em;
36 float:left;
37 }
38
39 .vcard .photo {
40 margin-right:7px;
41 }
42
43
44 .form_settings fieldset {
45 margin-bottom:7px;
46 }
47
48 .form_settings label {
49 width:auto;
50 display:block;
51 float:none;
52 }
53 .form_settings .form_data li {
54 margin-bottom:7px;
55 }
56
57 .form_settings .form_data textarea,
58 .form_settings .form_data select, 
59 .form_settings .form_data input {
60 margin-left:0;
61 display:block;
62 }
63 .form_settings .form_data textarea {
64 width:96.41%;
65 }
66
67 .form_settings .form_data label {
68 float:none;
69 }
70
71 .form_settings .form_data p.form_guide {
72 width:auto;
73 margin-left:0;
74 }
75
76
77
78 #site_nav_global_primary {
79 margin:0;
80 width:100%;
81 list-style-type:none;
82 position:absolute;
83 top:0;
84 left:0;
85 }
86 #site_nav_global_primary li {
87 margin-left:0;
88 margin-right:4%;
89 float:left;
90 font-size:0.9em;
91 }
92
93
94 #form_notice {
95 width:100%;
96 }
97
98 #form_notice textarea {
99 width:60%;
100 height:20px;
101 }
102
103 #notice_text-count {
104 position:absolute;
105 bottom:2px;
106 right:40%;
107 z-index:9;
108 }
109
110 /*input type=file no good in
111 iPhone/iPod Touch, Android, Opera Mini Simulator
112 */
113 #form_notice #notice_text-count + label,
114 #form_notice label[for="notice_data-attach"] {
115 display:none;
116 }
117 #form_notice #notice_data-attach {
118 top:auto;
119 bottom:0;
120 left:0;
121 right:auto;
122 opacity:1;
123 z-index:9;
124 width:65%;
125 }
126
127 #form_notice #notice_action-submit {
128 width:20%;
129 right:2%;
130 text-align:center;
131 }
132
133
134 #site_nav_local_views li {
135 margin-left:0;
136 margin-right:0;
137 }
138 #site_nav_local_views li:first-child {
139 margin-left:0;
140 }
141 #site_nav_local_views a {
142 padding:1px 3px;
143 display:block;
144 font-size:0.9em;
145 }
146 #site_nav_local_views .current a {
147 text-shadow:none;
148 }
149 #site_nav_local_views li {
150 -moz-box-shadow:none;
151 -webkit-box-shadow:none;
152 box-shadow:none;
153 }
154
155
156 #content {
157 width:96.41%;
158 min-height:auto;
159 }
160 #content, 
161 #site_nav_local_views a, 
162 #aside_primary {
163 border:0;
164 }
165
166 .instructions p, 
167 .instructions ul {
168 margin-bottom:4px;
169 }
170
171 h1 {
172 margin-bottom:0;
173 }
174
175 .notice,
176 .profile {
177 padding-top:4px;
178 padding-bottom:4px;
179 }
180 .notice div.entry-content {
181 margin-left:0;
182 width:65%;
183 }
184 .notice-options {
185 width:30%;
186 margin-right:2%;
187 }
188
189 .notice-options form {
190 width:16px;
191 height:16px;
192 }
193 .notice-options a,
194 .notice-options input {
195 box-shadow:none;
196 -moz-box-shadow:none;
197 -webkit-box-shadow:none;
198 }
199
200 .entity_profile {
201 width:auto;
202 }
203
204 .entity_actions {
205 margin-right:0;
206 margin-left:0;
207 clear:both;
208 float:none;
209 width:100%;
210 max-width:9999px;
211 }
212
213 .entity_profile {
214 margin-bottom:7px;
215 min-height:0;
216 }
217
218 .entity_profile .entity_fn, 
219 .entity_profile .entity_nickname, 
220 .entity_profile .entity_location, 
221 .entity_profile .entity_url, 
222 .entity_profile .entity_note, 
223 .entity_profile .entity_tags, 
224 .entity_profile .entity_aliases {
225 line-height:1.4;
226 margin-left:0;
227 }
228
229 .entity_profile .entity_depiction {
230 margin-bottom:1%;
231 margin-right:7px;
232 }
233
234 .entity_actions {
235 margin-bottom:1%;
236 float:left;
237 width:100%;
238 }
239
240 .entity_actions li {
241 float:left;
242 margin-right:1.5%;
243 margin-bottom:0;
244 height:29px;
245 width:40%;
246 }
247
248 .user_in .entity_actions .entity_subscribe {
249 margin-bottom:47px;
250 width:auto;
251 height:auto;
252 margin-right:5%;
253 }
254
255 #footer {
256 width:96%;
257 padding:2%;
258 }
259