]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/MobileProfile/mp-screen.css
7bab15141d3d943c78a0e5225b6a714dce552906
[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:4% 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 #site_nav_global_primary {
34 margin:0;
35 width:100%;
36 list-style-type:none;
37 position:absolute;
38 top:0;
39 left:0;
40 }
41 #site_nav_global_primary li {
42 margin-left:0;
43 margin-right:2%;
44 float:left;
45 font-size:0.9em;
46 }
47
48
49 #form_notice {
50 width:100%;
51 }
52
53 #form_notice textarea {
54 width:60%;
55 height:20px;
56 }
57
58 #notice_text-count {
59 position:absolute;
60 bottom:2px;
61 right:40%;
62 z-index:9;
63 }
64
65 /*input type=file no good in
66 iPhone/iPod Touch, Android, Opera Mini Simulator
67 */
68 #form_notice #notice_text-count + label,
69 #form_notice label[for="notice_data-attach"] {
70 display:none;
71 }
72 #form_notice #notice_data-attach {
73 top:auto;
74 bottom:0;
75 left:0;
76 right:auto;
77 opacity:1;
78 z-index:9;
79 width:65%;
80 }
81
82 #form_notice #notice_action-submit {
83 width:20%;
84 right:2%;
85 text-align:center;
86 }
87
88
89 #site_nav_local_views li {
90 margin-left:0;
91 margin-right:0;
92 }
93 #site_nav_local_views li:first-child {
94 margin-left:0;
95 }
96 #site_nav_local_views a {
97 padding:0;
98 display:block;
99 }
100 #site_nav_local_views .current a {
101 text-shadow:none;
102 }
103 #site_nav_local_views li {
104 -moz-box-shadow:none;
105 -webkit-box-shadow:none;
106 box-shadow:none;
107 }
108
109
110 #content {
111 width:96.41%;
112 }
113
114 h1 {
115 margin-bottom:0;
116 }
117
118 .notice,
119 .profile {
120 padding-top:4px;
121 padding-bottom:4px;
122 }
123 .notice .entry-title {
124
125 }
126 .notice div.entry-content {
127 margin-left:0;
128 width:75%;
129 }
130 .notice-options {
131 width:70px;
132 margin-right:2%;
133 }
134
135
136
137 .entity_profile {
138 width:auto;
139 }
140 .entity_actions {
141 margin-right:0;
142 margin-left:0;
143 clear:both;
144 float:left;
145 width:auto;
146 max-width:9999px;
147 }
148
149 .entity_profile {
150 margin-bottom:7px;
151 }
152
153 .entity_actions li {
154 float:left;
155 margin-right:2%;
156 }
157
158
159 #footer {
160 width:96%;
161 padding:2%;
162 }
163