사용자: 게시판스킨 댓글쓰기, 웹접근성 스킬 CSS 추가
This commit is contained in:
17
css/def.css
17
css/def.css
@ -13,6 +13,9 @@ input {margin:0;padding:0;font-family:"verdana","dotum"}
|
||||
p {margin:5px 0;padding:10px 0;line-height:1.5em}
|
||||
hr {display:none}
|
||||
|
||||
/* 웹접근성 스킬 */
|
||||
.sound_only {display:inline-block;margin:0;padding:0;width:0;height:0;overflow:hidden}
|
||||
|
||||
/* 기본테이블 */
|
||||
table {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0}
|
||||
tfoot td {background:#f9f9f5;font-weight:bold;text-align:center}
|
||||
@ -337,17 +340,21 @@ a {color:#000;text-decoration:none}
|
||||
.bo_vc_info dt {float:left}
|
||||
.bo_vc_info dd {float:left;margin:0 15px 0 10px}
|
||||
#bo_vc p {padding:0;font-size:0.75em}
|
||||
#bo_vc fieldset {margin:0;padding:0;border:0;background:transparent;font-size:0.75em}
|
||||
#bo_vc footer {zoom:1}
|
||||
#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.bo_vc_act {float:right;font-size:0.75em;list-style:none;zoom:1}
|
||||
.bo_vc_act {float:right;margin:0;font-size:0.75em;list-style:none;zoom:1}
|
||||
.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
.bo_vc_act li {float:left;margin-left:5px}
|
||||
#bo_vc_w {position:relative;margin-top:10px;zoom:1}
|
||||
#bo_vc_w:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#bo_vc_w fieldset {margin:0;padding:0;border:0;background:transparent}
|
||||
#bo_vc_w textarea {display:block;margin:10px 70px 10px 0;width:100%;height:50px}
|
||||
#bo_vc_w .fieldset_submit {float:right;margin:0 2% 0 0}
|
||||
#bo_vc_w #char_cnt {position:absolute;top:0;right:0}
|
||||
#bo_vc_w fieldset {margin:0;padding:0 0 0 10px;border:0;background:transparent;font-size:0.75em}
|
||||
/* 댓글 CAPTCHA */
|
||||
#bo_vc_w #captcha_comment {font-size:1.4em !important}
|
||||
#bo_vc_warea {position:relative;margin:10px 100px 10px 0}
|
||||
#bo_vc_warea textarea {width:100%;height:50px}
|
||||
#bo_vc_warea .bo_vc_submit {position:absolute;top:0;right:-90px;width:75px;height:57px;border:1px solid #666;background:#555;color:#fff;letter-spacing:-0.1em}
|
||||
#bo_vc_w #char_cnt {position:absolute;top:5px;right:10px}
|
||||
|
||||
#bo_sch {display:hidden;visibility:hidden;height:0;overflow:hidden}
|
||||
|
||||
|
||||
@ -84,8 +84,8 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
|
||||
<textarea id="wr_content" name="wr_content" required
|
||||
<? if ($comment_min || $comment_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<?}?>></textarea>
|
||||
<? if ($comment_min || $comment_max) { ?><script> check_byte('wr_content', 'char_count'); </script><?}?>
|
||||
<input type="submit" class="bo_vc_submit" value="댓글입력">
|
||||
</div>
|
||||
<input type="submit" class="bo_vc_submit" value="댓글입력">
|
||||
</fieldset>
|
||||
</aside>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user