모바일 작업 중
This commit is contained in:
@ -15,11 +15,53 @@ pre {overflow-x:scroll;font-size:1.1em}
|
||||
|
||||
/* 웹접근성 스킬 --- 기본 block 속성에는 적용 안됨*/
|
||||
.sound_only {display:none}
|
||||
/* 본문 바로가기 */
|
||||
#to_content {display:none}
|
||||
|
||||
/* 레이아웃 */
|
||||
/* 상단 레이아웃 */
|
||||
#hd {background:#fff;zoom:1}
|
||||
#hd:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#hd h1 {display:none}
|
||||
|
||||
/* 게시판 목록
|
||||
#bo_list table {margin:0 auto;width:95%}
|
||||
#logo {float:left;padding:5px 0;margin-left:10px}
|
||||
|
||||
#schall {position:absolute;top:12px;right:10px}
|
||||
#schall legend {display:none}
|
||||
#schall_stx {padding-left:5px;width:100px;height:24px;border:1px solid #aaa;border-right:0;background:#f7f7f2;line-height:1.9em !important;line-height:1.6em}
|
||||
#schall_submit {border:1px solid #aaa;border-left:0}
|
||||
|
||||
#snb {clear:both;border-top:1px solid #ddd;text-align:center}
|
||||
#snb li {display:inline-block}
|
||||
#snb li {border-right:1px solid #ddd}
|
||||
#snb li:nth-last-of-type(1) {border-right:0 !important}
|
||||
#snb a {display:inline-block;padding:5px 10px;color:#000;text-decoration:none}
|
||||
|
||||
#gnb {background:#151515;zoom:1}
|
||||
#gnb:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#gnb h2 {display:none}
|
||||
#gnb li {float:left}
|
||||
#gnb li ul {display:none}
|
||||
.gnb_1depth a {color:#fff;text-decoration:none}
|
||||
|
||||
/* 중간 레이아웃 */
|
||||
#wrapper {margin:30px auto;width:96%}
|
||||
#container {background:#fff;width:auto;height:auto;zoom:1}
|
||||
#container:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
|
||||
/* 하단 레이아웃 */
|
||||
#ft img {display:none}
|
||||
|
||||
/* 광고 레이아웃 */
|
||||
.ad200200 {display:none}
|
||||
.ad72890 {display:none}
|
||||
|
||||
sup {display:none !important}
|
||||
|
||||
/* 아웃로그인 */
|
||||
.ol {display:none}
|
||||
|
||||
/* 게시판 목록 */
|
||||
#bo_list table {margin:0 auto;width:100%}
|
||||
#bo_list caption {display:none}
|
||||
#bo_list thead {display:none}
|
||||
#bo_list tr {border:1px solid #ccc}
|
||||
@ -35,4 +77,3 @@ pre {overflow-x:scroll;font-size:1.1em}
|
||||
#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