gnu-social/plugins/MobileProfile/mp-screen.css

193 lines
2.5 KiB
CSS
Raw Normal View History

@import url(../../theme/base/css/display.css);
@import url(../../theme/identica/css/display.css);
#wrap {
min-width:0;
max-width:100%;
}
#header {
2009-10-09 16:34:57 +01:00
margin:0;
padding:2%;
width:96%;
}
address {
2009-10-09 16:34:57 +01:00
margin:4% 0 0 0;
}
address .vcard .photo {
margin-right:0;
}
2009-10-09 16:34:57 +01:00
address img + .fn {
display:block;
2009-10-09 17:18:47 +01:00
margin-top:8%;
2009-10-09 16:34:57 +01:00
width:100%;
}
.vcard .photo {
margin-right:7px;
}
#site_nav_global_primary {
2009-10-09 16:34:57 +01:00
margin:0;
width:100%;
list-style-type:none;
2009-10-09 16:34:57 +01:00
position:absolute;
top:0;
left:0;
}
#site_nav_global_primary li {
2009-10-09 16:34:57 +01:00
margin-left:0;
2009-10-09 17:18:47 +01:00
margin-right:2%;
2009-10-09 16:34:57 +01:00
float:left;
font-size:0.9em;
}
#form_notice {
width:100%;
}
2009-10-05 17:59:41 +01:00
#form_notice textarea {
2009-10-09 12:31:52 +01:00
width:60%;
height:20px;
2009-10-05 17:59:41 +01:00
}
#notice_text-count {
position:absolute;
bottom:2px;
2009-10-09 12:31:52 +01:00
right:40%;
2009-10-05 17:59:41 +01:00
z-index:9;
}
2009-10-09 16:34:57 +01:00
/*input type=file no good in
iPhone/iPod Touch, Android, Opera Mini Simulator
*/
#form_notice #notice_text-count + label,
2009-10-13 14:42:58 +01:00
#form_notice label[for="notice_data-attach"] {
display:none;
}
2009-10-09 12:31:52 +01:00
#form_notice #notice_data-attach {
2009-10-13 14:42:58 +01:00
top:auto;
bottom:0;
left:0;
right:auto;
opacity:1;
z-index:9;
width:65%;
2009-10-09 12:31:52 +01:00
}
#form_notice #notice_action-submit {
width:20%;
2009-10-13 14:42:58 +01:00
right:2%;
2009-10-09 12:31:52 +01:00
text-align:center;
2009-10-05 17:59:41 +01:00
}
#site_nav_local_views li {
2009-10-09 16:34:57 +01:00
margin-left:0;
margin-right:0;
}
#site_nav_local_views li:first-child {
margin-left:0;
}
#site_nav_local_views a {
2009-10-09 16:34:57 +01:00
padding:0;
display:block;
}
#site_nav_local_views .current a {
text-shadow:none;
}
#site_nav_local_views li {
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#content {
width:96.41%;
}
2009-10-09 17:18:47 +01:00
h1 {
margin-bottom:0;
}
.notice,
.profile {
padding-top:4px;
padding-bottom:4px;
}
.notice .entry-title {
2009-10-09 17:18:47 +01:00
}
.notice div.entry-content {
margin-left:0;
width:75%;
}
2009-10-09 13:28:38 +01:00
.notice-options {
2009-10-09 17:18:47 +01:00
width:70px;
2009-10-09 13:28:38 +01:00
margin-right:2%;
}
2009-10-09 17:18:47 +01:00
2009-10-13 14:42:58 +01:00
.entity_profile {
width:auto;
}
2009-10-13 15:56:58 +01:00
2009-10-13 14:42:58 +01:00
.entity_actions {
margin-right:0;
margin-left:0;
clear:both;
2009-10-13 15:56:58 +01:00
float:none;
2009-10-13 14:42:58 +01:00
width:auto;
max-width:9999px;
}
.entity_profile {
margin-bottom:7px;
2009-10-13 15:56:58 +01:00
min-height:0;
2009-10-13 14:42:58 +01:00
}
.entity_actions li {
float:left;
2009-10-13 15:56:58 +01:00
margin-right:1.5%;
margin-bottom:0;
2009-10-13 14:42:58 +01:00
}
2009-10-13 15:56:58 +01:00
.entity_profile .entity_fn,
.entity_profile .entity_nickname,
.entity_profile .entity_location,
.entity_profile .entity_url,
.entity_profile .entity_note,
.entity_profile .entity_tags,
.entity_profile .entity_aliases {
line-height:1.4;
}
.form_user_block input.submit,
.form_user_unblock input.submit,
.form_group_block input.submit,
.form_group_unblock input.submit,
.entity_send-a-message a,
.entity_edit a,
.form_user_nudge input.submit,
.entity_nudge p,
.form_make_admin input.submit {
}
.entity_profile .entity_depiction {
margin-bottom:2%;
}
2009-10-13 14:42:58 +01:00
2009-10-09 17:18:47 +01:00
#footer {
width:96%;
padding:2%;
}