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; ←これ
}
Posted by 白菊 at 22:13│Comments(0)│ バックの色を変える
コメントフォーム