あしかを使わないとはいえ、あしかのデザインが放置気味だったので、綺麗に修正。
これから、下へ
うん。綺麗だ。
/* アシカのページが放置状態で"ダザイ"ので修正 by Dark-matter 多分、ややこし方法でCSSをいじるので詳しい人以外さわらないでください。 */ #hatena-group-task .day .body{ width: 760px; margin: 0px auto; } #hatena-group-task #for-keyword + .day .body a{ display:block; padding-left: 10px; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-width: 1px; border-style: solid; border-color: rgb(238, 238, 238) rgb(204, 204, 204) rgb(204, 204, 204) rgb(221, 221, 221); -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; border-radius: 3px 3px 3px 3px; margin: 0px !important; background: none repeat scroll 0% 0% rgb(255, 249, 229); } #hatena-group-task #for-keyword + .day .body a:hover{ background:#FFF3C6; } #hatena-group-task #for-keyword + .day + .day .body a{ display:block; padding-left: 10px; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-width: 1px; border-style: solid; border-color: rgb(238, 238, 238) rgb(204, 204, 204) rgb(204, 204, 204) rgb(221, 221, 221); -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; border-radius: 3px 3px 3px 3px; background: none repeat scroll 0% 0% rgb(255, 249, 229); width:210px; float:left; margin: 2px 2px !important; } #hatena-group-task #for-keyword + .day + .day .body a:hover{ background:#FFF3C6; }
余談:コードのコメント見てると面白いw