PR

本広告は、一定期間更新の無いブログにのみ表示されます。
ブログ更新が行われると本広告は非表示となります。

  
Posted by つくばちゃんねるブログ at
テンプレート【シンプル極】の場合です。

★タイトルとサブタイトルの文字色


/* ヘッダー
================================================== */
#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:18Comments(2)文字色を変える
テンプレート【シンプル極】の場合です。

★パックの白をパステル調に変えたいんだけど

全体のバックを変えるのは


/* "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; ←これ
}
  
タグ :シンプル極