모바일 전체 스타일 및 게시판 작업 중
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
/* 초기화 */
|
||||
html {overflow-y:scroll}
|
||||
body {margin:0;padding:0;background:#f7f7f2;font-size:0.875em;font-family:"dotum"}
|
||||
body {margin:0;padding:0;background:#fff;font-size:0.875em;font-family:"dotum"}
|
||||
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
|
||||
h1, h2, h3, h4, h5, h6 {color:#2a4959;font-size:1em;font-family:"dotum"}
|
||||
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
|
||||
@ -50,11 +50,11 @@ pre {overflow-x:scroll;font-size:1.1em}
|
||||
#sirgle_title_span {display:block;position:relative;top:33px;left:0}
|
||||
|
||||
/* 중간 레이아웃 */
|
||||
#wrapper {margin:30px auto;width:96%}
|
||||
#wrapper {margin:30px 0}
|
||||
|
||||
#lnb {display:none}
|
||||
|
||||
#container {position:relative;padding:20px;border:1px solid #d5d9d7;background:#fff;width:auto;min-height:300px;zoom:1}
|
||||
#container {position:relative;min-height:300px;zoom:1}
|
||||
#container:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
|
||||
/* 하단 레이아웃 */
|
||||
@ -87,7 +87,21 @@ sup {display:none !important}
|
||||
.lt_more {position:absolute;top:10px;right:0}
|
||||
*/
|
||||
|
||||
/* 게시판 목록
|
||||
/* 게시판 목록 */
|
||||
#bo_list table {width:100%}
|
||||
#bo_list th {padding:12px 0 8px;background:#565e60;color:#fff}
|
||||
#bo_list caption {display:none}
|
||||
#bo_list th:nth-of-type(1) {display:none}
|
||||
#bo_list td:nth-of-type(1) {display:none}
|
||||
#bo_list th:nth-of-type(3) {display:none}
|
||||
#bo_list td:nth-of-type(3) {display:none}
|
||||
#bo_list th:nth-of-type(4) {width:20%}
|
||||
#bo_list td:nth-of-type(4) {text-align:center}
|
||||
#bo_list th:nth-of-type(5) {display:none}
|
||||
#bo_list td:nth-of-type(5) {display:none}
|
||||
#bo_list th:nth-of-type(6) {display:none}
|
||||
#bo_list td:nth-of-type(6) {display:none}
|
||||
/*
|
||||
#bo_list table {margin:0 auto;width:100%}
|
||||
#bo_list caption {display:none}
|
||||
#bo_list thead {display:none}
|
||||
@ -104,4 +118,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}
|
||||
*/
|
||||
*/
|
||||
Reference in New Issue
Block a user