diff --git a/css/def.css b/css/def.css index 84483fdda..2dbb994b5 100644 --- a/css/def.css +++ b/css/def.css @@ -17,9 +17,9 @@ p {margin:5px 0;padding:10px 0;line-height:1.5em} .img_fix {float:left;width:100%;height:auto} /* 내용 건너뛰기 */ -#to_content a {display:block;position:absolute;top:0;left:0;margin:5px;height:0;text-decoration:none;overflow:hidden} +#to_content a {display:block;position:absolute;top:0;left:0;height:0;text-decoration:none;overflow:hidden} #to_content a:focus, -#to_content a:active {height:auto;padding:5px 10px;border:1px solid #000;background:#333;color:#fff;font-size:0.75em;overflow:auto} +#to_content a:active {padding:10px 0;width:100%;height:auto;background:#333;color:#fff;text-align:center;overflow:auto} /* 그누보드4s 설치 완료 메세지 */ #install_done {position:absolute;margin-top:-30px;width:100%;height:580px;background:#e7ebee} @@ -41,6 +41,8 @@ p {margin:5px 0;padding:10px 0;line-height:1.5em} #tnb:after {display:block;visibility:hidden;clear:both;content:""} #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} +#tnb a:hover, +#tnb a:focus {background:#faf9f5} /* 전체검색 */ #hdsch {position:absolute;top:90px;right:50px;margin:0;padding:0;border:1px solid #ddd;background:#f1f6f7} @@ -53,7 +55,7 @@ p {margin:5px 0;padding:10px 0;line-height:1.5em} #snb {position:absolute;top:150px;right:50px;font-family:"dotum"} /* 아웃로그인 */ -.outlogin {margin-bottom:5px;padding:10px 10px 0;width:178px;border:1px solid #b3b2ad;background:#f1f6f7} +.outlogin {margin-bottom:5px;padding:10px 10px 0;width:178px;border:1px solid #b3b2ad;background:#f0f0ed} .outlogin h2 {height:0;overflow:hidden} /* 로그인 전 */ #ol_before {font-size:0.7em} @@ -82,13 +84,13 @@ p {margin:5px 0;padding:10px 0;line-height:1.5em} /* 설문조사 */ #poll {width:198px;border:1px solid #b3b2ad;background:#fff;font-size:0.75em} -#poll header {padding:10px 10px 1px;background:#f1f6f7} +#poll header {padding:10px 10px 1px;background:#f0f0ed} #poll h2 {display:inline-block;font-size:1em} #poll p {padding:0} #poll ul {margin:10px} #poll li {margin:7px 0} #poll footer {padding:10px 10px 15px;text-align:center} -#poll footer input {padding:0 5px;height:24px;border:1px solid #b7b7b7;background:#eee;font-size:0.9em;letter-spacing:-0.1em;vertical-align:top} +#poll footer input {padding:0 15px;height:24px;border:0;background:#333;color:#fff;font-size:0.9em;letter-spacing:-0.1em;vertical-align:top} #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} /* 레이아웃 중간 */ diff --git a/head.php b/head.php index 6e9c16839..8780d2685 100644 --- a/head.php +++ b/head.php @@ -46,7 +46,7 @@ include_once($g4['path'].'/lib/popular.lib.php'); - +

Welcome to Gnuboard 4s

diff --git a/js/wrest.gif b/js/wrest.gif index e097bbde2..a5ecfb334 100644 Binary files a/js/wrest.gif and b/js/wrest.gif differ