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;}





トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2015-05-05 (火) 08:00:37