사용자: 자기소개스킨

This commit is contained in:
whitedot
2013-01-30 14:47:09 +09:00
parent 4841f6e843
commit df9f7ee806
2 changed files with 17 additions and 8 deletions

View File

@ -105,7 +105,7 @@ tfoot td {border-color:#c9c9c9;background:#f9f9f5;font-weight:bold;text-align:ce
caption {padding:0 0 10px;text-align:left}
th {padding:12px 0 8px;border-top:1px solid #ddd;border-bottom:1px solid #ddd}
th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
td {padding:10px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;word-break:break-all}
td {padding:10px 5px 7px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
table a {color:#000;text-decoration:none}
.bo_sideview td {padding:7px 5px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
.empty_table {padding:85px 0;text-align:center}
@ -142,7 +142,7 @@ table a {color:#000;text-decoration:none}
/* ///// 새창 기본 스타일 ///// */
.new_win {}
.new_win h1 {margin-bottom:20px;padding:20px 20px 10px;background:#fff;font-size:1.2em}
.new_win h1 {margin-bottom:20px;padding:20px 20px 10px;border-bottom:1px solid #eee;background:#fff;font-size:1.2em}
.new_win table {margin:0 auto 20px;width:93%}
.new_win_ul {margin:-20px 0 20px 0;padding:0 0 0 20px;border-bottom:1px solid #515151;background:#484848;list-style:none;zoom:1}
.new_win_ul:after {display:block;visibility:hidden;clear:both;content:""}
@ -187,10 +187,11 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#494949;color:#f
#ol_before ul:after {display:block;visibility:hidden;clear:both;content:""}
#ol_before li {float:left;margin-left:5px;padding-top:2px}
#ol_before #ol_auto {float:left;margin:4px 0 0;padding:0}
#ol_before a {color:#000;letter-spacing:-0.1em}
#ol_before a {letter-spacing:-0.1em}
#ol_svc {padding-top:8px;text-align:right}
#ol_after_hd {text-align:center}
#ol_after_hd a {color:#109ff1}
#ol_after_private {margin:7px 0;zoom:1}
#ol_after_private:after {display:block;visibility:hidden;clear:both;content:""}
#ol_after_private li {float:left}
@ -241,10 +242,19 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#494949;color:#f
/* 설문조사 스킨 */
#poll {}
#poll header {padding:14px 14px 0}
#poll header a {color:#109ff1;text-decoration:none}
#poll ul {margin:0 0 10px;padding:5px 14px;background:#f7f7f2;list-style:none}
#poll li {padding:3px 0}
#poll footer {padding:0 14px 14px;text-align:right}
/* 폼메일 */
#formmail textarea {height:100px}
/* 자기소개 */
#profile table {margin-bottom:0}
#profile section {margin:0 auto 20px;padding:20px;width:86%}
#profile h2 {margin:0}
/* 최근게시물 스킨 (latest) */
.lt {float:left;margin-bottom:20px;padding:20px;width:314px;height:149px}
.lt ul {margin:0;padding:0;list-style:none}
@ -306,14 +316,13 @@ fieldset button {padding:0 15px;height:24px;border:0;background:#494949;color:#f
.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;margin-left:5px}
#bo_list caption {padding:0;height:0;color:transparent;overflow:hidden} /* ff에서 감추기 위해 color:transparent 사용 */
#bo_list td {line-height:1em}
#bo_list strong {color:#109ff1}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.bo_notice {}
.bo_cate_link {display:inline-block;padding:0 5px 0 0;font-weight:bold;text-decoration:none} /* 글제목 줄 분류스타일 */
.bo_cate_link {display:inline-block;margin:0 3px 0 0;font-weight:bold;text-decoration:none} /* 글제목 줄 분류스타일 */
.bo_current {color:#109ff1}
.td_subject img {margin-left:5px}
.td_subject img {margin-left:3px}
.cnt_cmt {display:inline-block;margin:0 4px;color:#109ff1}
/* 게시판 읽기 */

View File

@ -32,8 +32,8 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
</tbody>
</table>
<section>
<h2><?=$mb_nick?>님의 자기소개</h2>
<section class="cbg">
<h2>인사말</h2>
<p><?=$mb_profile?></p>
</section>