85 lines
3.2 KiB
CSS
85 lines
3.2 KiB
CSS
/* SIR SOFT 지운아빠 Jan 2013 */
|
|
|
|
/* 초기화 */
|
|
html {overflow-y:scroll}
|
|
body {margin:0;padding:0;background:#f7f7f2;font-size:0.75em;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}
|
|
header ul, nav ul, footer ul {margin:0;padding:0;list-style:none}
|
|
label, input, select, img {vertical-align:middle}
|
|
input {margin:0;padding:0;font-family:"dotum"}
|
|
input[type=text], input[type=password], input[type=submit], input[type=image] {border-radius:0} /* 모바일에서만 사용 */
|
|
p {margin:0;padding:10px 0;line-height:1.7em;word-break:break-all}
|
|
hr {display:none}
|
|
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}
|
|
|
|
#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}
|
|
#snb img {display: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 {padding:20px;border:1px solid #d5d9d7;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}
|
|
|
|
/* 설문조사 */
|
|
#poll {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}
|
|
#bo_list tr:nth-of-type(odd) {background:#eee}
|
|
#bo_list td {display:block;position:relative;padding:5px 0 5px 20%}
|
|
#bo_list td::before {position:absolute;top:5px;left:0}
|
|
#bo_list td:nth-of-type(1) {display:none}
|
|
#bo_list td:nth-of-type(1):before {content:"번호"}
|
|
#bo_list td:nth-of-type(2):before {content:"제목"}
|
|
#bo_list td:nth-of-type(3) {display:none}
|
|
#bo_list td:nth-of-type(3):before {content:"글쓴이"}
|
|
#bo_list td:nth-of-type(4):before {content:"날짜"}
|
|
#bo_list td:nth-of-type(5):before {content:"조회"}
|
|
#bo_list a {color:#000;text-decoration:none}
|
|
.bo_cate_link {font-weight:bold}
|