lostsky
クリックでテンプレートのプレビューができます。

FC2ブログ用テンプレート : lostsky
羽ばたく鳥。
XHTML 1.0 Transitional、プラグインON/OFF対応。幅可変(上限・下限あり)。

★ カスタマイズ情報
・未公開
ここに無いカスタマイズに関しては、コメントして頂ければ対応致します(*^-')b
スポンサーサイト




★対象テンプレート:Favilla

スタイルシートのカスタマイズから、
/*────────────────────────────────────────
■ ヘッダー部の設定
タイトル・ブログの紹介を含む部分の設定です。
────────────────────────────────────────*/

#header {
padding : 140px 0;
width : 40%;
float : right;
}
.header-container {
width : 100%;
overflow : hidden;
text-align : center;
}
#title h1 {
margin : 0;
padding : 0 0.3em 1px;
border-bottom : 1px solid #333;
font-size : 130%;
font-weight : bold;
}
の部分を次の記述で置き換えてください。
#header {
padding : 0 0 140px;
width : 40%;
float : right;
}
.header-container {
width : 100%;
overflow : hidden;
text-align : center;
}
#title h1 {
margin : 0;
padding : 140px 0.3em 1px;
border-bottom : 1px solid #333;
background-image : url("画像のurl");
background-repeat : no-repeat;
background-position : left top;
font-size : 130%;
font-weight : bold;
}
さらに、このなかの、
    background-image : url("画像のurl");
background-repeat : no-repeat;
background-position : left top;

という部分を使いたい画像にあわせて適宜変更してください。

★対象テンプレート:Daylight
ここでは、基本の文字色(リンクや見出し以外のテキストの色)を変更する方法を紹介します。

スタイルシートから、
/*────────────────────────────────────────
■ ページ全体の設定
ページ全体に適用するスタイルを設定しています。
────────────────────────────────────────*/

body {
margin : 0;
padding : 0 2.5em;
background-color : #fff;
line-height : 1.4;
color : #999;
font-family : "Verdana", "MS UI Gothic", "Osaka", sans-serif;
font-weight : normal;
font-size : 85%;
background-image : url("http://blog-imgs-26.fc2.com/r/i/m/rimse/daylight-background.png");
background-repeat : repeat-x;
background-position : left top;

/* for IE5 */
text-align : center;
}
という記述を探してください。この中の、「color : #999;」という部分によって、基本の文字色が設定されています。#999;を変更してください。



Recent Entries