ままりん さま
CSS用のブログでCSSの編集にこのまま貼り付けてください
/*
----------------
rakugaki-mamarin
----------------
*/
/*ゲストコメント欄*/
#comment_module .each_comment{/*コメント背景画像上*/
margin: 0;
padding:0 0 10px 0;
background: url(http://stat.ameba.jp/user_images/c4/f2/10067735612.jpg ) ;
background-repeat : no-repeat;
}
#comment_module .comment_body{/*コメント背景画像中*/
margin: 0;
padding:10px 20px;/*コメント分の左右の余裕*/
background: url(http://stat.ameba.jp/user_images/c4/f2/10067735612.jpg ) ;
background-repeat : repeat-y;
}
#comment_module .comment_footer{/*コメント背景画像下*/
margin:0 !important;
padding: 15px 0 25px !important;/*画像の高さが目安*/
background: url(http://stat.ameba.jp/user_images/c4/f2/10067735612.jpg ) ;
background-repeat : no-repeat;
}
#comment_module .label{/*コメントタイトル*/
font-weight: bold;
font-size:12px;
padding:5px 0 0 20px;/*タイトルの位置*/
}
.comment_footer span.comment_author{/*吹出し部分に合わせるため名前を右に*/
padding-left:40px;
}
.comment_footer span.comment_date{/*名前と日付の間隔*/
padding-left:20px;
}
#comment_module .comment_footer{/*点線消す*/
border-top:none;
}
/* 管理人コメント欄 */
#comment_module .admin_comment{
margin: 0;
padding:50px;
background: url(http://stat.ameba.jp/user_images/47/e1/10067735609.jpg );
background-repeat : no-repeat;
color:#00008b;/*←管理人コメント文字色変更の場合*/
}
#comment_module .admin_comment .comment_body{
margin: 0;
padding:10px 20px;/*コメント分の左右の余裕*/
background: url(">http://stat.ameba.jp/user_images/47/e1/10067735609.jpg );
background-repeat : repeat-y;
}
#comment_module .admin_comment .comment_footer{
margin:0 !important;
padding: 15px 0 25px !important;/*画像の高さが目安*/
background: url(http://stat.ameba.jp/user_images/47/e1/10067735609.jpg );
background-repeat : no-repeat;
}
#comment_module .admin_comment .label{/*管理人コメントタイトル*/
color:#663300;
}
/* Thickbox背景色 */
#TB_overlay,
* html #TB_overlay{
background-image:url(画像のURL) !important;
filter:alpha(opacity=60) !important;
-moz-opacity: 0.6 !important;
opacity: 0.6 !important;
}
#TB_window {
background-image:url(画像のURL) !important; /*枠の背景画像*/
color:#ff00ff !important;/*タイトルの色*/
}
#TB_Counter{
color:#ff00ff !important;/*ページカウンターの色*/
}