テーマ変更

Hatena2のテーマができたのをきっかけに、それではなく、Hatena_light-blueへ変更してみました。とりあえず、前にカスタマイズしたスタイルシートはリセットしましょう。ついでにヘッダも細くしてみました。

リストアするときの為に、設定をメモっておきます。以前のテーマはHatena-lightblueで、以下のスタイルシートのカスタマイズをしていました。

body {
    font-family: Verdana, Osaka, 'MS UI Gothic', sans-serif;
}
div.main div.calendar {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0.5em;
}
h2 {
    font-size: large;
}
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited {
    text-decoration: none;
}
a.edit {
    font-size: small;
}
img.photo {
    margin: 14px 8px 0.5em 0.5em;
}
div.body {
    line-height: 1.3em;
}
div.day p {
    text-indent: 0;
}
div.section {
    border: 1px dashed #D0E4FC;
    padding: 0.5em;
    margin: 1em 0.5em;
}
h3 {
    font-size: large;
    margin: 0.25em 0.25em 0.5em;
}
div.section p {
    padding: 0.25em 0.75em;
}
div.section ul,
div.section ol,
div.section dl {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
div.section table {
    border-top: solid 1px gray;
    border-bottom: solid 1px gray;
}
div.section table tr th {
    background-color:#D0E4FC;
    border-bottom: none;
}
div.section p.sectionfooter { 
    margin-top: 0.25em;
    margin-bottom: 0;
}
div.footnote {
    margin: 0 2em 1em;
    font-size: 0.9em;
    line-height: 1.0em;
}
div.footnote a {
    text-decoration: none;
}
div.commentshort {
    margin: 0.5em;
}
div.sidebar div.calendar {
    font-size: 0.8em;
}