揮発性のメモ2

http://d.hatena.ne.jp/iww/

はてな用ユーザースタイルシート

はてなのすごいところは、すべてのページが行き当たりばったりで作られてて
似ているページでも全然構成が違うし、アイコン画像すらも統一されてないところ。
ゴールが「動けば良し」に設定されているので、使ってて勇気が沸く。

/* 自分のはてなスターにアンダーラインをつける */
img[alt="はてなID"].hatena-star-star {
    border-bottom:1px solid red !important;
}

@-moz-document domain(hatena.ne.jp) {
    /* タグクラウドの文字列を途中で改行しない */
    span.tag {
        white-space: nowrap;
    }

    /* 編集画面でペンと×の位置変更 */
    body.entry li.self img.inplace-edit-icon,
    body.entry li.self img.inplace-delete-icon {
        top: initial !important;
        bottom: 8px !important;
    }
    /* 一覧画面でペンの位置変更 */
/*  div.comment li.mine img.inplace-edit-icon {
        top: 20px !important;
        right: 5px !important;
    } */
    /* 一覧画面で通報ボタンの位置変更 */
    div.user-comment-meta a.inplace-report-bookmark {
        top: initial !important;
        bottom: 8px !important;
    }

    /* お知らせの高さを大きく */
    #header #notify-window iframe {
        height: 400px !important;
    }
}