子育てブログ『うさぎとヒロヤ』
Amebaでブログを始めよう!

こうたろう君へのプレゼント

黄色はソフトバンクのイメージです福岡ソフトバンクホークスTOP画とサイドはこうたろう君らしさを出して『海』と『プール』をチョイスしてみました汗②


設定がうまくいくとこんな感じになりますやじるし


子育てブログ『うさぎとヒロヤ』


①デザインの変更で『ベーシック』を選択し、保存して下さい。

  (3コラム-中央に設定)


②『スキンCSSの編集』を選択して下さい。


③『現在使用中のスキンCSS』に最初から記載されているCSSは

 一切消さずに…


④↓の /* ここからコピー開始 */ から /* ここでコピー終了 */までをコピーして

 『現在使用中のスキンCSS』の一番下に貼り付け、最後に保存して下さい。



/* ここからコピー開始 */ 

/* こうたろう君カスタマイズ */

#header h1,
#header h2{
margin:0;
padding:0;
text-indent:-9999px;
}

#header h1 a{
display: block;
width: 800px;/*画像の横*/
height:400px;/*画像の縦*/
}
#header {
background-image: url(http://stat.ameba.jp/user_images/20100726/14/slowball18/07/b7/p/o0800040110659390685.png );
background-repeat:repeat-x;
}

/*サイドメニュータイトル*/
.mainMenu{
width:170px; /* サイドの幅 */
margin:10px 5px 0 0; /* 基本の位置 */
}
.menu_title{
margin: 0;
padding: 3px;
text-indent:-9000px;
background-repeat:no-repeat;
width:170px; /* 画像の横 */
height:50px; /* 画像の縦 */
}
/* プロフィール */
#profile .menu_title{
background-image:url(http://stat.ameba.jp/user_images/20100728/10/slowball18/a5/6b/p/o0161004610662506080.png );
}
/* カレンダー */
#calendar .menu_title{
background-image:url(http://stat.ameba.jp/user_images/20100728/10/slowball18/5f/45/p/o0161004610662506497.png );
}
/* このブログの読者 */
#reader .menu_title{
background-image:url(http://stat.ameba.jp/user_images/20100728/10/slowball18/a1/5a/p/o0161004610662506749.png );
}
/* ブログテーマ一覧 */
#theme_list .menu_title{
background-image:url(http://stat.ameba.jp/user_images/20100728/10/slowball18/65/82/p/o0161004610662506079.png );
}
/* 最近の記事一覧 */
#recent_entries .menu_title{
background-image:url(http://stat.ameba.jp/user_images/20100728/10/slowball18/97/0d/p/o0161004610662506081.png );
}
/* ブログ内検索 */
#search .menu_title{
background-image:url(http://stat.ameba.jp/user_images/20100728/11/slowball18/aa/e0/p/o0161004610662517592.png );
}
/* アーカイブ */
#archives .menu_title{
background-image:url(http://stat.ameba.jp/user_images/20100728/10/slowball18/fc/68/p/o0161004610662506495.png );
}
/* お気に入りブログ */
#favorite .menu_title{
background-image:url(http://stat.ameba.jp/user_images/20100728/10/slowball18/24/7d/p/o0161004610662506750.png );
}
/* ブックマーク */
#bookmark .menu_title{
background-image:url(http://stat.ameba.jp/user_images/20100728/11/slowball18/c1/3c/p/o0161004610662514529.png );
}
/* 最近のコメント */
#recent_comment .menu_title{
background-image:url(http://stat.ameba.jp/user_images/20100728/11/slowball18/b6/a7/p/o0161004610662514528.png );
}
/* ランキング一覧 */
#ranking .menu_title{
background-image:url(http://stat.ameba.jp/user_images/20100728/10/slowball18/6c/da/p/o0161004610662506748.png );
}
/* サイドPR */
#defaultAd .menu_title{
background-image:url(http://stat.ameba.jp/user_images/20100728/10/slowball18/03/a9/p/o0161004610662506496.png );
}

/*ページ背景に画像を入れる*/
body{
background-image:url(http://stat.ameba.jp/user_images/20100728/09/slowball18/67/9d/g/o0060006010662416893.gif );
}

/*記事タイトルの背景色を変更する*/
.entry h3.title{
background-color: #FFF900; /*-- 薄いグレー --*/
}

/*サイドバーの見出し背景色を変更する*/
h4.menu_title{
background-color: #ffffff; /*-- 薄いグレー --*/
}

/* ここでコピー終了 */