2009年05月01日
2.タイトルとサブタイトルの文字色
テンプレート【シンプル極】の場合です。
★タイトルとサブタイトルの文字色
/* ヘッダー
================================================== */
#banner {
margin: 10px 0 20px;
border-left: 5px solid #CCC;
}
#banner a:link, #banner a:visited {
color: #cafb82; ←ここ
text-decoration: none;
}
#banner a:active, #banner a:hover {
color: #C03;
}
.blogtitle {
color: #cafb82;
margin: 0 0 0 6px;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
font-size: 189%; /* 25px */
line-height: 1.5;
letter-spacing: 1px;
}
.description {
color: #c1f4fd; ←ここ
margin: 0 0 2px 7px;
width: 35em;
max-width: 728px;
font-size: 93%; /* 12px */
line-height: 1.5;
}
* html .description {
width: auto;
}
★タイトルとサブタイトルの文字色
/* ヘッダー
================================================== */
#banner {
margin: 10px 0 20px;
border-left: 5px solid #CCC;
}
#banner a:link, #banner a:visited {
color: #cafb82; ←ここ
text-decoration: none;
}
#banner a:active, #banner a:hover {
color: #C03;
}
.blogtitle {
color: #cafb82;
margin: 0 0 0 6px;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", sans-serif;
font-size: 189%; /* 25px */
line-height: 1.5;
letter-spacing: 1px;
}
.description {
color: #c1f4fd; ←ここ
margin: 0 0 2px 7px;
width: 35em;
max-width: 728px;
font-size: 93%; /* 12px */
line-height: 1.5;
}
* html .description {
width: auto;
}
Posted by 白菊 at 22:18│Comments(2)│文字色を変える
この記事へのコメント
白菊・・
ありがとう
ラジャー
ありがとう
ラジャー
Posted by (*≧m≦*) at 2009年05月01日 22:23
おお、さすがに素早い。
がんばれ~。
がんばれ~。
Posted by 白菊
at 2009年05月01日 22:39

コメントフォーム