위키 기본 스킨 CSS 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6556 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-06-16 07:41:33 +00:00
parent a8261cef00
commit fd8f090c6b
8 changed files with 267 additions and 267 deletions

View file

@ -22,14 +22,14 @@
</div> </div>
<!--@end--> <!--@end-->
<form action="./" method="post" onsubmit="return procFilter(this, insert_comment)" class="boardEditor" > <form action="./" method="post" onsubmit="return procFilter(this, insert_comment)" class="wikiEditor" >
<input type="hidden" name="mid" value="{$mid}" /> <input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="document_srl" value="{$oComment->get('document_srl')}" /> <input type="hidden" name="document_srl" value="{$oComment->get('document_srl')}" />
<input type="hidden" name="comment_srl" value="{$oComment->get('comment_srl')}" /> <input type="hidden" name="comment_srl" value="{$oComment->get('comment_srl')}" />
<input type="hidden" name="content" value="{htmlspecialchars($oComment->get('content'))}" /> <input type="hidden" name="content" value="{htmlspecialchars($oComment->get('content'))}" />
<input type="hidden" name="parent_srl" value="{$oComment->get('parent_srl')}" /> <input type="hidden" name="parent_srl" value="{$oComment->get('parent_srl')}" />
<div class="boardWrite commentEditor"> <div class="wikiWrite commentEditor">
<div class="editor">{$oComment->getEditor()}</div> <div class="editor">{$oComment->getEditor()}</div>
@ -49,7 +49,7 @@
<label for="is_secret">{$lang->secret}</label> <label for="is_secret">{$lang->secret}</label>
</div> </div>
<div class="boardNavigation"> <div class="wikiNavigation">
<span class="buttonOfficial"><input type="submit" value="{$lang->cmd_comment_registration}" accesskey="s" /></span> <span class="buttonOfficial"><input type="submit" value="{$lang->cmd_comment_registration}" accesskey="s" /></span>
</div> </div>

View file

@ -1,7 +1,7 @@
<!--#include("header.html")--> <!--#include("header.html")-->
<div class="boardRead"> <div class="wikiRead">
<div class="boardReadHeader"> <div class="wikiReadHeader">
<div class="authorArea"> <div class="authorArea">
{$lang->not_exist} {$lang->not_exist}
<div class="command"> <div class="command">

View file

