CSS設定 †
背景表示(敷きつめて固定)して左右を少し空ける †
body {background: url(http://画像ファイル) fixed; padding:0px 11px;}
上下左右に余白を取り行の高さを変更する †
body {padding:10px 3px; line-height: 5px}
文字の大きさを変更 †
font {font-size: 12px;}
.btitle,.ttitle,.cap,.trip {font-size: 12px;}
太字に下線を引く †
b {text-decoration:underline;}
横線の上下に余白 †
hr {margin: 0.5em 0 0.5em;}
hr {margin: 2px; height:1px;}
hr {margin: 0.1em 0 0.1em;}
hr {width: 300px; height: 0px; border: 0px; border-top: 1px dotted #999; margin: 0.5em 0 0.5em;}
リンクの下線を消す †
a {text-decoration: none;}
リンクの下線を消して点線にする †
a {text-decoration: none; border-bottom: 3px dotted;}
リンクの左右にスペースを空ける †
a[href] {padding:0 0.1em 0 0.1em;}
入力窓に薄く色をつける †
input,select {background-color: #CFFFCF;}
テキストボックス枠の大きさ変更 †
textarea {height: 200px;}
テキストボックスの幅を画面とあわせる †
textarea {width:100%}
トリップを赤く大きくする †
.trip {color:red; font-size:120%;}
キャップを赤くする †
.cap {color: red;}
スレタイを赤で強調する †
.ttitle {color: red; font-weight: bold;}