2009-04-12 11:08:55 +09:00
|
|
|
/* IE specific styles */
|
|
|
|
|
|
|
|
.notice-options input.submit {
|
|
|
|
color:#fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#site_nav_local_views a {
|
|
|
|
background-color:#ddffcc;
|
|
|
|
}
|
|
|
|
|
2009-07-24 00:01:42 +09:00
|
|
|
#form_notice .form_note + label {
|
|
|
|
position:absolute;
|
|
|
|
top:25px;
|
|
|
|
left:83%;
|
|
|
|
text-indent:-9999px;
|
|
|
|
height:16px;
|
|
|
|
width:16px;
|
|
|
|
display:block;
|
|
|
|
}
|
|
|
|
|
2009-04-12 11:08:55 +09:00
|
|
|
#aside_primary {
|
|
|
|
width:181px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#form_notice,
|
|
|
|
#anon_notice {
|
|
|
|
top:158px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#public #content,
|
|
|
|
#groups #content,
|
|
|
|
#publictagcloud #content,
|
|
|
|
#featured #content,
|
|
|
|
#favorited #content,
|
|
|
|
#all #content,
|
|
|
|
#replies #content,
|
|
|
|
#showstream #content,
|
|
|
|
#showfavorites #content,
|
|
|
|
#inbox #content,
|
|
|
|
#outbox #content,
|
|
|
|
#subscriptions #content,
|
|
|
|
#subscribers #content {
|
|
|
|
padding-top:138px;
|
|
|
|
}
|
2009-07-24 00:01:42 +09:00
|
|
|
|
|
|
|
.notice {
|
|
|
|
z-index:1;
|
|
|
|
}
|
|
|
|
.notice:hover {
|
|
|
|
z-index:9999;
|
|
|
|
}
|
|
|
|
.notice .thumbnail img {
|
|
|
|
z-index:9999;
|
|
|
|
}
|