@ -2,236 +2,236 @@
/* NHN > UIT Center > Open UI Tech. Team > Jeong Chan Myeong(dece24@nhncorp.com) */ /* NHN > UIT Center > Open UI Tech. Team > Jeong Chan Myeong(dece24@nhncorp.com) */
/* Board Reset */ /* Board Reset */
.board{ font-family:Tahoma, Sans-serif; line-height:normal; font-size:12px;} .wiki{ font-family:Tahoma, Sans-serif; line-height:normal; font-size:12px;}
.board .inputText, .wiki .inputText,
.board textarea, .wiki textarea,
.board select{ border:1px solid;} .wiki select{ border:1px solid;}
.board label{ cursor:pointer;} .wiki label{ cursor:pointer;}
.board img{ border:0;} .wiki img{ border:0;}
.board .document_popup_menu, .wiki .document_popup_menu,
.board .comment_popup_menu{ text-align:right; font-size:11px;} .wiki .comment_popup_menu{ text-align:right; font-size:11px;}
.board .document_popup_menu{ margin:1em 0;} .wiki .document_popup_menu{ margin:1em 0;}
.board .comment_popup_menu{ margin:1em 0;} .wiki .comment_popup_menu{ margin:1em 0;}
.board .document_popup_menu a, .wiki .document_popup_menu a,
.board .comment_popup_menu a{ text-decoration:underline;} .wiki .comment_popup_menu a{ text-decoration:underline;}
.board .hr{ display:none;} .wiki .hr{ display:none;}
.board{ background:#fff; color:#333;} .wiki{ background:#fff; color:#333;}
.board .inputText, .wiki .inputText,
.board textarea, .wiki textarea,
.board select{ background:#fff; color:#333; border-top-color:#a6a6a6; border-left-color:#a6a6a6; border-right-color:#d8d8d8; border-bottom-color:#d8d8d8;} .wiki select{ background:#fff; color:#333; border-top-color:#a6a6a6; border-left-color:#a6a6a6; border-right-color:#d8d8d8; border-bottom-color:#d8d8d8;}
.board .document_popup_menu a, .wiki .document_popup_menu a,
.board .comment_popup_menu a{ color:#8b8b8b;} .wiki .comment_popup_menu a{ color:#8b8b8b;}
.board .boardNavigation{ border-color:#bababa;} .wiki .wikiNavigation{ border-color:#bababa;}
/* Board Header */ /* Board Header */
.boardHeader *{ margin:0 0 20px 0; padding:0;} .wikiHeader *{ margin:0 0 20px 0; padding:0;}
.boardHeader a{ text-decoration:none;} .wikiHeader a{ text-decoration:none;}
.boardHeader a:hover, .wikiHeader a:hover,
.boardHeader a:active, .wikiHeader a:active,
.boardHeader a:focus{ text-decoration:underline;} .wikiHeader a:focus{ text-decoration:underline;}
.boardHeader .boardTitle{ letter-spacing:-.1em; margin-bottom:10px; border-bottom:3px solid; *zoom:1; background-repeat:no-repeat; background-position:left 8px;} .wikiHeader .wikiTitle{ letter-spacing:-.1em; margin-bottom:10px; border-bottom:3px solid; *zoom:1; background-repeat:no-repeat; background-position:left 8px;}
.boardHeader .boardTitle:after{ content:""; display:block; clear:both;} .wikiHeader .wikiTitle:after{ content:""; display:block; clear:both;}
.boardHeader .boardTitleText{ font-size:18px; float:left; clear:both; margin-bottom:-3px; padding:5px 15px 5px 5px; border-bottom:3px solid; background-repeat:no-repeat; background-position:right bottom;} .wikiHeader .wikiTitleText{ font-size:18px; float:left; clear:both; margin-bottom:-3px; padding:5px 15px 5px 5px; border-bottom:3px solid; background-repeat:no-repeat; background-position:right bottom;}
.boardHeader .boardTitleText a{ text-decoration:none;} .wikiHeader .wikiTitleText a{ text-decoration:none;}
.boardHeader .boardTitleText em{ font-style:normal; font-weight:normal;} .wikiHeader .wikiTitleText em{ font-style:normal; font-weight:normal;}
.boardHeader .boardDescription{ padding:7px 15px; -moz-border-radius:3px; -webkit-border-radius:3px; position:relative;} .wikiHeader .wikiDescription{ padding:7px 15px; -moz-border-radius:3px; -webkit-border-radius:3px; position:relative;}
.boardHeader a{ color:#4d4d4d;} .wikiHeader a{ color:#4d4d4d;}
.boardHeader .boardTitle{ border-color:#ddd; } .wikiHeader .wikiTitle{ border-color:#ddd; }
.boardHeader .boardTitleText{ border-color:#666; background-image:url(../img/white/lineVr11.gif);} .wikiHeader .wikiTitleText{ border-color:#666; background-image:url(../img/white/lineVr11.gif);}
.boardHeader .boardTitleText a{ color:#000;} .wikiHeader .wikiTitleText a{ color:#000;}
.boardHeader .boardTitleText em{ color:#666;} .wikiHeader .wikiTitleText em{ color:#666;}
.boardHeader .boardDescription{ background:#f8f8f8; } .wikiHeader .wikiDescription{ background:#f8f8f8; }
/* Board Information */ /* Board Information */
.boardInformation{width:100%; padding:15px 0; font-size:1em; line-height:normal; *zoom:1;} .wikiInformation{width:100%; padding:15px 0; font-size:1em; line-height:normal; *zoom:1;}
.boardInformation *{ margin:0; padding:0;} .wikiInformation *{ margin:0; padding:0;}
.boardInformation a{ text-decoration:none;} .wikiInformation a{ text-decoration:none;}
.boardInformation a:hover, .wikiInformation a:hover,
.boardInformation a:active, .wikiInformation a:active,
.boardInformation a:focus{ text-decoration:underline;} .wikiInformation a:focus{ text-decoration:underline;}
.boardInformation:after{ content:""; display:block; float:none; clear:both;} .wikiInformation:after{ content:""; display:block; float:none; clear:both;}
.boardInformation ul{ overflow:hidden;} .wikiInformation ul{ overflow:hidden;}
.boardInformation .infoSum{ float:left; font-size:16px; font-weight:bold;} .wikiInformation .infoSum{ float:left; font-size:16px; font-weight:bold;}
.boardInformation .infoView{ float:right;} .wikiInformation .infoView{ float:right;}
.boardInformation .infoView li{ position:relative; float:left; margin-left:3px; display:inline;} .wikiInformation .infoView li{ position:relative; float:left; margin-left:3px; display:inline;}
.boardInformation .infoView li.icon a{ display:block; float:left; width:23px; height:23px; overflow:hidden; background-repeat:no-repeat;} .wikiInformation .infoView li.icon a{ display:block; float:left; width:23px; height:23px; overflow:hidden; background-repeat:no-repeat;}
.boardInformation .infoView li.icon a span{ position:absolute; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;} .wikiInformation .infoView li.icon a span{ position:absolute; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;}
.boardInformation .infoView li.listTypeClassic a{ background-position:0 0;} .wikiInformation .infoView li.listTypeClassic a{ background-position:0 0;}
.boardInformation .infoView li.listTypeClassic.active a{ background-position:0 -23px;} .wikiInformation .infoView li.listTypeClassic.active a{ background-position:0 -23px;}
.boardInformation .infoView li.listTypeZine a{ background-position:-23px 0;} .wikiInformation .infoView li.listTypeZine a{ background-position:-23px 0;}
.boardInformation .infoView li.listTypeZine.active a{ background-position:-23px -23px;} .wikiInformation .infoView li.listTypeZine.active a{ background-position:-23px -23px;}
.boardInformation .infoView li.listTypeGallery a{ background-position:-46px 0;} .wikiInformation .infoView li.listTypeGallery a{ background-position:-46px 0;}
.boardInformation .infoView li.listTypeGallery.active a{ background-position:-46px -23px;} .wikiInformation .infoView li.listTypeGallery.active a{ background-position:-46px -23px;}
.boardInformation .infoView li.setup{ margin:0 7px;} .wikiInformation .infoView li.setup{ margin:0 7px;}
.boardInformation .infoView li.setup a{ display:block; float:left; width:43px; height:23px; background-repeat:no-repeat;} .wikiInformation .infoView li.setup a{ display:block; float:left; width:43px; height:23px; background-repeat:no-repeat;}
.boardInformation .infoView li.setup a span{ position:absolute; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;} .wikiInformation .infoView li.setup a span{ position:absolute; width:0; height:0; overflow:hidden; visibility:hidden; font-size:0; line-height:0;}
.boardInformation em, .wikiInformation em,
.boardInformation strong{ color:#ff6600;} .wikiInformation strong{ color:#ff6600;}
.boardInformation .infoView li.icon a{ background-image:url(../img/common/icons.gif);} .wikiInformation .infoView li.icon a{ background-image:url(../img/common/icons.gif);}
.boardInformation .infoView li.setup a{ background-image:url(../img/common/buttonSetup.gif);} .wikiInformation .infoView li.setup a{ background-image:url(../img/common/buttonSetup.gif);}
/* Board List Form */ /* Board List Form */
.boardListForm{ margin:0; line-height:normal;} .wikiListForm{ margin:0; line-height:normal;}
.boardListForm *{ margin:0; padding:0;} .wikiListForm *{ margin:0; padding:0;}
.boardListForm fieldset{ border:0; clear:both;} .wikiListForm fieldset{ border:0; clear:both;}
.boardListForm fieldset:after{ content:""; display:block; float:none; clear:both;} .wikiListForm fieldset:after{ content:""; display:block; float:none; clear:both;}
.boardListForm legend{ position:absolute; width:0; height:0; overflow:hidden; font:0/0 Sans-serif; visibility:hidden;} .wikiListForm legend{ position:absolute; width:0; height:0; overflow:hidden; font:0/0 Sans-serif; visibility:hidden;}
.boardListForm em, .wikiListForm em,
.boardListForm strong{ font-style:normal;} .wikiListForm strong{ font-style:normal;}
.boardListForm strong.trackback { color:#423CC4; } .wikiListForm strong.trackback { color:#423CC4; }
.boardListForm em, .wikiListForm em,
.boardListForm strong{color:#ff3636;} .wikiListForm strong{color:#ff3636;}
/* Board List */ /* Board List */
.boardList{ border:0; border-top:1px solid; width:100%;} .wikiList{ border:0; border-top:1px solid; width:100%;}
.boardList a{ text-decoration:none;} .wikiList a{ text-decoration:none;}
.boardList a:hover, .wikiList a:hover,
.boardList a:active, .wikiList a:active,
.boardList a:focus{ text-decoration:underline;} .wikiList a:focus{ text-decoration:underline;}
.boardList .inputCheck{ width:13px; height:13px;} .wikiList .inputCheck{ width:13px; height:13px;}
.boardList .jumpTo{ float:left;} .wikiList .jumpTo{ float:left;}
.boardList .jumpTo *{ vertical-align:middle; *vertical-align:top;} .wikiList .jumpTo *{ vertical-align:middle; *vertical-align:top;}
.boardList .jumpTo select{ height:20px; font-size:12px; *margin-right:5px;} .wikiList .jumpTo select{ height:20px; font-size:12px; *margin-right:5px;}
.boardList .jumpTo button{ width:22px; height:20px; line-height:18px; _line-height:normal; border:1px solid; -moz-border-radius:3px; -webkit-border-radius:3px; margin:0; padding:0; text-align:center; background-repeat:no-repeat; font-size:11px; cursor:pointer; overflow:visible;} .wikiList .jumpTo button{ width:22px; height:20px; line-height:18px; _line-height:normal; border:1px solid; -moz-border-radius:3px; -webkit-border-radius:3px; margin:0; padding:0; text-align:center; background-repeat:no-repeat; font-size:11px; cursor:pointer; overflow:visible;}
.boardList .meta{ position:relative; overflow:hidden; margin:0 0 5px 0; padding:0; list-style:none; white-space:nowrap;} .wikiList .meta{ position:relative; overflow:hidden; margin:0 0 5px 0; padding:0; list-style:none; white-space:nowrap;}
.boardList .meta li{ position:relative; left:-10px; display:inline; padding:0 5px 0 10px; background-repeat:no-repeat; background-position:left center; font-size:11px;} .wikiList .meta li{ position:relative; left:-10px; display:inline; padding:0 5px 0 10px; background-repeat:no-repeat; background-position:left center; font-size:11px;}
.boardList .meta li.author{ font-size:11px;} .wikiList .meta li.author{ font-size:11px;}
.boardList .meta li.date{ font:9px Tahoma;} .wikiList .meta li.date{ font:9px Tahoma;}
.boardList .meta li em{ font-size:9px;} .wikiList .meta li em{ font-size:9px;}
.boardList .replyNum, .wikiList .replyNum,
.boardList .trackbackNum{ font:9px Verdana;} .wikiList .trackbackNum{ font:9px Verdana;}
.boardList th{ border:0; border-bottom:1px solid; padding:8px 6px 7px 6px; *padding:8px 6px 6px 6px; white-space:nowrap; text-align:center; line-height:normal; font-weight:normal;} .wikiList th{ border:0; border-bottom:1px solid; padding:8px 6px 7px 6px; *padding:8px 6px 6px 6px; white-space:nowrap; text-align:center; line-height:normal; font-weight:normal;}
.boardList th.title{ width:100%;} .wikiList th.title{ width:100%;}
.boardList th a .sort{ vertical-align:middle; margin:0 5px;} .wikiList th a .sort{ vertical-align:middle; margin:0 5px;}
.boardList td{ border:0; border-bottom:1px solid; padding:8px 6px 7px 6px; *padding:8px 6px 6px 6px; white-space:nowrap; text-align:center; line-height:normal; vertical-align:top;} .wikiList td{ border:0; border-bottom:1px solid; padding:8px 6px 7px 6px; *padding:8px 6px 6px 6px; white-space:nowrap; text-align:center; line-height:normal; vertical-align:top;}
.boardList td.notice{ font-size:11px; font-weight:bold;} .wikiList td.notice{ font-size:11px; font-weight:bold;}
.boardList td.num{ font:9px Tahoma;} .wikiList td.num{ font:9px Tahoma;}
.boardList td.check{ font:11px Tahoma;} .wikiList td.check{ font:11px Tahoma;}
.boardList td.title { width:100%; white-space:normal; text-align:left;} .wikiList td.title { width:100%; white-space:normal; text-align:left;}
.boardList td.title img{ vertical-align:middle; margin:0 1px;} .wikiList td.title img{ vertical-align:middle; margin:0 1px;}
.boardList td.title .author{ font-size:11px;} .wikiList td.title .author{ font-size:11px;}
.boardList td.author{ font-size:11px; text-align:left;} .wikiList td.author{ font-size:11px; text-align:left;}
.boardList td.replies{ font:9px Tahoma;} .wikiList td.replies{ font:9px Tahoma;}
.boardList td.reading{ font:9px Tahoma;} .wikiList td.reading{ font:9px Tahoma;}
.boardList td.recommend{ font:bold 9px Tahoma;} .wikiList td.recommend{ font:bold 9px Tahoma;}
.boardList td.date{ font:9px Tahoma;} .wikiList td.date{ font:9px Tahoma;}
.boardList td.summary { text-align:left; border-top-style:dotted; white-space:normal;} .wikiList td.summary { text-align:left; border-top-style:dotted; white-space:normal;}
.boardList td.summary .thumb{ display:block; float:left; padding:2px; border:1px solid; margin-right:10px;} .wikiList td.summary .thumb{ display:block; float:left; padding:2px; border:1px solid; margin-right:10px;}
.boardList td.summary .thumb img{ display:block;} .wikiList td.summary .thumb img{ display:block;}
.boardList td.lastReply{ text-align:left; font-size:11px;} .wikiList td.lastReply{ text-align:left; font-size:11px;}
.boardList td .notice{ font-size:11px; padding-right:7px; margin-right:2px; background-repeat:no-repeat; background-position:right center;} .wikiList td .notice{ font-size:11px; padding-right:7px; margin-right:2px; background-repeat:no-repeat; background-position:right center;}
.boardList td .category{ font-weight:normal; font-size:11px; padding-right:7px; margin-right:2px; background-repeat:no-repeat; background-position:right center;} .wikiList td .category{ font-weight:normal; font-size:11px; padding-right:7px; margin-right:2px; background-repeat:no-repeat; background-position:right center;}
.boardList td .replyAnchor{ position:relative; font-size:9px;} .wikiList td .replyAnchor{ position:relative; font-size:9px;}
.boardList td .by{ font:9px Tahoma;} .wikiList td .by{ font:9px Tahoma;}
.boardList{ border-color:#bababa;} .wikiList{ border-color:#bababa;}
.boardList a{ color:#4d4d4d;} .wikiList a{ color:#4d4d4d;}
.boardList .jumpTo button{ background-color:#eee; border-color:#ccc; color:#000;} .wikiList .jumpTo button{ background-color:#eee; border-color:#ccc; color:#000;}
.boardList .meta li{ background-image:url(../img/white/lineVr9.gif);} .wikiList .meta li{ background-image:url(../img/white/lineVr9.gif);}
.boardList .replyNum{ color:#ff3636;} .wikiList .replyNum{ color:#ff3636;}
.boardList .trackbackNum{ color:#66c;} .wikiList .trackbackNum{ color:#66c;}
.boardList .replyAnchor{ color:#06C;} .wikiList .replyAnchor{ color:#06C;}
.boardList th{ border-color:#dcdcdc; color:#4d4d4d;} .wikiList th{ border-color:#dcdcdc; color:#4d4d4d;}
.boardList th a{ color:#66c;} .wikiList th a{ color:#66c;}
.boardList td{ border-color:#eee; color:#4d4d4d;} .wikiList td{ border-color:#eee; color:#4d4d4d;}
.boardList td.title a.forum:link, .wikiList td.title a.forum:link,
.boardList td.recommend{ color:#ff3636;} .wikiList td.recommend{ color:#ff3636;}
.boardList td.summary .thumb{ border-color:#ddd; background:#fff;} .wikiList td.summary .thumb{ border-color:#ddd; background:#fff;}
.boardList td .notice{ background-image:url(../img/white/lineVr9.gif);} .wikiList td .notice{ background-image:url(../img/white/lineVr9.gif);}
.boardList td .category{ color:#888; background-image:url(../img/white/lineVr9.gif);} .wikiList td .category{ color:#888; background-image:url(../img/white/lineVr9.gif);}
.boardList td .by{ color:#ccc;} .wikiList td .by{ color:#ccc;}
/* Board Navigation */ /* Board Navigation */
.board .boardNavigation{ padding:30px 0; margin:-1px 0 0 0; text-align:center; border-top:1px solid; *zoom:1; _zoom:0;} .wiki .wikiNavigation{ padding:30px 0; margin:-1px 0 0 0; text-align:center; border-top:1px solid; *zoom:1; _zoom:0;}
.board .boardNavigation:after{ content:""; display:block; float:none; clear:both;} .wiki .wikiNavigation:after{ content:""; display:block; float:none; clear:both;}
.board .boardNavigation .pagination{ padding:5px 0;} .wiki .wikiNavigation .pagination{ padding:5px 0;}
.board .boardNavigation .buttonLeft{ float:left; text-align:left;} .wiki .wikiNavigation .buttonLeft{ float:left; text-align:left;}
.board .boardNavigation .buttonRight{ float:right; text-align:right;} .wiki .wikiNavigation .buttonRight{ float:right; text-align:right;}
/* Search Form */ /* Search Form */
.boardSearchForm{ position:relative; margin:0; padding:1px 0; line-height:normal;} .wikiSearchForm{ position:relative; margin:0; padding:1px 0; line-height:normal;}
.boardSearchForm *{ margin:0; padding:0;} .wikiSearchForm *{ margin:0; padding:0;}
.boardSearchForm fieldset{ border:0; clear:both; text-align:center;} .wikiSearchForm fieldset{ border:0; clear:both; text-align:center;}
.boardSearchForm fieldset:after{ content:""; display:block; float:none; clear:both;} .wikiSearchForm fieldset:after{ content:""; display:block; float:none; clear:both;}
.boardSearchForm fieldset *{ vertical-align:top;} .wikiSearchForm fieldset *{ vertical-align:top;}
.boardSearchForm legend{ position:absolute; width:0; height:0; overflow:hidden; font:0/0 Sans-serif; visibility:hidden;} .wikiSearchForm legend{ position:absolute; width:0; height:0; overflow:hidden; font:0/0 Sans-serif; visibility:hidden;}
.boardSearchForm select{ font-size:12px; height:23px; border:1px solid;} .wikiSearchForm select{ font-size:12px; height:23px; border:1px solid;}
.boardSearchForm .inputText{ width:140px; height:15px; padding:4px 4px 2px 4px; font-size:12px; *margin:-1px 0;} .wikiSearchForm .inputText{ width:140px; height:15px; padding:4px 4px 2px 4px; font-size:12px; *margin:-1px 0;}
.boardSearchForm .infoEtc{ position:absolute; top:7px; right:0;} .wikiSearchForm .infoEtc{ position:absolute; top:7px; right:0;}
.boardSearchForm .infoEtc li{ display:inline;} .wikiSearchForm .infoEtc li{ display:inline;}
.boardSearchForm .infoEtc li a{ display:inline-block; height:11px; background-repeat:no-repeat; overflow:hidden;} .wikiSearchForm .infoEtc li a{ display:inline-block; height:11px; background-repeat:no-repeat; overflow:hidden;}
.boardSearchForm .infoEtc li a span{ position:absolute; width:0; height:0; overflow:hidden; font-size:0; line-height:0; visibility:hidden;} .wikiSearchForm .infoEtc li a span{ position:absolute; width:0; height:0; overflow:hidden; font-size:0; line-height:0; visibility:hidden;}
.boardSearchForm .infoEtc li.contributors a{ width:12px; background-position:0 0;} .wikiSearchForm .infoEtc li.contributors a{ width:12px; background-position:0 0;}
.boardSearchForm .infoEtc li.tag a{ width:42px; background-position:-11px 0;} .wikiSearchForm .infoEtc li.tag a{ width:42px; background-position:-11px 0;}
.boardSearchForm .infoEtc li a{ background-image:url(../img/common/buttonContributorsTaglist.gif);} .wikiSearchForm .infoEtc li a{ background-image:url(../img/common/buttonContributorsTaglist.gif);}
/* Board Read */ /* Board Read */
.boardReadHeader{ *zoom:1;} .wikiReadHeader{ *zoom:1;}
.boardReadHeader a{ text-decoration:none;} .wikiReadHeader a{ text-decoration:none;}
.boardReadHeader a:hover, .wikiReadHeader a:hover,
.boardReadHeader a:active, .wikiReadHeader a:active,
.boardReadHeader a:focus{ text-decoration:underline;} .wikiReadHeader a:focus{ text-decoration:underline;}
.boardReadHeader:after{ content:""; display:block; float:none; clear:both;} .wikiReadHeader:after{ content:""; display:block; float:none; clear:both;}
.boardReadHeader *{ margin:0; padding:0;} .wikiReadHeader *{ margin:0; padding:0;}
.boardReadHeader .titleArea{ *zoom:1; padding:7px 0; border-top:1px solid; border-bottom:1px solid;} .wikiReadHeader .titleArea{ *zoom:1; padding:7px 0; border-top:1px solid; border-bottom:1px solid;}
.boardReadHeader .titleArea:after{ content:""; display:block; clear:both;} .wikiReadHeader .titleArea:after{ content:""; display:block; clear:both;}
.boardReadHeader .titleArea .title{ float:left; font-size:16px; margin-right:10px;} .wikiReadHeader .titleArea .title{ float:left; font-size:16px; margin-right:10px;}
.boardReadHeader .titleArea .category{ float:left; padding-left:10px; margin-top:4px; font-size:12px; background-repeat:no-repeat; background-position:left center;} .wikiReadHeader .titleArea .category{ float:left; padding-left:10px; margin-top:4px; font-size:12px; background-repeat:no-repeat; background-position:left center;}
.boardReadHeader .titleArea .sum{ float:right; white-space:nowrap; margin-top:2px;} .wikiReadHeader .titleArea .sum{ float:right; white-space:nowrap; margin-top:2px;}
.boardReadHeader .titleArea .sum .read, .wikiReadHeader .titleArea .sum .read,
.boardReadHeader .titleArea .sum .vote{ font-size:11px; margin-right:5px;} .wikiReadHeader .titleArea .sum .vote{ font-size:11px; margin-right:5px;}
.boardReadHeader .titleArea .sum .num{ font-size:9px;} .wikiReadHeader .titleArea .sum .num{ font-size:9px;}
.boardReadHeader .titleArea .sum .date{ padding-left:10px; font-size:9px; background-repeat:no-repeat; background-position:left center;} .wikiReadHeader .titleArea .sum .date{ padding-left:10px; font-size:9px; background-repeat:no-repeat; background-position:left center;}
.boardReadHeader .authorArea{ *zoom:1; padding:10px 0;} .wikiReadHeader .authorArea{ *zoom:1; padding:10px 0;}
.boardReadHeader .authorArea:after{ content:""; display:block; clear:both;} .wikiReadHeader .authorArea:after{ content:""; display:block; clear:both;}
.boardReadHeader .authorArea .author{ float:left; margin-right:10px;} .wikiReadHeader .authorArea .author{ float:left; margin-right:10px;}
.boardReadHeader .authorArea .ipAddress{ float:left; font-size:9px; margin-top:3px;} .wikiReadHeader .authorArea .ipAddress{ float:left; font-size:9px; margin-top:3px;}
.boardReadHeader .authorArea .permaLink{ float:right; font-size:9px; margin-top:3px;} .wikiReadHeader .authorArea .permaLink{ float:right; font-size:9px; margin-top:3px;}
.boardReadHeader a{ color:#262626;} .wikiReadHeader a{ color:#262626;}
.boardReadHeader .titleArea{ border-top-color:#bababa; border-bottom-color:#dcdcdc;} .wikiReadHeader .titleArea{ border-top-color:#bababa; border-bottom-color:#dcdcdc;}
.boardReadHeader .titleArea .category{ color:#4d4d4d; background-image:url(../img/white/lineVr9.gif);} .wikiReadHeader .titleArea .category{ color:#4d4d4d; background-image:url(../img/white/lineVr9.gif);}
.boardReadHeader .titleArea .num{ color:#adadad;} .wikiReadHeader .titleArea .num{ color:#adadad;}
.boardReadHeader .titleArea .date{ color:#adadad; background-image:url(../img/white/lineVr9.gif);} .wikiReadHeader .titleArea .date{ color:#adadad; background-image:url(../img/white/lineVr9.gif);}
.boardReadHeader .authorArea .ipAddress{ color:#adadad;} .wikiReadHeader .authorArea .ipAddress{ color:#adadad;}
.boardReadHeader .authorArea .permaLink{ color:#adadad;} .wikiReadHeader .authorArea .permaLink{ color:#adadad;}
.boardReadBody{ overflow:hidden; *zoom:1;} .wikiReadBody{ overflow:hidden; *zoom:1;}
.boardReadBody .xe_content{ overflow:hidden; } .wikiReadBody .xe_content{ overflow:hidden; }
.boardReadBody .xe_content a { text-decoration:underline; } .wikiReadBody .xe_content a { text-decoration:underline; }
.boardReadFooter .memberSignature { border:1px solid; padding:10px; margin:1em 0; overflow:hidden; *zoom:1; clear:both; -moz-border-radius:5px; -webkit-border-radius:5px;} .wikiReadFooter .memberSignature { border:1px solid; padding:10px; margin:1em 0; overflow:hidden; *zoom:1; clear:both; -moz-border-radius:5px; -webkit-border-radius:5px;}
.boardReadFooter .memberSignature img.profile { margin:0 1em 0 0; border:1px solid;} .wikiReadFooter .memberSignature img.profile { margin:0 1em 0 0; border:1px solid;}
.boardReadFooter .tag{ margin:1em 0; clear:both;} .wikiReadFooter .tag{ margin:1em 0; clear:both;}
.boardReadFooter .tag *{ display:inline; margin:0; padding:0; font-size:12px; vertical-align:middle;} .wikiReadFooter .tag *{ display:inline; margin:0; padding:0; font-size:12px; vertical-align:middle;}
.boardReadFooter .tag dt{ margin-right:10px;} .wikiReadFooter .tag dt{ margin-right:10px;}
.boardReadFooter .tag dd{ margin-right:5px;} .wikiReadFooter .tag dd{ margin-right:5px;}
.boardReadFooter .trackbackURL{ margin:1em 0; clear:both;} .wikiReadFooter .trackbackURL{ margin:1em 0; clear:both;}
.boardReadFooter .trackbackURL *{ display:inline; margin:0; padding:0;} .wikiReadFooter .trackbackURL *{ display:inline; margin:0; padding:0;}
.boardReadFooter .trackbackURL dt{ margin-right:5px; font-size:12px;} .wikiReadFooter .trackbackURL dt{ margin-right:5px; font-size:12px;}
.boardReadFooter .trackbackURL dd{ font-size:11px; text-decoration:none;} .wikiReadFooter .trackbackURL dd{ font-size:11px; text-decoration:none;}
.boardReadFooter .trackbackURL a{ text-decoration:none;} .wikiReadFooter .trackbackURL a{ text-decoration:none;}
.boardReadFooter .trackbackURL a:hover, .wikiReadFooter .trackbackURL a:hover,
.boardReadFooter .trackbackURL a:active, .wikiReadFooter .trackbackURL a:active,
.boardReadFooter .trackbackURL a:focus{ text-decoration:underline;} .wikiReadFooter .trackbackURL a:focus{ text-decoration:underline;}
.boardReadFooter .trackbackURL dt{ color:#4d4d4d;} .wikiReadFooter .trackbackURL dt{ color:#4d4d4d;}
.boardReadFooter .trackbackURL dd a{ color:#adadad;} .wikiReadFooter .trackbackURL dd a{ color:#adadad;}
.boardReadFooter .contributors { margin:1em 0; clear:both;} .wikiReadFooter .contributors { margin:1em 0; clear:both;}
.boardReadFooter .contributors *{ display:inline; margin:0; padding:0;} .wikiReadFooter .contributors *{ display:inline; margin:0; padding:0;}
.boardReadFooter .contributors dt{ margin-right:5px; font-size:12px;} .wikiReadFooter .contributors dt{ margin-right:5px; font-size:12px;}
.boardReadFooter .contributors dd{ font-size:12px; text-decoration:none;} .wikiReadFooter .contributors dd{ font-size:12px; text-decoration:none;}
.boardReadFooter .contributors a{ text-decoration:none;} .wikiReadFooter .contributors a{ text-decoration:none;}
.boardReadFooter .contributors a:hover, .wikiReadFooter .contributors a:hover,
.boardReadFooter .contributors a:active, .wikiReadFooter .contributors a:active,
.boardReadFooter .contributors a:focus{ text-decoration:underline;} .wikiReadFooter .contributors a:focus{ text-decoration:underline;}
.boardReadFooter .contributors dt{ color:#4d4d4d;} .wikiReadFooter .contributors dt{ color:#4d4d4d;}
.boardReadFooter .contributors dd a{ color:#4d4d4d; margin-right:5px; } .wikiReadFooter .contributors dd a{ color:#4d4d4d; margin-right:5px; }
.boardReadFooter .memberSignature{ border-color:#f0f0f0; background-color:#fdfdfd;} .wikiReadFooter .memberSignature{ border-color:#f0f0f0; background-color:#fdfdfd;}
.boardReadFooter .memberSignature img.profile { border-color:#eee;} .wikiReadFooter .memberSignature img.profile { border-color:#eee;}
.boardReadFooter .tag dd a{ color:#4d4d4d;} .wikiReadFooter .tag dd a{ color:#4d4d4d;}
.boardRead .boardNavigation{ border-top:1px solid;} .wikiRead .wikiNavigation{ border-top:1px solid;}
.boardRead .command { float:right; } .wikiRead .command { float:right; }
/* Feedback List */ /* Feedback List */
.feedbackList{ overflow:hidden; padding-top:15px; margin-bottom:10px; border-top:1px solid;} .feedbackList{ overflow:hidden; padding-top:15px; margin-bottom:10px; border-top:1px solid;}
@ -335,42 +335,42 @@
.attachedFile ul.files a .bubble{ border:1px solid #ddd; background-color:#fff; color:#4d4d4d;} .attachedFile ul.files a .bubble{ border:1px solid #ddd; background-color:#fff; color:#4d4d4d;}
/* Board Write */ /* Board Write */
.boardWrite *{ margin:0; padding:0;} .wikiWrite *{ margin:0; padding:0;}
.boardWrite li{ list-style:none;} .wikiWrite li{ list-style:none;}
.boardWrite fieldset{ border:0;} .wikiWrite fieldset{ border:0;}
.boardWrite legend{ position:absolute; width:0; height:0; overflow:hidden; font:0/0 Sans-serif; visibility:hidden;} .wikiWrite legend{ position:absolute; width:0; height:0; overflow:hidden; font:0/0 Sans-serif; visibility:hidden;}
.boardWrite .boardWriteHeader{ margin:0 0 1em 0;} .wikiWrite .wikiWriteHeader{ margin:0 0 1em 0;}
.boardWrite .boardWriteHeader *{ vertical-align:middle;} .wikiWrite .wikiWriteHeader *{ vertical-align:middle;}
.boardWrite .boardWriteHeader select{ font-size:12px; vertical-align:top; height:23px;} .wikiWrite .wikiWriteHeader select{ font-size:12px; vertical-align:top; height:23px;}
.boardWrite .boardWriteHeader .inputText{ width:400px; padding:3px 4px; height:15px; font-size:12px; *margin-top:-1px;} .wikiWrite .wikiWriteHeader .inputText{ width:400px; padding:3px 4px; height:15px; font-size:12px; *margin-top:-1px;}
.boardWrite .boardWriteHeader dl.title dd{ white-space:nowrap;} .wikiWrite .wikiWriteHeader dl.title dd{ white-space:nowrap;}
.boardWrite .boardWriteHeader dl.title dd .inputText{ width:60%;} .wikiWrite .wikiWriteHeader dl.title dd .inputText{ width:60%;}
.boardWrite .tag{ clear:both; margin-bottom:10px; *zoom:1;} .wikiWrite .tag{ clear:both; margin-bottom:10px; *zoom:1;}
.boardWrite .tag:after{ content:""; display:block; float:none; clear:both;} .wikiWrite .tag:after{ content:""; display:block; float:none; clear:both;}
.boardWrite .tag .inputText{ float:left; width:330px; padding:4px 4px 2px 4px; margin-right:10px; font-size:12px;} .wikiWrite .tag .inputText{ float:left; width:330px; padding:4px 4px 2px 4px; margin-right:10px; font-size:12px;}
.boardWrite .tag p{ float:left;} .wikiWrite .tag p{ float:left;}
/* Editor */ /* Editor */
.board .boardEditor{ border:1px solid; margin-bottom:20px; -moz-border-radius:5px; -webkit-border-radius:5px; } .wiki .wikiEditor{ border:1px solid; margin-bottom:20px; -moz-border-radius:5px; -webkit-border-radius:5px; }
.board .boardEditor .commentEditor{ margin:15px; *zoom:1; position:relative;} .wiki .wikiEditor .commentEditor{ margin:15px; *zoom:1; position:relative;}
.board .boardEditor{ border-color:#ddd; background:#f8f8f8;} .wiki .wikiEditor{ border-color:#ddd; background:#f8f8f8;}
/* Editor Option */ /* Editor Option */
.board .editorOption{ margin:1em 0; text-align:left;} .wiki .editorOption{ margin:1em 0; text-align:left;}
.board .editorOption *{ vertical-align:middle;} .wiki .editorOption *{ vertical-align:middle;}
.board .editorOption select{ margin-right:10px; font-size:12px;} .wiki .editorOption select{ margin-right:10px; font-size:12px;}
.board .editorOption label{ margin-right:10px;} .wiki .editorOption label{ margin-right:10px;}
.board .editorOption .inputText{ padding:3px 4px; height:15px; margin:0 10px 5px 0; font-size:12px; vertical-align:middle;} .wiki .editorOption .inputText{ padding:3px 4px; height:15px; margin:0 10px 5px 0; font-size:12px; vertical-align:middle;}
.board .editorOption .inputText.userName{ width:100px;} .wiki .editorOption .inputText.userName{ width:100px;}
.board .editorOption .inputText.userPw{ width:50px; font:11px Tahoma;} .wiki .editorOption .inputText.userPw{ width:50px; font:11px Tahoma;}
.board .editorOption .inputText.emailAddress{ width:140px; font:11px Tahoma;} .wiki .editorOption .inputText.emailAddress{ width:140px; font:11px Tahoma;}
.board .editorOption .inputText.homePage{ width:140px; font:11px Tahoma;} .wiki .editorOption .inputText.homePage{ width:140px; font:11px Tahoma;}
/* Require Password */ /* Require Password */
.board .requirePassword{ text-align:center;} .wiki .requirePassword{ text-align:center;}
.board .requirePassword fieldset{ border:0; padding:3em 0 4em 0;} .wiki .requirePassword fieldset{ border:0; padding:3em 0 4em 0;}
.board .requirePassword h3{ font-size:16px;} .wiki .requirePassword h3{ font-size:16px;}
.board .requirePassword .inputText{ height:15px; width:150px; padding:3px 4px;} .wiki .requirePassword .inputText{ height:15px; width:150px; padding:3px 4px;}
/* Tag Cloud */ /* Tag Cloud */
.tagCloud{ padding:3em 0; border-top:1px solid; border-bottom:1px solid;} .tagCloud{ padding:3em 0; border-top:1px solid; border-bottom:1px solid;}

View file

@ -7,20 +7,20 @@
{$module_info->header_text} {$module_info->header_text}
<div class="board"> <div class="wiki">
<div class="boardHeader"> <div class="wikiHeader">
<!--@if($module_info->title)--> <!--@if($module_info->title)-->
<div class="boardTitle"> <div class="wikiTitle">
<h2 class="boardTitleText"><a href="{getUrl('','mid',$mid,'listStyle',$listStyle)}">{$module_info->title}<!--@if($module_info->sub_title)--> : <em>{$module_info->sub_title}</em><!--@end--></a></h2> <h2 class="wikiTitleText"><a href="{getUrl('','mid',$mid,'listStyle',$listStyle)}">{$module_info->title}<!--@if($module_info->sub_title)--> : <em>{$module_info->sub_title}</em><!--@end--></a></h2>
</div> </div>
<!--@end--> <!--@end-->
<!--@if($module_info->comment)--> <!--@if($module_info->comment)-->
<p class="boardDescription">{$module_info->comment}</p> <p class="wikiDescription">{$module_info->comment}</p>
<!--@end--> <!--@end-->
</div> </div>
<div class="boardInformation"> <div class="wikiInformation">
<div class="infoView"> <div class="infoView">
<span class="buttonOfficial"><button type="button" onclick="location.href='{getUrl('act','dispWikiContent','entry','','document_srl','')}';return false;">Front Page</button></span> <span class="buttonOfficial"><button type="button" onclick="location.href='{getUrl('act','dispWikiContent','entry','','document_srl','')}';return false;">Front Page</button></span>
<span class="buttonOfficial"><button type="button" onclick="location.href='{getUrl('act','dispWikiTitleIndex','entry','','document_srl','')}';return false;">Title Index</button></span> <span class="buttonOfficial"><button type="button" onclick="location.href='{getUrl('act','dispWikiTitleIndex','entry','','document_srl','')}';return false;">Title Index</button></span>
@ -29,15 +29,15 @@
<!--@end--> <!--@end-->
</div> </div>
<form action="./" method="get" onsubmit="moveHistory(this); return false;" class="boardSearchForm"> <form action="./" method="get" onsubmit="moveHistory(this); return false;" class="wikiSearchForm">
<input type="text" class="inputTypeText w100" name="entry" /> <input type="text" class="inputTypeText w100" name="entry" />
<span class="buttonOfficial"><button type="submit">{$lang->cmd_move}</button></span> <span class="buttonOfficial"><button type="submit">{$lang->cmd_move}</button></span>
</form> </form>
</div> </div>
<!--@if($oDocument && $oDocument->isExists())--> <!--@if($oDocument && $oDocument->isExists())-->
<div class="boardRead"> <div class="wikiRead">
<div class="boardReadHeader"> <div class="wikiReadHeader">
<div class="titleArea"> <div class="titleArea">
<h3 class="title"><a href="{$oDocument->getPermanentUrl()}">{$oDocument->getTitle()}</a></h3> <h3 class="title"><a href="{$oDocument->getPermanentUrl()}">{$oDocument->getTitle()}</a></h3>
<span class="sum"> <span class="sum">
@ -91,8 +91,8 @@
</div> </div>
</div> </div>
<!--@elseif($entry)--> <!--@elseif($entry)-->
<div class="boardRead"> <div class="wikiRead">
<div class="boardReadHeader"> <div class="wikiReadHeader">
<div class="titleArea"> <div class="titleArea">
<h3 class="title">{$entry}</h3> <h3 class="title">{$entry}</h3>
</div> </div>

View file

@ -1,6 +1,6 @@
<!--#include("header.html")--> <!--#include("header.html")-->
<table cellspacing="0" border="1" summary="List of Articles" class="boardList"> <table cellspacing="0" border="1" summary="List of Articles" class="wikiList">
<thead> <thead>
<tr> <tr>
<th scope="col" class="title">{$lang->title}</th> <th scope="col" class="title">{$lang->title}</th>

View file

@ -1,6 +1,6 @@
<!--#include("header.html")--> <!--#include("header.html")-->
<table cellspacing="0" border="1" summary="List of Articles" class="boardList"> <table cellspacing="0" border="1" summary="List of Articles" class="wikiList">
<thead> <thead>
<tr> <tr>
<th scope="col" class="title">{$lang->title}</th> <th scope="col" class="title">{$lang->title}</th>

View file

@ -1,7 +1,7 @@
<!--#include("header.html")--> <!--#include("header.html")-->
<div class="boardRead"> <div class="wikiRead">
<div class="boardReadBody"> <div class="wikiReadBody">
<!--@if($oDocument->isSecret() && !$oDocument->isGranted())--> <!--@if($oDocument->isSecret() && !$oDocument->isGranted())-->
<form action="./" method="get" onsubmit="return procFilter(this, input_password)" class="secretMessage"> <form action="./" method="get" onsubmit="return procFilter(this, input_password)" class="secretMessage">
<input type="hidden" name="mid" value="{$mid}" /> <input type="hidden" name="mid" value="{$mid}" />
@ -23,7 +23,7 @@
<!--@endif--> <!--@endif-->
<!--@end--> <!--@end-->
</div> </div>
<div class="boardReadFooter"> <div class="wikiReadFooter">
{@ $tag_list = $oDocument->get('tag_list') } {@ $tag_list = $oDocument->get('tag_list') }
<!--@if(count($tag_list))--> <!--@if(count($tag_list))-->
@ -75,12 +75,12 @@
<!--#include("./comment.html")--> <!--#include("./comment.html")-->
<!--@if($grant->write_comment && $oDocument->isEnableComment() )--> <!--@if($grant->write_comment && $oDocument->isEnableComment() )-->
<form action="./" method="post" onsubmit="return procFilter(this, insert_comment)" class="boardEditor" > <form action="./" method="post" onsubmit="return procFilter(this, insert_comment)" class="wikiEditor" >
<input type="hidden" name="mid" value="{$mid}" /> <input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="document_srl" value="{$oDocument->document_srl}" /> <input type="hidden" name="document_srl" value="{$oDocument->document_srl}" />
<input type="hidden" name="comment_srl" value="" /> <input type="hidden" name="comment_srl" value="" />
<input type="hidden" name="content" value="" /> <input type="hidden" name="content" value="" />
<div class="boardWrite commentEditor"> <div class="wikiWrite commentEditor">
<div class="editor">{$oDocument->getCommentEditor()}</div> <div class="editor">{$oDocument->getCommentEditor()}</div>
<div class="editorOption"> <div class="editorOption">
@ -99,7 +99,7 @@
<label for="is_secret">{$lang->secret}</label> <label for="is_secret">{$lang->secret}</label>
</div> </div>
<div class="boardNavigation"> <div class="wikiNavigation">
<span class="buttonOfficial"><input type="submit" value="{$lang->cmd_comment_registration}" accesskey="s" /></span> <span class="buttonOfficial"><input type="submit" value="{$lang->cmd_comment_registration}" accesskey="s" /></span>
</div> </div>

View file

@ -10,7 +10,7 @@
<input type="hidden" name="document_srl" value="{$document_srl}" /> <input type="hidden" name="document_srl" value="{$document_srl}" />
<input type="hidden" name="title" value="{$entry}" /> <input type="hidden" name="title" value="{$entry}" />
<div class="boardWriteHeader"> <div class="wikiWriteHeader">
<div class="editor">{$oDocument->getEditor()}</div> <div class="editor">{$oDocument->getEditor()}</div>
@ -19,7 +19,7 @@
<p /> <p />
</div> </div>
<div class="boardNavigation"> <div class="wikiNavigation">
<span class="button black strong"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span> <span class="button black strong"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
</div> </div>
</div> </div>