mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 02:39:56 +09:00
게시판 스킨 정보 수정 및 블로그 레이아웃의 CSS요소가 내부 게시판 또는 회원 모듈의 CSS와 충돌하지 않도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2165 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
652fbd2d46
commit
01455a4107
20 changed files with 298 additions and 294 deletions
|
|
@ -25,9 +25,9 @@
|
|||
<!--@end-->
|
||||
|
||||
<!-- 글쓰기 폼 -->
|
||||
<div class="boardWrite">
|
||||
<div class="blogWrite">
|
||||
|
||||
<form action="./" method="post" onsubmit="return procFilter(this, insert_comment)" <!--@if($grant->fileupload)-->enctype="multipart/form-data"<!--@end--> class="boardEditor" >
|
||||
<form action="./" method="post" onsubmit="return procFilter(this, insert_comment)" <!--@if($grant->fileupload)-->enctype="multipart/form-data"<!--@end--> class="blogEditor" >
|
||||
<fieldset>
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="document_srl" value="{$document_srl?$document_srl:$comment->document_srl}" />
|
||||
|
|
|
|||
|
|
@ -12,18 +12,18 @@ Jeong, Chan Myeong 070601~070630
|
|||
.pathNavigation a { color:#999999;}
|
||||
.pathNavigation strong { color:#666666;}
|
||||
|
||||
.boardHeader2 { width:100%; overflow:hidden; padding:1em 0 1em 0; color:#444444;}
|
||||
.boardHeader2 h3 { float:left; font-size:1.4em; padding-left:1.2em; background:url(../images/common/iconH3.gif) no-repeat .5em center;}
|
||||
.boardHeader2 .info { float:right; position:relative; top:.4em;}
|
||||
.boardHeader2 .info q { quotes:none; font-weight:bold;}
|
||||
.boardHeader2 .info strong { font:bold .9em Tahoma; color:#ff6600;}
|
||||
.blogHeader2 { width:100%; overflow:hidden; padding:1em 0 1em 0; color:#444444;}
|
||||
.blogHeader2 h3 { float:left; font-size:1.4em; padding-left:1.2em; background:url(../images/common/iconH3.gif) no-repeat .5em center;}
|
||||
.blogHeader2 .info { float:right; position:relative; top:.4em;}
|
||||
.blogHeader2 .info q { quotes:none; font-weight:bold;}
|
||||
.blogHeader2 .info strong { font:bold .9em Tahoma; color:#ff6600;}
|
||||
|
||||
/* boardComment */
|
||||
.boardComment { color:#AEAEAE; position:relative; border:1px solid #DDDDDD; overflow:hidden;padding:.8em; margin-top:.4em;}
|
||||
.boardComment a { color:#f38d2a; text-decoration:none; border-bottom:1px dotted #f38d2a;}
|
||||
/* blogComment */
|
||||
.blogComment { color:#AEAEAE; position:relative; border:1px solid #DDDDDD; overflow:hidden;padding:.8em; margin-top:.4em;}
|
||||
.blogComment a { color:#f38d2a; text-decoration:none; border-bottom:1px dotted #f38d2a;}
|
||||
|
||||
/* boardInformation */
|
||||
.boardInformation { width:100%; clear:both; margin:1em 0 .5em 0; overflow:hidden; color:#666666;}
|
||||
/* blogInformation */
|
||||
.blogInformation { width:100%; clear:both; margin:1em 0 .5em 0; overflow:hidden; color:#666666;}
|
||||
|
||||
.accountNavigation { float:right; overflow:hidden;}
|
||||
.accountNavigation li { float:left; padding:0 .5em 0 .6em; background:url(../images/common/line_1x10_e0e0e0.gif) no-repeat left .4em; list-style:none;}
|
||||
|
|
@ -37,66 +37,66 @@ Jeong, Chan Myeong 070601~070630
|
|||
.accountNavigation li.setup a { display:block; background:url(../images/common/iconSetup.gif) no-repeat left .1em; padding:0 0 0 1.2em;}
|
||||
.accountNavigation li.loginAndLogout { background:none; padding-left:0;}
|
||||
|
||||
/* boardList */
|
||||
.boardList { width:100%; position:relative; border:1px solid #e0e1db;}
|
||||
.boardList tr.notice { background:#f8f8f8;}
|
||||
.boardList tr.notice .num { font-size:.9em; font-weight:bold;}
|
||||
.boardList tr.bg1 { background:#ffffff}
|
||||
.boardList tr.bg2 { background:#fbfbfb;}
|
||||
.boardList th a { color:#3e3f3e; text-decoration:none; }
|
||||
.boardList th.num { background-position:-3px bottom; border-left:1px solid #ffffff; }
|
||||
.boardList th.title.first-child { background-position:-3px bottom;}
|
||||
.boardList th.title { text-align:center; }
|
||||
.boardList th.category { text-align:left; }
|
||||
.boardList th.title select { vertical-align:middle; margin-left:.5em; }
|
||||
.boardList th.reading { white-space:nowrap;}
|
||||
.boardList th.recommend { white-space:nowrap;}
|
||||
.boardList th.date { border-right:1px solid #ffffff;}
|
||||
.boardList th .sort { padding:0 .2em; vertical-align:middle;}
|
||||
.boardList td { border-top:1px solid #eff0ed; padding:.5em;}
|
||||
.boardList td.num { font:.8em tahoma; color:#999999; padding:.5em 1em; text-align:center;}
|
||||
.boardList tr.notice td.num { padding:.5em; white-space:nowrap;}
|
||||
.boardList td.thumb { padding:.5em 0 .5em .5em; width:145px; table-layout:fixed; white-space:nowrap;}
|
||||
.boardList td.thumb * { vertical-align:middle;}
|
||||
.boardList td.title {padding-left:1em; }
|
||||
.boardList td.title strong.category { font-size:1em; background:url(../images/common/line_1x10_e0e0e0.gif) no-repeat right 3px; padding-right:.5em; margin-right:.5em;}
|
||||
.boardList td.title.bold { font-size:1.2em; font-weight:bold;}
|
||||
.boardList td.title.bold a { position:relative; top:.3em;}
|
||||
.boardList td.title * { vertical-align:middle;}
|
||||
.boardList td.title,
|
||||
.boardList td.title a { color:#444444; text-decoration:none;}
|
||||
.boardList td.title a:visited { color:#777777;}
|
||||
.boardList td.author { color:#333333; font-size:.95em; padding-left:1em;}
|
||||
.boardList td.author a { font-size:1em; color:#333333;}
|
||||
.boardList td.reading { font:.8em Tahoma; color:#999999; text-align:center;}
|
||||
.boardList td.date { font:.8em Tahoma; color:#999999; text-align:center; white-space:nowrap;}
|
||||
.boardList td.summary { border-top:none; vertical-align:top; color:#666666; line-height:1.25em;}
|
||||
.boardList td.summary a { color:#666666; text-decoration:none; line-height:inherit;}
|
||||
.boardList td.summary a:visited { color:#999999;}
|
||||
.boardList td input { _margin:-3px;}
|
||||
.boardList td .replyAndTrackback img.trackback { margin-bottom:-.1em;}
|
||||
.boardList td .replyAndTrackback strong { font:bold 1em Tahoma;}
|
||||
.boardList td.title.bold .replyAndTrackback { font:.6em Tahoma; color:#ff6600; position:relative; top:.3em;}
|
||||
.boardList td .replyAndTrackback strong { font:bold 1em Tahoma;}
|
||||
/* blogList */
|
||||
.blogList { width:100%; position:relative; border:1px solid #e0e1db;}
|
||||
.blogList tr.notice { background:#f8f8f8;}
|
||||
.blogList tr.notice .num { font-size:.9em; font-weight:bold;}
|
||||
.blogList tr.bg1 { background:#ffffff}
|
||||
.blogList tr.bg2 { background:#fbfbfb;}
|
||||
.blogList th a { color:#3e3f3e; text-decoration:none; }
|
||||
.blogList th.num { background-position:-3px bottom; border-left:1px solid #ffffff; }
|
||||
.blogList th.title.first-child { background-position:-3px bottom;}
|
||||
.blogList th.title { text-align:center; }
|
||||
.blogList th.category { text-align:left; }
|
||||
.blogList th.title select { vertical-align:middle; margin-left:.5em; }
|
||||
.blogList th.reading { white-space:nowrap;}
|
||||
.blogList th.recommend { white-space:nowrap;}
|
||||
.blogList th.date { border-right:1px solid #ffffff;}
|
||||
.blogList th .sort { padding:0 .2em; vertical-align:middle;}
|
||||
.blogList td { border-top:1px solid #eff0ed; padding:.5em;}
|
||||
.blogList td.num { font:.8em tahoma; color:#999999; padding:.5em 1em; text-align:center;}
|
||||
.blogList tr.notice td.num { padding:.5em; white-space:nowrap;}
|
||||
.blogList td.thumb { padding:.5em 0 .5em .5em; width:145px; table-layout:fixed; white-space:nowrap;}
|
||||
.blogList td.thumb * { vertical-align:middle;}
|
||||
.blogList td.title {padding-left:1em; }
|
||||
.blogList td.title strong.category { font-size:1em; background:url(../images/common/line_1x10_e0e0e0.gif) no-repeat right 3px; padding-right:.5em; margin-right:.5em;}
|
||||
.blogList td.title.bold { font-size:1.2em; font-weight:bold;}
|
||||
.blogList td.title.bold a { position:relative; top:.3em;}
|
||||
.blogList td.title * { vertical-align:middle;}
|
||||
.blogList td.title,
|
||||
.blogList td.title a { color:#444444; text-decoration:none;}
|
||||
.blogList td.title a:visited { color:#777777;}
|
||||
.blogList td.author { color:#333333; font-size:.95em; padding-left:1em;}
|
||||
.blogList td.author a { font-size:1em; color:#333333;}
|
||||
.blogList td.reading { font:.8em Tahoma; color:#999999; text-align:center;}
|
||||
.blogList td.date { font:.8em Tahoma; color:#999999; text-align:center; white-space:nowrap;}
|
||||
.blogList td.summary { border-top:none; vertical-align:top; color:#666666; line-height:1.25em;}
|
||||
.blogList td.summary a { color:#666666; text-decoration:none; line-height:inherit;}
|
||||
.blogList td.summary a:visited { color:#999999;}
|
||||
.blogList td input { _margin:-3px;}
|
||||
.blogList td .replyAndTrackback img.trackback { margin-bottom:-.1em;}
|
||||
.blogList td .replyAndTrackback strong { font:bold 1em Tahoma;}
|
||||
.blogList td.title.bold .replyAndTrackback { font:.6em Tahoma; color:#ff6600; position:relative; top:.3em;}
|
||||
.blogList td .replyAndTrackback strong { font:bold 1em Tahoma;}
|
||||
|
||||
.boardList td .thumbnailSmall { margin:0 .3em 0 .3em;}
|
||||
.boardList td .thumbnailSmall img { border:1px solid #bcbdb6;}
|
||||
.boardList td .thumbnailMedium { margin:0 .3em 0 .3em;}
|
||||
.boardList td .thumbnailMedium img { border:1px solid #e0e1db; padding:3px;}
|
||||
.blogList td .thumbnailSmall { margin:0 .3em 0 .3em;}
|
||||
.blogList td .thumbnailSmall img { border:1px solid #bcbdb6;}
|
||||
.blogList td .thumbnailMedium { margin:0 .3em 0 .3em;}
|
||||
.blogList td .thumbnailMedium img { border:1px solid #e0e1db; padding:3px;}
|
||||
|
||||
.boardList.thumbnail { margin-top:-1px; border-bottom:none;}
|
||||
.boardList.thumbnail td { border-top:none; border-bottom:1px solid #eff0ed; padding:1.5em 0 0 1.5em; overflow:hidden;}
|
||||
.boardList.thumbnail div.cell { float:left; width:130px; margin:0 1.5em 0 0; padding-bottom:1.5em;}
|
||||
.boardList.thumbnail div.cell img.thumb { padding:2px; border:1px solid #e0e1db; display:block; margin-bottom:1em;}
|
||||
.boardList.thumbnail div.title { color:#444444; margin-bottom:.2em; padding-left:3px;}
|
||||
.boardList.thumbnail div.title a { color:#444444;}
|
||||
.boardList.thumbnail div.nameAndDate { font-size:.9em; color:#999999; margin-bottom:.2em; padding-left:3px;}
|
||||
.boardList.thumbnail div.nameAndDate a { color:#999999;}
|
||||
.boardList.thumbnail div.nameAndDate .date { font:.8em Tahoma; color:#999999;}
|
||||
.boardList.thumbnail div.readAndRecommend { font-size:.9em; color:#666666; padding-left:3px;}
|
||||
.boardList.thumbnail div.readAndRecommend .num { font:.8em Tahoma;}
|
||||
.boardList.thumbnail div.readAndRecommend .vr { color:#dddddd;}
|
||||
.boardList.thumbnail div.readAndRecommend strong.num { font:bold .8em Tahoma; color:#ff6600;}
|
||||
.blogList.thumbnail { margin-top:-1px; border-bottom:none;}
|
||||
.blogList.thumbnail td { border-top:none; border-bottom:1px solid #eff0ed; padding:1.5em 0 0 1.5em; overflow:hidden;}
|
||||
.blogList.thumbnail div.cell { float:left; width:130px; margin:0 1.5em 0 0; padding-bottom:1.5em;}
|
||||
.blogList.thumbnail div.cell img.thumb { padding:2px; border:1px solid #e0e1db; display:block; margin-bottom:1em;}
|
||||
.blogList.thumbnail div.title { color:#444444; margin-bottom:.2em; padding-left:3px;}
|
||||
.blogList.thumbnail div.title a { color:#444444;}
|
||||
.blogList.thumbnail div.nameAndDate { font-size:.9em; color:#999999; margin-bottom:.2em; padding-left:3px;}
|
||||
.blogList.thumbnail div.nameAndDate a { color:#999999;}
|
||||
.blogList.thumbnail div.nameAndDate .date { font:.8em Tahoma; color:#999999;}
|
||||
.blogList.thumbnail div.readAndRecommend { font-size:.9em; color:#666666; padding-left:3px;}
|
||||
.blogList.thumbnail div.readAndRecommend .num { font:.8em Tahoma;}
|
||||
.blogList.thumbnail div.readAndRecommend .vr { color:#dddddd;}
|
||||
.blogList.thumbnail div.readAndRecommend strong.num { font:bold .8em Tahoma; color:#ff6600;}
|
||||
|
||||
/* pageNavigation */
|
||||
.pageNavigation { display:block; padding:1.5em 0 2em 0; text-align:center; font:bold .8em Tahoma; }
|
||||
|
|
@ -108,11 +108,11 @@ Jeong, Chan Myeong 070601~070630
|
|||
.pageNavigation a.goToFirst img,
|
||||
.pageNavigation a.goToLast img { display:inline-block; padding:2px 0; position:relative; top:2px; _top:1px;}
|
||||
|
||||
.boardRead .dateAndModify { float:right; white-space:nowrap;}
|
||||
.boardRead .dateAndModify { font-size:.8em; color:#999999; float:left; position:relative; top:.3em;}
|
||||
.boardRead .dateAndModify strong { font-size:1em; font-family:Tahoma;}
|
||||
.boardRead .dateAndModify ul { display:inline;}
|
||||
.boardRead .dateAndModify ul li { float:left; margin-left:.3em; list-style:none;}
|
||||
.blogRead .dateAndModify { float:right; white-space:nowrap;}
|
||||
.blogRead .dateAndModify { font-size:.8em; color:#999999; float:left; position:relative; top:.3em;}
|
||||
.blogRead .dateAndModify strong { font-size:1em; font-family:Tahoma;}
|
||||
.blogRead .dateAndModify ul { display:inline;}
|
||||
.blogRead .dateAndModify ul li { float:left; margin-left:.3em; list-style:none;}
|
||||
|
||||
/* extraVars list */
|
||||
.extraVarsList { width:100%; border:1px solid #e0e1db; clear:both; margin-bottom:1em;}
|
||||
|
|
@ -123,72 +123,72 @@ Jeong, Chan Myeong 070601~070630
|
|||
.extraVarsList th { color:#3e3f3e; font-weight:bold; padding:.8em .5em .5em .5em; border-bottom:1px solid #eff0ed; border-right:1px solid #eff0ed;}
|
||||
.extraVarsList td { border-bottom:1px solid #eff0ed; padding:.5em .5em .5em 1em;}
|
||||
|
||||
/* boardSearch */
|
||||
.boardSearch { text-align:center; clear:both; width:100%;}
|
||||
.boardSearch fieldset { border:none; display:inline; overflow:visible; position:relative;}
|
||||
.boardSearch fieldset legend { overflow:hidden; width:1px; height:1px; font-size:.001em;}
|
||||
.boardSearch * { vertical-align:middle;}
|
||||
.boardSearch select { float:left;}
|
||||
.boardSearch input { float:left; margin:0 .3em; background:#fbfbfb;}
|
||||
/* blogSearch */
|
||||
.blogSearch { text-align:center; clear:both; width:100%;}
|
||||
.blogSearch fieldset { border:none; display:inline; overflow:visible; position:relative;}
|
||||
.blogSearch fieldset legend { overflow:hidden; width:1px; height:1px; font-size:.001em;}
|
||||
.blogSearch * { vertical-align:middle;}
|
||||
.blogSearch select { float:left;}
|
||||
.blogSearch input { float:left; margin:0 .3em; background:#fbfbfb;}
|
||||
.searchButton ul { overflow:hidden;}
|
||||
.searchButton li { float:left; margin-right:.3em; list-style:none;}
|
||||
|
||||
/* boardRead */
|
||||
.boardRead { position:relative; _width:100%; margin:0 0 0 0; border:1px solid #e0e1db;}
|
||||
.boardRead .originalContent { padding:2em 1.2em 2em 1.2em;}
|
||||
.boardRead .readHeader { width:100%; padding-bottom:.5em; margin-bottom:1em; border-bottom:1px solid #eff0ed; overflow:hidden;}
|
||||
/* blogRead */
|
||||
.blogRead { position:relative; _width:100%; margin:0 0 0 0; border:1px solid #e0e1db;}
|
||||
.blogRead .originalContent { padding:2em 1.2em 2em 1.2em;}
|
||||
.blogRead .readHeader { width:100%; padding-bottom:.5em; margin-bottom:1em; border-bottom:1px solid #eff0ed; overflow:hidden;}
|
||||
|
||||
.boardRead .titleAndCategory { float:left;}
|
||||
.boardRead .titleAndCategory h4 { font-size:1.4em; display:inline; padding-left:.2em;}
|
||||
.boardRead .titleAndCategory .vr { font-size:.9em; margin:0 .3em; color:#c5c7c0;}
|
||||
.boardRead .titleAndCategory .cotegory { font-size:.9em; color:#999999; white-space:nowrap;}
|
||||
.blogRead .titleAndCategory { float:left;}
|
||||
.blogRead .titleAndCategory h4 { font-size:1.4em; display:inline; padding-left:.2em;}
|
||||
.blogRead .titleAndCategory .vr { font-size:.9em; margin:0 .3em; color:#c5c7c0;}
|
||||
.blogRead .titleAndCategory .cotegory { font-size:.9em; color:#999999; white-space:nowrap;}
|
||||
|
||||
.boardRead .dateAndModify { float:right; white-space:nowrap;}
|
||||
.boardRead .dateAndModify .num { font-size:.9em; font-family:Tahoma; color:#999999; margin-right:.5em; float:left; position:relative; top:.3em;}
|
||||
.boardRead .dateAndModify .num strong { font-size:1em; font-family:Tahoma;}
|
||||
.boardRead .dateAndModify ul { display:inline;}
|
||||
.boardRead .dateAndModify ul li { float:left; margin-left:.3em;}
|
||||
.blogRead .dateAndModify { float:right; white-space:nowrap;}
|
||||
.blogRead .dateAndModify .num { font-size:.9em; font-family:Tahoma; color:#999999; margin-right:.5em; float:left; position:relative; top:.3em;}
|
||||
.blogRead .dateAndModify .num strong { font-size:1em; font-family:Tahoma;}
|
||||
.blogRead .dateAndModify ul { display:inline;}
|
||||
.blogRead .dateAndModify ul li { float:left; margin-left:.3em;}
|
||||
|
||||
.boardRead ul.uri { overflow:hidden; margin:0 0 2em .3em; float:right; clear:left;}
|
||||
.boardRead ul.uri li { font-size:8pt; color:#c5c7c0; }
|
||||
.blogRead ul.uri { overflow:hidden; margin:0 0 2em .3em; float:right; clear:left;}
|
||||
.blogRead ul.uri li { font-size:8pt; color:#c5c7c0; }
|
||||
|
||||
.boardRead .userInfo { float:left; white-space:nowrap;}
|
||||
.boardRead .userInfo .author { padding:0 .3em 0 0; color:#3074a5; margin-right:.3em;}
|
||||
.boardRead .userInfo .ipaddress { font-size:.9em; font-family:Tahoma; color:#888888; margin-right:.5em; }
|
||||
.blogRead .userInfo { float:left; white-space:nowrap;}
|
||||
.blogRead .userInfo .author { padding:0 .3em 0 0; color:#3074a5; margin-right:.3em;}
|
||||
.blogRead .userInfo .ipaddress { font-size:.9em; font-family:Tahoma; color:#888888; margin-right:.5em; }
|
||||
|
||||
.boardRead .contentBody { width:100%; overflow:hidden; }
|
||||
.boardRead .readBody { padding:0 .3em; color:#555555; overflow:hidden; margin-bottom:2em; clear:both; }
|
||||
.boardRead .readBody p { margin:1em 0; line-height:1.5em;}
|
||||
.boardRead .readBody .alignLeft { float:left; margin:0 1em 1em 0; }
|
||||
.boardRead .readBody .alignRight { float:right; margin:0 0 1em 1em; }
|
||||
.boardRead .readBody .valignCenter { vertical-align:middle;}
|
||||
.boardRead .readBody .clearBoth { display:block; margin:0 0 1em 0;}
|
||||
.boardRead .readFooter { padding:0 .3em;}
|
||||
.boardRead .readFooter .tag { margin-bottom:1em;}
|
||||
.boardRead .readFooter .tag h5 { display:inline; font-size:1em; margin-right:.5em;}
|
||||
.boardRead .readFooter .tag ul,
|
||||
.boardRead .readFooter .tag li { display:inline;}
|
||||
.boardRead .readFooter .tag a { color:#444444;}
|
||||
.boardRead .readFooter .tag .tagIcon { vertical-align:middle;}
|
||||
.boardRead .readFooter .fileAttached { _width:100%; border:1px solid #eaeae7; overflow:hidden; background:#fbfbfb;}
|
||||
.boardRead .readFooter .fileAttached h5 { font-weight:normal; color:#999999; float:left; font-size:1em; margin:.5em .5em 0 .5em; line-height:1.5em;}
|
||||
.boardRead .readFooter .fileAttached ul { float:left; margin-top:.5em; padding-bottom:1em; }
|
||||
.boardRead .readFooter .fileAttached li { display:inline; margin-right:.75em; line-height:1.5em;}
|
||||
.boardRead .readFooter .fileAttached li a:visited { color:#777777;}
|
||||
.blogRead .contentBody { width:100%; overflow:hidden; }
|
||||
.blogRead .readBody { padding:0 .3em; color:#555555; overflow:hidden; margin-bottom:2em; clear:both; }
|
||||
.blogRead .readBody p { margin:1em 0; line-height:1.5em;}
|
||||
.blogRead .readBody .alignLeft { float:left; margin:0 1em 1em 0; }
|
||||
.blogRead .readBody .alignRight { float:right; margin:0 0 1em 1em; }
|
||||
.blogRead .readBody .valignCenter { vertical-align:middle;}
|
||||
.blogRead .readBody .clearBoth { display:block; margin:0 0 1em 0;}
|
||||
.blogRead .readFooter { padding:0 .3em;}
|
||||
.blogRead .readFooter .tag { margin-bottom:1em;}
|
||||
.blogRead .readFooter .tag h5 { display:inline; font-size:1em; margin-right:.5em;}
|
||||
.blogRead .readFooter .tag ul,
|
||||
.blogRead .readFooter .tag li { display:inline;}
|
||||
.blogRead .readFooter .tag a { color:#444444;}
|
||||
.blogRead .readFooter .tag .tagIcon { vertical-align:middle;}
|
||||
.blogRead .readFooter .fileAttached { _width:100%; border:1px solid #eaeae7; overflow:hidden; background:#fbfbfb;}
|
||||
.blogRead .readFooter .fileAttached h5 { font-weight:normal; color:#999999; float:left; font-size:1em; margin:.5em .5em 0 .5em; line-height:1.5em;}
|
||||
.blogRead .readFooter .fileAttached ul { float:left; margin-top:.5em; padding-bottom:1em; }
|
||||
.blogRead .readFooter .fileAttached li { display:inline; margin-right:.75em; line-height:1.5em;}
|
||||
.blogRead .readFooter .fileAttached li a:visited { color:#777777;}
|
||||
|
||||
.boardRead .replyAndTrackback li { margin-left:1em; padding-left:1.4em; float:left; list-style:none;}
|
||||
.blogRead .replyAndTrackback li { margin-left:1em; padding-left:1.4em; float:left; list-style:none;}
|
||||
|
||||
.boardRead .replyAndTrackback li.reply { background:url(../images/common/iconReply.gif) no-repeat left top;}
|
||||
.boardRead .replyAndTrackback li.reply a { position:relative; top:-.3em; _top:-.6em;}
|
||||
.blogRead .replyAndTrackback li.reply { background:url(../images/common/iconReply.gif) no-repeat left top;}
|
||||
.blogRead .replyAndTrackback li.reply a { position:relative; top:-.3em; _top:-.6em;}
|
||||
|
||||
.boardRead .replyAndTrackback li.trackback { background:url(../images/common/iconTrackback.gif) no-repeat left top;}
|
||||
.boardRead .replyAndTrackback li.trackback a { position:relative; top:-.3em; _top:0em;}
|
||||
.blogRead .replyAndTrackback li.trackback { background:url(../images/common/iconTrackback.gif) no-repeat left top;}
|
||||
.blogRead .replyAndTrackback li.trackback a { position:relative; top:-.3em; _top:0em;}
|
||||
|
||||
.boardRead .replyAndTrackback a { color:#333333; white-space:nowrap; text-decoration:none;}
|
||||
.boardRead .replyAndTrackback a#toggleReply { background:url(../images/common/buttonToggleReply.gif) no-repeat right top;}
|
||||
.boardRead .replyAndTrackback a#toggleTrackback { background:url(../images/common/buttonToggleReply.gif) no-repeat right -13px;}
|
||||
.blogRead .replyAndTrackback a { color:#333333; white-space:nowrap; text-decoration:none;}
|
||||
.blogRead .replyAndTrackback a#toggleReply { background:url(../images/common/buttonToggleReply.gif) no-repeat right top;}
|
||||
.blogRead .replyAndTrackback a#toggleTrackback { background:url(../images/common/buttonToggleReply.gif) no-repeat right -13px;}
|
||||
|
||||
.boardRead .replyAndTrackback .listButton { float:right; margin:0 1em 0 0; position:relative; top:-5px; _top:-7px;}
|
||||
.blogRead .replyAndTrackback .listButton { float:right; margin:0 1em 0 0; position:relative; top:-5px; _top:-7px;}
|
||||
|
||||
#trackbacks { padding:.6em .6em; color:#666666; border:1px solid #e0e1db;;margin-top:.5em;}
|
||||
#trackbacks li { padding:.6em .8em .6em .6em; line-height:1.25em; border-bottom:1px dotted #EEEEEE; list-style:none;}
|
||||
|
|
@ -233,49 +233,49 @@ ul.replyZone .replyIndent { background:url(../images/common/iconReplyArrow.gif)
|
|||
#reply li .fileAttached li a { font-size:.9em; white-space:nowrap; position:relative; color:#444444; }
|
||||
#reply li .fileAttached li a:visited { color:#777777;}
|
||||
|
||||
/* boardEditor */
|
||||
.boardEditor { padding:.5em 0 1em 0; width:100%; overflow:hidden;}
|
||||
.boardEditor.reply { padding:.5em 1em 1em 1em; width:auto; overflow:hidden;}
|
||||
.boardEditor legend { position:absolute; overflow:hidden; width:1px; height:1px; font-size:.001em;}
|
||||
.boardEditor fieldset { _width:100%; border:1px solid #eaeae7; }
|
||||
.boardEditor .userNameAndPw { position:relative; background:#fbfbfb; border-top:1px solid #eaeae7; border-bottom:1px solid #e1e1e1; padding:.5em 1em; white-space:nowrap;}
|
||||
.boardEditor .userNameAndPw * { vertical-align:middle;}
|
||||
.boardEditor .userNameAndPw label { margin-right:.2em; color:#666760;}
|
||||
.boardEditor .userNameAndPw input { color:#aaaaaa;}
|
||||
.boardEditor .userNameAndPw .userName { width:6em; margin-right:.8em;}
|
||||
.boardEditor .userNameAndPw .userPw { width:5em;}
|
||||
.boardEditor .userNameAndPw .emailAddress { width:6em;}
|
||||
.boardEditor .userNameAndPw .homePage { width:6em;}
|
||||
.boardEditor .userNameAndPw .checkSecret { position:absolute; right:2em; top:.7em;}
|
||||
.boardEditor .buttonReply { position:relative; float:left; left:50%; margin:.5em 0 0 -2em; _padding-bottom:1em;}
|
||||
.boardEditor .commentForm { width:100%; padding-bottom:.5em;}
|
||||
.boardEditor .commentForm textarea { width:632px; margin:.3em; height:100px;}
|
||||
/* blogEditor */
|
||||
.blogEditor { padding:.5em 0 1em 0; width:100%; overflow:hidden;}
|
||||
.blogEditor.reply { padding:.5em 1em 1em 1em; width:auto; overflow:hidden;}
|
||||
.blogEditor legend { position:absolute; overflow:hidden; width:1px; height:1px; font-size:.001em;}
|
||||
.blogEditor fieldset { _width:100%; border:1px solid #eaeae7; }
|
||||
.blogEditor .userNameAndPw { position:relative; background:#fbfbfb; border-top:1px solid #eaeae7; border-bottom:1px solid #e1e1e1; padding:.5em 1em; white-space:nowrap;}
|
||||
.blogEditor .userNameAndPw * { vertical-align:middle;}
|
||||
.blogEditor .userNameAndPw label { margin-right:.2em; color:#666760;}
|
||||
.blogEditor .userNameAndPw input { color:#aaaaaa;}
|
||||
.blogEditor .userNameAndPw .userName { width:6em; margin-right:.8em;}
|
||||
.blogEditor .userNameAndPw .userPw { width:5em;}
|
||||
.blogEditor .userNameAndPw .emailAddress { width:6em;}
|
||||
.blogEditor .userNameAndPw .homePage { width:6em;}
|
||||
.blogEditor .userNameAndPw .checkSecret { position:absolute; right:2em; top:.7em;}
|
||||
.blogEditor .buttonReply { position:relative; float:left; left:50%; margin:.5em 0 0 -2em; _padding-bottom:1em;}
|
||||
.blogEditor .commentForm { width:100%; padding-bottom:.5em;}
|
||||
.blogEditor .commentForm textarea { width:632px; margin:.3em; height:100px;}
|
||||
|
||||
|
||||
/* boardWrite */
|
||||
.boardWrite { width:100%; position:relative;}
|
||||
.boardWrite .userNameAndPw { margin-bottom:-1px;}
|
||||
.boardWrite .boardEditor fieldset { width:auto; position:relative;}
|
||||
.boardWrite div.title { border-bottom:1px solid #eff0ed; border-top:1px solid #eff0ed; padding:.5em 0; white-space:nowrap;}
|
||||
.boardWrite div.title label.title { display:block; float:left; font-weight:bold; padding:.4em 0 0 1.5em; width:8em; white-space:nowrap;}
|
||||
.boardWrite div.title input#title { width:60%;}
|
||||
.boardWrite .option { border-bottom:1px solid #e1e1e1; padding:.5em 0; overflow:hidden; width:100%;}
|
||||
.boardWrite .option dt { display:block; float:left; font-weight:bold; padding:.3em 0 0 1.5em; width:8em; white-space:nowrap;}
|
||||
.boardWrite .option dd { float:left; margin-right:1em; padding-top:.2em; _padding-top:.1em;}
|
||||
.boardWrite .option dd * { vertical-align:middle;}
|
||||
.boardWrite .inputTypeText { background:#fbfbfb;}
|
||||
.boardWrite .trackbackURI { clear:both; border-top:1px solid #eff0ed; padding:4px 0 .8em 0;}
|
||||
.boardWrite .trackbackURI label { display:block; float:left; color:#333333; font-weight:bold; padding:.4em 0 0 1.5em; width:11em;}
|
||||
.boardWrite .trackbackURI .inputTypeText { width:50%;}
|
||||
.boardWrite .tag { clear:both; border-top:1px solid #eff0ed; padding:.8em 0;}
|
||||
.boardWrite .tag label { display:block; float:left; color:#333333; font-weight:bold; padding:.4em 0 0 1.5em; width:11em;}
|
||||
.boardWrite .tag .inputTypeText { width:50%;}
|
||||
.boardWrite .tag .help { vertical-align:middle;}
|
||||
.boardWrite .tag .info { padding:.5em 0 0 .6em; margin-left:14em; font-size:.9em; color:#999999; background:url(../images/common/iconArrowD8.gif) no-repeat left center;}
|
||||
.boardWrite .extra_vars { clear:both; border-top:1px solid #eff0ed; padding:.8em 0;}
|
||||
.boardWrite .extra_vars label { display:block; float:left; color:#333333; font-weight:bold; padding:.4em 0 0 1.5em; width:11em;}
|
||||
.boardWrite .extra_vars .info { clear:both; padding:.5em 0 0 .6em; margin-left:14em; font-size:.9em; color:#999999; background:url(../images/common/iconArrowD8.gif) no-repeat left center;}
|
||||
.boardWrite .extra_vars ul li { float:left; margin-right:1em; }
|
||||
/* blogWrite */
|
||||
.blogWrite { width:100%; position:relative;}
|
||||
.blogWrite .userNameAndPw { margin-bottom:-1px;}
|
||||
.blogWrite .blogEditor fieldset { width:auto; position:relative;}
|
||||
.blogWrite div.title { border-bottom:1px solid #eff0ed; border-top:1px solid #eff0ed; padding:.5em 0; white-space:nowrap;}
|
||||
.blogWrite div.title label.title { display:block; float:left; font-weight:bold; padding:.4em 0 0 1.5em; width:8em; white-space:nowrap;}
|
||||
.blogWrite div.title input#title { width:60%;}
|
||||
.blogWrite .option { border-bottom:1px solid #e1e1e1; padding:.5em 0; overflow:hidden; width:100%;}
|
||||
.blogWrite .option dt { display:block; float:left; font-weight:bold; padding:.3em 0 0 1.5em; width:8em; white-space:nowrap;}
|
||||
.blogWrite .option dd { float:left; margin-right:1em; padding-top:.2em; _padding-top:.1em;}
|
||||
.blogWrite .option dd * { vertical-align:middle;}
|
||||
.blogWrite .inputTypeText { background:#fbfbfb;}
|
||||
.blogWrite .trackbackURI { clear:both; border-top:1px solid #eff0ed; padding:4px 0 .8em 0;}
|
||||
.blogWrite .trackbackURI label { display:block; float:left; color:#333333; font-weight:bold; padding:.4em 0 0 1.5em; width:11em;}
|
||||
.blogWrite .trackbackURI .inputTypeText { width:50%;}
|
||||
.blogWrite .tag { clear:both; border-top:1px solid #eff0ed; padding:.8em 0;}
|
||||
.blogWrite .tag label { display:block; float:left; color:#333333; font-weight:bold; padding:.4em 0 0 1.5em; width:11em;}
|
||||
.blogWrite .tag .inputTypeText { width:50%;}
|
||||
.blogWrite .tag .help { vertical-align:middle;}
|
||||
.blogWrite .tag .info { padding:.5em 0 0 .6em; margin-left:14em; font-size:.9em; color:#999999; background:url(../images/common/iconArrowD8.gif) no-repeat left center;}
|
||||
.blogWrite .extra_vars { clear:both; border-top:1px solid #eff0ed; padding:.8em 0;}
|
||||
.blogWrite .extra_vars label { display:block; float:left; color:#333333; font-weight:bold; padding:.4em 0 0 1.5em; width:11em;}
|
||||
.blogWrite .extra_vars .info { clear:both; padding:.5em 0 0 .6em; margin-left:14em; font-size:.9em; color:#999999; background:url(../images/common/iconArrowD8.gif) no-repeat left center;}
|
||||
.blogWrite .extra_vars ul li { float:left; margin-right:1em; }
|
||||
|
||||
.smallBox { border:1px solid #e0e1db; margin:5em auto 1em auto;}
|
||||
.smallBox.w268 { width:268px;}
|
||||
|
|
|
|||
|
|
@ -11,9 +11,9 @@ Jeong, Chan Myeong 070601~070630
|
|||
#bodyWrap #accountNavigation li { float:left; margin-right:-1px; background:url(../images/cyan/blogHeaderVr.gif) no-repeat right center;}
|
||||
#bodyWrap #header { clear:both; height:9.5em; margin:10px 10px .5em 10px; border:1px solid #e0e1dc; border-bottom:none; background:#fbfbfb url(../images/cyan/blogHeaderLine.gif) no-repeat left bottom; overflow:hidden;}
|
||||
|
||||
/* boardHeader */
|
||||
.boardHeader { position:relative; _width:100%; border-top:1px solid #d1d9db; border-bottom:none; background:#ffffff url(../images/common/bgH3.gif) no-repeat right bottom; overflow:hidden;}
|
||||
.boardHeader h3 { float:left; clear:both; font-size:1.2em; padding:1em 2em .7em 1.2em; border-left:1px solid #d1d9db; border-bottom:3px solid #2895c0; background:url(../images/common/lineH3.gif) no-repeat right bottom;}
|
||||
/* blogHeader */
|
||||
.blogHeader { position:relative; _width:100%; border-top:1px solid #d1d9db; border-bottom:none; background:#ffffff url(../images/common/bgH3.gif) no-repeat right bottom; overflow:hidden;}
|
||||
.blogHeader h3 { float:left; clear:both; font-size:1.2em; padding:1em 2em .7em 1.2em; border-left:1px solid #d1d9db; border-bottom:3px solid #2895c0; background:url(../images/common/lineH3.gif) no-repeat right bottom;}
|
||||
|
||||
.accountNavigation li.join a { display:block; background:url(../images/cyan/iconMyInfo.gif) no-repeat left .1em; padding:0 0 0 1.2em;}
|
||||
.accountNavigation li.myInfo a { display:block; background:url(../images/cyan/iconMyInfo.gif) no-repeat left .1em; padding:0 0 0 1.2em;}
|
||||
|
|
@ -21,19 +21,19 @@ Jeong, Chan Myeong 070601~070630
|
|||
.articleNum { float:left; background:url(../images/cyan/iconArticle.gif) no-repeat left top; padding:0 0 0 1.5em; margin:.5em 0 0 0;}
|
||||
#reply li .fileAttached li { border:0px; display:inline; margin-right:.75em; line-height:1.5em; padding:.1em 0 .1em 1.5em; background:url(../images/cyan/iconFile.gif) no-repeat left;}
|
||||
.articleNum strong { font:bold 11px Tahoma; color:#2895c0;}
|
||||
.boardHeader2 .info strong { font:bold .9em Tahoma; color:#2895c0;}
|
||||
.blogHeader2 .info strong { font:bold .9em Tahoma; color:#2895c0;}
|
||||
|
||||
.boardList th { color:#3e3f3e; font-weight:normal; border-bottom:1px solid #ffffff; padding:.5em .5em .3em .5em; background:#ffffff url(../images/cyan/lineBoardListTh.gif) no-repeat left bottom;white-space:nowrap;}
|
||||
.boardList td.recommend { font:bold .8em Tahoma; color:#2895c0; text-align:center;}
|
||||
.boardList td .replyAndTrackback { font:.8em Tahoma; color:#2895c0; cursor:default; position:relative; top:-.2em;}
|
||||
.boardList td.title.bold .replyAndTrackback { font:.6em Tahoma; color:#2895c0; cursor:default; position:relative; top:.3em;}
|
||||
.boardList td.reply { font:bold .8em Tahoma; color:#2895c0; text-align:center;}
|
||||
.blogList th { color:#3e3f3e; font-weight:normal; border-bottom:1px solid #ffffff; padding:.5em .5em .3em .5em; background:#ffffff url(../images/cyan/lineBoardListTh.gif) no-repeat left bottom;white-space:nowrap;}
|
||||
.blogList td.recommend { font:bold .8em Tahoma; color:#2895c0; text-align:center;}
|
||||
.blogList td .replyAndTrackback { font:.8em Tahoma; color:#2895c0; cursor:default; position:relative; top:-.2em;}
|
||||
.blogList td.title.bold .replyAndTrackback { font:.6em Tahoma; color:#2895c0; cursor:default; position:relative; top:.3em;}
|
||||
.blogList td.reply { font:bold .8em Tahoma; color:#2895c0; text-align:center;}
|
||||
|
||||
.buttonTypeGo { border:none; cursor:pointer; width:24px; height:20px; background:url(../images/cyan/buttonTypeInput24.gif) no-repeat; font:.75em Tahoma; text-align:center;}
|
||||
|
||||
.boardRead .replyAndTrackback { overflow:hidden; _width:100%; padding:.8em 0em; height:1.2em; background:url(../images/cyan/bgBoardListTh.gif) repeat-x left bottom; border-top:1px solid #b1c9d3; border-bottom:2px solid #2895c0;}
|
||||
.boardRead .replyAndTrackback a strong { color:#2895c0;}
|
||||
.boardRead .readFooter .fileAttached li a { font-size:.9em; padding:.1em 0 .1em 1.5em; white-space:nowrap; color:#444444; background:url(../images/cyan/iconFile.gif) no-repeat left top;}
|
||||
.blogRead .replyAndTrackback { overflow:hidden; _width:100%; padding:.8em 0em; height:1.2em; background:url(../images/cyan/bgBoardListTh.gif) repeat-x left bottom; border-top:1px solid #b1c9d3; border-bottom:2px solid #2895c0;}
|
||||
.blogRead .replyAndTrackback a strong { color:#2895c0;}
|
||||
.blogRead .readFooter .fileAttached li a { font-size:.9em; padding:.1em 0 .1em 1.5em; white-space:nowrap; color:#444444; background:url(../images/cyan/iconFile.gif) no-repeat left top;}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -13,28 +13,28 @@ Jeong, Chan Myeong 070601~070630
|
|||
|
||||
.articleNum { float:left; background:url(../images/green/iconArticle.gif) no-repeat left top; padding:0 0 0 1.5em; margin:.5em 0 0 0;}
|
||||
#reply li .fileAttached li { border:0px; display:inline; margin-right:.75em; line-height:1.5em; padding:.1em 0 .1em 1.5em; background:url(../images/green/iconFile.gif) no-repeat left;}
|
||||
.boardRead .readFooter .fileAttached li a { font-size:.9em; padding:.1em 0 .1em 1.5em; white-space:nowrap; color:#444444; background:url(../images/green/iconFile.gif) no-repeat left top;}
|
||||
.blogRead .readFooter .fileAttached li a { font-size:.9em; padding:.1em 0 .1em 1.5em; white-space:nowrap; color:#444444; background:url(../images/green/iconFile.gif) no-repeat left top;}
|
||||
.accountNavigation li.join a { display:block; background:url(../images/green/iconMyInfo.gif) no-repeat left .1em; padding:0 0 0 1.2em;}
|
||||
.accountNavigation li.myInfo a { display:block; background:url(../images/green/iconMyInfo.gif) no-repeat left .1em; padding:0 0 0 1.2em;}
|
||||
|
||||
.boardList th { color:#3e3f3e; font-weight:normal; border-bottom:1px solid #ffffff; padding:.5em .5em .3em .5em; background:#ffffff url(../images/green/lineBoardListTh.gif) no-repeat left bottom;white-space:nowrap;}
|
||||
.blogList th { color:#3e3f3e; font-weight:normal; border-bottom:1px solid #ffffff; padding:.5em .5em .3em .5em; background:#ffffff url(../images/green/lineBoardListTh.gif) no-repeat left bottom;white-space:nowrap;}
|
||||
|
||||
.boardList td.recommend { font:bold .8em Tahoma; color:#38b549; text-align:center;}
|
||||
.blogList td.recommend { font:bold .8em Tahoma; color:#38b549; text-align:center;}
|
||||
|
||||
.pageNavigation .current { position:relative; margin-left:-4px; font:bold 1em Tahoma; color:#38b549; display:inline-block; padding:1px 7px 1px 6px; border-left:1px solid #dedfde; border-right:1px solid #CCCCCC; text-decoration:none; line-height:1em; }
|
||||
|
||||
.boardList td .replyAndTrackback { font:.8em Tahoma; color:#38b549; cursor:default; position:relative; top:-.2em;}
|
||||
.boardList td.title.bold .replyAndTrackback { font:.6em Tahoma; color:#ff6600; cursor:default; position:relative; top:.3em;}
|
||||
.boardList td.reply { font:bold .8em Tahoma; color:#38b549; text-align:center;}
|
||||
.blogList td .replyAndTrackback { font:.8em Tahoma; color:#38b549; cursor:default; position:relative; top:-.2em;}
|
||||
.blogList td.title.bold .replyAndTrackback { font:.6em Tahoma; color:#ff6600; cursor:default; position:relative; top:.3em;}
|
||||
.blogList td.reply { font:bold .8em Tahoma; color:#38b549; text-align:center;}
|
||||
|
||||
/* boardHeader */
|
||||
.boardHeader { position:relative; _width:100%; border-top:1px solid #d1d9db; border-bottom:none; background:#ffffff url(../images/common/bgH3.gif) no-repeat right bottom; overflow:hidden;}
|
||||
.boardHeader h3 { float:left; clear:both; font-size:1.2em; padding:1em 2em .7em 1.2em; border-left:1px solid #d0dbd1; border-bottom:3px solid #38b549; background:url(../images/common/lineH3.gif) no-repeat right bottom;}
|
||||
/* blogHeader */
|
||||
.blogHeader { position:relative; _width:100%; border-top:1px solid #d1d9db; border-bottom:none; background:#ffffff url(../images/common/bgH3.gif) no-repeat right bottom; overflow:hidden;}
|
||||
.blogHeader h3 { float:left; clear:both; font-size:1.2em; padding:1em 2em .7em 1.2em; border-left:1px solid #d0dbd1; border-bottom:3px solid #38b549; background:url(../images/common/lineH3.gif) no-repeat right bottom;}
|
||||
|
||||
.articleNum strong { font:bold 11px Tahoma; color:#d0dbd1;}
|
||||
.boardHeader2 .info strong { font:bold .9em Tahoma; color:#d0dbd1;}
|
||||
.blogHeader2 .info strong { font:bold .9em Tahoma; color:#d0dbd1;}
|
||||
|
||||
.boardRead .replyAndTrackback { overflow:hidden; _width:100%; padding:.8em 0em; height:1.2em; background:url(../images/green/bgBoardListTh.gif) repeat-x left bottom; border-top:1px solid #bdd4b8; border-bottom:2px solid #38b549;}
|
||||
.boardRead .replyAndTrackback a strong { color:#38b549;}
|
||||
.blogRead .replyAndTrackback { overflow:hidden; _width:100%; padding:.8em 0em; height:1.2em; background:url(../images/green/bgBoardListTh.gif) repeat-x left bottom; border-top:1px solid #bdd4b8; border-bottom:2px solid #38b549;}
|
||||
.blogRead .replyAndTrackback a strong { color:#38b549;}
|
||||
|
||||
.buttonTypeGo { border:none; cursor:pointer; width:24px; height:20px; background:url(../images/green/buttonTypeInput24.gif) no-repeat; font:.75em Tahoma; text-align:center;}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
@charset "utf-8";
|
||||
@et "utf-8";
|
||||
|
||||
/*
|
||||
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
|
||||
|
|
|
|||
|
|
@ -13,28 +13,28 @@ Jeong, Chan Myeong 070601~070630
|
|||
|
||||
.articleNum { float:left; background:url(../images/purple/iconArticle.gif) no-repeat left top; padding:0 0 0 1.5em; margin:.5em 0 0 0;}
|
||||
#reply li .fileAttached li { border:0px; display:inline; margin-right:.75em; line-height:1.5em; padding:.1em 0 .1em 1.5em; background:url(../images/purple/iconFile.gif) no-repeat left;}
|
||||
.boardRead .readFooter .fileAttached li a { font-size:.9em; padding:.1em 0 .1em 1.5em; white-space:nowrap; color:#444444; background:url(../images/purple/iconFile.gif) no-repeat left top;}
|
||||
.blogRead .readFooter .fileAttached li a { font-size:.9em; padding:.1em 0 .1em 1.5em; white-space:nowrap; color:#444444; background:url(../images/purple/iconFile.gif) no-repeat left top;}
|
||||
.accountNavigation li.join a { display:block; background:url(../images/purple/iconMyInfo.gif) no-repeat left .1em; padding:0 0 0 1.2em;}
|
||||
.accountNavigation li.myInfo a { display:block; background:url(../images/purple/iconMyInfo.gif) no-repeat left .1em; padding:0 0 0 1.2em;}
|
||||
|
||||
.boardList th { color:#3e3f3e; font-weight:normal; border-bottom:1px solid #ffffff; padding:.5em .5em .3em .5em; background:#ffffff url(../images/purple/lineBoardListTh.gif) no-repeat left bottom;white-space:nowrap;}
|
||||
.blogList th { color:#3e3f3e; font-weight:normal; border-bottom:1px solid #ffffff; padding:.5em .5em .3em .5em; background:#ffffff url(../images/purple/lineBoardListTh.gif) no-repeat left bottom;white-space:nowrap;}
|
||||
|
||||
.boardList td.recommend { font:bold .8em Tahoma; color:#b1ae00; text-align:center;}
|
||||
.blogList td.recommend { font:bold .8em Tahoma; color:#b1ae00; text-align:center;}
|
||||
|
||||
.pageNavigation .current { position:relative; margin-left:-4px; font:bold 1em Tahoma; color:#b1ae00; display:inline-block; padding:1px 7px 1px 6px; border-left:1px solid #dedfde; border-right:1px solid #CCCCCC; text-decoration:none; line-height:1em; }
|
||||
|
||||
.boardList td .replyAndTrackback { font:.8em Tahoma; color:#b1ae00; cursor:default; position:relative; top:-.2em;}
|
||||
.boardList td.title.bold .replyAndTrackback { font:.6em Tahoma; color:#b1ae00; cursor:default; position:relative; top:.3em;}
|
||||
.boardList td.reply { font:bold .8em Tahoma; color:#b1ae00; text-align:center;}
|
||||
.blogList td .replyAndTrackback { font:.8em Tahoma; color:#b1ae00; cursor:default; position:relative; top:-.2em;}
|
||||
.blogList td.title.bold .replyAndTrackback { font:.6em Tahoma; color:#b1ae00; cursor:default; position:relative; top:.3em;}
|
||||
.blogList td.reply { font:bold .8em Tahoma; color:#b1ae00; text-align:center;}
|
||||
|
||||
/* boardHeader */
|
||||
.boardHeader { position:relative; _width:100%; border-top:1px solid #d1d9db; border-bottom:none; background:#ffffff url(../images/common/bgH3.gif) no-repeat right bottom; overflow:hidden;}
|
||||
.boardHeader h3 { float:left; clear:both; font-size:1.2em; padding:1em 2em .7em 1.2em; border-left:1px solid #d1d9db; border-bottom:3px solid #ac19a9; background:url(../images/common/lineH3.gif) no-repeat right bottom;}
|
||||
/* blogHeader */
|
||||
.blogHeader { position:relative; _width:100%; border-top:1px solid #d1d9db; border-bottom:none; background:#ffffff url(../images/common/bgH3.gif) no-repeat right bottom; overflow:hidden;}
|
||||
.blogHeader h3 { float:left; clear:both; font-size:1.2em; padding:1em 2em .7em 1.2em; border-left:1px solid #d1d9db; border-bottom:3px solid #ac19a9; background:url(../images/common/lineH3.gif) no-repeat right bottom;}
|
||||
|
||||
.articleNum strong { font:bold 11px Tahoma; color:#b1ae00;}
|
||||
.boardHeader2 .info strong { font:bold .9em Tahoma; color:#b1ae00;}
|
||||
.blogHeader2 .info strong { font:bold .9em Tahoma; color:#b1ae00;}
|
||||
|
||||
.boardRead .replyAndTrackback { overflow:hidden; _width:100%; padding:.8em 0em; height:1.2em; background:url(../images/purple/bgBoardListTh.gif) repeat-x left bottom; border-top:1px solid #dbc9db; border-bottom:2px solid #ac19a9;}
|
||||
.boardRead .replyAndTrackback a strong { color:#b1ae00;}
|
||||
.blogRead .replyAndTrackback { overflow:hidden; _width:100%; padding:.8em 0em; height:1.2em; background:url(../images/purple/bgBoardListTh.gif) repeat-x left bottom; border-top:1px solid #dbc9db; border-bottom:2px solid #ac19a9;}
|
||||
.blogRead .replyAndTrackback a strong { color:#b1ae00;}
|
||||
|
||||
.buttonTypeGo { border:none; cursor:pointer; width:24px; height:20px; background:url(../images/purple/buttonTypeInput24.gif) no-repeat; font:.75em Tahoma; text-align:center;}
|
||||
|
|
|
|||
|
|
@ -13,28 +13,28 @@ Jeong, Chan Myeong 070601~070630
|
|||
|
||||
.articleNum { float:left; background:url(../images/red/iconArticle.gif) no-repeat left top; padding:0 0 0 1.5em; margin:.5em 0 0 0;}
|
||||
#reply li .fileAttached li { border:0px; display:inline; margin-right:.75em; line-height:1.5em; padding:.1em 0 .1em 1.5em; background:url(../images/red/iconFile.gif) no-repeat left;}
|
||||
.boardRead .readFooter .fileAttached li a { font-size:.9em; padding:.1em 0 .1em 1.5em; white-space:nowrap; color:#444444; background:url(../images/red/iconFile.gif) no-repeat left top;}
|
||||
.blogRead .readFooter .fileAttached li a { font-size:.9em; padding:.1em 0 .1em 1.5em; white-space:nowrap; color:#444444; background:url(../images/red/iconFile.gif) no-repeat left top;}
|
||||
.accountNavigation li.join a { display:block; background:url(../images/red/iconMyInfo.gif) no-repeat left .1em; padding:0 0 0 1.2em;}
|
||||
.accountNavigation li.myInfo a { display:block; background:url(../images/red/iconMyInfo.gif) no-repeat left .1em; padding:0 0 0 1.2em;}
|
||||
|
||||
.boardList th { color:#3e3f3e; font-weight:normal; border-bottom:1px solid #ffffff; padding:.5em .5em .3em .5em; background:#ffffff url(../images/red/lineBoardListTh.gif) no-repeat left bottom; white-space:nowrap;}
|
||||
.blogList th { color:#3e3f3e; font-weight:normal; border-bottom:1px solid #ffffff; padding:.5em .5em .3em .5em; background:#ffffff url(../images/red/lineBoardListTh.gif) no-repeat left bottom; white-space:nowrap;}
|
||||
|
||||
.boardList td.recommend { font:bold .8em Tahoma; color:#ff6600; text-align:center;}
|
||||
.blogList td.recommend { font:bold .8em Tahoma; color:#ff6600; text-align:center;}
|
||||
|
||||
.pageNavigation .current { position:relative; margin-left:-4px; font:bold 1em Tahoma; color:#ff6600; display:inline-block; padding:1px 7px 1px 6px; border-left:1px solid #dedfde; border-right:1px solid #CCCCCC; text-decoration:none; line-height:1em; }
|
||||
|
||||
.boardList td .replyAndTrackback { font:.8em Tahoma; color:#ff6600; cursor:default; position:relative; top:-.2em;}
|
||||
.boardList td.title.bold .replyAndTrackback { font:.6em Tahoma; color:#ff6600; cursor:default; position:relative; top:.3em;}
|
||||
.boardList td.reply { font:bold .8em Tahoma; color:#ff6600; text-align:center;}
|
||||
.blogList td .replyAndTrackback { font:.8em Tahoma; color:#ff6600; cursor:default; position:relative; top:-.2em;}
|
||||
.blogList td.title.bold .replyAndTrackback { font:.6em Tahoma; color:#ff6600; cursor:default; position:relative; top:.3em;}
|
||||
.blogList td.reply { font:bold .8em Tahoma; color:#ff6600; text-align:center;}
|
||||
|
||||
/* boardHeader */
|
||||
.boardHeader { position:relative; _width:100%; border-top:1px solid #d1d9db; border-bottom:none; background:#ffffff url(../images/common/bgH3.gif) no-repeat right bottom; overflow:hidden;}
|
||||
.boardHeader h3 { float:left; clear:both; font-size:1.2em; padding:1em 2em .7em 1.2em; border-left:1px solid #d1d9db; border-bottom:3px solid #ed135a; background:url(../images/common/lineH3.gif) no-repeat right bottom;}
|
||||
/* blogHeader */
|
||||
.blogHeader { position:relative; _width:100%; border-top:1px solid #d1d9db; border-bottom:none; background:#ffffff url(../images/common/bgH3.gif) no-repeat right bottom; overflow:hidden;}
|
||||
.blogHeader h3 { float:left; clear:both; font-size:1.2em; padding:1em 2em .7em 1.2em; border-left:1px solid #d1d9db; border-bottom:3px solid #ed135a; background:url(../images/common/lineH3.gif) no-repeat right bottom;}
|
||||
|
||||
.articleNum strong { font:bold 11px Tahoma; color:#ff6600;}
|
||||
.boardHeader2 .info strong { font:bold .9em Tahoma; color:#ff6600;}
|
||||
.blogHeader2 .info strong { font:bold .9em Tahoma; color:#ff6600;}
|
||||
|
||||
.boardRead .replyAndTrackback { overflow:hidden; _width:100%; padding:.8em 0em; height:1.2em; background:url(../images/red/bgBoardListTh.gif) repeat-x left bottom; border-top:1px solid #e0e1db; border-bottom:2px solid #ed135a;}
|
||||
.boardRead .replyAndTrackback a strong { color:#ff6600;}
|
||||
.blogRead .replyAndTrackback { overflow:hidden; _width:100%; padding:.8em 0em; height:1.2em; background:url(../images/red/bgBoardListTh.gif) repeat-x left bottom; border-top:1px solid #e0e1db; border-bottom:2px solid #ed135a;}
|
||||
.blogRead .replyAndTrackback a strong { color:#ff6600;}
|
||||
|
||||
.buttonTypeGo { border:none; cursor:pointer; width:24px; height:20px; background:url(../images/red/buttonTypeInput24.gif) no-repeat; font:.75em Tahoma; text-align:center;}
|
||||
|
|
|
|||
|
|
@ -13,27 +13,27 @@ Jeong, Chan Myeong 070601~070630
|
|||
|
||||
.articleNum { float:left; background:url(../images/white/iconArticle.gif) no-repeat left top; padding:0 0 0 1.5em; margin:.5em 0 0 0;}
|
||||
#reply li .fileAttached li { border:0px; display:inline; margin-right:.75em; line-height:1.5em; padding:.1em 0 .1em 1.5em; background:url(../images/white/iconFile.gif) no-repeat left;}
|
||||
.boardRead .readFooter .fileAttached li a { font-size:.9em; padding:.1em 0 .1em 1.5em; white-space:nowrap; color:#444444; background:url(../images/white/iconFile.gif) no-repeat left top;}
|
||||
.blogRead .readFooter .fileAttached li a { font-size:.9em; padding:.1em 0 .1em 1.5em; white-space:nowrap; color:#444444; background:url(../images/white/iconFile.gif) no-repeat left top;}
|
||||
.accountNavigation li.join a { display:block; background:url(../images/white/iconMyInfo.gif) no-repeat left .1em; padding:0 0 0 1.2em;}
|
||||
.accountNavigation li.myInfo a { display:block; background:url(../images/white/iconMyInfo.gif) no-repeat left .1em; padding:0 0 0 1.2em;}
|
||||
.boardList th { color:#3e3f3e; font-weight:normal; border-bottom:1px solid #ffffff; padding:.5em .5em .3em .5em; background:#ffffff url(../images/white/lineBoardListTh.gif) no-repeat left bottom;white-space:nowrap;}
|
||||
.blogList th { color:#3e3f3e; font-weight:normal; border-bottom:1px solid #ffffff; padding:.5em .5em .3em .5em; background:#ffffff url(../images/white/lineBoardListTh.gif) no-repeat left bottom;white-space:nowrap;}
|
||||
|
||||
.boardList td.recommend { font:bold .8em Tahoma; color:#ff6600; text-align:center;}
|
||||
.blogList td.recommend { font:bold .8em Tahoma; color:#ff6600; text-align:center;}
|
||||
|
||||
.pageNavigation .current { position:relative; margin-left:-4px; font:bold 1em Tahoma; color:#ff6600; display:inline-block; padding:1px 7px 1px 6px; border-left:1px solid #dedfde; border-right:1px solid #CCCCCC; text-decoration:none; line-height:1em; }
|
||||
|
||||
.boardList td .replyAndTrackback { font:.8em Tahoma; color:#ff6600; position:relative; top:-.2em;}
|
||||
.boardList td.title.bold .replyAndTrackback { font:.6em Tahoma; color:#ff6600; position:relative; top:.3em;}
|
||||
.boardList td.reply { font:bold .8em Tahoma; color:#ff6600; text-align:center;}
|
||||
.blogList td .replyAndTrackback { font:.8em Tahoma; color:#ff6600; position:relative; top:-.2em;}
|
||||
.blogList td.title.bold .replyAndTrackback { font:.6em Tahoma; color:#ff6600; position:relative; top:.3em;}
|
||||
.blogList td.reply { font:bold .8em Tahoma; color:#ff6600; text-align:center;}
|
||||
|
||||
/* boardHeader */
|
||||
.boardHeader { position:relative; _width:100%; border:1px solid #e1e1dd; border-bottom:none; background:#ffffff url(../images/common/bgH3.gif) repeat-x left bottom; overflow:hidden;}
|
||||
.boardHeader h3 { float:left; clear:both; font-size:1.2em; padding:1em 2em .7em 1.2em; border-bottom:3px solid #fe3614; background:#ffffff url(../images/common/lineH3.gif) no-repeat right bottom;}
|
||||
/* blogHeader */
|
||||
.blogHeader { position:relative; _width:100%; border:1px solid #e1e1dd; border-bottom:none; background:#ffffff url(../images/common/bgH3.gif) repeat-x left bottom; overflow:hidden;}
|
||||
.blogHeader h3 { float:left; clear:both; font-size:1.2em; padding:1em 2em .7em 1.2em; border-bottom:3px solid #fe3614; background:#ffffff url(../images/common/lineH3.gif) no-repeat right bottom;}
|
||||
|
||||
.articleNum strong { font:bold 11px Tahoma; color:#ff6600;}
|
||||
.boardHeader2 .info strong { font:bold .9em Tahoma; color:#ff6600;}
|
||||
.blogHeader2 .info strong { font:bold .9em Tahoma; color:#ff6600;}
|
||||
|
||||
.boardRead .replyAndTrackback { overflow:hidden; _width:100%; padding:.8em 0em; height:1.2em; background:url(../images/white/bgBoardListTh.gif) repeat-x left bottom; border-top:1px solid #e0e1db; border-bottom:2px solid #666760;}
|
||||
.boardRead .replyAndTrackback a strong { color:#ff6600;}
|
||||
.blogRead .replyAndTrackback { overflow:hidden; _width:100%; padding:.8em 0em; height:1.2em; background:url(../images/white/bgBoardListTh.gif) repeat-x left bottom; border-top:1px solid #e0e1db; border-bottom:2px solid #666760;}
|
||||
.blogRead .replyAndTrackback a strong { color:#ff6600;}
|
||||
|
||||
.buttonTypeGo { border:none; cursor:pointer; width:24px; height:20px; background:url(../images/white/buttonTypeInput24.gif) no-repeat; font:.75em Tahoma; text-align:center;}
|
||||
|
|
|
|||
|
|
@ -166,14 +166,14 @@ function blogDrawNode(parent_node, depth) {
|
|||
if(expand!="Y") {
|
||||
var line_class = "line_close";
|
||||
if(hasNextSibling) line_class = "item_close";
|
||||
if(depth==0) line_class = "line_null";
|
||||
//if(depth==0) line_class = "line_null";
|
||||
child_html += '<div id="'+child_zone_id+'" class="'+line_class+'">'+chtml+'</div>';
|
||||
|
||||
// 무조건 펼침일 경우
|
||||
} else {
|
||||
var line_class = "line_open";
|
||||
if(hasNextSibling) line_class = "item_open";
|
||||
if(depth==0) line_class = "line_null";
|
||||
//if(depth==0) line_class = "line_null";
|
||||
child_html += '<div id="'+child_zone_id+'" class="'+line_class+'">'+chtml+'</div>';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,15 +4,15 @@
|
|||
<!--@if($document_list && $grant->list)-->
|
||||
|
||||
<!-- 검색어가 사용되었을 경우 목록형태로 출력 -->
|
||||
<!--@if($search_target && $search_keyword)-->
|
||||
<div class="boardHeader2">
|
||||
<!--@if($search_keyword)-->
|
||||
<div class="blogHeader2">
|
||||
<h3>{$lang->search_result}</h3>
|
||||
<span class="info">
|
||||
<q>"{$search_keyword}"</q> {$lang->search_result} : <strong>{$total_count}</strong>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<table cellspacing="0" class="boardList">
|
||||
<table cellspacing="0" class="blogList">
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="2" class="title first-child" scope="col">{$lang->title}</th>
|
||||
|
|
@ -21,8 +21,8 @@
|
|||
<th scope="col" class="date">{$lang->regdate}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<!--@foreach($document_list as $no => $oDocument)-->
|
||||
<tbody>
|
||||
<!--@foreach($document_list as $no => $oDocument)-->
|
||||
<tr class="bg{($no+1)%2+1}">
|
||||
<td class="num">{$no}</td>
|
||||
<td class="title"><a href="{$oDocument->getPermanentUrl()}" onclick="window.open(this.href);return false;">{$oDocument->getTitleText()}</a></td>
|
||||
|
|
@ -30,8 +30,8 @@
|
|||
<td class="reply"><!--@if($oDocument->getTrackbackCount())-->{number_format($oDocument->getTrackbackCount())}<!--@else--> <!--@end--></td>
|
||||
<td class="date">{$oDocument->getRegdate("Y. m. d")}</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
</tbody>
|
||||
<!--@end-->
|
||||
</table>
|
||||
|
||||
<!-- 검색어가 없다면 내용을 바로 출력 -->
|
||||
|
|
|
|||
|
|
@ -11,23 +11,23 @@
|
|||
<name xml:lang="en">NHN Corp</name>
|
||||
<description xml:lang="ko">
|
||||
제로보드XE 블로그 기본 스킨입니다.
|
||||
디자인 : 서기정
|
||||
HTML/CSS : 정찬명
|
||||
디자인 : 서기정 (http://blog.naver.com/addcozy)
|
||||
HTML/CSS : 정찬명 (http://naradesign.net)
|
||||
</description>
|
||||
<description xml:lang="jp">
|
||||
ゼロボードXEのブログ基本スキンです。
|
||||
デザイン:ソギジョン
|
||||
HTML/CSS:ジョンチャンミョン
|
||||
デザイン:ソギジョン (http://blog.naver.com/addcozy)
|
||||
HTML/CSS:ジョンチャンミョン (http://naradesign.net)
|
||||
</description>
|
||||
<description xml:lang="zh-CN">
|
||||
Zeroboard XE样式皮肤。
|
||||
设计 : Ki-Jeong Seo
|
||||
HTML/CSS : Chan-Myung Jeong
|
||||
设计 : Ki-Jeong Seo (http://blog.naver.com/addcozy)
|
||||
HTML/CSS : Chan-Myung Jeong (http://naradesign.net)
|
||||
</description>
|
||||
<description xml:lang="en">
|
||||
This is default skin of Zeroboard XE blog.
|
||||
Design : Ki-Jeong Seo
|
||||
HTML/CSS : Chan-Myung Jeong
|
||||
Design : Ki-Jeong Seo (http://blog.naver.com/addcozy)
|
||||
HTML/CSS : Chan-Myung Jeong (http://naradesign.net)
|
||||
</description>
|
||||
</maker>
|
||||
<colorset>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!-- 글 내용 보여주기 -->
|
||||
<div class="boardRead">
|
||||
<div class="blogRead">
|
||||
<div class="originalContent">
|
||||
<div class="readHeader">
|
||||
<div class="titleAndCategory">
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<!--%import("filter/insert.xml")-->
|
||||
<!--#include("header.html")-->
|
||||
|
||||
<div class="boardWrite">
|
||||
<form action="./" method="post" onsubmit="return procFilter(this, insert)" <!--@if($grant->fileupload)-->enctype="multipart/form-data"<!--@end--> class="boardEditor" id="fo_write">
|
||||
<div class="blogWrite">
|
||||
<form action="./" method="post" onsubmit="return procFilter(this, insert)" <!--@if($grant->fileupload)-->enctype="multipart/form-data"<!--@end--> class="blogEditor" id="fo_write">
|
||||
<fieldset>
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="content" value="{$oDocument->getContentText()}" />
|
||||
|
|
|
|||
|
|
@ -51,18 +51,6 @@
|
|||
<p>{$lang->about_browser_title}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->layout}</th>
|
||||
<td>
|
||||
<select name="layout_srl">
|
||||
<option value="0">{$lang->notuse}</option>
|
||||
<!--@foreach($layout_list as $key => $val)-->
|
||||
<option value="{$val->layout_srl}" <!--@if($module_info->layout_srl==$val->layout_srl)-->selected="selected"<!--@end-->>{$val->title} ({$val->layout})</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<p>{$lang->about_layout}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->skin}</th>
|
||||
<td>
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@
|
|||
$this->setCommentEditor(0, 100);
|
||||
|
||||
// 만약 document_srl은 있는데 page가 없다면 글만 호출된 경우 page를 구해서 세팅해주자..
|
||||
if($document_srl && !$page) {
|
||||
if($document_srl && !$page && ($oDocument->isExists()&&!$oDocument->isNotice())) {
|
||||
$page = $oDocumentModel->getDocumentPage($document_srl, $this->module_srl, $this->list_count);
|
||||
Context::set('page', $page);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ Jeong, Chan Myeong 070601~070630
|
|||
|
||||
.boardList.thumbnail { margin-top:-1px; border-bottom:none;}
|
||||
.boardList.thumbnail td { border-top:none; border-bottom:1px solid #eff0ed; padding:1.5em 0 0 1.5em; overflow:hidden;}
|
||||
.boardList.thumbnail div.cell { float:left; width:130px; margin:0 1.5em 0 0; padding-bottom:1.5em;}
|
||||
.boardList.thumbnail div.cell { float:left; width:131px; height:200px; margin:0 .6em 0 0; padding-bottom:1.5em;overflow:hidden;}
|
||||
.boardList.thumbnail div.cell img.thumb { padding:2px; border:1px solid #e0e1db; display:block; margin-bottom:1em;}
|
||||
.boardList.thumbnail div.title { color:#444444; margin-bottom:.2em; padding-left:3px;}
|
||||
.boardList.thumbnail div.title a { color:#444444;}
|
||||
|
|
|
|||
|
|
@ -11,23 +11,23 @@
|
|||
<name xml:lang="en">NHN Corp</name>
|
||||
<description xml:lang="ko">
|
||||
제로보드XE 게시판의 갤러리형태의 기본 스킨입니다.
|
||||
디자인 : 서기정
|
||||
HTML/CSS : 정찬명
|
||||
디자인 : 서기정 (http://blog.naver.com/addcozy)
|
||||
HTML/CSS : 정찬명 (http://naradesign.net)
|
||||
</description>
|
||||
<description xml:lang="jp">
|
||||
ゼロボードXEのギャラリースタイルのデフォルトスキンです。
|
||||
デザイン:ソギジョン
|
||||
HTML/CSS:ジョンチャンミョン
|
||||
デザイン:ソギジョン (http://blog.naver.com/addcozy)
|
||||
HTML/CSS:ジョンチャンミョン (http://naradesign.net)
|
||||
</description>
|
||||
<description xml:lang="zh-CN">
|
||||
zeroboard XE Board的图片型基本皮肤。
|
||||
设计 : Ki-Jeong Seo
|
||||
HTML/CSS : Chan-Myung Jeong
|
||||
设计 : Ki-Jeong Seo (http://blog.naver.com/addcozy)
|
||||
HTML/CSS : Chan-Myung Jeong (http://naradesign.net)
|
||||
</description>
|
||||
<description xml:lang="en">
|
||||
This is the basic gallery skin of ZeroboardXE boards.
|
||||
Design : Ki-Jeong Seo
|
||||
HTML/CSS : Chan-Myung Jeong
|
||||
Design : Ki-Jeong Seo (http://blog.naver.com/addcozy)
|
||||
HTML/CSS : Chan-Myung Jeong (http://naradesign.net)
|
||||
</description>
|
||||
</maker>
|
||||
<colorset>
|
||||
|
|
|
|||
|
|
@ -11,23 +11,23 @@
|
|||
<name xml:lang="en">NHN Corp</name>
|
||||
<description xml:lang="ko">
|
||||
제로보드XE 게시판의 목록형 기본 스킨입니다.
|
||||
디자인 : 서기정
|
||||
HTML/CSS : 정찬명
|
||||
디자인 : 서기정 (http://blog.naver.com/addcozy)
|
||||
HTML/CSS : 정찬명 (http://naradesign.net)
|
||||
</description>
|
||||
<description xml:lang="jp">
|
||||
ゼロボードXE掲示板のリストスタイルのデフォルトスキンです。
|
||||
デザイン:ソギジョン
|
||||
HTML/CSS:ジョンチャンミョン
|
||||
デザイン:ソギジョン (http://blog.naver.com/addcozy)
|
||||
HTML/CSS:ジョンチャンミョン (http://naradesign.net)
|
||||
</description>
|
||||
<description xml:lang="zh-CN">
|
||||
zeroboard XE Board 目录型基本皮肤。
|
||||
设计 : Ki-Jeong Seo
|
||||
HTML/CSS : Chan-Myung Jeong
|
||||
设计 : Ki-Jeong Seo (http://blog.naver.com/addcozy)
|
||||
HTML/CSS : Chan-Myung Jeong (http://naradesign.net)
|
||||
</description>
|
||||
<description xml:lang="en">
|
||||
This is the basic list style board skin of ZeroboardXE.
|
||||
Design : Ki-Jeong Seo
|
||||
HTML/CSS : Chan-Myung Jeong
|
||||
Design : Ki-Jeong Seo (http://blog.naver.com/addcozy)
|
||||
HTML/CSS : Chan-Myung Jeong (http://naradesign.net)
|
||||
</description>
|
||||
</maker>
|
||||
<colorset>
|
||||
|
|
|
|||
|
|
@ -11,23 +11,23 @@
|
|||
<name xml:lang="en">NHN Corp</name>
|
||||
<description xml:lang="ko">
|
||||
제로보드XE 게시판의 웹진형태 기본 스킨입니다.
|
||||
디자인 : 서기정
|
||||
HTML/CSS : 정찬명
|
||||
디자인 : 서기정 (http://blog.naver.com/addcozy)
|
||||
HTML/CSS : 정찬명 (http://naradesign.net)
|
||||
</description>
|
||||
<description xml:lang="jp">
|
||||
ゼロボードXE掲示板のウェブジンスタイルのデフォルトスキンです。
|
||||
デザイン:ソギジョン
|
||||
HTML/CSS:ジョンチャンミョン
|
||||
デザイン:ソギジョン (http://blog.naver.com/addcozy)
|
||||
HTML/CSS:ジョンチャンミョン (http://naradesign.net)
|
||||
</description>
|
||||
<description xml:lang="zh-CN">
|
||||
zeroboard XE Board 网络杂志型基本皮肤。
|
||||
设计 : Ki-Jeong Seo
|
||||
HTML/CSS : Chan-Myung Jeong
|
||||
设计 : Ki-Jeong Seo (http://blog.naver.com/addcozy)
|
||||
HTML/CSS : Chan-Myung Jeong (http://naradesign.net)
|
||||
</description>
|
||||
<description xml:lang="en">
|
||||
This is the basic webzine style board skin of ZeroboardXE.
|
||||
Design : Ki-Jeong Seo
|
||||
HTML/CSS : Chan-Myung Jeong
|
||||
Design : Ki-Jeong Seo (http://blog.naver.com/addcozy)
|
||||
HTML/CSS : Chan-Myung Jeong (http://naradesign.net)
|
||||
</description>
|
||||
</maker>
|
||||
<colorset>
|
||||
|
|
|
|||
|
|
@ -5,14 +5,30 @@
|
|||
<title xml:lang="jp">会員デフォルトスキン</title>
|
||||
<title xml:lang="en">Default Member Skin</title>
|
||||
<maker email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
|
||||
<name xml:lang="ko">제로</name>
|
||||
<name xml:lang="zh-CN">zero</name>
|
||||
<name xml:lang="jp">Zero</name>
|
||||
<name xml:lang="en">zero</name>
|
||||
<description xml:lang="ko">회원모듈의 default스킨</description>
|
||||
<description xml:lang="zh-CN">会员模块的默认皮肤。</description>
|
||||
<description xml:lang="jp">会員モジュールのデフォルトスキン</description>
|
||||
<description xml:lang="en">default skin of member module</description>
|
||||
<name xml:lang="ko">(주)NHN</name>
|
||||
<name xml:lang="jp">(株)NHN</name>
|
||||
<name xml:lang="zh-CN">(株)NHN</name>
|
||||
<name xml:lang="en">NHN Corp</name>
|
||||
<description xml:lang="ko">
|
||||
회원모듈의 default스킨
|
||||
디자인 : 서기정 (http://blog.naver.com/addcozy)
|
||||
HTML/CSS : 정찬명 (http://naradesign.net)
|
||||
</description>
|
||||
<description xml:lang="zh-CN">
|
||||
会员模块的默认皮肤。
|
||||
设计 : Ki-Jeong Seo (http://blog.naver.com/addcozy)
|
||||
HTML/CSS : Chan-Myung Jeong (http://naradesign.net)
|
||||
</description>
|
||||
<description xml:lang="jp">
|
||||
会員モジュールのデフォルトスキン
|
||||
デザイン:ソギジョン (http://blog.naver.com/addcozy)
|
||||
HTML/CSS:ジョンチャンミョン (http://naradesign.net)
|
||||
</description>
|
||||
<description xml:lang="en">
|
||||
default skin of member module
|
||||
Design : Ki-Jeong Seo (http://blog.naver.com/addcozy)
|
||||
HTML/CSS : Chan-Myung Jeong (http://naradesign.net)
|
||||
</description>
|
||||
</maker>
|
||||
<colorset>
|
||||
<color name="white" src="screenshot/white.gif">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue