あげだま工房

かわいいキャラクターを描いたり、日々の出来事を書いたりするブログです。

animal_padの色修正

以前animal_padの肉球の色がモニタによって薄く表示されるとのご指摘がありましたので、濃い目のものを用意いたしました。

後日濃いバージョンとして共有申請しようかと思いますが、お急ぎの方のために修正方法を書いておきます。

「テンプレートの設定」から「テンプレート管理」へ行き、「animal_pad」の右欄の「編集」をクリックします。

すると下のほうに、「animal_pad」のHTMLとスタイルシートが出ますので、スタイルシートの中の以下の部分の background : url以降のカッコ内 (''  この部分   '') を挿し変えます。

タイトル画像

div#branding {

width : 950px;

height : 250px;

padding-top : 47px ;

background : url("http://blog-imgs-24.fc2.com/h/i/d/hidamariri/20091009184540e25.png") top left no-repeat;

}

記事内画像

div.entry-body {

padding : 20px 20px;

background : url("http://blog-imgs-24.fc2.com/h/i/d/hidamariri/20091009193034b91.png") repeat;

background-color : #ffffff;

}

日付等の部分画像

div.section ul.entry-footer {

padding-bottom : 20px;

list-style-position : inside;

font-size : large;

text-align : center;

background : url("http://blog-imgs-24.fc2.com/h/i/d/hidamariri/200910112248220e2.png") repeat;

}

カテゴリ内画像

div.plugin-body {

font-size : small;

font-size : small;

margin-bottom : 30px;

padding : 15px 15px;

list-style-position : inside ;

background : url("http://blog-imgs-24.fc2.com/h/i/d/hidamariri/2009110900195760e.png");

}

挿し替えるもの↓

赤バージョン

タイトル画像

http://blog-imgs-24.fc2.com/h/i/d/hidamariri/20091108235905a5c.png

本文および日付部分の画像

http://blog-imgs-24.fc2.com/h/i/d/hidamariri/20091108235905be1.png

カテゴリ内画像

http://blog-imgs-24.fc2.com/h/i/d/hidamariri/2009110900195760e.png

青バージョン

タイトル画像

http://blog-imgs-24.fc2.com/h/i/d/hidamariri/20091109002853e0c.png

本文および日付部分の画像

http://blog-imgs-24.fc2.com/h/i/d/hidamariri/200911082359047fe.png

カテゴリ内画像

http://blog-imgs-24.fc2.com/h/i/d/hidamariri/20091109001957d43.png

変更した後に更新ボタンを押していただければ修正は完了です。