사용자, 모바일 간 스타일 정리

This commit is contained in:
whitedot
2013-02-26 21:52:14 +09:00
parent 71480c1b4a
commit 5d3f3ab77f
2 changed files with 13 additions and 3 deletions

View File

@ -86,6 +86,10 @@ a:active {color:#000;text-decoration:underline}
.gnb_js .gnb_1depth_over ul {position:absolute;top:35px;left:-1px;width:181px !important;height:auto !important;border:1px solid #c3c7c5;border-top:0}
.gnb_js .gnb_2depth a {display:inline-block;margin:0;padding:5px 10px;width:161px;height:25px;border:0;background:#fff;color:#000;font-weight:normal;text-align:left;line-height:2.1em !important}
/* 배포시에는 필요없는 부분 */
#sirgle_title {height:100px;color:#fff;font-size:3em}
#sirgle_title_span {display:block;position:relative;top:33px;left:0;margin:0 auto;width:980px}
/* 중간 레이아웃 */
#wrapper {margin:50px auto;width:980px;zoom:1}
#wrapper:after {display:block;visibility:hidden;clear:both;content:""}

View File

@ -45,8 +45,15 @@ pre {overflow-x:scroll;font-size:1.1em}
#gnb li ul {display:none}
.gnb_1depth a {display:block;padding:10px 0;border-right:1px solid #e7f1ed;color:#000;text-align:center;text-decoration:none}
/* 배포시에는 필요없는 부분 */
#sirgle_title {height:100px;color:#fff;font-size:3em}
#sirgle_title_span {display:block;position:relative;top:33px;left:0}
/* 중간 레이아웃 */
#wrapper {margin:30px auto;width:96%}
#lnb {display:none}
#container {position:relative;padding:20px;border:1px solid #d5d9d7;background:#fff;width:auto;min-height:300px;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
@ -60,10 +67,8 @@ pre {overflow-x:scroll;font-size:1.1em}
sup {display:none !important}
/* 아웃로그인 */
.ol {display:none}
/* 설문조사 */
#poll {display:none}
/* 최근게시물 스킨 (latest) */
.lt {float:left}
@ -82,7 +87,7 @@ sup {display:none !important}
.lt_more {position:absolute;top:10px;right:0}
*/
/* 게시판 목록 */
/* 게시판 목록
#bo_list table {margin:0 auto;width:100%}
#bo_list caption {display:none}
#bo_list thead {display:none}
@ -99,3 +104,4 @@ sup {display:none !important}
#bo_list td:nth-of-type(5):before {content:"조회"}
#bo_list a {color:#000;text-decoration:none}
.bo_cate_link {font-weight:bold}
*/