사용자: 전체 디자인 작업 완료

This commit is contained in:
whitedot
2013-02-05 15:41:54 +09:00
parent 2d2720d6b6
commit 9caa7223b8
3 changed files with 7 additions and 7 deletions

View File

@ -192,8 +192,8 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#109ff1;color:#f
#reg_result_email strong {color:#109ff1;font-size:1.2em}
/* 아이디/패스워드 찾기 */
#find_info .cbg {margin:0 auto 20px;padding:20px;width:87%}
#find_info #captcha {padding-top:20px}
#find_info_fs {margin:0 auto 20px;padding:10px 20px 15px;width:87%;border-right:1px solid #eee;border-bottom:1px solid #eee;background:#f7f7f7}
#find_info #captcha {margin:0 auto 20px;width:87%}
#find_info #captcha input {margin-left:5px}
/* 아웃로그인 스킨 */
@ -222,7 +222,7 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#109ff1;color:#f
#ol_after_private {margin:7px 0;zoom:1}
#ol_after_private:after {display:block;visibility:hidden;clear:both;content:""}
#ol_after_private li {float:left}
#ol_after_private a {display:block;padding-top:8px;height:37px;background:#eee;text-align:center}
#ol_after_private a {display:block;padding-top:8px;height:37px;background:#fff;text-align:center}
#ol_after_private a strong {display:block;padding-top:5px;color:#109ff1}
#ol_after_private a:focus,
#ol_after_private a:hover {background:#109ff1;color:#fff}
@ -474,9 +474,9 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#109ff1;color:#f
#bo_v form {padding-top:20px}
/* 게시판 댓글 */
#bo_vc {margin:0 0 10px;padding:15px 20px 20px 20px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#f9f9f5}
#bo_vc {margin:0 0 10px;padding:20px 20px 20px 20px;background:#f7f7f7}
#bo_vc h2 {margin-bottom:10px}
#bo_vc article {padding:0 0 10px;border-top:1px solid #d9d9d9}
#bo_vc article {padding:0 0 10px;border-top:1px solid #e3e3e3}
#bo_vc header {position:relative;padding:15px 0 5px}
#bo_vc header .icon_reply {position:absolute;top:15px;left:-20px}
#bo_vc .sv_wrap {margin-right:15px}

View File

@ -24,7 +24,7 @@ var char_max = parseInt(<?=$comment_max?>); // 최대
//$str = preg_replace("/\[\<a\s.*href\=\"(http|https|ftp)\:\/\/([^[:space:]]+)\.(swf)\".*\<\/a\>\]/i", "<script>doc_write(flash_movie('$1://$2.$3'));</script>", $str);
$str = preg_replace("/\[\<a\s*href\=\"(http|https|ftp)\:\/\/([^[:space:]]+)\.(gif|png|jpg|jpeg|bmp)\"\s*[^\>]*\>[^\s]*\<\/a\>\]/i", "<img src='$1://$2.$3' id='target_resize_image[]' onclick='image_window(this);'>", $str);
?>
<article id="c_<?=$comment_id?>" <?if ($cmt_depth) {?>style="margin-left:<?=$cmt_depth?>px;border-top-color:#e9e9e9"<?}?>>
<article id="c_<?=$comment_id?>" <?if ($cmt_depth) {?>style="margin-left:<?=$cmt_depth?>px;border-top-color:#eee"<?}?>>
<header>
<h1><?=$list[$i]['wr_name']?>님의 댓글</h1>
<?=$list[$i]['name']?>

View File

@ -6,7 +6,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<h1>아이디/패스워드 찾기</h1>
<form name="fpasswordlost" method="post" action="<?=$action_url?>" onsubmit="return fpasswordlost_submit(this);" autocomplete="off">
<fieldset>
<fieldset id="find_info_fs">
<p>
회원가입 시 등록하신 이메일 주소를 입력해 주세요.<br>
해당 이메일로 아이디와 패스워드 정보를 보내드립니다.