사용자: 아웃로그인 스타일 수정
This commit is contained in:
29
css/def.css
29
css/def.css
@ -9,6 +9,7 @@ header ul, nav ul {margin:0;padding:0;list-style:none}
|
||||
table {border-collapse:collapse;border-spacing:0} tfoot td {font-weight:bold;text-align:center}
|
||||
form, img {border:0}
|
||||
input, img {vertical-align:middle}
|
||||
input {margin:0;padding:0;font-family:"dotum"}
|
||||
p {margin:10px 0;line-height:1.5em}
|
||||
|
||||
/* 이미지 등비율 리사이징 */
|
||||
@ -40,30 +41,34 @@ p {margin:10px 0;line-height:1.5em}
|
||||
#tnb a {display:block;padding:10px;color:#333;font-family:"dotum";font-size:0.9em;font-weight:bold;text-decoration:none}
|
||||
|
||||
/* 전체검색 */
|
||||
#hdsch {position:absolute;top:47px;right:45px;padding:0;border:1px solid #d7d7d7;background:#f8f9fa}
|
||||
#hdsch {position:absolute;top:47px;right:50px;margin:0;padding:0;border:1px solid #d7d7d7;background:#f8f9fa}
|
||||
#hdsch legend {position:absolute;top:-1000px}
|
||||
#hdsch_stx {margin:5px 0 5px 5px;height:16px;width:163px;border:0;background:transparent}
|
||||
#hdsch_stx {margin:5px 0 5px 5px;height:16px;width:164px;border:0;background:transparent}
|
||||
#hdsch_stx:focus {background:#e7ebee;outline:0}
|
||||
#hdsch_submit {position:relative;margin-left:-5px}
|
||||
|
||||
/* 아웃로그인 */
|
||||
.outlogin {position:absolute;top:130px;right:50px;width:200px}
|
||||
.outlogin {position:absolute;top:130px;right:50px;padding:10px 10px 0;width:178px;border:1px solid #d7d7d7;background:#f8f9fa;font-family:"dotum"}
|
||||
.outlogin h2 {height:0;overflow:hidden}
|
||||
/* 로그인 전 */
|
||||
#ol_before {font-size:0.7em}
|
||||
#ol_before fieldset {padding:0;border:0}
|
||||
#ol_before legend {height:0;overflow:hidden}
|
||||
#ol_mb_id_label {position:absolute;top:11px;left:7px;color:#a8a8a8}
|
||||
#ol_mb_id {padding-left:50px;width:87px;height:28px;border:1px solid #d7d7d7;border-right:0}
|
||||
#ol_mb_password_label {z-index:2;position:absolute;top:42px;left:7px;color:#a8a8a8}
|
||||
#ol_mb_password {position:relative;top:-1px;padding-left:50px;width:87px;height:28px;border:1px solid #d7d7d7;border-right:0}
|
||||
#ol_submit {position:absolute;top:0;right:0;width:60px;height:63px;border:1px solid #d7d7d7;font-size:1em;font-weight:bold}
|
||||
#auto_login {z-index:2;position:absolute;top:69px;right:42px}
|
||||
#auto_login_label {z-index:2;position:absolute;top:72px;right:7px}
|
||||
#ol_before ul {position:relative;top:-1px;width:196px;height:29px;border:1px solid #d7d7d7;border-top:0;background:#f8f9fa;zoom:1}
|
||||
#ol_mb_id_label,
|
||||
#ol_mb_pw_label {z-index:2;position:absolute;left:16px;color:#696969}
|
||||
#ol_mb_id_label {top:17px}
|
||||
#ol_mb_pw_label {top:44px}
|
||||
#ol_mb_id,
|
||||
#ol_mb_pw {padding-left:50px;height:22px;border:1px solid #c7c7c7;background:#fff}
|
||||
#ol_mb_id {display:block;width:123px;margin-bottom:3px}
|
||||
#ol_mb_pw {display:block;width:60px}
|
||||
#auto_login {position:absolute;top:70px;right:65px}
|
||||
#auto_login_label {position:absolute;top:71px;right:10px;color:#696969;letter-spacing:-0.1em}
|
||||
#ol_before ul {zoom:1}
|
||||
#ol_before ul:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#ol_before a {display:block;padding:0 5px;height:29px;color:#000;text-decoration:none;line-height:2.8em}
|
||||
#ol_before li {float:left}
|
||||
#ol_before a {display:block;margin-right:7px;padding:10px 0;color:#696969;text-decoration:none;letter-spacing:-0.1em}
|
||||
#ol_submit {position:absolute;top:37px;right:11px;width:60px;height:24px;border:1px solid #c7c7c7;background:#fff;font-size:1em;font-weight:bold;letter-spacing:-0.1em}
|
||||
/* 로그인 후 */
|
||||
|
||||
/* 설문조사 */
|
||||
|
||||
2
head.php
2
head.php
@ -39,7 +39,9 @@ include_once($g4['path'].'/lib/popular.lib.php');
|
||||
<input type="image" id="hdsch_submit" src="<?=$g4['path']?>/img/btn_search.jpg" title="검색">
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
<?=outlogin('neo'); // 외부 로그인 ?>
|
||||
|
||||
<?=poll('neo'); // 설문조사 ?>
|
||||
</header>
|
||||
|
||||
|
||||
@ -40,14 +40,14 @@ else
|
||||
<input type="hidden" name="url" value="<?=$outlogin_url?>">
|
||||
<label for="ol_mb_id" id="ol_mb_id_label">아이디</label>
|
||||
<input type="text" id="ol_mb_id" name="mb_id" maxlength="20" required>
|
||||
<label for="ol_mb_password" id="ol_mb_password_label">패스워드</label>
|
||||
<input type="password" id="ol_mb_password" name="mb_password" maxlength="20">
|
||||
<label for="ol_mb_pw" id="ol_mb_pw_label">패스워드</label>
|
||||
<input type="password" id="ol_mb_pw" name="mb_password" maxlength="20">
|
||||
<input type="checkbox" id="auto_login" name="auto_login" value="1" onclick="if (this.checked) { if (confirm('자동로그인을 사용하시면 다음부터 회원아이디와 패스워드를 입력하실 필요가 없습니다.\n\n\공공장소에서는 개인정보가 유출될 수 있으니 사용을 자제하여 주십시오.\n\n자동로그인을 사용하시겠습니까?')) { this.checked = true; } else { this.checked = false; } }">
|
||||
<label for="auto_login" id="auto_login_label">ID저장</label>
|
||||
<label for="auto_login" id="auto_login_label">자동로그인</label>
|
||||
<input type="submit" id="ol_submit" value="로그인">
|
||||
<ul>
|
||||
<li><a href="javascript:win_password_lost();">아이디찾기</a></li>
|
||||
<li><a href="<?=$g4['bbs_path']?>/register.php">회원가입</a></li>
|
||||
<li><a href="javascript:win_password_lost();">정보찾기</a></li>
|
||||
</ul>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user