사용자: 최신글 스킨

This commit is contained in:
whitedot
2013-01-08 13:12:02 +09:00
parent 819eaa981d
commit 503e4bd4d3
3 changed files with 19 additions and 10 deletions

View File

@ -82,7 +82,7 @@ h6 {margin:0 0 20px}
#hdsch_submit {position:relative;margin-left:-5px}
/* 사이드 네비게이션: 아웃로그인, 설문조사 등 */
#snb {position:absolute;top:150px;right:50px;font-family:"verdana","dotum"}
#snb {position:absolute;top:162px;right:50px;font-family:"verdana","dotum"}
#snb ul {margin:0;padding:0;list-style:none}
/* 아웃로그인 */
@ -202,6 +202,15 @@ h6 {margin:0 0 20px}
.readonly {background:#ff3061}
/* 최신글 */
.latest {clear:both;margin-bottom:30px;padding:20px;border:1px solid #eee;font-size:0.8em}
.latest strong {display:block;float:left;margin-top:5px;width:200px}
.latest ul {float:left;margin:0;padding:0;list-style:none}
.latest li a {display:inline-block;padding:4px 0}
.latest p {padding:0}
.latest_more {clear:both;text-align:right}
.latest_more a {display:inline-block;padding:5px 0}
/* 테이블 항목별 정의 */
.td_group {width:100px;text-align:center}
.td_board {width:120px;text-align:center}
@ -287,7 +296,7 @@ h6 {margin:0 0 20px}
#memo_write textarea {height:100px}
/* pagination */
.pg {margin-bottom:30px;font-size:0.875em;text-align:center}
.pg {clear:both;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}