使用テーマ - hatena


body {
margin: 0px ;
}

ul {
}

ol {
}

pre {
background-color: #efffff ;
}

/* カレンダー */
table.calendar {
border: solid ;
}
div.calendar {
border: solid ;
border-color: green ;
border-width: thin ;
}

/* 見だし */
h2 {
color: white ;
background-color: gray ;
margin-top: 50px ;
}

/* 一日ごとの日記 */
div.day {
margin-bottom: 50px ;
}

div.body {
background-color: #efefef ;
border-color: green ;
}

/* リンク */
a:link {
color: "#0000FF" ;
text-decoration: none ;
}

a:visited {
color : "#BF001D" ;
text-decoration: none ;
}

a:active {
color: red ;
}

a:hover {
color : #FF0000 ;
}


/* キーワード */
a:link.keyword {
color: black ;
text-decoration: none ;
border-bottom: solid 1px gray ;
}

a:visited.keyword {
color: "#808080" ;
text-decoration: none ;
border-bottom: solid 1px gray ;
}

a:active.keyword {
color: red ;
}

a:hover.keyword {
color: #FF0000 ;
text-decoration: none ;
}

/* はてなモジュール */

p.recentitem { /* タイトル全般 */
color: black ;
text-decoration: none ;
text-color: gray ;
margin-top: 50px ;
}

ul.hatena_section { /* 日記の最新タイトルを一覧表示する */
list-style-type:decimal ;
margin-left: 50px ;
}


ul.hatena_hotkeyword {
list-style-type:decimal ;
margin-left: 50px ;
}

ul.hatena_keyword {
list-style-type:decimal ;
margin-left: 50px ;
}



ul.hatena_hoturl {
list-style-type:decimal ;
margin-left: 50px ;
}