사용자: 디자인 변경 중

This commit is contained in:
whitedot
2013-01-03 16:31:09 +09:00
parent 6554fa2fef
commit 7f470321d3
2 changed files with 12 additions and 11 deletions

View File

@ -2,7 +2,7 @@
/* 초기화 */
html {overflow-y:scroll}
body {font-size:1em}
body {background:#f5f4ed;font-size:1em}
html, body, h1, h2, h3, h4, h5, h6 {margin:0;padding:0}
h1, h2, h3, h4, h5, h6 {font-family:"dotum"}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
@ -29,30 +29,31 @@ p {margin:5px 0;padding:10px 0;line-height:1.5em}
#install_done div span {position:absolute;top:-28px;left:0;width:700px;height:580px;background:url("../img/install_done.jpg")}
/* 레이아웃 - 상단 */
#header {z-index:3;position:relative;margin-bottom:30px;height:100px}
#header {z-index:3;position:relative;margin-bottom:30px}
#header h1 {height:0;overflow:hidden}
/* 로고 */
#logo {position:absolute;top:40px;left:50px}
#logo {background:#494946;text-align:center}
#logo a {display:inline-block;padding:20px 30px}
/* 상단메뉴 */
#tnb {position:absolute;top:43px;left:140px;zoom:1}
#tnb {padding-left:50px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#fff;zoom:1}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb li {float:left;margin-right:15px}
#tnb a {display:block;padding:10px;color:#333;font-family:"dotum";font-size:0.9em;font-weight:bold;text-decoration:none}
#tnb li {float:left;margin-left:-1px}
#tnb a {display:block;padding:20px;border-right:1px solid #eee;border-left:1px solid #eee;color:#595959;font-family:"dotum";font-size:0.875em;font-weight:bold;text-decoration:none}
/* 전체검색 */
#hdsch {position:absolute;top:47px;right:50px;margin:0;padding:0;border:1px solid #b7b7b7;background:#f1f6f7}
#hdsch {position:absolute;top:25px;right:50px;margin:0;padding:0;border:1px solid #b7b7b7;background:#f1f6f7}
#hdsch legend {position:absolute;top:-1000px}
#hdsch_stx {margin:5px 0 5px 5px;height:16px;width:164px;border:0;background:transparent}
#hdsch_stx:focus {background:#434f54;color:#fff}
#hdsch_submit {position:relative;margin-left:-5px}
/* 사이드 네비게이션: 아웃로그인, 설문조사 등 */
#snb {position:absolute;top:92px;right:50px;font-family:"dotum"}
#snb {position:absolute;top:120px;right:50px;font-family:"dotum"}
/* 아웃로그인 */
.outlogin {margin-bottom:15px;padding:10px 10px 0;width:178px;border:1px solid #b7b7b7;background:#f1f6f7}
.outlogin {margin-bottom:5px;padding:10px 10px 0;width:178px;border:1px solid #b7b7b7;background:#f1f6f7}
.outlogin h2 {height:0;overflow:hidden}
/* 로그인 전 */
#ol_before {font-size:0.7em}
@ -80,7 +81,7 @@ p {margin:5px 0;padding:10px 0;line-height:1.5em}
#ol_after footer a {display:inline-block;padding:0 5px}
/* 설문조사 */
#poll {width:198px;border:1px solid #b7b7b7;background:#fff;font-size:0.75em}
#poll {width:200px;background:#f9f9f9;font-size:0.75em}
#poll header {padding:10px 10px 1px;background:#f1f6f7}
#poll h2 {display:inline-block;font-size:1em}
#poll p {padding:0}
@ -91,7 +92,7 @@ p {margin:5px 0;padding:10px 0;line-height:1.5em}
#poll footer a {display:inline-block;padding:0 5px;height:22px;border:1px solid #b7b7b7;background:#fff;color:#000;font-size:0.9em;vertical-align:top;text-decoration:none;letter-spacing:-0.1em;line-height:2.1em}
/* 레이아웃 중간 */
#wrapper {z-index:2;position:relative;margin-right:270px;padding-left:50px;min-height:520px;height:auto !important;height:520px}
#wrapper {z-index:2;clear:both;position:relative;margin-right:270px;padding-left:50px;min-height:520px;height:auto !important;height:520px}
/* 레이아웃 하단 */
#footer {z-index:1;position:relative;margin-top:30px;padding:15px 0 20px;border-top:1px solid #ddd;color:#595959;font-size:0.75em}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 B

After

Width:  |  Height:  |  Size: 51 B