답글을 덧글과 차별화 해봅시다~ (코드 text 추가)트랙백입니다.
眞明行님의 부탁으로 펌글이나 다름없는 글을 써 봅니다.


설령 안되시면..저도 능력자가 아닌터라 트랙백을 타고 가시면 아마 리플에 해결책이 있을듯 싶네요
블로그 소스관리의 CSS목록에서 이 부분을 추가하면 됩니다.
복사 붙여넣기로 그대로 넣으니 되더라구요.
저같은경우는 CSS 맨 아래에 추가했습니다.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
/* 답글 start */
div.reply_tail { /* Commented by ... */
/* 하단에 div.reply_tail 설명을 참고하세요 */
margin-top: -11px !important;
color:#946B7B !important;
}
div.reply_body { /* 답글 내용 */
/* 하단에 div.reply_body 설명을 참고하세요 */
width:92% !important;
color:#780E38;
margin-top: -2px !important;
}
div.reply_input { /* 답글 입력시 나오는 부분 */
/* 알맞은 px 값은 스킨마다 다릅니다 */
margin-bottom:13px !important;
}
div.reply_input textarea { /* 답글 입력 텍스트 박스 */
/* 하단에 div.reply_input textarea 설명을 참고하세요 */
border: 2px dotted #AC0A43 !important;
}
/* 답글 end */
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
저 color:#780E38 부분은 칼라색입니다.
원하는 색으로 바꿔주시면 됩니다


■ 000000 black 블랙
■ 2f4f4f darkslategray 다크슬레이트그레이
■ 708090 slategray 슬레이트그레이
■ 778899 lightslategray 라이트슬레이트그레이
■ 696969 dimgray 딤그레이
■ 808080 gray 그레이
■ a9a9a9 darkgray 다크그레이
■ c0c0c0 silver 실버
■ d3d3d3 lightgrey 라이트그레이
■ dcdcdc gainsboro 게인스보로
■ ffffff white 화이트
■ fff5ee seashell 씨쉘
■ fffafa snow 스노우
■ f8f8ff ghostwhite 고스트화이트
■ fffaf0 floralwhite 후로랄화이트
■ f5f5f5 whitesmoke 화이트스모크
■ f0f8ff aliceblue 앨리스블루
■ f0ffff azure 애쥬어
■ fdf5e6 oldlace 올드래이스
■ f5fffa mintcream 민트크림
■ ffefd5 papayawhip 파파야윕
■ ffdab9 peachpuff 피치퍼프
■ faf0e6 linen 린넨
■ eee8aa palegoldenrod 팔레골덴로드
■ ffe4e1 mistyrose 미스티로즈
■ ffe4b5 moccasin 모카신
■ ffdead navajowhite 나바조화이트
■ d2b48c tan 탄
■ f5deb3 wheat 위트
■ fafad2 lightgoldenrodyellow 라이트골덴로드옐로우
■ ffffe0 lightyellow 라이트옐로우
■ fff8dc cornsilk 콘실크
■ faebd7 antiquewhite 안티크화이트
■ f5f5dc beige 베이지
■ fffacd lemonchiffon 레몬치폰
■ fffff0 ivory 아이보리
■ f0e68c khaki 카키
■ e6e6fa lavender 라벤더
■ fff0f5 lavenderblush 라벤더블러시
■ ffe4c4 bisque 비스크
■ ffebcd blanchedalmond 블란체달몬드
■ deb887 burlywood 벌리우드
색상출처
眞明行님의 부탁으로 펌글이나 다름없는 글을 써 봅니다.


설령 안되시면..저도 능력자가 아닌터라 트랙백을 타고 가시면 아마 리플에 해결책이 있을듯 싶네요
블로그 소스관리의 CSS목록에서 이 부분을 추가하면 됩니다.
복사 붙여넣기로 그대로 넣으니 되더라구요.
저같은경우는 CSS 맨 아래에 추가했습니다.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
/* 답글 start */
div.reply_tail { /* Commented by ... */
/* 하단에 div.reply_tail 설명을 참고하세요 */
margin-top: -11px !important;
color:#946B7B !important;
}
div.reply_body { /* 답글 내용 */
/* 하단에 div.reply_body 설명을 참고하세요 */
width:92% !important;
color:#780E38;
margin-top: -2px !important;
}
div.reply_input { /* 답글 입력시 나오는 부분 */
/* 알맞은 px 값은 스킨마다 다릅니다 */
margin-bottom:13px !important;
}
div.reply_input textarea { /* 답글 입력 텍스트 박스 */
/* 하단에 div.reply_input textarea 설명을 참고하세요 */
border: 2px dotted #AC0A43 !important;
}
/* 답글 end */
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
저 color:#780E38 부분은 칼라색입니다.
원하는 색으로 바꿔주시면 됩니다


■ 000000 black 블랙
■ 2f4f4f darkslategray 다크슬레이트그레이
■ 708090 slategray 슬레이트그레이
■ 778899 lightslategray 라이트슬레이트그레이
■ 696969 dimgray 딤그레이
■ 808080 gray 그레이
■ a9a9a9 darkgray 다크그레이
■ c0c0c0 silver 실버
■ d3d3d3 lightgrey 라이트그레이
■ dcdcdc gainsboro 게인스보로
■ ffffff white 화이트
■ fff5ee seashell 씨쉘
■ fffafa snow 스노우
■ f8f8ff ghostwhite 고스트화이트
■ fffaf0 floralwhite 후로랄화이트
■ f5f5f5 whitesmoke 화이트스모크
■ f0f8ff aliceblue 앨리스블루
■ f0ffff azure 애쥬어
■ fdf5e6 oldlace 올드래이스
■ f5fffa mintcream 민트크림
■ ffefd5 papayawhip 파파야윕
■ ffdab9 peachpuff 피치퍼프
■ faf0e6 linen 린넨
■ eee8aa palegoldenrod 팔레골덴로드
■ ffe4e1 mistyrose 미스티로즈
■ ffe4b5 moccasin 모카신
■ ffdead navajowhite 나바조화이트
■ d2b48c tan 탄
■ f5deb3 wheat 위트
■ fafad2 lightgoldenrodyellow 라이트골덴로드옐로우
■ ffffe0 lightyellow 라이트옐로우
■ fff8dc cornsilk 콘실크
■ faebd7 antiquewhite 안티크화이트
■ f5f5dc beige 베이지
■ fffacd lemonchiffon 레몬치폰
■ fffff0 ivory 아이보리
■ f0e68c khaki 카키
■ e6e6fa lavender 라벤더
■ fff0f5 lavenderblush 라벤더블러시
■ ffe4c4 bisque 비스크
■ ffebcd blanchedalmond 블란체달몬드
■ deb887 burlywood 벌리우드
색상출처
덧글
저는 이렇게 색상을 자세히는 모르고 그냥 포토샵에서 마우스 클릭질 좀 해서 맘에 드는 색 발견하면 그냥 적용시키는 스탈이라서요...ㅎㅎㅎ
제가 그거 안되는 분들께 스킨 바꿔서 테스트해보라고 했더니 대부분 됐다고 하시더라구요ㅡ.ㅡ;;