闇黒日記用のFirefoxユーザースタイル作った。はっきり言って超読みやすかっこいいぜ。
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("http://members.jcom.home.ne.jp/w3c/omake/diary.html") {
body {
margin:0 2% !important;
}
dt {
margin-top:1em !important;
font-weight:bold !important;
}
dd {
line-height:160% !important;
text-indent:1em !important;
text-align:justify !important;
}
a:link {
color:blue !important;
}
a:visited {
color:indigo !important;
}
hr {
height:0.5em !important;
background-color:#000 !important;
}
}
-->