135 lines
1.6 KiB
CSS
135 lines
1.6 KiB
CSS
@import url(../../theme/base/css/display.css);
|
|
@import url(../../theme/identica/css/display.css);
|
|
|
|
#wrap {
|
|
min-width:0;
|
|
max-width:100%;
|
|
}
|
|
|
|
#header {
|
|
margin:0;
|
|
padding:2%;
|
|
width:96%;
|
|
}
|
|
|
|
address {
|
|
margin:4% 0 0 0;
|
|
}
|
|
address .vcard .photo {
|
|
margin-right:0;
|
|
}
|
|
|
|
address img + .fn {
|
|
display:block;
|
|
margin-top:8%;
|
|
width:100%;
|
|
}
|
|
|
|
.vcard .photo {
|
|
margin-right:7px;
|
|
}
|
|
|
|
|
|
#site_nav_global_primary {
|
|
margin:0;
|
|
width:100%;
|
|
list-style-type:none;
|
|
position:absolute;
|
|
top:0;
|
|
left:0;
|
|
}
|
|
#site_nav_global_primary li {
|
|
margin-left:0;
|
|
margin-right:2%;
|
|
float:left;
|
|
font-size:0.9em;
|
|
}
|
|
|
|
|
|
#form_notice {
|
|
width:100%;
|
|
}
|
|
|
|
#form_notice textarea {
|
|
width:60%;
|
|
height:20px;
|
|
}
|
|
|
|
#notice_text-count {
|
|
position:absolute;
|
|
bottom:2px;
|
|
right:40%;
|
|
z-index:9;
|
|
}
|
|
|
|
/*input type=file no good in
|
|
iPhone/iPod Touch, Android, Opera Mini Simulator
|
|
*/
|
|
#form_notice #notice_text-count + label,
|
|
#form_notice label[for="notice_data-attach"],
|
|
#form_notice #notice_data-attach {
|
|
top:0;
|
|
/*right:28%; Looks good but no good in iDevice, Android*/
|
|
right:40%;
|
|
}
|
|
|
|
#form_notice #notice_action-submit {
|
|
width:20%;
|
|
right:4%;
|
|
text-align:center;
|
|
}
|
|
|
|
|
|
#site_nav_local_views li {
|
|
margin-left:0;
|
|
margin-right:0;
|
|
}
|
|
#site_nav_local_views li:first-child {
|
|
margin-left:0;
|
|
}
|
|
#site_nav_local_views a {
|
|
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%;
|
|
}
|
|
|
|
h1 {
|
|
margin-bottom:0;
|
|
}
|
|
|
|
.notice,
|
|
.profile {
|
|
padding-top:4px;
|
|
padding-bottom:4px;
|
|
}
|
|
.notice .entry-title {
|
|
|
|
}
|
|
.notice div.entry-content {
|
|
margin-left:0;
|
|
width:75%;
|
|
}
|
|
.notice-options {
|
|
width:70px;
|
|
margin-right:2%;
|
|
}
|
|
|
|
|
|
#footer {
|
|
width:96%;
|
|
padding:2%;
|
|
}
|
|
|