사용자: #459 디자인 일부 수정

This commit is contained in:
whitedot
2013-05-15 15:36:58 +09:00
parent b68d362497
commit 04fc3849ca
4 changed files with 16 additions and 14 deletions

View File

@ -21,16 +21,22 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
#hd h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_wrapper {position:relative;margin:0 auto;width:980px}
#logo {padding:25px 0}
/* 로고 */
#logo {padding:20px 0}
#mb_nb {position:absolute;top:30px;left:70px;zoom:1}
#mb_nb {position:absolute;top:25px;left:70px;zoom:1}
#mb_nb:after {display:block;visibility:hidden;clear:both;content:""}
#mb_nb li {float:left}
#mb_nb a {display:block;padding:5px 10px;color:#333;letter-spacing:-0.1em}
#mb_nb a:focus, #mb_nb a:hover, #mb_nb a:active {text-decoration:none}
#mb_nb img {margin-right:3px}
#sch_all {position:absolute;top:28px;right:0;margin:0;padding:0;border:1px solid #333}
/* 텍스트 크기 조절 */
#text_size {z-index:10;position:absolute;top:23px;right:220px}
#text_size button {padding:0 10px;height:28px;border:0;background:#333;color:#fff;cursor:pointer}
/* 전체 검색 */
#sch_all {position:absolute;top:23px;right:0;margin:0;padding:0;border:1px solid #333}
#sch_all legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sch_all_stx {padding-left:5px;width:165px;height:24px;border:0;background:#fff;line-height:1.9em !important;line-height:1.6em}
#sch_all_submit {padding:0 5px;height:26px;border:0;background:#333;color:#fff}
@ -69,15 +75,11 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}
#wrapper_title {margin-bottom:20px;font-size:1.2em}
#aside {float:right;width:209px;border:1px solid #d9e1e5;background:#fff}
#aside {float:right;width:208px;border:1px solid #d9e1e5;background:#fff}
#container {z-index:4;position:relative;float:left;padding:25px 15px 15px;width:728px;min-height:500px;height:auto !important;height:500px;border:1px solid #d9e1e5;background:#fff;zoom:1}
#container {z-index:4;position:relative;float:left;padding:25px 14px 15px;width:728px;min-height:500px;height:auto !important;height:500px;border:1px solid #d9e1e5;background:#fff;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
/* 텍스트 크기 조절 */
#text_size {z-index:10;position:absolute;top:28px;right:220px}
#text_size button {padding:0 10px;height:28px;border:0;background:#333;color:#fff;cursor:pointer}
/* 하단 레이아웃 */
#ft {background:#484848}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
@ -87,7 +89,7 @@ a:hover, a:focus, a:active {color:#000;text-decoration:underline}
#ft_copy {background:#414141}
#ft_copy p {position:relative;margin:0 auto;width:980px;color:#4a9ab8}
#ft_copy b {color:#fff}
#ft_copy a {position:absolute;top:10px;right:0;color:#fff}
#ft_copy a {color:#fff}
/* 기본 스타일 */
/* 화면낭독기 사용자용 */

View File

@ -30,7 +30,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<script>
$omi = $('#ol_id');
$omp = $('#ol_pw');
$omp.css('display','inline-block').css('width',104);
$omp.css('display','inline-block').css('width',103);
$omi_label = $('#ol_idlabel');
$omi_label.addClass('ol_idlabel');
$omp_label = $('#ol_pwlabel');

View File

@ -5,9 +5,9 @@
#ol_before {}
#ol_before fieldset {position:relative}
#ol_id {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:168px;height:22px;border:1px solid #b8c9c2;line-height:1.6em}
#ol_id {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:167px;height:22px;border:1px solid #b8c9c2;line-height:1.6em}
.ol_idlabel {position:absolute;top:6px;left:5px;color:#333;font-size:0.95em}
#ol_pw {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:168px;height:22px;border:1px solid #b8c9c2;vertical-align:top;line-height:1.6em}
#ol_pw {display:block;margin:0 0 5px !important;margin:0 0 3px;padding:0 5px;width:167px;height:22px;border:1px solid #b8c9c2;vertical-align:top;line-height:1.6em}
.ol_pwlabel {position:absolute;top:35px;left:5px;color:#333;font-size:0.95em}
#auto_login {}
#auto_login_label {letter-spacing:-0.1em}

View File

@ -1,5 +1,5 @@
/* 방문자 집계 */
#visit {}
#visit {background:#515151}
#visit div {margin:0 auto;width:980px;zoom:1}
#visit div:after {display:block;visibility:hidden;clear:both;content:""}
#visit h2 {float:left;padding:10px 45px 10px 0;color:#fff}