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