2009-10-04 17:26:04 +01:00
|
|
|
@import url(../../theme/base/css/display.css);
|
2009-10-04 17:33:52 +01:00
|
|
|
@import url(../../theme/identica/css/display.css);
|
2009-10-05 12:04:32 +01:00
|
|
|
|
|
|
|
#wrap {
|
|
|
|
min-width:0;
|
|
|
|
max-width:100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header {
|
2009-10-09 12:31:52 +01:00
|
|
|
margin:2% 4% 4% 2%;
|
2009-10-05 12:04:32 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
address {
|
2009-10-09 12:31:52 +01:00
|
|
|
margin:0 2% 0;
|
2009-10-05 12:04:32 +01:00
|
|
|
}
|
|
|
|
address .vcard .photo {
|
|
|
|
margin-right:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#site_nav_global_primary {
|
|
|
|
margin-right:0;
|
|
|
|
width:35%;
|
|
|
|
list-style-type:none;
|
|
|
|
}
|
|
|
|
#site_nav_global_primary li {
|
|
|
|
margin-left:3%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#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 12:31:52 +01:00
|
|
|
#form_notice label[for="notice_data-attach"],
|
|
|
|
#form_notice #notice_data-attach {
|
|
|
|
top:0;
|
|
|
|
right:28%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#form_notice #notice_action-submit {
|
|
|
|
width:20%;
|
|
|
|
right:4%;
|
|
|
|
text-align:center;
|
2009-10-05 17:59:41 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2009-10-05 12:04:32 +01:00
|
|
|
#site_nav_local_views li {
|
|
|
|
margin-left:1px;
|
|
|
|
margin-right:0;
|
|
|
|
}
|
|
|
|
#site_nav_local_views li:first-child {
|
|
|
|
margin-left:0;
|
|
|
|
}
|
|
|
|
#site_nav_local_views a {
|
|
|
|
padding:0 3%;
|
|
|
|
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 13:28:38 +01:00
|
|
|
.notice-options {
|
|
|
|
width:90px;
|
|
|
|
margin-right:2%;
|
|
|
|
}
|
|
|
|
|