사용자: 테이블 및 페이징 스타일
This commit is contained in:
26
css/def.css
26
css/def.css
@ -4,6 +4,7 @@
|
|||||||
html {overflow-y:scroll}
|
html {overflow-y:scroll}
|
||||||
body {font-size:1em}
|
body {font-size:1em}
|
||||||
html, body, h1, h2, h3, h4, h5, h6 {margin:0;padding:0}
|
html, body, h1, h2, h3, h4, h5, h6 {margin:0;padding:0}
|
||||||
|
h1, h2, h3, h4, h5, h6 {font-family:"dotum"}
|
||||||
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
|
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
|
||||||
header ul, nav ul {margin:0;padding:0;list-style:none}
|
header ul, nav ul {margin:0;padding:0;list-style:none}
|
||||||
table {border-collapse:collapse;border-spacing:0} tfoot td {font-weight:bold;text-align:center}
|
table {border-collapse:collapse;border-spacing:0} tfoot td {font-weight:bold;text-align:center}
|
||||||
@ -125,6 +126,27 @@ p {margin:5px 0;padding:10px 0;line-height:1.5em}
|
|||||||
/* 카피라이트 */
|
/* 카피라이트 */
|
||||||
#footer p {position:absolute;top:25px;right:50px}
|
#footer p {position:absolute;top:25px;right:50px}
|
||||||
|
|
||||||
|
/* ##################################################################### 스킨 및 컨텐츠 */
|
||||||
/* 테이블 */
|
/* 테이블 */
|
||||||
table {margin-bottom:10px;width:100%}
|
table {margin-bottom:10px;width:100%;border:1px solid #d5dcdf;background:#fff}
|
||||||
caption {padding:10px 0 15px;text-align:left;font-size:1em;font-weight:bold}
|
caption {padding:10px 0 15px;color:#2f4d59;text-align:left;font-size:1em;font-weight:bold}
|
||||||
|
caption p {margin:7px 0 0;padding:0;color:#6b8088;font:0.75em normal}
|
||||||
|
th, td {border-bottom:1px solid #e9ecee;font-size:0.75em}
|
||||||
|
th {padding:10px;background:#f1f6f7}
|
||||||
|
th label {display:block}
|
||||||
|
th a {color:#000}
|
||||||
|
td {padding:10px}
|
||||||
|
|
||||||
|
/* 폼 테이블 */
|
||||||
|
.frm_tbl th {width:130px;text-align:left;font-weight:normal}
|
||||||
|
.frm_tbl textarea {height:150px}
|
||||||
|
#frm_extra label {display:inline-block;width:100px}
|
||||||
|
#frm_extra input {margin-right:10px}
|
||||||
|
|
||||||
|
/* 현재접속자 */
|
||||||
|
|
||||||
|
/* pagination */
|
||||||
|
.pg {margin-bottom:30px;font-size:0.875em;text-align:center}
|
||||||
|
.pg_page, .pg_current {display:inline-block;position:relative;margin-left:-6px;padding:0 10px;height:25px;border:1px solid #ddd;background:#fff;line-height:1.9em;vertical-align:middle}
|
||||||
|
.pg_page {text-decoration:none}
|
||||||
|
.pg_current {font-weight:normal}
|
||||||
@ -7,7 +7,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">번호</th>
|
<th scope="col">번호</th>
|
||||||
<th scope="col">이름</th>
|
<th scope="col">닉네임 혹은 아이피</th>
|
||||||
<th scope="col">링크</th>
|
<th scope="col">링크</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user