むぎちょこ さま | testのブログ

むぎちょこ さま

こんどこそうまくいきますように・・・




/* ゲストコメント */
#comment_module .each_comment{/*コメントタイトル部分*/
margin: 0;
padding-bottom:15px;/*コメントとコメントの間*/
background: url(http://stat.ameba.jp/user_images/12/97/10071893372.gif);/*上画像のURL*/
background-repeat : no-repeat;
background-position: center top;
color:#333333;/*←ゲストコメント文字色変更の場合*/
}
#comment_module .comment_body{/*コメント文章部分*/
margin: 0;
padding:0 50px 0 140px;/*コメント分の上と左右と下の余裕*/
background: url(http://stat.ameba.jp/user_images/be/aa/10071893373.gif);/*中画像のURL*/
background-repeat : repeat-y;
background-position: center top;
}
#comment_module .comment_footer{/*コメントフッター部分*/
margin:0;
padding: 20px 0 35px;
background: url(http://stat.ameba.jp/user_images/bb/9c/10071893371.gif);/*下画像のURL*/
background-repeat : no-repeat;
background-position: center bottom;
}
#comment_module .label{/*コメントタイトル*/
font-weight: bold;
font-size:12px;
padding:30px 0 5px 150px;
color:#333333;/*←コメントタイトル文字色変更の場合*/
}
.comment_footer span.comment_author{/*名前*/
padding-left:160px;
}
.comment_footer span.comment_date{/*日付*/
padding-left:20px;
}
#comment_module .comment_footer{/*フッタ上の点線を消す*/
border-top:none;
}
.comment_gotoform{/*[コメント記入欄を表示]を消す*/
display:none;
}
#comment_module .comment_author a {/* 名前の右にアイコン */
padding-right : 20px;
background-image : url(画像のURL); /* ゲストのアイコン */
background-position : right center ;
background-repeat : no-repeat ;
}

/* 管理人コメント*/
#comment_module .admin_comment{
margin: 0;
padding-bottom:15px;/*コメントとコメントの間・・ゲストと同じに*/
background: url(http://stat.ameba.jp/user_images/a7/2b/10071893255.gif);/*上画像のURL*/
background-repeat : no-repeat;
background-position: center top;
color:#00008b;/*←管理人コメント文字色変更の場合*/
}
#comment_module .admin_comment .comment_body{
margin: 0;
padding:0 100px 5px 80px;/*コメント分の上と左右と下の余裕 ゲストと同じに*/
background: url(http://stat.ameba.jp/user_images/55/fd/10071893258.gif);/*中画像のURL*/
background-repeat : repeat-y;
background-position: center top;
}
#comment_module .admin_comment .comment_footer{
margin:0;
padding: 20px 0 35px;
background: url(http://stat.ameba.jp/user_images/c8/7e/10071893252.gif);/*下画像のURL*/
background-repeat : no-repeat;
background-position: center bottom;
}
.admin_comment .comment_footer span.comment_date{
padding-left:0;
}

#comment_module .admin_comment .label{/*コメントタイトル*/
padding:30px 0 5px 90px;
color:#00008b;/*←管理人コメントタイトル文字色変更の場合*/
}

#comment_module .admin_comment span.comment_author a {
padding-left : 100px;
background-image : url(画像のURL);/* 管理人のアイコン */
background-position : 120px center ;
background-repeat : no-repeat ;
}