PR
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;
}
2009年05月01日
1.パックの白をパステル調に変えたいんだけど
テンプレート【シンプル極】の場合です。
★パックの白をパステル調に変えたいんだけど
全体のバックを変えるのは
/* "body" Tag
-------------------------------------------------- */
body {
color: #333;
margin: 0; ここ
padding: 0; ↓
background: #ffeef7 url(https://blog.tsukuba.ch/_img/phsimple_ex/bg.gif) repeat-y 50% 0;
font-size: 13px;
*font-size: small;
*font: x-small;
line-height: 1.5;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, "MS Pゴシック", sans-serif;
text-align: center;
}
★ブログのバックを変えるのは
/* コンテナ
================================================== */
#container {
margin: 0 auto;
width: 740px;
text-align: left;
background: #ffffdd; ←これ
}
★パックの白をパステル調に変えたいんだけど
全体のバックを変えるのは
/* "body" Tag
-------------------------------------------------- */
body {
color: #333;
margin: 0; ここ
padding: 0; ↓
background: #ffeef7 url(https://blog.tsukuba.ch/_img/phsimple_ex/bg.gif) repeat-y 50% 0;
font-size: 13px;
*font-size: small;
*font: x-small;
line-height: 1.5;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, "MS Pゴシック", sans-serif;
text-align: center;
}
★ブログのバックを変えるのは
/* コンテナ
================================================== */
#container {
margin: 0 auto;
width: 740px;
text-align: left;
background: #ffffdd; ←これ
}
タグ :シンプル極