イブママ さま
現在のCSSはコピーして保存してから作業してください
画像は私の画像フォルダーに入っているのが書いてあります
最初はこのままコピペで貼り付けて動作確認してOKでしたら
ご自分の画像フォルダーに入れた画像のURLと入れ替えてください
/*ゲストコメント背景 */
#comment_module .each_comment{
margin: 0;
padding:0 0 10px 0;
background: url(http://stat.ameba.jp/user_images/ae/4d/10066837192.gif
) ;
background-repeat : no-repeat;
}
#comment_module .comment_body{
margin: 0;
padding:0 30px 10px;
background: url(http://stat.ameba.jp/user_images/66/aa/10066846954.jpg
) ;
background-repeat : repeat-y;
}
#comment_module .comment_footer{
margin:0;
padding: 0 0 15px;
background: url(http://stat.ameba.jp/user_images/44/e1/10066837196.gif
) ;
background-repeat : no-repeat;
background-position: bottom;
}
#comment_module .label{
font-weight: bold;
font-size:12px;
padding:20px 0 7px 30px;
}
.comment_footer span.comment_author{
padding-left:40px;
}
.comment_footer span.comment_date{
padding-left:20px;
}
#comment_module .comment_footer{
border-top:none;
}
.comment_gotoform{
display:none;
}
/* 管理人コメント背景 */
#comment_module .admin_comment{
margin: 0;
padding:0 0 10px 0;
background: url(http://stat.ameba.jp/user_images/30/65/10066837284.gif
);
background-repeat : no-repeat;
color:#00008b;/*←管理人コメント文字色変更の場合*/
}
#comment_module .admin_comment .comment_body{
margin: 0;
padding:0 30px 10px;
background: url(http://stat.ameba.jp/user_images/66/d5/10066846952.jpg
);
background-repeat : repeat-y;
}
#comment_module .admin_comment .comment_footer{
margin:0;
padding: 0 0 15px;
background: url(http://stat.ameba.jp/user_images/e0/35/10066837288.gif
);
background-repeat : no-repeat;
background-position: bottom;
}
/* Thickbox背景色 */
#TB_overlay,
* html #TB_overlay{
background-image:url(http://stat.ameba.jp/user_images/71/a1/10066843151.gif
) !important;
filter:alpha(opacity=60) !important;
-moz-opacity: 0.6 !important;
opacity: 0.6 !important;
}
/* ThickBoxを可愛らしく・・・ */
#TB_window {
background-color: #9cd6e9 !important;/*枠の背景色*/
color:#fffff !important;/*タイトルの色*/
}
#TB_Counter{
color:#ffffff !important;/*ページカウンターの色*/
}