HTML/CSS code cleaning.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10298 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-03-02 14:49:25 +00:00
parent 70ac43c24d
commit fef0e92afd
80 changed files with 2270 additions and 2801 deletions

View file

@ -1,4 +1,5 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* Element Reset */
body,table,input,textarea,select,button{font-family:Tahoma,Geneva,sans-serif;font-size:12px}
img{border:0}

File diff suppressed because one or more lines are too long

View file

@ -1,35 +1,34 @@
@charset "utf-8";
/* Calendar */
.ui-calendar {display:none; padding:25px 15px 15px 15px; position:absolute; border:2px solid #737373; background:#fff; color:#333; *zoom:1;}
.ui-calendar .close{ position:absolute; _display:block !important; top:10px; right:15px; width:17px; height:17px; border:0; padding:0; background:url(./img/buttonCloseLayerX.gif) no-repeat center center; cursor:pointer; *zoom:1;}
.ui-calendar .close span{ position:absolute; width:0; height:0; font-size:0; line-height:0; overflow:hidden; z-index:-1; visibility:hidden;}
.ui-calendar table{ border:0; border-spacing:0; _width:200px;}
.ui-calendar caption{ font-weight:bold; text-align:center; position:relative;}
.ui-calendar caption span{ display:block; position:relative; padding:10px 0 15px 0; *zoom:1;}
.ui-calendar caption .today{ font-size:11px; border:0; padding:0; border-bottom:1px solid; background:none; cursor:pointer;}
.ui-calendar caption .today span{text-decoration:underline;}
.ui-calendar caption .navi{ position:absolute; top:10px; border:0; padding:0; width:17px; height:18px; background-color:transparent; background-image:url(./img/buttonPaginate.gif); background-repeat:no-repeat; cursor:pointer;}
.ui-calendar caption .navi span{ position:absolute; width:0; height:0; overflow:hidden; font-size:0; line-height:0; z-index:-1; visibility:hidden;}
.ui-calendar caption .navi.prev{ left:20px; background-position:left top;}
.ui-calendar caption .navi.next{ right:20px; background-position:right top;}
.ui-calendar{display:none;padding:25px 15px 15px 15px;position:absolute;border:2px solid #737373;background:#fff;color:#333;zoom:1}
.ui-calendar .close{position:absolute;_display:block !important;top:10px;right:15px;width:17px;height:17px;border:0;padding:0;background:url(./img/buttonCloseLayerX.gif) no-repeat center center;cursor:pointer;zoom:1}
.ui-calendar .close span{position:absolute;width:0;height:0;font-size:0;line-height:0;overflow:hidden;z-index:-1;visibility:hidden}
.ui-calendar table{border:0;border-spacing:0;_width:200px}
.ui-calendar caption{font-weight:bold;text-align:center;position:relative}
.ui-calendar caption span{display:block;position:relative;padding:10px 0 15px 0;zoom:1}
.ui-calendar caption .today{font-size:11px;border:0;padding:0;border-bottom:1px solid;background:none;cursor:pointer}
.ui-calendar caption .today span{text-decoration:underline}
.ui-calendar caption .navi{position:absolute;top:10px;border:0;padding:0;width:17px;height:18px;background-color:transparent;background-image:url(./img/buttonPaginate.gif);background-repeat:no-repeat;cursor:pointer}
.ui-calendar caption .navi span{position:absolute;width:0;height:0;overflow:hidden;font-size:0;line-height:0;z-index:-1;visibility:hidden}
.ui-calendar caption .navi.prev{left:20px;background-position:left top}
.ui-calendar caption .navi.next{right:20px;background-position:right top}
.ui-calendar caption .navi.prev_year,
.ui-calendar caption .navi.next_year{ width:22px; background-image:url(./img/buttonPaginateDuble.gif); }
.ui-calendar caption .navi.prev_year{ left:0; background-position:left top;}
.ui-calendar caption .navi.next_year{ right:0; background-position:right top;}
.ui-calendar caption .navi.next_year{width:22px;background-image:url(./img/buttonPaginateDuble.gif)}
.ui-calendar caption .navi.prev_year{left:0;background-position:left top}
.ui-calendar caption .navi.next_year{right:0;background-position:right top}
.ui-calendar th,
.ui-calendar td{ border:0; text-align:center;}
.ui-calendar th{ color:#666; background:#f2f2f2; padding:3px 8px;}
.ui-calendar td{ font-size:11px; padding:3px 8px;}
.ui-calendar td button{ padding:0; border:0; background:none; cursor:pointer; width:20px; font-size:11px; font-family:Tahoma, Sans-serif;}
.ui-calendar td button.today{ font-weight:bold;}
.ui-calendar td{border:0;text-align:center}
.ui-calendar th{color:#666;background:#f2f2f2;padding:3px 8px}
.ui-calendar td{font-size:11px;padding:3px 8px}
.ui-calendar td button{padding:0;border:0;background:none;cursor:pointer;width:20px;font-size:11px;font-family:Tahoma, Sans-serif}
.ui-calendar td button.today{font-weight:bold}
.ui-calendar td button.book,
.ui-calendar td button.active,
.ui-calendar tr.active button{ background:#ff4747; color:#fff;}
.ui-calendar tr.active button{background:#ff4747;color:#fff}
.ui-calendar .sun,
.ui-calendar .sun button{ color:#ff1a1a;}
.ui-calendar table.month{ border-top:1px solid #f2f2f2; border-left:1px solid #f2f2f2;}
.ui-calendar table.month td{ border-right:1px solid #f2f2f2; border-bottom:1px solid #f2f2f2;}
.ui-calendar table.month td button{ width:50px; color:#bababa;}
.ui-calendar table.month td button.past{ color:#333;}
.ui-calendar table.month td button.active{ color:#fff;}
.ui-calendar .sun button{color:#ff1a1a}
.ui-calendar table.month{border-top:1px solid #f2f2f2;border-left:1px solid #f2f2f2}
.ui-calendar table.month td{border-right:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2}
.ui-calendar table.month td button{width:50px;color:#bababa}
.ui-calendar table.month td button.past{color:#333}
.ui-calendar table.month td button.active{color:#fff}

View file

@ -1,4 +1,5 @@
@CHARSET "UTF-8";
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* --------------------
* @Layout

View file

@ -1,4 +1,5 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* Layout */
hr{display:none}
form, fieldset{border:0;margin:0;padding:0}

View file

@ -1,4 +1,5 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* Mobile XE (/m.layouts/default/) */
body{margin:0;background:#fff;color:#000;word-wrap:break-word}
body,input,textarea,select,button,table{font-family:Tahoma,Geneva,sans-serif}
@ -6,7 +7,7 @@ body,input,textarea,select,button,table{font-family:Tahoma,Geneva,sans-serif}
.fl{float:left}
.fr{float:right}
/* Header */
.hd{min-height:28px;line-height:28px;padding:6px;margin:0 0 1px 0;border-bottom:2px solid #8d7de1;background:#444 -webkit-gradient(linear,0% 0%,0% 100%,from(#434343),to(#0d0d0d));background:#444 -moz-linear-gradient(top,#434343,#0d0d0d);background-color:#444;*zoom:1}
.hd{min-height:28px;line-height:28px;padding:6px;margin:0 0 1px 0;border-bottom:2px solid #8d7de1;background:#444 -webkit-gradient(linear,0% 0%,0% 100%,from(#434343),to(#0d0d0d));background:#444 -moz-linear-gradient(top,#434343,#0d0d0d);background-color:#444;zoom:1}
.hd:after{content:"";margin:0 -6px;position:relative;top:9px;display:block;clear:both;height:1px;background:#6352d2}
.hd .h1{float:left;display:inline;color:#fff;font-size:24px;margin:0;font-weight:bold}
.hd .h1 a{color:#fff}

View file

@ -1,4 +1,5 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* Mobile XE */
body{margin:0;background:#fff;color:#000;word-wrap:break-word}
body,input,textarea,select,button,table{font-family:Tahoma, Geneva, sans-serif}
@ -7,7 +8,7 @@ body,input,textarea,select,button,table{font-family:Tahoma, Geneva, sans-serif}
.fr{float:right}
.cb{clear:both}
/* Edge = Header/Footer */
.eg{position:relative;background:#666;*zoom:1}
.eg{position:relative;background:#666;zoom:1}
.eg:after{content:"";display:block;clear:both}
.eg a{text-decoration:none}
/* Header */

View file

@ -1,4 +0,0 @@
@charset "utf-8";
.module_category_title { border:1px solid #DDDDDD; margin:10px 5px 5px 0; padding:3px 3px 3px 9px; }
.module_list { margin:0 0 5px 10px; }

View file

@ -1,59 +1,51 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
.install{ border-top:1px solid #ddd; *zoom:1;}
.install:after{ content:""; display:block; clear:both;}
.aside { width:180px; float:left; margin-right:30px; padding-bottom:30px; }
.aside .categoryBox { background-color:#F8F8F8; padding:10px; width:160px; overflow:hidden; }
.aside .categoryBox h3 { padding:0 0 10px 0; margin:0 0 10px 0; white-space:nowrap; overflow:hidden; color:#48494E; font-size:11px; font-weight:normal;}
.aside .categoryBox .bottomLine {background:transparent url(../img/hrE1.gif) repeat-x scroll left bottom;}
.aside .categoryBox .topLine {background:transparent url(../img/hrE1.gif) repeat-x scroll left top;}
.aside .categoryBox h3 a { color:#48494E; font-size:12px; font-weight:bold; text-decoration:none; }
.aside .categoryBox ul.category { margin:10px 0 0 0; padding:0; list-style:none; }
.aside .categoryBox ul.category li { margin:0 0 10px 10px; }
.aside .categoryBox ul.category li a.selected { font-weight:bold; color:#2893BB; }
.aside .categoryBox ul.category li a { text-decoration:none; color:#7B7575; }
.aside .categoryBox ul.category li span { font-family:verdana; font-size:10px; color:#999; }
.aside .categoryBox ul.resourceManage { margin:0; padding:10px 0 0 0; list-style:none; background:transparent url(../img/hrE1.gif) repeat-x scroll left top; }
.aside .categoryBox ul.resourceManage li { background:url(../img/btnManage.gif) no-repeat 2px 2px; padding-left:14px; white-space:nowrap; overflow:hidden; margin-bottom:10px; }
.aside .categoryBox ul.resourceManage li a { text-decoration:none; color:#747474; }
.aside .categoryBox ul.resourceManage li a.selected { font-weight:bold; }
.aside .searchBox { padding:10px 0; text-align:center; }
.aside .searchBox input.input { border:1px solid #ddd; width:120px; height:16px;}
.aside .searchBox input.submit { vertical-align:middle; }
.install .content { position:relative; *zoom:1; overflow:hidden; width:auto; float:none; margin:0;}
.install{border-top:1px solid #ddd;zoom:1}
.install:after{content:"";display:block;clear:both}
.aside{width:180px;float:left;margin-right:30px;padding-bottom:30px}
.aside .categoryBox{background-color:#F8F8F8;padding:10px;width:160px;overflow:hidden}
.aside .categoryBox h3{padding:0 0 10px 0;margin:0 0 10px 0;white-space:nowrap;overflow:hidden;color:#48494E;font-size:11px;font-weight:normal}
.aside .categoryBox .bottomLine{background:transparent url(../img/hrE1.gif) repeat-x scroll left bottom}
.aside .categoryBox .topLine{background:transparent url(../img/hrE1.gif) repeat-x scroll left top}
.aside .categoryBox h3 a{color:#48494E;font-size:12px;font-weight:bold;text-decoration:none}
.aside .categoryBox ul.category{margin:10px 0 0 0;padding:0;list-style:none}
.aside .categoryBox ul.category li{margin:0 0 10px 10px}
.aside .categoryBox ul.category li a.selected{font-weight:bold;color:#2893BB}
.aside .categoryBox ul.category li a{text-decoration:none;color:#7B7575}
.aside .categoryBox ul.category li span{font-family:verdana;font-size:10px;color:#999}
.aside .categoryBox ul.resourceManage{margin:0;padding:10px 0 0 0;list-style:none;background:transparent url(../img/hrE1.gif) repeat-x scroll left top}
.aside .categoryBox ul.resourceManage li{background:url(../img/btnManage.gif) no-repeat 2px 2px;padding-left:14px;white-space:nowrap;overflow:hidden;margin-bottom:10px}
.aside .categoryBox ul.resourceManage li a{text-decoration:none;color:#747474}
.aside .categoryBox ul.resourceManage li a.selected{font-weight:bold}
.aside .searchBox{padding:10px 0;text-align:center}
.aside .searchBox input.input{border:1px solid #ddd;width:120px;height:16px}
.aside .searchBox input.submit{vertical-align:middle}
.install .content{position:relative;zoom:1;overflow:hidden;width:auto;float:none;margin:0}
.updateList,
.updateList th,
.updateList td{ border:0; vertical-align:top; text-align:left; padding:10px 0;}
.updateList {width:100%; height:100px; table-layout:fixed;}
.updateList td{border:0;vertical-align:top;text-align:left;padding:10px 0}
.updateList{width:100%;height:100px;table-layout:fixed}
.updateList th,
.updateList td{ border-bottom:1px dotted #ddd;}
.updateList th img { border:1px solid #ccc; padding:2px; overflow:hidden; *zoom:1; }
.updateList td { padding:10px 0 0 0;}
.updateList td .title{ position:relative;}
.updateList td .title h3 { padding:0; margin:0 0 5px 0; font-size:12px;}
.updateList td .title a {text-decoration:none; color:#333 !important; }
.updateList td .title .buttons{ position:absolute; top:0; right:0;}
.updateList td .info p{ margin:0 0 5px 0; line-height:1.5;}
.updateList td .info p.desc{ margin:0 100px 10px 0;}
.updateList td .info p.meta{ font-size:11px;}
.updateList td .info p.meta span{ display:inline-block; line-height:1; padding:0 5px 0 9px;}
.updateList td .info p.meta .reputation{ padding:0 5px 0 0;}
.updateList td .info p.meta .reputation img{ float:left; margin:-1px 0 0 0;}
.updateList td .info p.meta .reputation span{ padding:0 0 0 5px;}
.updateList td .info p.meta .lastUpdate{ border-left:1px solid #ddd;}
.updateList td .info p.meta .download{ border-left:1px solid #ddd;}
ul.listOrder { position:relative; overflow:hidden; margin:0; padding:10px 0; text-align:left; background:transparent url(../img/hrE1.gif) repeat-x scroll left bottom;}
ul.listOrder.asc li.arrow { background:url(../img/arrUp.gif) no-repeat right 2px; padding-right:10px; }
ul.listOrder.desc li.arrow { background:url(../img/arrDown.gif) no-repeat right 2px; padding-right:10px; }
ul.listOrder li { position:relative; left:-1px; display:inline; margin:0; padding:0 5px 0 9px; border-left:1px solid #ddd;}
ul.listOrder li.arrow a { text-decoration:none; font-weight:bold; color:#2893BB; }
ul.listOrder li a { text-decoration:none; color:#7B7575; }
p.caution strong { font-size: 1.2em; font-weight: bold; color: red; }
.updateList td{border-bottom:1px dotted #ddd}
.updateList th img{border:1px solid #ccc;padding:2px;overflow:hidden;zoom:1}
.updateList td{padding:10px 0 0 0}
.updateList td .title{position:relative}
.updateList td .title h3{padding:0;margin:0 0 5px 0;font-size:12px}
.updateList td .title a{text-decoration:none;color:#333 !important}
.updateList td .title .buttons{position:absolute;top:0;right:0}
.updateList td .info p{margin:0 0 5px 0;line-height:1.5}
.updateList td .info p.desc{margin:0 100px 10px 0}
.updateList td .info p.meta{font-size:11px}
.updateList td .info p.meta span{display:inline-block;line-height:1;padding:0 5px 0 9px}
.updateList td .info p.meta .reputation{padding:0 5px 0 0}
.updateList td .info p.meta .reputation img{float:left;margin:-1px 0 0 0}
.updateList td .info p.meta .reputation span{padding:0 0 0 5px}
.updateList td .info p.meta .lastUpdate{border-left:1px solid #ddd}
.updateList td .info p.meta .download{border-left:1px solid #ddd}
ul.listOrder{position:relative;overflow:hidden;margin:0;padding:10px 0;text-align:left;background:transparent url(../img/hrE1.gif) repeat-x scroll left bottom}
ul.listOrder.asc li.arrow{background:url(../img/arrUp.gif) no-repeat right 2px;padding-right:10px}
ul.listOrder.desc li.arrow{background:url(../img/arrDown.gif) no-repeat right 2px;padding-right:10px}
ul.listOrder li{position:relative;left:-1px;display:inline;margin:0;padding:0 5px 0 9px;border-left:1px solid #ddd}
ul.listOrder li.arrow a{text-decoration:none;font-weight:bold;color:#2893BB}
ul.listOrder li a{text-decoration:none;color:#7B7575}
p.caution strong{font-size:1.2em;font-weight:bold;color:red}

View file

@ -1,6 +0,0 @@
@charset "utf-8";
@import url(../../../../../modules/admin/tpl/css/admin.css);
img.emoticon { margin:10px 10px 0 0; cursor:pointer; }
.emoticonList { position:absolute; right:40px; top:4px;}

View file

@ -1,11 +1,55 @@
<!--%import("popup.js")-->
<!--%import("popup.css")-->
<h1 class="h1">{$component_info->title} ver. {$component_info->version}</h1>
<div class="emoticonList">
<select name="list" id="selectEmoticonList">
<!--@foreach($emoticon_list as $key => $val)-->
<option <!--@if($val=='msn')-->selected="select"<!--@end--> value="{$val}">{$val}</option>
<!--@end-->
</select>
</div>
<div id="emoticons"></div>
<script type="text/javascript">
jQuery(function($){
var is_popup = window._isPoped;
/**
* @brief Get emoticon list by name
* @params String emoticon name
*/
function getEmoticons(emoName) {
var params = {component:'emoticon', emoticon:emoName, method:'getEmoticonList'};
var resp_tags = 'error message emoticons'.split(' ');
exec_xml('editor', 'procEditorCall', params, completeGetEmoticons, resp_tags);
}
/**
* @brief Load callback
*/
function completeGetEmoticons(ret_obj) {
var emoticons = ret_obj['emoticons'].split("\n");
var html = [];
for(var i=0;i<emoticons.length;i++) {
html[html.length] = '<img src="./modules/editor/components/emoticon/tpl/images/'+emoticons[i]+'" class="emoticon" />';
}
jQuery('#emoticons').html(html.join('')).find('img.emoticon').click(insertEmoticon);
}
/**
* @brief Insert a selected emoticon into the document
* @params Event jQuery event
*/
function insertEmoticon() {
var url, html, iframe, win = is_popup?opener:window;
if(!win) return;
html = '<img src="'+this.src+'" class="emoticon" />';
win.editorFocus(win.editorPrevSrl);
win.editorRelKeys[win.editorPrevSrl].pasteHTML(html);
if (is_popup) window.focus();
return false;
}
// load default emoticon set
getEmoticons('msn');
$('#selectEmoticonList').change(function(){ getEmoticons(this.value) });
});
</script>

View file

@ -1,51 +0,0 @@
jQuery(function($){
var is_popup = window._isPoped;
/**
* @brief Get emoticon list by name
* @params String emoticon name
*/
function getEmoticons(emoName) {
var params = {component:'emoticon', emoticon:emoName, method:'getEmoticonList'};
var resp_tags = 'error message emoticons'.split(' ');
exec_xml('editor', 'procEditorCall', params, completeGetEmoticons, resp_tags);
}
/**
* @brief Load callback
*/
function completeGetEmoticons(ret_obj) {
var emoticons = ret_obj['emoticons'].split("\n");
var html = [];
for(var i=0;i<emoticons.length;i++) {
html[html.length] = '<img src="./modules/editor/components/emoticon/tpl/images/'+emoticons[i]+'" class="emoticon" />';
}
jQuery('#emoticons').html(html.join('')).find('img.emoticon').click(insertEmoticon);
}
/**
* @brief Insert a selected emoticon into the document
* @params Event jQuery event
*/
function insertEmoticon() {
var url, html, iframe, win = is_popup?opener:window;
if(!win) return;
html = '<img src="'+this.src+'" class="emoticon" />';
win.editorFocus(win.editorPrevSrl);
win.editorRelKeys[win.editorPrevSrl].pasteHTML(html);
if (is_popup) window.focus();
return false;
}
// load default emoticon set
getEmoticons('msn');
$('#selectEmoticonList').change(function(){ getEmoticons(this.value) });
});

View file

@ -1,35 +0,0 @@
@charset "utf-8";
@import url(../../../../../modules/admin/tpl/css/admin.css);
li { float:left; list-style:none; margin-right:5px; }
img.bg_preview_color {
width:30px;
height:16px;
border:1px solid #000000;
background-color:#FFFFFF;
}
img.border_preview_color {
width:30px;
height:16px;
border:1px solid #EEEEEE;
background-color:#000000;
}
img.color_icon {
width:14px;
height:14px;
border:1px solid #FFFFFF;
}
img.color_icon_over {
width:14px;
height:14px;
border:1px solid #000000;
cursor:pointer;
}
.editor_color_box { clear:both; height:65px; width:400px; border:1px solid #DDDDDD; padding:2px; }
.image_list { width:100%; border:1px solid #EEEEEE; height:200px !important; }

View file

@ -1,6 +1,14 @@
<!--%import("popup.js")-->
<!--%import("popup.css")-->
<!--%import("../lang")-->
<!--%import("popup.js")-->
<style type="text/css">
li{float:left;list-style:none;margin-right:5px}
img.bg_preview_color{width:30px;height:16px;border:1px solid #000000;background-color:#FFFFFF}
img.border_preview_color{width:30px;height:16px;border:1px solid #EEEEEE;background-color:#000000}
img.color_icon{width:14px;height:14px;border:1px solid #FFFFFF}
img.color_icon_over{width:14px;height:14px;border:1px solid #000000;cursor:pointer}
.editor_color_box{clear:both;height:65px;width:400px;border:1px solid #DDDDDD;padding:2px}
.image_list{width:100%;border:1px solid #EEEEEE;height:200px !important}
</style>
<h1 class="h1">{$component_info->title} ver. {$component_info->version}</h1>
<form action="./" method="get" onSubmit="return false" id="fo">
<input type="hidden" name="editor_sequence" value="{$editor_sequence}" />
@ -75,6 +83,6 @@
</div>
<div class="btnArea">
<span class="btn"><button type="button" onclick="insertSlideShow()">{$lang->cmd_insert}</button></span>
<span class="btn"><a href="./?module=editor&amp;act=dispEditorComponentInfo&amp;component_name={$component_info->component_name}" target="_blank" onclick="window.open('this.href','ComponentInfo','width=10,height=10');return false;">{$lang->about_component}</a></span>
<span class="btn"><a href="./?module=editor&amp;act=dispEditorComponentInfo&amp;component_name={$component_info->component_name}" target="_blank" onclick="window.open(this.href,'ComponentInfo','width=10,height=10');return false;">{$lang->about_component}</a></span>
</div>
</form>

View file

@ -1,6 +0,0 @@
/**
* @file slide_gallery.js
* @brief Slideshow type image gallery plugin
* @author NHN (developers@xpressengine.com)
**/
@charset "utf-8";@import "../../../../../modules/admin/tpl/css/admin.css";li{float:left;list-style:none;margin-right:5px}img.bg_preview_color{width:30px;height:16px;border:1px solid #000000;background-color:#FFFFFF}img.border_preview_color{width:30px;height:16px;border:1px solid #EEEEEE;background-color:#000000}img.color_icon{width:14px;height:14px;border:1px solid #FFFFFF}img.color_icon_over{width:14px;height:14px;border:1px solid #000000;cursor:pointer}.editor_color_box{clear:both;height:65px;width:400px;border:1px solid #DDDDDD;padding:2px}.image_list{width:100%;border:1px solid #EEEEEE;height:200px !important}

View file

@ -1,51 +1,10 @@
@charset "utf-8";
.slide_gallery_loading_text {
color:#555555;
font-size:8pt;
font-family:tahoma;
font-weight:bold;
margin:20px 0px 20px 0px;
text-align:center;
}
.slide_gallery_navigator_box {
font-size:9pt;
text-align:center;
margin:5px 0px 5px 0px;
}
.zone_gallery_navigator_status {
color:#444444;
font-family:verdana;
font-size:8pt;
cursor:pointer;
}
.slide_gallery_navigator_box img {
vertical-align:bottom;
}
.slide_gallery_main_image_box {
border:3px solid #EEEEEE;
margin:10px;
}
.slide_gallery_thumbnail_image_box {
margin:10px;
text-align:center;
}
.slide_gallery_thumbnail_image_box img {
border:1px solid #555555;
padding:1px;
margin:4px;
}
.slide_gallery_filename {
margin:5px 0px 10px 0px;
}
.slide_gallery_filename A {
color:#000000;
text-decoration:none;
}
.slide_gallery_loading_text{color:#555555;font-size:8pt;font-family:tahoma;font-weight:bold;margin:20px 0px 20px 0px;text-align:center}
.slide_gallery_navigator_box{font-size:9pt;text-align:center;margin:5px 0px 5px 0px}
.zone_gallery_navigator_status{color:#444444;font-family:verdana;font-size:8pt;cursor:pointer}
.slide_gallery_navigator_box img{vertical-align:bottom}
.slide_gallery_main_image_box{border:3px solid #EEEEEE;margin:10px}
.slide_gallery_thumbnail_image_box{margin:10px;text-align:center}
.slide_gallery_thumbnail_image_box img{border:1px solid #555555;padding:1px;margin:4px}
.slide_gallery_filename{margin:5px 0px 10px 0px}
.slide_gallery_filename a{color:#000000;text-decoration:none}

View file

@ -1,6 +1 @@
/**
* @file slide_gallery.js
* @brief Slideshow type image gallery plugin
* @author NHN (developers@xpressengine.com)
**/
@charset "utf-8";.slide_gallery_loading_text{color:#555555;font-size:8pt;font-family:tahoma;font-weight:bold;margin:20px 0px 20px 0px;text-align:center}.slide_gallery_navigator_box{font-size:9pt;text-align:center;margin:5px 0px 5px 0px}.zone_gallery_navigator_status{color:#444444;font-family:verdana;font-size:8pt;cursor:pointer}.slide_gallery_navigator_box img{vertical-align:bottom}.slide_gallery_main_image_box{border:3px solid #EEEEEE;margin:10px}.slide_gallery_thumbnail_image_box{margin:10px;text-align:center}.slide_gallery_thumbnail_image_box img{border:1px solid #555555;padding:1px;margin:4px}.slide_gallery_filename{margin:5px 0px 10px 0px}.slide_gallery_filename A{color:#000000;text-decoration:none}
@charset "utf-8";.slide_gallery_loading_text{color:#555555;font-size:8pt;font-family:tahoma;font-weight:bold;margin:20px 0px 20px 0px;text-align:center}.slide_gallery_navigator_box{font-size:9pt;text-align:center;margin:5px 0px 5px 0px}.zone_gallery_navigator_status{color:#444444;font-family:verdana;font-size:8pt;cursor:pointer}.slide_gallery_navigator_box img{vertical-align:bottom}.slide_gallery_main_image_box{border:3px solid #EEEEEE;margin:10px}.slide_gallery_thumbnail_image_box{margin:10px;text-align:center}.slide_gallery_thumbnail_image_box img{border:1px solid #555555;padding:1px;margin:4px}.slide_gallery_filename{margin:5px 0px 10px 0px}.slide_gallery_filename a{color:#000000;text-decoration:none}

View file

@ -1,10 +0,0 @@
@charset "utf-8";
@import url(../../../../../modules/admin/tpl/css/admin.css);
.image_align {
margin:0px 0px 5px 0px;
float:left;
width:200px;
}
li {list-style:none; float:left; margin-right:.5em;}

View file

@ -1,5 +1,3 @@
<!--%import("popup.js")-->
<!--%import("popup.css")-->
<!--%import("../lang")-->
<h1 class="h1">{$component_info->title} ver. {$component_info->version}</h1>
<form action="./" method="get" onSubmit="return false" id="fo">
@ -15,11 +13,9 @@
<tr>
<th scope="row">{$lang->image_scale}</th>
<td>
<ul>
<li><input type="text" id="width" value="0" size="4" />px </li>
<li><input type="text" id="height" value="0" size="4" />px </li>
<li><button type="button" id="get_scale">{$lang->cmd_get_scale}</button></li>
</ul>
<input type="text" id="width" value="0" size="4" />px
<input type="text" id="height" value="0" size="4" />px
<button type="button" id="get_scale">{$lang->cmd_get_scale}</button>
</td>
</tr>
<tr>
@ -82,7 +78,197 @@
</div>
<div class="btnArea">
<span class="btn"><button type="button" id="btn_insert">{$lang->cmd_insert}</button></span>
<span class="btn"><a href="./?module=editor&amp;act=dispEditorComponentInfo&amp;component_name={$component_info->component_name}" target="_blank" onclick="window.open('this.href','ComponentInfo','width=10,height=10');return false;">{$lang->about_component}</a></span>
<span class="btn"><a href="./?module=editor&amp;act=dispEditorComponentInfo&amp;component_name={$component_info->component_name}" target="_blank" onclick="window.open(this.href,'ComponentInfo','width=10,height=10');return false;">{$lang->about_component}</a></span>
</div>
</form>
<script type="text/javascript">
(function($) {
var orig_width = 0;
var orig_height = 0;
var $form = $;
function getImage() {
var image_url = $form.find('#image_url').val();
// url이 미리 입력되어 있을 경우 scale구해줌
if(image_url) {
getImageScale();
return;
}
// 부모 위지윅 에디터에서 선택된 영역이 있으면 처리
var node = opener.editorPrevNode;
if(!node || node.nodeName != 'IMG') {
return;
}
var src = node.getAttribute('src');
var border = (node.style.borderWidth) ? node.style.borderWidth.match('[0-9]+') : node.getAttribute('border');
var align = (node.style.cssFloat) ? node.style.cssFloat : node.style.styleFloat;
var margin = (node.style.margin) ? node.style.margin.match('[0-9]+') : node.getAttribute('margin');
var alt = node.getAttribute('alt');
var width = $(node).width();
var height = $(node).height();
var link_url = node.getAttribute('link_url');
var open_window = node.getAttribute('open_window');
orig_width = width;
orig_height = height;
if(!align) {
align = (node.style.verticalAlign) ? node.style.verticalAlign : node.getAttribute('align');
}
$form.find('#image_url').val(src);
$form.find('#image_alt').val(alt);
if(link_url) {
link_url = link_url.replace(/<([^>]*)>/ig,'').replace(/&lt;/ig,'<').replace(/&gt;/ig,'>').replace(/&amp;/ig,'&');
$form.find('#link_url').val(link_url);
}
if(open_window == 'Y') $form.find('#open_window').attr('checked', true);
switch(align) {
case 'left' : $form.find('#align_left').attr('checked', true); break;
case 'middle' : $form.find('#align_middle').attr('checked', true); break;
case 'right' : $form.find('#align_right').attr('checked', true); break;
default : $form.find('#align_normal').attr('checked', true); break;
}
if(margin) {
$form.find('#image_margin').val(margin);
}
if(border) {
$form.find('#image_border').val(border);
}
$form.find('#width').val(width);
$form.find('#height').val(height);
}
function insertImage() {
if(typeof(opener) == "undefined") return;
var text = '';
var link_url = $form.find('#link_url').val();
var open_window = 'N';
if(link_url) link_url = link_url.replace(/&/ig,'&amp;').replace(/</ig,'&lt;').replace(/>/ig,'&gt;');
if($form.find('#open_window').attr('checked')) open_window = 'Y';
var url = $form.find('#image_url').val();
var alt = $form.find('#image_alt').val();
var align = '';
var border = parseInt($form.find('#image_border').val(), 10);
var margin = parseInt($form.find('#image_margin').val(), 10);
if($form.find('#align_normal').attr('checked') == 'checked') align = '';
else if($form.find('#align_left').attr('checked') == 'checked') align = 'left';
else if($form.find('#align_middle').attr('checked') == 'checked') align = 'middle';
else if($form.find('#align_right').attr('checked') == 'checked') align = 'right';
var width = $form.find('#width').val();
var height = $form.find('#height').val();
if(!url) {
window.close();
return;
}
url = url.replace(request_uri,'');
var $component = $('<span><img editor_component="image_link" /></span>');
var img_attrs = {};
var img_style = {};
img_attrs.src = url;
if(alt) img_attrs.alt = alt;
if(width) {
img_attrs.width = width;
img_style.width = width;
}
if(height) {
img_attrs.height = height;
img_style.height = height;
}
if(link_url) img_attrs.link_url = link_url;
if(open_window == 'Y') img_attrs.open_window = 'Y';
if(border) {
img_attrs.border = border;
img_style.border = border+'px solid';
}
if(margin) img_attrs.margin = margin;
if(align == 'left' || align == 'right') {
img_style.float = align;
} else if(align == 'middle') {
img_style.verticalAlign = align;
}
$component.find('img').attr(img_attrs);
$component.find('img').css(img_style);
var iframe_obj = opener.editorGetIFrame(opener.editorPrevSrl)
try {
var prevNode = opener.editorPrevNode;
prevNode.parentNode.insertBefore($component.find('img').get(0), prevNode);
prevNode.parentNode.removeChild(prevNode);
}catch(e){
try {
text = $component.html();
opener.editorReplaceHTML(iframe_obj, text);
} catch(ee) { }
};
opener.editorFocus(opener.editorPrevSrl);
window.close();
}
function getImageScale() {
var url = $form.find('#image_url').val();
if(!url) return;
var img = new Image();
img.src = url;
$form.find('#width').val(img.width);
$form.find('#height').val(img.height);
orig_width = img.width;
orig_height = img.height;
}
function setScale(type) {
switch(type) {
case 'width' :
if(!orig_height) return;
var n_width = $form.find('#width').val();
var p = n_width / orig_width;
var n_height = parseInt(orig_height * p, 10);
$form.find('#height').val(n_height);
break;
case 'height' :
if(!orig_width) return;
var n_height = $form.find('#height').val();
var p = n_height / orig_height;
var n_width = parseInt(orig_width * p, 10);
$form.find('#width').val(n_width);
break;
}
}
/* DOM READY */
$(function() {
$form = $('#fo');
$form.find('#btn_insert').click(insertImage);
if(typeof(opener) != "undefined") getImage();
$form.find('#image_url').blur(getImageScale);
$form.find('#get_scale').click(getImageScale);
$form.find('#width').blur(function() { setScale('width') });
$form.find('#height').blur(function() { setScale('height') });
});
}) (jQuery);
</script>

View file

@ -1,190 +0,0 @@
;(function($) {
var orig_width = 0;
var orig_height = 0;
var $form = $;
function getImage() {
var image_url = $form.find('#image_url').val();
// url이 미리 입력되어 있을 경우 scale구해줌
if(image_url) {
getImageScale();
return;
}
// 부모 위지윅 에디터에서 선택된 영역이 있으면 처리
var node = opener.editorPrevNode;
if(!node || node.nodeName != 'IMG') {
return;
}
var src = node.getAttribute('src');
var border = (node.style.borderWidth) ? node.style.borderWidth.match('[0-9]+') : node.getAttribute('border');
var align = (node.style.cssFloat) ? node.style.cssFloat : node.style.styleFloat;
var margin = (node.style.margin) ? node.style.margin.match('[0-9]+') : node.getAttribute('margin');
var alt = node.getAttribute('alt');
var width = $(node).width();
var height = $(node).height();
var link_url = node.getAttribute('link_url');
var open_window = node.getAttribute('open_window');
orig_width = width;
orig_height = height;
if(!align) {
align = (node.style.verticalAlign) ? node.style.verticalAlign : node.getAttribute('align');
}
$form.find('#image_url').val(src);
$form.find('#image_alt').val(alt);
if(link_url) {
link_url = link_url.replace(/<([^>]*)>/ig,'').replace(/&lt;/ig,'<').replace(/&gt;/ig,'>').replace(/&amp;/ig,'&');
$form.find('#link_url').val(link_url);
}
if(open_window == 'Y') $form.find('#open_window').attr('checked', true);
switch(align) {
case 'left' : $form.find('#align_left').attr('checked', true); break;
case 'middle' : $form.find('#align_middle').attr('checked', true); break;
case 'right' : $form.find('#align_right').attr('checked', true); break;
default : $form.find('#align_normal').attr('checked', true); break;
}
if(margin) {
$form.find('#image_margin').val(margin);
}
if(border) {
$form.find('#image_border').val(border);
}
$form.find('#width').val(width);
$form.find('#height').val(height);
}
function insertImage() {
if(typeof(opener) == "undefined") return;
var text = '';
var link_url = $form.find('#link_url').val();
var open_window = 'N';
if(link_url) link_url = link_url.replace(/&/ig,'&amp;').replace(/</ig,'&lt;').replace(/>/ig,'&gt;');
if($form.find('#open_window').attr('checked')) open_window = 'Y';
var url = $form.find('#image_url').val();
var alt = $form.find('#image_alt').val();
var align = '';
var border = parseInt($form.find('#image_border').val(), 10);
var margin = parseInt($form.find('#image_margin').val(), 10);
if($form.find('#align_normal').attr('checked') == 'checked') align = '';
else if($form.find('#align_left').attr('checked') == 'checked') align = 'left';
else if($form.find('#align_middle').attr('checked') == 'checked') align = 'middle';
else if($form.find('#align_right').attr('checked') == 'checked') align = 'right';
var width = $form.find('#width').val();
var height = $form.find('#height').val();
if(!url) {
window.close();
return;
}
url = url.replace(request_uri,'');
var $component = $('<span><img editor_component="image_link" /></span>');
var img_attrs = {};
var img_style = {};
img_attrs.src = url;
if(alt) img_attrs.alt = alt;
if(width) {
img_attrs.width = width;
img_style.width = width;
}
if(height) {
img_attrs.height = height;
img_style.height = height;
}
if(link_url) img_attrs.link_url = link_url;
if(open_window == 'Y') img_attrs.open_window = 'Y';
if(border) {
img_attrs.border = border;
img_style.border = border+'px solid';
}
if(margin) img_attrs.margin = margin;
if(align == 'left' || align == 'right') {
img_style.float = align;
} else if(align == 'middle') {
img_style.verticalAlign = align;
}
$component.find('img').attr(img_attrs);
$component.find('img').css(img_style);
var iframe_obj = opener.editorGetIFrame(opener.editorPrevSrl)
try {
var prevNode = opener.editorPrevNode;
prevNode.parentNode.insertBefore($component.find('img').get(0), prevNode);
prevNode.parentNode.removeChild(prevNode);
}catch(e){
try {
text = $component.html();
opener.editorReplaceHTML(iframe_obj, text);
} catch(ee) { }
};
opener.editorFocus(opener.editorPrevSrl);
window.close();
}
function getImageScale() {
var url = $form.find('#image_url').val();
if(!url) return;
var img = new Image();
img.src = url;
$form.find('#width').val(img.width);
$form.find('#height').val(img.height);
orig_width = img.width;
orig_height = img.height;
}
function setScale(type) {
switch(type) {
case 'width' :
if(!orig_height) return;
var n_width = $form.find('#width').val();
var p = n_width / orig_width;
var n_height = parseInt(orig_height * p, 10);
$form.find('#height').val(n_height);
break;
case 'height' :
if(!orig_width) return;
var n_height = $form.find('#height').val();
var p = n_height / orig_height;
var n_width = parseInt(orig_width * p, 10);
$form.find('#width').val(n_width);
break;
}
}
/* DOM READY */
$(function() {
$form = $('#fo');
$form.find('#btn_insert').click(insertImage);
if(typeof(opener) != "undefined") getImage();
$form.find('#image_url').blur(getImageScale);
$form.find('#get_scale').click(getImageScale);
$form.find('#width').blur(function() { setScale('width') });
$form.find('#height').blur(function() { setScale('height') });
});
}) (jQuery);

View file

@ -1,2 +0,0 @@
@charset "utf-8";
@import url(../../../../../modules/admin/tpl/css/admin.css);

View file

@ -1,9 +1,7 @@
<!--%import("../lang")-->
<!--@if(__DEBUG__)-->
<load target="popup.css" />
<load target="popup.js" />
<!--@else-->
<load target="popup.min.css" />
<load target="popup.min.js" />
<!--@end-->
<h1 class="h1">{$component_info->title} ver. {$component_info->version}</h1>
@ -46,7 +44,7 @@
</div>
<div class="btnArea">
<span class="btn"><button type="button">{$lang->cmd_insert}</button></span>
<span class="btn"><a href="./?module=editor&amp;act=dispEditorComponentInfo&amp;component_name={$component_info->component_name}" target="_blank">{$lang->about_component}</a></span>
<span class="btn"><a href="./?module=editor&amp;act=dispEditorComponentInfo&amp;component_name={$component_info->component_name}" target="_blank" onclick="window.open(this.href,'ComponentInfo','width=10,height=10');return false;">{$lang->about_component}</a></span>
</div>
</form>

View file

@ -1,10 +1,6 @@
/**
* popup으로 열렸을 경우 부모창의 위지윅에디터에 select된 멀티미디어 컴포넌트 코드를 체크하여
* 있으면 가져와서 원하는 곳에 삽입
**/
jQuery(function($){
(function(){
(function(){
if(!is_def(opener)) return;
var $node = $(opener.editorPrevNode).filter('img'), attrs;
@ -25,9 +21,9 @@ jQuery(function($){
// auto start?
get_by_id('multimedia_auto_start').checked = ($node.attr('auto_start') == 'true');
})();
})();
$('.btnArea button').click(function(){
$('.btnArea button').click(function(){
if(!is_def(opener)) return;
var el_wmode = get_by_id('fo').elements['multimedia_wmode'];
@ -59,6 +55,6 @@ $('.btnArea button').click(function(){
opener.editorFocus(opener.editorPrevSrl);
window.close();
});
});
});

View file

@ -1,5 +0,0 @@
/**
* popup으로 열렸을 경우 부모창의 위지윅에디터에 select된 멀티미디어 컴포넌트 코드를 체크하여
* 있으면 가져와서 원하는 곳에 삽입
**/
@charset "utf-8";@import "../../../../../modules/admin/tpl/css/admin.css";

View file

@ -1,20 +0,0 @@
@charset "utf-8";
@import url(../../../../../modules/admin/tpl/css/admin.css);
.display_date { cursor:pointer; width:80px; float:left; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:1em; padding:3px; font-family:tahoma; }
.adminTable { margin-bottom:0 !important; }
.pollButton { clear:both; overflow:hidden; border:1px solid #E3E3E2; border-top:none; background-color:#FAF8F4; padding:4px; }
.pollButton .fl { padding:5px 0 0 10px; color:#AAAAAA; }
.pollButton .fl label { vertical-align:middle; color:#888888; }
.pollButton .fr { padding:5px 10px 0 0; color:#AAAAAA; }
.pollButton .fr a { color:#444444; text-decoration:none; font-weight:bold;}
.pollButton .fr a.delPoll { color:red; font-weight:normal;}
li { list-style:none; margin-right:5px; float:left; color:#666666}
li a { text-decoration:none; color:#666666;}
#popFooter .fl { margin-left:10px; }
#popFooter .fr { margin-right:10px; }
.poll_box { margin-bottom:15px; }

View file

@ -1,11 +1,22 @@
<style type="text/css">
.display_date{cursor:pointer;width:80px;float:left;border:1px solid;border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6;height:1em;padding:3px;font-family:tahoma}
.adminTable{margin-bottom:0 !important}
.pollButton{clear:both;overflow:hidden;border:1px solid #E3E3E2;border-top:none;background-color:#FAF8F4;padding:4px}
.pollButton .fl{padding:5px 0 0 10px;color:#AAAAAA}
.pollButton .fl label{vertical-align:middle;color:#888888}
.pollButton .fr{padding:5px 10px 0 0;color:#AAAAAA}
.pollButton .fr a{color:#444444;text-decoration:none;font-weight:bold;}
.pollButton .fr a.delPoll{color:red;font-weight:normal;}
li{list-style:none;margin-right:5px;float:left;color:#666666}
li a{text-decoration:none;color:#666666;}
#popFooter .fl{margin-left:10px}
#popFooter .fr{margin-right:10px}
.poll_box{margin-bottom:15px}
</style>
<!--%import("popup.js")-->
<!--%import("popup.css")-->
<!--%import("filter/insert_poll.xml")-->
<!--%import("../lang")-->
<!--// datepicker javascript plugin load -->
<!--%load_js_plugin("ui.datepicker")-->
<script type="text/javascript">
var msg_poll_cannot_modify = "{$lang->msg_poll_cannot_modify}";
</script>
@ -89,6 +100,6 @@
<div class="btnArea">
<span class="btn"><input type="submit" value="{$lang->cmd_submit}" /></span>
<span class="btn"><button type="button" id="add_poll">{$lang->cmd_add_poll}</button></span>
<span class="btn"><a href="./?module=editor&amp;act=dispEditorComponentInfo&amp;component_name={$component_info->component_name}" target="_blank">{$lang->about_component}</a></span>
<span class="btn"><a href="./?module=editor&amp;act=dispEditorComponentInfo&amp;component_name={$component_info->component_name}" target="_blank" onclick="window.open(this.href,'ComponentInfo','width=10,height=10');return false;">{$lang->about_component}</a></span>
</div>
</form>

View file

@ -2,8 +2,11 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="./css/editor.css" />
<title>XpressEngine DrEditor</title>
<style type="text/css">
html,body{height:100%;background-color:transparent;padding:0;margin:0}
.xe_content{color:#000;font-size:12px;line-height:1.5;margin:1em}
</style>
</head>
<body class="xe_content editable">
</body>

View file

@ -1,81 +1,73 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* -- Button Gray Style -- */
.buttonGray,
.buttonGray button{ position:relative; border:0; margin:0; display:inline-block; color:#000; font-family:Tahoma, Sans-serif; cursor:pointer; text-decoration:none !important; white-space:nowrap; vertical-align:middle; background-color:transparent; background-image:url(../img/buttonGray.gif) !important; background-repeat:no-repeat;}
.buttonGray{ margin-right:2px;}
.buttonGray button{ left:2px; overflow:visible;}
.btnGray,
.btnGray button{ position:relative;border:0;margin:0;display:inline-block;color:#000;font-family:Tahoma, Sans-serif;cursor:pointer;text-decoration:none !important;white-space:nowrap;vertical-align:middle;background-color:transparent;background-image:url(../img/buttonGray.gif) !important;background-repeat:no-repeat}
.btnGray{ margin-right:2px}
.btnGray button{ left:2px;overflow:visible}
/* Medium Size */
.buttonGray.medium { background-position:left -30px;}
.buttonGray.medium button{ height:24px; padding:0 10px 0 8px; *padding:0 5px 0 3px; font:12px/25px Sans-serif; background-position:right -30px; _top:-1px;}
.btnGray.medium{background-position:left -30px}
.btnGray.medium button{ height:24px;padding:0 10px 0 8px;*padding:0 5px 0 3px;font:12px/25px Sans-serif;background-position:right -30px;_top:-1px}
/* Strong Button */
.buttonGray.strong * { font-weight:bold !important;}
.btnGray.strong *{font-weight:bold !important}
/* Icon Add */
.buttonGray .icon { position:relative; margin-right:5px; vertical-align:middle;}
.btnGray .icon{position:relative;margin-right:5px;vertical-align:middle}
/* Button Reset */
.buttonDrEditor,
.buttonDrEditor a,
.buttonDrEditor button,
.buttonDrEditor input { position:relative; margin:0; display:inline-block; text-decoration:none !important; border:0; font-size:12px; font-family:Tahoma, Sans-serif; white-space:nowrap; background:url(../img/buttonWhite.gif) no-repeat; vertical-align:middle; overflow:visible; color:#333;}
.buttonDrEditor { height:23px; padding:0; margin-right:2px; background-position:left top;}
.buttonDrEditor a,
.buttonDrEditor button,
.buttonDrEditor input{ left:2px; *vertical-align:top; cursor:pointer;}
.btnDrEditor,
.btnDrEditor a,
.btnDrEditor button,
.btnDrEditor input{position:relative;margin:0;display:inline-block;text-decoration:none !important;border:0;font-size:12px;font-family:Tahoma, Sans-serif;white-space:nowrap;background:url(../img/buttonWhite.gif) no-repeat;vertical-align:middle;overflow:visible;color:#333}
.btnDrEditor{height:23px;padding:0;margin-right:2px;background-position:left top}
.btnDrEditor a,
.btnDrEditor button,
.btnDrEditor input{ left:2px;*vertical-align:top;cursor:pointer}
/* Button Size */
.buttonDrEditor.large { height:29px; background-position:left -30px; }
.buttonDrEditor.xLarge { height:35px; background-position:left -65px; }
.buttonDrEditor.small { height:18px; background-position:left -107px; }
.buttonDrEditor a,
.buttonDrEditor button,
.buttonDrEditor input { height:23px; padding:0 10px 0 8px; font-size:12px; line-height:23px; background-position:right top;}
.buttonDrEditor.large a,
.buttonDrEditor.large button,
.buttonDrEditor.large input { height:30px; padding:0 10px 0 8px; font-size:16px; line-height:29px; background-position:right -30px;}
.buttonDrEditor.xLarge a,
.buttonDrEditor.xLarge button,
.buttonDrEditor.xLarge input { height:35px; padding:0 10px 0 8px; font-size:20px; line-height:35px; background-position:right -65px;}
.buttonDrEditor.small a,
.buttonDrEditor.small button,
.buttonDrEditor.small input { height:18px; padding:0 6px 0 4px; font-size:11px; line-height:18px; background-position:right -107px;}
.btnDrEditor.large{height:29px;background-position:left -30px}
.btnDrEditor.xLarge{height:35px;background-position:left -65px}
.btnDrEditor.small{height:18px;background-position:left -107px}
.btnDrEditor a,
.btnDrEditor button,
.btnDrEditor input{height:23px;padding:0 10px 0 8px;font-size:12px;line-height:23px;background-position:right top}
.btnDrEditor.large a,
.btnDrEditor.large button,
.btnDrEditor.large input{height:30px;padding:0 10px 0 8px;font-size:16px;line-height:29px;background-position:right -30px}
.btnDrEditor.xLarge a,
.btnDrEditor.xLarge button,
.btnDrEditor.xLarge input{height:35px;padding:0 10px 0 8px;font-size:20px;line-height:35px;background-position:right -65px}
.btnDrEditor.small a,
.btnDrEditor.small button,
.btnDrEditor.small input{height:18px;padding:0 6px 0 4px;font-size:11px;line-height:18px;background-position:right -107px}
/* Button Text Color */
.buttonDrEditor *:hover,
.buttonDrEditor *:active,
.buttonDrEditor *:focus{ color:#690;}
.buttonDrEditor.green,
.buttonDrEditor.green a,
.buttonDrEditor.green button,
.buttonDrEditor.green input { background-image:url(../img/buttonGreen.gif); color:#fff;}
.buttonDrEditor.green *:hover,
.buttonDrEditor.green *:active,
.buttonDrEditor.green *:focus{ color:#ff0;}
.buttonDrEditor.black,
.buttonDrEditor.black a,
.buttonDrEditor.black button,
.buttonDrEditor.black input { background-image:url(../img/buttonBlack.gif); color:#fff;}
.buttonDrEditor.black *:hover,
.buttonDrEditor.black *:active,
.buttonDrEditor.black *:focus{ color:#ff0;}
.buttonDrEditor.red,
.buttonDrEditor.red a,
.buttonDrEditor.red button,
.buttonDrEditor.red input { background-image:url(../img/buttonRed.gif); color:#fff;}
.buttonDrEditor.red *:hover,
.buttonDrEditor.red *:active,
.buttonDrEditor.red *:focus{ color:#ff0;}
.buttonDrEditor.blue,
.buttonDrEditor.blue a,
.buttonDrEditor.blue button,
.buttonDrEditor.blue input { background-image:url(../img/buttonBlue.gif); color:#fff;}
.buttonDrEditor.blue *:hover,
.buttonDrEditor.blue *:active,
.buttonDrEditor.blue *:focus{ color:#ff0;}
.btnDrEditor *:hover,
.btnDrEditor *:active,
.btnDrEditor *:focus{ color:#690}
.btnDrEditor.green,
.btnDrEditor.green a,
.btnDrEditor.green button,
.btnDrEditor.green input{background-image:url(../img/buttonGreen.gif);color:#fff}
.btnDrEditor.green *:hover,
.btnDrEditor.green *:active,
.btnDrEditor.green *:focus{ color:#ff0}
.btnDrEditor.black,
.btnDrEditor.black a,
.btnDrEditor.black button,
.btnDrEditor.black input{background-image:url(../img/buttonBlack.gif);color:#fff}
.btnDrEditor.black *:hover,
.btnDrEditor.black *:active,
.btnDrEditor.black *:focus{ color:#ff0}
.btnDrEditor.red,
.btnDrEditor.red a,
.btnDrEditor.red button,
.btnDrEditor.red input{background-image:url(../img/buttonRed.gif);color:#fff}
.btnDrEditor.red *:hover,
.btnDrEditor.red *:active,
.btnDrEditor.red *:focus{ color:#ff0}
.btnDrEditor.blue,
.btnDrEditor.blue a,
.btnDrEditor.blue button,
.btnDrEditor.blue input{background-image:url(../img/buttonBlue.gif);color:#fff}
.btnDrEditor.blue *:hover,
.btnDrEditor.blue *:active,
.btnDrEditor.blue *:focus{ color:#ff0}
/* Button Text Strong */
.buttonDrEditor.strong * { font-weight:bold !important;}
.btnDrEditor.strong *{font-weight:bold !important}

View file

@ -1,348 +1,324 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* Textyle Editor */
.textyleEditor{ position:relative; *zoom:1; margin:0 0 1em 0;}
.textyleEditor:after{ content:""; display:block; clear:both;}
.textyleEditor .editorContainer{ position:relative; width:100%; display:table; table-layout:fixed;}
.textyleEditor .editorContainer .editorArea{ opacity:1; filter:alpha(opacity=100);}
.textyleEditor .editorContainer .writeArea{ position:relative; *zoom:1;}
.textyleEditor{position:relative;zoom:1;margin:0 0 1em 0}
.textyleEditor:after{content:"";display:block;clear:both}
.textyleEditor .editorContainer{position:relative;width:100%;display:table;table-layout:fixed}
.textyleEditor .editorContainer .editorArea{opacity:1;filter:alpha(opacity=100)}
.textyleEditor .editorContainer .writeArea{position:relative;zoom:1}
/* Writing Toolbar */
.wToolbarContainer{ position:relative; margin:20px 0 40px 0; height:62px; overflow:hidden; z-index:1000; _zoom:1;}
.wToolbarContainer.more{ height:auto;}
.wToolbar{ position:relative; height:62px; margin:0 10px; *zoom:1; background-image:url(../img/bgWritingToolbarCenter.gif); background-repeat:repeat-x; }
.wToolbarContainer.more .wToolbar{ height:auto; padding:0 0 5px 0; background-position:0 bottom; border-top:1px solid #bec2ca;}
.wToolbar .cap{ position:absolute; top:0; height:62px; background-repeat:no-repeat; font-size:0; line-height:0; background:url(../img/bgWritingToolbar.gif) no-repeat; z-index:1;}
.wToolbar .top{ display:none; position:absolute; top:-1px; width:10px; height:7px; background:url(../img/bgWritingToolbarMore.gif) no-repeat; z-index:2;}
.wToolbarContainer.more .cap{ height:100%; _top:auto; _bottom:0; _height:300px; background:url(../img/bgWritingToolbarMore.gif) no-repeat;}
.wToolbarContainer.more .top{ display:block;}
.wToolbar .capLeft{ width:10px; left:-10px; background-position:left top;}
.wToolbar .topLeft{ left:-10px; background-position:left top;}
.wToolbarContainer.more .cap.capLeft{ background-position:left bottom;}
.wToolbar .capRight{ width:10px; right:-10px; background-position:right top;}
.wToolbar .topRight{ right:-10px; background-position:right top;}
.wToolbarContainer.more .capRight{ background-position:right bottom;}
.wToolbar ul{ position:relative; margin:0 70px 0 0; padding:0; *zoom:1; height:58px; z-index:2;}
.wToolbarContainer.more ul{ height:auto; _height:58px; background:url(../img/hrToolbarMore.gif);}
.wToolbar ul:after{ content:""; display:block; clear:both;}
.wToolbar li{ position:relative; float:left; list-style:none; margin-bottom:4px; width:11.1%; *width:11%; _margin-top:0; _margin-right:-1px;}
.wToolbar li button{ position:relative; padding:0; width:100%; height:57px; *height:59px; border:0; background:transparent; cursor:pointer; font-size:11px; color:#44506a; background-image:url(../img/iconWritingToolbar.gif); background-repeat:no-repeat;}
.wToolbar li button .tx{ display:inline-block; padding-top:37px; height:20px;}
.wToolbar li.more{ float:none; position:absolute; top:1px; right:-70px; width:60px; background:url(../img/vrToolbarMore.gif) repeat-y; _zoom:1;}
.wToolbar li.more button{ width:60px;}
.wToolbarContainer.more li{ margin-bottom:0;}
.wToolbarContainer.more li.more{ height:100%;}
.wToolbarContainer.more li.more button{ height:100%; _height:114px; background:url(../img/iconWritingToolbarFolder.gif) no-repeat center !important;}
.wToolbarContainer.more li.more button .nx{ top:0;}
.wToolbar li.hover button{ background-color:#bfc3cb;}
.wToolbar li.hx button{ background-position:center top;}
.wToolbar li.txt button{ background-position:center -100px;}
.wToolbar li.link button{ background-position:center -200px;}
.wToolbar li.list button{ background-position:center -300px;}
.wToolbar li.quote button{ background-position:center -400px;}
.wToolbar li.img button{ background-position:center -500px;}
.wToolbar li.movie button{ background-position:center -600px;}
.wToolbar li.file button{ background-position:center -700px;}
.wToolbar li.hr button{ background-position:center -800px;}
.wToolbar li.index button{ background-position:center -900px;}
.wToolbar li.material button{ background-position:center -1000px;}
.wToolbar li.help button{ background-position:center -1100px;}
.wToolbar li.more button{ background-position:center -1187px;}
.wToolbar li .dragable{ position:absolute; display:none; bottom:38px; right:0; padding:0; border:0; width:20px; height:20px; overflow:hidden; background:url(../img/iconMovable.gif) no-repeat center center !important; cursor:move; font-size:0; line-height:0; text-indent:-200%;}
.wToolbarContainer.more li.hover .dragable{ _display:block;}
.wToolbarContainer.more li:hover .dragable{ display:block;}
.wToolbar li .nx{ position:absolute; text-align:center; top:8px; left:50%; font:bold 10px Tahoma, Geneva, sans-serif; color:#fff; width:18px; height:18px; line-height:16px; opacity:.7; background:url(../img/bgShortcut.png) no-repeat center top; _background:none; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./modules/editor/skins/dreditor/img/bgShortcut.png', sizingMethod='crop');}
.wToolbarContainer{position:relative;margin:20px 0 40px 0;height:62px;overflow:hidden;z-index:1000;_zoom:1}
.wToolbarContainer.more{height:auto}
.wToolbar{position:relative;height:62px;margin:0 10px;zoom:1;background-image:url(../img/bgWritingToolbarCenter.gif);background-repeat:repeat-x}
.wToolbarContainer.more .wToolbar{height:auto;padding:0 0 5px 0;background-position:0 bottom;border-top:1px solid #bec2ca}
.wToolbar .cap{position:absolute;top:0;height:62px;background-repeat:no-repeat;font-size:0;line-height:0;background:url(../img/bgWritingToolbar.gif) no-repeat;z-index:1}
.wToolbar .top{display:none;position:absolute;top:-1px;width:10px;height:7px;background:url(../img/bgWritingToolbarMore.gif) no-repeat;z-index:2}
.wToolbarContainer.more .cap{height:100%;_top:auto;_bottom:0;_height:300px;background:url(../img/bgWritingToolbarMore.gif) no-repeat}
.wToolbarContainer.more .top{display:block}
.wToolbar .capLeft{width:10px;left:-10px;background-position:left top}
.wToolbar .topLeft{left:-10px;background-position:left top}
.wToolbarContainer.more .cap.capLeft{background-position:left bottom}
.wToolbar .capRight{width:10px;right:-10px;background-position:right top}
.wToolbar .topRight{right:-10px;background-position:right top}
.wToolbarContainer.more .capRight{background-position:right bottom}
.wToolbar ul{position:relative;margin:0 70px 0 0;padding:0;zoom:1;height:58px;z-index:2}
.wToolbarContainer.more ul{height:auto;_height:58px;background:url(../img/hrToolbarMore.gif)}
.wToolbar ul:after{content:"";display:block;clear:both}
.wToolbar li{position:relative;float:left;list-style:none;margin-bottom:4px;width:11.1%;*width:11%;_margin-top:0;_margin-right:-1px}
.wToolbar li button{position:relative;padding:0;width:100%;height:57px;*height:59px;border:0;background:transparent;cursor:pointer;font-size:11px;color:#44506a;background-image:url(../img/iconWritingToolbar.gif);background-repeat:no-repeat}
.wToolbar li button .tx{display:inline-block;padding-top:37px;height:20px}
.wToolbar li.more{float:none;position:absolute;top:1px;right:-70px;width:60px;background:url(../img/vrToolbarMore.gif) repeat-y;_zoom:1}
.wToolbar li.more button{width:60px}
.wToolbarContainer.more li{margin-bottom:0}
.wToolbarContainer.more li.more{height:100%}
.wToolbarContainer.more li.more button{height:100%;_height:114px;background:url(../img/iconWritingToolbarFolder.gif) no-repeat center !important}
.wToolbarContainer.more li.more button .nx{top:0}
.wToolbar li.hover button{background-color:#bfc3cb}
.wToolbar li.hx button{background-position:center top}
.wToolbar li.txt button{background-position:center -100px}
.wToolbar li.link button{background-position:center -200px}
.wToolbar li.list button{background-position:center -300px}
.wToolbar li.quote button{background-position:center -400px}
.wToolbar li.img button{background-position:center -500px}
.wToolbar li.movie button{background-position:center -600px}
.wToolbar li.file button{background-position:center -700px}
.wToolbar li.hr button{background-position:center -800px}
.wToolbar li.index button{background-position:center -900px}
.wToolbar li.material button{background-position:center -1000px}
.wToolbar li.help button{background-position:center -1100px}
.wToolbar li.more button{background-position:center -1187px}
.wToolbar li .dragable{position:absolute;display:none;bottom:38px;right:0;padding:0;border:0;width:20px;height:20px;overflow:hidden;background:url(../img/iconMovable.gif) no-repeat center center !important;cursor:move;font-size:0;line-height:0;text-indent:-200%}
.wToolbarContainer.more li.hover .dragable{_display:block}
.wToolbarContainer.more li:hover .dragable{display:block}
.wToolbar li .nx{position:absolute;text-align:center;top:8px;left:50%;font:bold 10px Tahoma, Geneva, sans-serif;color:#fff;width:18px;height:18px;line-height:16px;opacity:.7;background:url(../img/bgShortcut.png) no-repeat center top;_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./modules/editor/skins/dreditor/img/bgShortcut.png', sizingMethod='crop')}
/* Writing Area + Material Area */
.wArea,
.mArea{ display:none; position:relative; *zoom:1; padding:20px; margin:0;}
.wArea{ background:#f5f5f5; border:1px solid #e9e9e9;}
.mArea{ background:url(../img/bgChess76.gif); border:1px solid #666;}
.mArea{ margin:20px 0;}
.mArea{display:none;position:relative;zoom:1;padding:20px;margin:0}
.wArea{background:#f5f5f5;border:1px solid #e9e9e9}
.mArea{background:url(../img/bgChess76.gif);border:1px solid #666}
.mArea{margin:20px 0}
.wArea.open,
.mArea.open{ display:block;}
.mArea.open{display:block}
.wArea .cap,
.mArea .cap{ position:absolute; width:10px; height:10px; background-repeat:no-repeat; font-size:0; line-height:0; overflow:hidden;}
.wArea .cap{ background-image:url(../img/bgRouningF5.gif);}
.mArea .cap{ background-image:url(../img/bgRouning76.gif);}
.mArea .cap{position:absolute;width:10px;height:10px;background-repeat:no-repeat;font-size:0;line-height:0;overflow:hidden}
.wArea .cap{background-image:url(../img/bgRouningF5.gif)}
.mArea .cap{background-image:url(../img/bgRouning76.gif)}
.wArea .cap.capTL,
.mArea .cap.capTL{ top:-1px; left:-1px; background-position:left top;}
.mArea .cap.capTL{top:-1px;left:-1px;background-position:left top}
.wArea .cap.capTR,
.mArea .cap.capTR{ top:-1px; right:-1px; background-position:right top;}
.mArea .cap.capTR{top:-1px;right:-1px;background-position:right top}
.wArea .cap.capBL,
.mArea .cap.capBL{ bottom:-1px; left:-1px; background-position:left bottom;}
.mArea .cap.capBL{bottom:-1px;left:-1px;background-position:left bottom}
.wArea .cap.capBR,
.mArea .cap.capBR{ bottom:-1px; right:-1px; background-position:right bottom;}
.mArea .cap.capBR{bottom:-1px;right:-1px;background-position:right bottom}
.wArea .h4,
.mArea .h4{ font-size:16px; margin:0 0 10px 0;}
.wArea .h4{ color:#555;}
.mArea .h4{ color:#fff;}
.mArea .controls{ position:absolute; top:20px; right:20px;}
.mArea .h4{font-size:16px;margin:0 0 10px 0}
.wArea .h4{color:#555}
.mArea .h4{color:#fff}
.mArea .controls{position:absolute;top:20px;right:20px}
/* Writing Area */
.wArea .buttonArea{ position:relative; text-align:left; *zoom:1;}
.wArea .buttonArea .buttonGray button{ _top:0;}
.wArea .buttonArea .info{ display:inline; padding:0 0 0 15px; color:#777;}
.wArea .inputTitle{ width:98%; border:1px solid #ddd; background:#fff url(../img/bgInputText.gif) no-repeat; color:#767676; padding:6px 0 0 10px; height:21px; font-size:14px; margin-bottom:10px;}
.wArea .inputLink{ width:98%; border:1px solid #ddd; background:#fff url(../img/bgInputText.gif) no-repeat; color:#767676; padding:6px 0 0 10px; height:21px; font-size:11px; margin-bottom:10px;}
.wArea .iText{ width:98%; border:1px solid #ddd; background:#fff url(../img/bgInputText.gif) no-repeat; color:#767676; padding:6px 0 0 10px; height:21px; font-size:12px; margin-bottom:10px;}
.wArea .inputFile{ width:100%; border:1px solid #ddd; background:#fff url(../img/bgInputText.gif) no-repeat; color:#767676; padding:6px 0 0 10px; height:29px; font-size:12px; margin-bottom:10px;}
.wArea .iTextArea{ width:98%; border:1px solid #ddd; background:#fff url(../img/bgInputText.gif) no-repeat; color:#767676; padding:10px 0 0 10px; height:150px; font-size:12px; line-height:1.5; margin-bottom:10px;}
.wArea .inputRadio{ width:13px; height:13px; vertical-align:middle;}
.wArea .hr{ border-top:1px solid #e6e6e6; border-bottom:1px solid #fff; font-size:0; line-height:0; overflow:hidden; height:0; margin:15px -20px;}
.wArea .btnArea{position:relative;text-align:left;zoom:1}
.wArea .btnArea .btnGray button{_top:0}
.wArea .btnArea .info{display:inline;padding:0 0 0 15px;color:#777}
.wArea .inputTitle{width:98%;border:1px solid #ddd;background:#fff url(../img/bgInputText.gif) no-repeat;color:#767676;padding:6px 0 0 10px;height:21px;font-size:14px;margin-bottom:10px}
.wArea .inputLink{width:98%;border:1px solid #ddd;background:#fff url(../img/bgInputText.gif) no-repeat;color:#767676;padding:6px 0 0 10px;height:21px;font-size:11px;margin-bottom:10px}
.wArea .iText{width:98%;border:1px solid #ddd;background:#fff url(../img/bgInputText.gif) no-repeat;color:#767676;padding:6px 0 0 10px;height:21px;font-size:12px;margin-bottom:10px}
.wArea .inputFile{width:100%;border:1px solid #ddd;background:#fff url(../img/bgInputText.gif) no-repeat;color:#767676;padding:6px 0 0 10px;height:29px;font-size:12px;margin-bottom:10px}
.wArea .iTextArea{width:98%;border:1px solid #ddd;background:#fff url(../img/bgInputText.gif) no-repeat;color:#767676;padding:10px 0 0 10px;height:150px;font-size:12px;line-height:1.5;margin-bottom:10px}
.wArea .inputRadio{width:13px;height:13px;vertical-align:middle}
.wArea .hr{border-top:1px solid #e6e6e6;border-bottom:1px solid #fff;font-size:0;line-height:0;overflow:hidden;height:0;margin:15px -20px}
/* Material Area */
.mArea .reload{ position:absolute; top:24px; right:40px; width:15px; height:16px; padding:0; cursor:pointer; border:0; *margin:0 5px 0 0; background:transparent url(../img/buttonRefresh.gif) no-repeat; vertical-align:middle;}
.mArea .reload span{ position:absolute; width:0; height:0; font-size:0; line-height:0; overflow:hidden; z-index:-1; visibility:hidden;}
.mArea .close{ position:absolute; top:24px; right:20px; width:15px; height:16px; padding:0; cursor:pointer; border:0; *margin:0 5px 0 0; background:transparent url(../img/buttonClose.gif) no-repeat; vertical-align:middle;}
.mArea .close span{ position:absolute; width:0; height:0; font-size:0; line-height:0; overflow:hidden; z-index:-1; visibility:hidden;}
.mArea .noData{ position:relative; border-top:1px solid #ddd; border-bottom:1px solid #ddd; background:#fff; padding:10px 20px;}
.mArea dl{ position:relative; background:#fff;}
.mArea dt{ position:relative; padding:7px 15px; font-weight:bold; color:#fff; background:#555; border-top:1px solid #444;}
.mArea dd{ margin:0 15px; padding:5px 0;}
.mArea dd .buttonDrEditor{ position:absolute; top:8px; right:10px;}
.mArea .eArea{ border:0; padding:0;}
.mArea .paginate{ position:relative; width:100px; margin:0 auto; text-align:center; padding:0; font-size:12px; color:#fff; *zoom:1;}
.mArea .paginate:after{ content:""; display:block; clear:both;}
.mArea .paginate button{ width:17px; height:17px; padding:0; background:transparent url(../img/buttonPaginate.gif) no-repeat 0 0; cursor:pointer; border:0; vertical-align:middle;}
.mArea .paginate button span{ position:absolute; width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden; z-index:-1;}
.mArea .paginate .prev{ float:left; background-position:left top;}
.mArea .paginate .next{ float:right; background-position:right top;}
.mArea .reload{position:absolute;top:24px;right:40px;width:15px;height:16px;padding:0;cursor:pointer;border:0;*margin:0 5px 0 0;background:transparent url(../img/buttonRefresh.gif) no-repeat;vertical-align:middle}
.mArea .reload span{position:absolute;width:0;height:0;font-size:0;line-height:0;overflow:hidden;z-index:-1;visibility:hidden}
.mArea .close{position:absolute;top:24px;right:20px;width:15px;height:16px;padding:0;cursor:pointer;border:0;*margin:0 5px 0 0;background:transparent url(../img/buttonClose.gif) no-repeat;vertical-align:middle}
.mArea .close span{position:absolute;width:0;height:0;font-size:0;line-height:0;overflow:hidden;z-index:-1;visibility:hidden}
.mArea .noData{position:relative;border-top:1px solid #ddd;border-bottom:1px solid #ddd;background:#fff;padding:10px 20px}
.mArea dl{position:relative;background:#fff}
.mArea dt{position:relative;padding:7px 15px;font-weight:bold;color:#fff;background:#555;border-top:1px solid #444}
.mArea dd{margin:0 15px;padding:5px 0}
.mArea dd .btnDrEditor{position:absolute;top:8px;right:10px}
.mArea .eArea{border:0;padding:0}
.mArea .paginate{position:relative;width:100px;margin:0 auto;text-align:center;padding:0;font-size:12px;color:#fff;zoom:1}
.mArea .paginate:after{content:"";display:block;clear:both}
.mArea .paginate button{width:17px;height:17px;padding:0;background:transparent url(../img/buttonPaginate.gif) no-repeat 0 0;cursor:pointer;border:0;vertical-align:middle}
.mArea .paginate button span{position:absolute;width:0;height:0;font-size:0;line-height:0;overflow:hidden;visibility:hidden;z-index:-1}
.mArea .paginate .prev{float:left;background-position:left top}
.mArea .paginate .next{float:right;background-position:right top}
/* Writing Area Blank */
.editorArea .wArea { display:block;}
.wArea.blank{ padding:15px 30px; margin:0;}
.wArea.blank dt{ font-size:12px; font-weight:bold; color:#333;}
.wArea.blank dd{ margin:0 0 5px 0; color:#767676;}
.wArea.blank .drEditorBugReport{ position:absolute; margin:0 !important; top:20px; right:30px;}
.editorArea .wArea{display:block}
.wArea.blank{padding:15px 30px;margin:0}
.wArea.blank dt{font-size:12px;font-weight:bold;color:#333}
.wArea.blank dd{margin:0 0 5px 0;color:#767676}
.wArea.blank .drEditorBugReport{position:absolute;margin:0 !important;top:20px;right:30px}
/* Writing Area Hx */
.wArea.hx ul{ margin:0 0 5px 0; padding:0; list-style:none;}
.wArea.hx li{ display:inline !important; font-weight:bold !important; color:#333 !important;}
.wArea.hx li label{ margin-right:30px;}
.wArea.hx .inputTitle{ font-weight:bold !important;}
.wArea.hx ul{margin:0 0 5px 0;padding:0;list-style:none}
.wArea.hx li{display:inline !important;font-weight:bold !important;color:#333 !important}
.wArea.hx li label{margin-right:30px}
.wArea.hx .inputTitle{font-weight:bold !important}
.wArea.hx li.h3,
.wArea.hx .inputTitle.h3{ font-size:18px !important; height:28px;}
.wArea.hx .inputTitle.h3{font-size:18px !important;height:28px}
.wArea.hx li.h4,
.wArea.hx .inputTitle.h4{ font-size:16px !important; height:26px;}
.wArea.hx .inputTitle.h4{font-size:16px !important;height:26px}
.wArea.hx li.h5,
.wArea.hx .inputTitle.h5{ font-size:13px !important; height:23px;}
.wArea.hx .inputTitle.h5{font-size:13px !important;height:23px}
/* Writing Area List */
.wArea.list .toolbar{ border:1px solid #ddd; list-style:none; margin:0 0 -1px 0; padding:0; background:#fafafa; padding:6px 20px;}
.wArea.list .toolbar li{ display:inline; margin-right:5px;}
.wArea.list .toolbar li button{ position:relative; width:23px; height:22px; padding:0; border:0; cursor:pointer; background-image:url(../img/buttonListToolbar.gif); background-repeat:no-repeat;}
.wArea.list .toolbar{border:1px solid #ddd;list-style:none;margin:0 0 -1px 0;padding:0;background:#fafafa;padding:6px 20px}
.wArea.list .toolbar li{display:inline;margin-right:5px}
.wArea.list .toolbar li button{position:relative;width:23px;height:22px;padding:0;border:0;cursor:pointer;background-image:url(../img/buttonListToolbar.gif);background-repeat:no-repeat}
.wArea.list .toolbar li button:hover,
.wArea.list .toolbar li button:active,
.wArea.list .toolbar li button:focus{ border:1px solid #ddd;}
.wArea.list .toolbar li button.type_disc{ background-position:center 0;}
.wArea.list .toolbar li button.type_circle{ background-position:center -30px;}
.wArea.list .toolbar li button.type_square{ background-position:center -60px;}
.wArea.list .toolbar li button.type_decimal{ background-position:center -90px;}
.wArea.list .toolbar li button.type_lower-alpha{ background-position:center -120px;}
.wArea.list .toolbar li button.type_upper-alpha{ background-position:center -150px;}
.wArea.list .toolbar li button.type_lower-roman{ background-position:center -180px;}
.wArea.list .toolbar li button.type_upper-roman{ background-position:center -210px;}
.wArea.list .toolbar li button span{ position:absolute; width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden;}
.wArea.list .listArea{ padding:1em 0; margin-bottom:1em; background:#fff url(../img/bgInputText.gif) no-repeat; border:1px solid #ddd;}
.wArea.list .listArea ul{ border:0;}
.wArea.list .listArea input{ border:0; border-bottom:1px solid #ddd; background:transparent; width:96%; padding:3px 4px;}
.wArea.list .toolbar li button:focus{border:1px solid #ddd}
.wArea.list .toolbar li button.type_disc{background-position:center 0}
.wArea.list .toolbar li button.type_circle{background-position:center -30px}
.wArea.list .toolbar li button.type_square{background-position:center -60px}
.wArea.list .toolbar li button.type_decimal{background-position:center -90px}
.wArea.list .toolbar li button.type_lower-alpha{background-position:center -120px}
.wArea.list .toolbar li button.type_upper-alpha{background-position:center -150px}
.wArea.list .toolbar li button.type_lower-roman{background-position:center -180px}
.wArea.list .toolbar li button.type_upper-roman{background-position:center -210px}
.wArea.list .toolbar li button span{position:absolute;width:0;height:0;font-size:0;line-height:0;overflow:hidden;visibility:hidden}
.wArea.list .listArea{padding:1em 0;margin-bottom:1em;background:#fff url(../img/bgInputText.gif) no-repeat;border:1px solid #ddd}
.wArea.list .listArea ul{border:0}
.wArea.list .listArea input{border:0;border-bottom:1px solid #ddd;background:transparent;width:96%;padding:3px 4px}
/* Writing Area Image */
.wArea.img .image{ position:relative; margin-bottom:10px; background:#fff; padding:0; _width:100%; overflow:hidden;}
.wArea.img .image img{ max-width:100%;}
.wArea.img .uploading{ display:none; padding:0 0 0 20px; background:url(../img/iconLoading.gif) no-repeat left center;}
.wArea.img .uploading button{ border:2px solid #ccc; background:#eee; cursor:pointer; font-size:11px; font-weight:bold; padding:0; overflow:visible; vertical-align:middle; margin:0 10px;}
.wArea.img .info{ font-size:11px; color:#737fa1; margin:0;}
.wArea.img .resize{ display:none;}
.wArea.img .resize.open{ display:block;}
.wArea.img .resize dl *{ vertical-align:middle;}
.wArea.img .resize dt{ display:inline; font-weight:bold;}
.wArea.img .resize dd{ display:inline; margin:0;}
.wArea.img .resize .width{ width:60px; text-align:right; padding:1px 4px; height:16px;}
.wArea.img .resize .width.original{ background:#d4d0c8;}
.wArea.img .resize .resizeInfo{ margin:0 0 0 1em;}
.wArea.img .resize .resizeError{ display:none; padding:.5em 3.5em; margin:1em 6px 1em 0; color:#ff6633; background:#fff url(../img/iconCheckSmall.gif) no-repeat 2em center;; border:1px solid #ddd;}
.wArea.img .resize .resizeError.open{ display:block;}
.wArea.img .align{ display:none;}
.wArea.img .align dt{ display:inline; font-weight:bold;}
.wArea.img .align dd{ display:inline; margin:0;}
.wArea.img .image{position:relative;margin-bottom:10px;background:#fff;padding:0;_width:100%;overflow:hidden}
.wArea.img .image img{max-width:100%}
.wArea.img .uploading{display:none;padding:0 0 0 20px;background:url(../img/iconLoading.gif) no-repeat left center}
.wArea.img .uploading button{border:2px solid #ccc;background:#eee;cursor:pointer;font-size:11px;font-weight:bold;padding:0;overflow:visible;vertical-align:middle;margin:0 10px}
.wArea.img .info{font-size:11px;color:#737fa1;margin:0}
.wArea.img .resize{display:none}
.wArea.img .resize.open{display:block}
.wArea.img .resize dl *{vertical-align:middle}
.wArea.img .resize dt{display:inline;font-weight:bold}
.wArea.img .resize dd{display:inline;margin:0}
.wArea.img .resize .width{width:60px;text-align:right;padding:1px 4px;height:16px}
.wArea.img .resize .width.original{background:#d4d0c8}
.wArea.img .resize .resizeInfo{margin:0 0 0 1em}
.wArea.img .resize .resizeError{display:none;padding:.5em 3.5em;margin:1em 6px 1em 0;color:#ff6633;background:#fff url(../img/iconCheckSmall.gif) no-repeat 2em center;;border:1px solid #ddd}
.wArea.img .resize .resizeError.open{display:block}
.wArea.img .align{display:none}
.wArea.img .align dt{display:inline;font-weight:bold}
.wArea.img .align dd{display:inline;margin:0}
/* Writing Area File */
.wArea.file .buttonFileUpload,
.wArea.file .buttonFileUpload button{ position:relative; display:inline-block; height:39px; background-color:transparent; background-image:url(../img/buttonUpload.gif); background-repeat:no-repeat; cursor:pointer;}
.wArea.file .buttonFileUpload{ background-position:left top;}
.wArea.file .buttonFileUpload button{ left:7px; border:0; padding:0 15px 0 25px; background-position:right top; font-size:12px; font-weight:bold; color:#fff; line-height:39px; overflow:visible;}
.wArea.file .buttonFileUpload .swfupload{ margin:0 !important; cursor:pointer;}
.wArea.file .info{ font-size:11px; color:#737fa1;}
.wArea.file .info .help{ position:relative; font-size:11px; border:0; background:none; padding:0; cursor:pointer; *zoom:1; color:#f66; overflow:visible;}
.wArea.file .inputFile{ display:none;}
.wArea.file .inputFile.open{ display:block;}
.wArea.file dl{ margin:0; padding:0;}
.wArea.file dd{ font-size:11px; margin-bottom:3px; margin:0;}
.wArea.file dd strong{ margin-right:15px; color:#555; font-weight:normal;}
.wArea.file dd em{ color:#767676; font-style:normal; margin-right:15px;}
.wArea.file dd .buttonDelete{ border:0; padding:0; width:17px; height:17px; vertical-align:middle; cursor:pointer; background:url(../img/buttonTableDataX.gif) no-repeat center center;}
.wArea.file dd .buttonDelete span{ position:absolute; width:0; height:0; overflow:hidden; font-size:0; line-height:0; z-index:-1; visibility:hidden;}
.wArea.file .summary{ text-align:right; font-size:11px;}
.wArea.file .summary{ color:#555;}
.wArea.file .summary em{ color:#767676; font-style:normal; margin-left:10px;}
.wArea.file .btnFileUpload,
.wArea.file .btnFileUpload button{position:relative;display:inline-block;height:39px;background-color:transparent;background-image:url(../img/buttonUpload.gif);background-repeat:no-repeat;cursor:pointer}
.wArea.file .btnFileUpload{background-position:left top}
.wArea.file .btnFileUpload button{left:7px;border:0;padding:0 15px 0 25px;background-position:right top;font-size:12px;font-weight:bold;color:#fff;line-height:39px;overflow:visible}
.wArea.file .btnFileUpload .swfupload{margin:0 !important;cursor:pointer}
.wArea.file .info{font-size:11px;color:#737fa1}
.wArea.file .info .help{position:relative;font-size:11px;border:0;background:none;padding:0;cursor:pointer;zoom:1;color:#f66;overflow:visible}
.wArea.file .inputFile{display:none}
.wArea.file .inputFile.open{display:block}
.wArea.file dl{margin:0;padding:0}
.wArea.file dd{font-size:11px;margin-bottom:3px;margin:0}
.wArea.file dd strong{margin-right:15px;color:#555;font-weight:normal}
.wArea.file dd em{color:#767676;font-style:normal;margin-right:15px}
.wArea.file dd .btnDelete{border:0;padding:0;width:17px;height:17px;vertical-align:middle;cursor:pointer;background:url(../img/buttonTableDataX.gif) no-repeat center center}
.wArea.file dd .btnDelete span{position:absolute;width:0;height:0;overflow:hidden;font-size:0;line-height:0;z-index:-1;visibility:hidden}
.wArea.file .summary{text-align:right;font-size:11px}
.wArea.file .summary{color:#555}
.wArea.file .summary em{color:#767676;font-style:normal;margin-left:10px}
/* Writing Area Hr */
.wArea.hr ul{ margin:0 0 20px 0; padding:0; list-style:none; font-size:12px; color:#555; *zoom:1;}
.wArea.hr li{ position:relative; margin-bottom:10px; *zoom:1;}
.wArea.hr li label{ position:relative; background:#f5f5f5; padding:0 15px 0 30px; margin-left:-30px; z-index:1; display:none;}
.wArea.hr li .inputRadio{ position:relative; z-index:10; display:none;}
.wArea.hr ul{margin:0 0 20px 0;padding:0;list-style:none;font-size:12px;color:#555;zoom:1}
.wArea.hr li{position:relative;margin-bottom:10px;zoom:1}
.wArea.hr li label{position:relative;background:#f5f5f5;padding:0 15px 0 30px;margin-left:-30px;z-index:1;display:none}
.wArea.hr li .inputRadio{position:relative;z-index:10;display:none}
.wArea.hr .inputToggle,
.wArea.hr .inputContinue{ position:absolute; top:0; border:1px solid #ddd; font-size:12px; color:#767676; width:150px; padding:3px 4px; height:14px; text-align:right; background-image:url(../img/bgInputText.gif); background-repeat:no-repeat;}
.wArea.hr .inputShow{ right:170px;}
.wArea.hr .inputContinue{position:absolute;top:0;border:1px solid #ddd;font-size:12px;color:#767676;width:150px;padding:3px 4px;height:14px;text-align:right;background-image:url(../img/bgInputText.gif);background-repeat:no-repeat}
.wArea.hr .inputShow{right:170px}
.wArea.hr .inputHide,
.wArea.hr .inputContinue{ right:0;}
.wArea.hr .hRule{ position:absolute; width:100%; top:50%; left:0; display:block; border-top:1px solid #e6e6e6; border-bottom:1px solid #fff; font-size:0; line-height:0; overflow:hidden; height:0;}
.wArea.hr .inputContinue{right:0}
.wArea.hr .hRule{position:absolute;width:100%;top:50%;left:0;display:block;border-top:1px solid #e6e6e6;border-bottom:1px solid #fff;font-size:0;line-height:0;overflow:hidden;height:0}
/* Edit Area */
.eArea{ position:relative; padding:0 20px; margin:0; font-size:12px; border:1px solid #fff; overflow:visible !important; _zoom:1;}
.eArea.xe_dr_hr{ padding-top:1em; padding-bottom:1em;}
.eArea a{ color:#648AB9;}
.eArea button.holder{ position:absolute; left:-2000px; top:0px; }
.eArea .eTool{ display:none;}
.eArea .eFocusTrigger{ position:absolute; top:0; left:0; font-size:0; line-height:0; border:0; background:transparent; width:1px; height:1px; overflow:hidden; opacity:0; filter:alpha(opacity=0);}
.eArea .eFocusTrigger:focus{ border:1px solid;}
.eArea .del{ display:none; position:absolute; top:0; right:20px; border:0; padding:0; width:20px; height:20px; cursor:pointer; background:transparent url(../img/buttonTableDataX.gif) no-repeat center;}
.eArea .del span{position:absolute; width:0; height:0; overflow:hidden; font-size:0; line-height:0; z-index:-1; visibility:hidden;}
.eArea.xe_dr_img p{ overflow:hidden; width:100%;}
.eArea.xe_dr_img p img{ *padding:1em 0;}
.eFocus{ border:1px solid #d8d8de; z-index:999; background:#f9f9f9;}
.eArea .cap{ display:none;}
.eFocus .cap{ display:none; *display:block; position:absolute; width:10px; height:10px; background-repeat:no-repeat; font-size:0; line-height:0; overflow:hidden;}
.eFocus .cap.capTL{ top:-1px; left:-1px; background-position:left top;}
.eFocus .cap.capTR{ top:-1px; right:-1px; background-position:right top;}
.eFocus .cap.capBL{ bottom:-1px; left:-1px; background-position:left bottom;}
.eFocus .cap.capBR{ bottom:-1px; right:-1px; background-position:right bottom;}
.eFocus .eTool{ display:block; height:24px; position:absolute !important; z-index:99; top:-24px !important; left:-1px !important; white-space:nowrap; margin:0 0 0 2px !important; padding:0 5px 0 0 !important; border:0 !important; background:url(../img/bgEtool.gif) no-repeat right top !important;}
.eFocus .eTool li{ position:relative; left:-2px; display:block; float:left; height:22px; padding:2px 3px 0 5px; background:url(../img/vrContentNavigation.gif) no-repeat left center;}
.eFocus .eTool li.edit{ background:url(../img/bgEtool.gif) no-repeat left top;}
.eFocus .eTool li button{ border:0; padding:0; overflow:visible; cursor:pointer; background-color:transparent; font-size:11px; vertical-align:middle;}
.eArea{position:relative;padding:0 20px;margin:0;font-size:12px;border:1px solid #fff;overflow:visible !important;_zoom:1}
.eArea.xe_dr_hr{padding-top:1em;padding-bottom:1em}
.eArea a{color:#648AB9}
.eArea button.holder{position:absolute;left:-2000px;top:0px}
.eArea .eTool{display:none}
.eArea .eFocusTrigger{position:absolute;top:0;left:0;font-size:0;line-height:0;border:0;background:transparent;width:1px;height:1px;overflow:hidden;opacity:0;filter:alpha(opacity=0)}
.eArea .eFocusTrigger:focus{border:1px solid}
.eArea .del{display:none;position:absolute;top:0;right:20px;border:0;padding:0;width:20px;height:20px;cursor:pointer;background:transparent url(../img/buttonTableDataX.gif) no-repeat center}
.eArea .del span{position:absolute;width:0;height:0;overflow:hidden;font-size:0;line-height:0;z-index:-1;visibility:hidden}
.eArea.xe_dr_img p{overflow:hidden;width:100%}
.eArea.xe_dr_img p img{*padding:1em 0}
.eFocus{border:1px solid #d8d8de;z-index:999;background:#f9f9f9}
.eArea .cap{display:none}
.eFocus .cap{display:none;*display:block;position:absolute;width:10px;height:10px;background-repeat:no-repeat;font-size:0;line-height:0;overflow:hidden}
.eFocus .cap.capTL{top:-1px;left:-1px;background-position:left top}
.eFocus .cap.capTR{top:-1px;right:-1px;background-position:right top}
.eFocus .cap.capBL{bottom:-1px;left:-1px;background-position:left bottom}
.eFocus .cap.capBR{bottom:-1px;right:-1px;background-position:right bottom}
.eFocus .eTool{display:block;height:24px;position:absolute !important;z-index:99;top:-24px !important;left:-1px !important;white-space:nowrap;margin:0 0 0 2px !important;padding:0 5px 0 0 !important;border:0 !important;background:url(../img/bgEtool.gif) no-repeat right top !important}
.eFocus .eTool li{position:relative;left:-2px;display:block;float:left;height:22px;padding:2px 3px 0 5px;background:url(../img/vrContentNavigation.gif) no-repeat left center}
.eFocus .eTool li.edit{background:url(../img/bgEtool.gif) no-repeat left top}
.eFocus .eTool li button{border:0;padding:0;overflow:visible;cursor:pointer;background-color:transparent;font-size:11px;vertical-align:middle}
.eFocus .eTool li.move button,
.eFocus .eTool li.delete button{ overflow:hidden; width:17px; height:17px; background-position:center center; background-repeat:no-repeat;}
.eFocus .eTool li.move button{ background-image:url(../img/iconMovable.gif); cursor:move;}
.eFocus .eTool li.delete button{ background-image:url(../img/buttonWasteBox.gif);}
.eFocus .eTool li.delete button{overflow:hidden;width:17px;height:17px;background-position:center center;background-repeat:no-repeat}
.eFocus .eTool li.move button{background-image:url(../img/iconMovable.gif);cursor:move}
.eFocus .eTool li.delete button{background-image:url(../img/buttonWasteBox.gif)}
.eFocus .eTool li.move button span,
.eFocus .eTool li.delete button span{ position:absolute; width:0; height:0; overflow:hidden; font-size:0; line-height:0; z-index:-1; visibility:hidden;}
.eFocus .del{ display:block;}
.eFocus .eTool li.delete button span{position:absolute;width:0;height:0;overflow:hidden;font-size:0;line-height:0;z-index:-1;visibility:hidden}
.eFocus .del{display:block}
/* txEditor */
.txEditor{ position:relative; width:98%; padding-right:10px; margin-bottom:10px; border:1px solid #ddd; *zoom:1; background:#fff;}
.txEditor .toolbar{ position:relative; z-index:10; margin:0 -10px 0 0; padding:6px 10px; list-style:none; *zoom:1; background:#fafafa; border-bottom:1px solid #ddd;}
.txEditor .toolbar:after{ content:""; display:block; clear:both;}
.txEditor .toolbar li{ position:relative; float:left; margin-right:5px;}
.txEditor .toolbar li button{ border:0; padding:0; height:22px; background-color:transparent; background-image:url(../img/buttonEditorToolbar.gif); background-repeat:no-repeat; cursor:pointer; vertical-align:middle;}
.txEditor{position:relative;width:98%;padding-right:10px;margin-bottom:10px;border:1px solid #ddd;zoom:1;background:#fff}
.txEditor .toolbar{position:relative;z-index:10;margin:0 -10px 0 0;padding:6px 10px;list-style:none;zoom:1;background:#fafafa;border-bottom:1px solid #ddd}
.txEditor .toolbar:after{content:"";display:block;clear:both}
.txEditor .toolbar li{position:relative;float:left;margin-right:5px}
.txEditor .toolbar li button{border:0;padding:0;height:22px;background-color:transparent;background-image:url(../img/buttonEditorToolbar.gif);background-repeat:no-repeat;cursor:pointer;vertical-align:middle}
.txEditor .toolbar li button:hover,
.txEditor .toolbar li button:active,
.txEditor .toolbar li button:focus,
.txEditor .toolbar li button.active{ border:1px solid #ddd;}
.txEditor .toolbar li button span{ position:absolute; width:0; height:0; overflow:hidden; font-size:0; line-height:0; z-index:-1; visibility:hidden;}
.txEditor .toolbar li select{ font-size:12px; vertical-align:middle; height:21px;}
.txEditor .toolbar li.undo button{ width:23px; background-position:center -210px;}
.txEditor .toolbar li.redo button{ width:23px; background-position:center -240px;}
.txEditor .toolbar li.strong button{ width:23px; background-position:center 0;}
.txEditor .toolbar li.em button{ width:23px; background-position:center -30px;}
.txEditor .toolbar li.underline button{ width:23px; background-position:center -60px;}
.txEditor .toolbar li.del button{ width:23px; background-position:center -90px;}
.txEditor .toolbar li.vRule{ padding-left:10px; margin:0 5px; background:url(../img/vrEditorToolbar.gif) no-repeat left center;}
.txEditor .toolbar li.aHref button{ width:23px; background-position:center -120px;}
.txEditor .toolbar li.fSize{ margin-right:5px;}
.txEditor .toolbar li.fColor{ margin-right:5px; z-index:2;}
.txEditor .toolbar li.fColor button{ width:28px; background-position:center -150px;}
.txEditor .toolbar li.bgColor{ margin-right:5px; z-index:1;}
.txEditor .toolbar li.bgColor button{ width:28px; background-position:center -180px;}
.txEditor .toolbar li.left button{ width:23px; background-position:center -270px;}
.txEditor .toolbar li.center button{ width:23px; background-position:center -300px;}
.txEditor .toolbar li.right button{ width:23px; background-position:center -330px;}
.txEditor .toolbar li.justify button{ width:23px; background-position:center -360px;}
.txEditor .toolbar li.character button{ width:23px; background-position:center -390px;}
.txEditor .toolbar li.list button{ width:23px; background-image:url(../img/buttonListToolbar.gif); background-repeat:no-repeat;}
.txEditor .toolbar li.disc button{ background-position:center 0;}
.txEditor .toolbar li.circle button{ background-position:center -30px;}
.txEditor .toolbar li.square button{ background-position:center -60px;}
.txEditor .toolbar li.decimal button{ background-position:center -90px;}
.txEditor .toolbar li.alphaLower button{ background-position:center -120px;}
.txEditor .toolbar li.alphaUpper button{ background-position:center -150px;}
.txEditor .toolbar li.romanLower button{ background-position:center -180px;}
.txEditor .toolbar li.romanUpper button{ background-position:center -210px;}
.txEditor .toolbar li .uri{ display:none; position:absolute; left:10px; top:25px; padding:15px 20px; border:1px solid #ddd; background:#fff; *zoom:1; *white-space:nowrap;}
.txEditor .toolbar li .uri h3{ font-size:12px; margin:0 0 .5em 0;}
.txEditor .toolbar li .uri .link{ border:1px solid #ccc; padding:3px 4px; height:14px; font-size:12px; width:200px; font-size:11px; color:#666;}
.txEditor .toolbar li .uri p{ margin:.5em 0;}
.txEditor .toolbar li .uri p input{ width:13px; height:13px; margin:0 3px 0 0; vertical-align:middle;}
.txEditor .toolbar li .uri .btn_area{ text-align:center;}
.txEditor .toolbar li .uri .btn_area .buttonGray,
.txEditor .toolbar li .uri .btn_area .buttonGray button{ background-image:url(../img/buttonGray.gif);}
.txEditor .toolbar li .uri .btn_area .buttonGray{ background-position:left top;}
.txEditor .toolbar li .uri .btn_area .buttonGray button{ background-position:right top; line-height:18px; border:0 !important; width:auto; padding:0 6px 0 4px;}
.txEditor .toolbar li .palette{ display:none; width:211px; position:absolute; left:0; top:25px; padding:8px 0 7px 8px; margin:0; list-style:none; border:1px solid #ddd; background:#fff; *zoom:1;}
.txEditor .toolbar li .palette:after{ content:""; display:block; clear:both;}
.txEditor .toolbar li .palette.open{ display:block;}
.txEditor .toolbar li .palette li{ float:left; margin:0 1px 1px 0; font-size:0; line-height:0;}
.txEditor .toolbar li .palette button{ position:relative; overflow:hidden; width:11px; height:11px;}
.txEditor .toolbar li .palette button span{ position:absolute; width:0; height:0; overflow:hidden; font-size:0; line-height:0; z-index:-1; visibility:hidden;}
.txEditor .inputRichText{ position:relative; margin-right:-10px; position:relative; *zoom:1; z-index:1; padding:3px 0 3px 3px; background-image:url(../img/bgInputText.gif); background-repeat:no-repeat; background-position:0 0;}
.txEditor .inputRichText iframe{ width:100%; height:136px; border:0; overflow-x:hidden;}
.txEditor .resizeVertical{ position:relative; margin-right:-10px; border-top:1px solid #ddd; height:10px; background:url(../img/buttonResizeVertical.gif) no-repeat center center; *zoom:1; font-size:0; line-height:0;}
.txEditor .resizeVertical button{ width:100%; height:10px; border:0; margin:0; padding:0; background:transparent; cursor:n-resize; vertical-align:middle;}
.txEditor .resizeVertical button span{ position:absolute; width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden; z-index:-1;}
.txEditor .toolbar li.character .layer{ width:433px; height:242px; overflow:hidden; padding:0;}
.txEditor .toolbar li.character .layer .close{ position:absolute; background:url(../img/buttonLayerClose.gif) no-repeat center; width:20px; height:21px; top:4px; right:3px; border:0 !important;}
.txEditor .toolbar li.character .layer ul{ margin:0; padding:0; list-style:none;}
.txEditor .toolbar li.character .layer h3{position:absolute; width:0; height:0; overflow:hidden; visibility:hidden;}
.txEditor .toolbar li.character .layer .nav{ position:absolute; top:8px; left:-1px; overflow:hidden; white-space:nowrap; line-height:normal;}
.txEditor .toolbar li.character .layer .nav li{ display:inline; margin:0 -4px 0 0; padding:0 8px; background:url(../img/vr_layer_character.gif) no-repeat 0 center;}
.txEditor .toolbar li.character .layer .nav li a{ color:#444; text-decoration:none; letter-spacing:-1px;}
.txEditor .toolbar li button.active{border:1px solid #ddd}
.txEditor .toolbar li button span{position:absolute;width:0;height:0;overflow:hidden;font-size:0;line-height:0;z-index:-1;visibility:hidden}
.txEditor .toolbar li select{font-size:12px;vertical-align:middle;height:21px}
.txEditor .toolbar li.undo button{width:23px;background-position:center -210px}
.txEditor .toolbar li.redo button{width:23px;background-position:center -240px}
.txEditor .toolbar li.strong button{width:23px;background-position:center 0}
.txEditor .toolbar li.em button{width:23px;background-position:center -30px}
.txEditor .toolbar li.underline button{width:23px;background-position:center -60px}
.txEditor .toolbar li.del button{width:23px;background-position:center -90px}
.txEditor .toolbar li.vRule{padding-left:10px;margin:0 5px;background:url(../img/vrEditorToolbar.gif) no-repeat left center}
.txEditor .toolbar li.aHref button{width:23px;background-position:center -120px}
.txEditor .toolbar li.fSize{margin-right:5px}
.txEditor .toolbar li.fColor{margin-right:5px;z-index:2}
.txEditor .toolbar li.fColor button{width:28px;background-position:center -150px}
.txEditor .toolbar li.bgColor{margin-right:5px;z-index:1}
.txEditor .toolbar li.bgColor button{width:28px;background-position:center -180px}
.txEditor .toolbar li.left button{width:23px;background-position:center -270px}
.txEditor .toolbar li.center button{width:23px;background-position:center -300px}
.txEditor .toolbar li.right button{width:23px;background-position:center -330px}
.txEditor .toolbar li.justify button{width:23px;background-position:center -360px}
.txEditor .toolbar li.character button{width:23px;background-position:center -390px}
.txEditor .toolbar li.list button{width:23px;background-image:url(../img/buttonListToolbar.gif);background-repeat:no-repeat}
.txEditor .toolbar li.disc button{background-position:center 0}
.txEditor .toolbar li.circle button{background-position:center -30px}
.txEditor .toolbar li.square button{background-position:center -60px}
.txEditor .toolbar li.decimal button{background-position:center -90px}
.txEditor .toolbar li.alphaLower button{background-position:center -120px}
.txEditor .toolbar li.alphaUpper button{background-position:center -150px}
.txEditor .toolbar li.romanLower button{background-position:center -180px}
.txEditor .toolbar li.romanUpper button{background-position:center -210px}
.txEditor .toolbar li .uri{display:none;position:absolute;left:10px;top:25px;padding:15px 20px;border:1px solid #ddd;background:#fff;zoom:1;*white-space:nowrap}
.txEditor .toolbar li .uri h3{font-size:12px;margin:0 0 .5em 0}
.txEditor .toolbar li .uri .link{border:1px solid #ccc;padding:3px 4px;height:14px;font-size:12px;width:200px;font-size:11px;color:#666}
.txEditor .toolbar li .uri p{margin:.5em 0}
.txEditor .toolbar li .uri p input{width:13px;height:13px;margin:0 3px 0 0;vertical-align:middle}
.txEditor .toolbar li .uri .btn_area{text-align:center}
.txEditor .toolbar li .uri .btn_area .btnGray,
.txEditor .toolbar li .uri .btn_area .btnGray button{background-image:url(../img/buttonGray.gif)}
.txEditor .toolbar li .uri .btn_area .btnGray{background-position:left top}
.txEditor .toolbar li .uri .btn_area .btnGray button{background-position:right top;line-height:18px;border:0 !important;width:auto;padding:0 6px 0 4px}
.txEditor .toolbar li .palette{display:none;width:211px;position:absolute;left:0;top:25px;padding:8px 0 7px 8px;margin:0;list-style:none;border:1px solid #ddd;background:#fff;zoom:1}
.txEditor .toolbar li .palette:after{content:"";display:block;clear:both}
.txEditor .toolbar li .palette.open{display:block}
.txEditor .toolbar li .palette li{float:left;margin:0 1px 1px 0;font-size:0;line-height:0}
.txEditor .toolbar li .palette button{position:relative;overflow:hidden;width:11px;height:11px}
.txEditor .toolbar li .palette button span{position:absolute;width:0;height:0;overflow:hidden;font-size:0;line-height:0;z-index:-1;visibility:hidden}
.txEditor .inputRichText{position:relative;margin-right:-10px;position:relative;zoom:1;z-index:1;padding:3px 0 3px 3px;background-image:url(../img/bgInputText.gif);background-repeat:no-repeat;background-position:0 0}
.txEditor .inputRichText iframe{width:100%;height:136px;border:0;overflow-x:hidden}
.txEditor .resizeVertical{position:relative;margin-right:-10px;border-top:1px solid #ddd;height:10px;background:url(../img/buttonResizeVertical.gif) no-repeat center center;zoom:1;font-size:0;line-height:0}
.txEditor .resizeVertical button{width:100%;height:10px;border:0;margin:0;padding:0;background:transparent;cursor:n-resize;vertical-align:middle}
.txEditor .resizeVertical button span{position:absolute;width:0;height:0;font-size:0;line-height:0;overflow:hidden;visibility:hidden;z-index:-1}
.txEditor .toolbar li.character .layer{width:433px;height:242px;overflow:hidden;padding:0}
.txEditor .toolbar li.character .layer .close{position:absolute;background:url(../img/buttonLayerClose.gif) no-repeat center;width:20px;height:21px;top:4px;right:3px;border:0 !important}
.txEditor .toolbar li.character .layer ul{margin:0;padding:0;list-style:none}
.txEditor .toolbar li.character .layer h3{position:absolute;width:0;height:0;overflow:hidden;visibility:hidden}
.txEditor .toolbar li.character .layer .nav{position:absolute;top:8px;left:-1px;overflow:hidden;white-space:nowrap;line-height:normal}
.txEditor .toolbar li.character .layer .nav li{display:inline;margin:0 -4px 0 0;padding:0 8px;background:url(../img/vr_layer_character.gif) no-repeat 0 center}
.txEditor .toolbar li.character .layer .nav li a{color:#444;text-decoration:none;letter-spacing:-1px}
.txEditor .toolbar li.character .layer .nav li a:hover,
.txEditor .toolbar li.character .layer .nav li a:active,
.txEditor .toolbar li.character .layer .nav li a:focus{ text-decoration:underline;}
.txEditor .toolbar li.character .layer .nav li a.on{ font-weight:bold; color:#004790; display:inline;}
.txEditor .toolbar li.character .layer .list{ position:absolute; left:7px; top:30px; width:421px; height:172px; background:url(../img/bx_character.gif) no-repeat;}
.txEditor .toolbar li.character .layer .list li{ position:relative; top:1px; left:1px; float:left; width:20px; height:18px; margin:0 1px 1px 0;}
.txEditor .toolbar li.character .layer .list li button{ width:20px; height:18px; background:none; padding:0; vertical-align:top;}
.txEditor .toolbar li.character .layer .nav li a:focus{text-decoration:underline}
.txEditor .toolbar li.character .layer .nav li a.on{font-weight:bold;color:#004790;display:inline}
.txEditor .toolbar li.character .layer .list{position:absolute;left:7px;top:30px;width:421px;height:172px;background:url(../img/bx_character.gif) no-repeat}
.txEditor .toolbar li.character .layer .list li{position:relative;top:1px;left:1px;float:left;width:20px;height:18px;margin:0 1px 1px 0}
.txEditor .toolbar li.character .layer .list li button{width:20px;height:18px;background:none;padding:0;vertical-align:top}
.txEditor .toolbar li.character .layer .list li button:hover,
.txEditor .toolbar li.character .layer .list li button:active,
.txEditor .toolbar li.character .layer .list li button:focus{ border:2px solid #27c11a;}
.txEditor .toolbar li.character .layer .list li button span{ overflow:visible; font-size:12px; width:auto; height:auto; position:relative; visibility:visible; line-height:normal; z-index:1;}
.txEditor .toolbar li.character .layer p{ position:absolute; top:212px; left:7px; margin:0 !important;}
.txEditor .toolbar li.character .layer p *{ vertical-align:top;}
.txEditor .toolbar li.character .layer p label{ position:relative; top:4px; margin:0 7px 0 0; color:#333; letter-spacing:-1px; line-height:normal;}
.txEditor .toolbar li.character .layer p input{ padding:3px 0 0 4px; margin:0 4px 0 0; width:300px; height:16px; border:1px solid #acacac; border-right:1px solid #dadada; border-bottom:1px solid #dadada; font-size:12px;}
.txEditor .toolbar li.character .layer p button{ position:relative; *top:1px; width:38px; height:21px; background:url(../img/buttonLayerConfirm.gif) no-repeat; border:0 !important;}
.txEditor .toolbar .font9px { font-size:9px }
.txEditor .toolbar .font10px { font-size:10px }
.txEditor .toolbar .font11px { font-size:11px }
.txEditor .toolbar .font12px { font-size:12px }
.txEditor .toolbar .font14px { font-size:14px }
.txEditor .toolbar .font16px { font-size:16px }
.txEditor .toolbar .font18px { font-size:18px }
.txEditor .toolbar .font20px { font-size:20px }
.txEditor .toolbar .font24px { font-size:24px }
.txEditor .toolbar .font28px { font-size:28px }
.txEditor .toolbar .font32px { font-size:32px }
.txEditor .toolbar .font36px { font-size:36px }
.txEditor .toolbar li.character .layer .list li button:focus{border:2px solid #27c11a}
.txEditor .toolbar li.character .layer .list li button span{overflow:visible;font-size:12px;width:auto;height:auto;position:relative;visibility:visible;line-height:normal;z-index:1}
.txEditor .toolbar li.character .layer p{position:absolute;top:212px;left:7px;margin:0 !important}
.txEditor .toolbar li.character .layer p *{vertical-align:top}
.txEditor .toolbar li.character .layer p label{position:relative;top:4px;margin:0 7px 0 0;color:#333;letter-spacing:-1px;line-height:normal}
.txEditor .toolbar li.character .layer p input{padding:3px 0 0 4px;margin:0 4px 0 0;width:300px;height:16px;border:1px solid #acacac;border-right:1px solid #dadada;border-bottom:1px solid #dadada;font-size:12px}
.txEditor .toolbar li.character .layer p button{position:relative;*top:1px;width:38px;height:21px;background:url(../img/buttonLayerConfirm.gif) no-repeat;border:0 !important}
.txEditor .toolbar .font9px{font-size:9px}
.txEditor .toolbar .font10px{font-size:10px}
.txEditor .toolbar .font11px{font-size:11px}
.txEditor .toolbar .font12px{font-size:12px}
.txEditor .toolbar .font14px{font-size:14px}
.txEditor .toolbar .font16px{font-size:16px}
.txEditor .toolbar .font18px{font-size:18px}
.txEditor .toolbar .font20px{font-size:20px}
.txEditor .toolbar .font24px{font-size:24px}
.txEditor .toolbar .font28px{font-size:28px}
.txEditor .toolbar .font32px{font-size:32px}
.txEditor .toolbar .font36px{font-size:36px}
/* Drag and Drop */
.xe_dr_placeholder { background-color:#F8F4CE; margin:5px 0; height:20px; padding:10px 0; z-index:0; -moz-border-radius:5px; -webkit-border-radius:5px; z-index:1; }
.drag_handle { position:absolute; height:100%; width:10px; top:0; opacity:.5; filter:alpha(opacity=50); background:#ddd url(../img/iconDragHandler.gif) no-repeat center; cursor:n-resize; margin:0 2px !important; padding:0 !important; border:0 !important; _zoom:1;}
.drag_handle.left { left:0; }
.drag_handle.right { right:0; }
.eArea .drag_handle {display:none}
.eFocus .drag_handle {display:block}
.editorContainer .ui-draggable{ margin:0 0 3em 0 !important;}
.xe_dr_placeholder{background-color:#F8F4CE;margin:5px 0;height:20px;padding:10px 0;z-index:0;-moz-border-radius:5px;-webkit-border-radius:5px;z-index:1}
.drag_handle{position:absolute;height:100%;width:10px;top:0;opacity:.5;filter:alpha(opacity=50);background:#ddd url(../img/iconDragHandler.gif) no-repeat center;cursor:n-resize;margin:0 2px !important;padding:0 !important;border:0 !important;_zoom:1}
.drag_handle.left{left:0}
.drag_handle.right{right:0}
.eArea .drag_handle{display:none}
.eFocus .drag_handle{display:block}
.editorContainer .ui-draggable{margin:0 0 3em 0 !important}

View file

@ -1,6 +0,0 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
html, body { height:100%; background-color:transparent; padding:0; margin:0;}
body{ margin:1em;}
.xe_content{ color:#000; font-size:12px; line-height:1.5;}

View file

@ -1,52 +1,43 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* textyleContent */
.textyleContent{ font-size:12px; line-height:1.6; clear:both;}
.textyleContent h1{ font-size:24px;}
.textyleContent h2{ font-size:20px;}
.textyleContent h3{ font-size:18px;}
.textyleContent h4{ font-size:16px;}
.textyleContent h5{ font-size:14px;}
.textyleContent h6{ font-size:12px;}
.textyleContent{font-size:12px;line-height:1.6;clear:both}
.textyleContent h1{font-size:24px}
.textyleContent h2{font-size:20px}
.textyleContent h3{font-size:18px}
.textyleContent h4{font-size:16px}
.textyleContent h5{font-size:14px}
.textyleContent h6{font-size:12px}
/* Attached File */
.textyleContent dl.attachedFile { margin:1em 0; padding:1em 0; background:#f9f9f9; border:1px solid #eee; }
.textyleContent dl.attachedFile dt { padding:0 2em .5em 2em; margin:0 0 1em 0; font-weight:bold; text-indent:1em; border-bottom:1px solid #eee; background:#f9f9f9 url(../img/iconClip.gif) no-repeat 2em .3em; font-size:12px;}
.textyleContent dl.attachedFile em{ font-size:11px; font-weight:normal; font-style:normal; margin:0 5px;}
.textyleContent dl.attachedFile dd{ margin:0; padding:0 2em; color:#8b8b8b; font-size:11px;}
.textyleContent dl.attachedFile dd a{ text-decoration:none; color:#0092cf; margin-right:10px;}
.textyleContent dl.attachedFile{margin:1em 0;padding:1em 0;background:#f9f9f9;border:1px solid #eee;}
.textyleContent dl.attachedFile dt{padding:0 2em .5em 2em;margin:0 0 1em 0;font-weight:bold;text-indent:1em;border-bottom:1px solid #eee;background:#f9f9f9 url(../img/iconClip.gif) no-repeat 2em .3em;font-size:12px}
.textyleContent dl.attachedFile em{font-size:11px;font-weight:normal;font-style:normal;margin:0 5px}
.textyleContent dl.attachedFile dd{margin:0;padding:0 2em;color:#8b8b8b;font-size:11px}
.textyleContent dl.attachedFile dd a{text-decoration:none;color:#0092cf;margin-right:10px}
.textyleContent dl.attachedFile dd a:hover,
.textyleContent dl.attachedFile dd a:active,
.textyleContent dl.attachedFile dd a:focus{ text-decoration:underline;}
.textyleContent dl.attachedFile dd a:focus{text-decoration:underline}
/* Table Of Content */
.textyleContent .toc{ background:#fff; border:1px solid #ddd; font-size:14px; line-height:1.6; margin:1em 0; padding:15px;}
.textyleContent .toc li{ font-weight:bold; color:#555; margin-left:35px;}
.textyleContent .toc{background:#fff;border:1px solid #ddd;font-size:14px;line-height:1.6;margin:1em 0;padding:15px}
.textyleContent .toc li{font-weight:bold;color:#555;margin-left:35px}
.textyleContent .toc li.toc3{}
.textyleContent .toc li.toc4{ margin-left:55px;}
.textyleContent .toc li.toc5{ margin-left:75px;}
.textyleContent .toc li a{ color:#648ab9; text-decoration:none; font-weight:normal;}
.textyleContent .toc li.toc4{margin-left:55px}
.textyleContent .toc li.toc5{margin-left:75px}
.textyleContent .toc li a{color:#648ab9;text-decoration:none;font-weight:normal}
.textyleContent .toc li a:hover,
.textyleContent .toc li a:active,
.textyleContent .toc li a:focus{ text-decoration:underline;}
.textyleContent .toc li a:focus{text-decoration:underline}
/* Object */
.textyleContent object,
.textyleContent embed{ margin:1em 0;}
.textyleContent embed{margin:1em 0}
/* Horizontal Rule */
.textyleContent hr{ display:block; position:static; border-bottom:0; height:1px; overflow:hidden; color:#e2e2e2; clear:both;}
.textyleContent hr{display:block;position:static;border-bottom:0;height:1px;overflow:hidden;color:#e2e2e2;clear:both}
/* Blockquote */
.textyleContent blockquote{ margin-left:0; margin-right:0; padding:1em 40px; background:#f6f6f6 url(../img/bgBlockquote.gif) no-repeat 20px 1.5em; -moz-border-radius:5px; -webkit-border-radius:5px; }
.textyleContent blockquote{margin-left:0;margin-right:0;padding:1em 40px;background:#f6f6f6 url(../img/bgBlockquote.gif) no-repeat 20px 1.5em;-moz-border-radius:5px;-webkit-border-radius:5px;}
/* Cite */
.textyleContent cite{ display:block; margin:1em 0;}
.textyleContent cite{display:block;margin:1em 0}
/* Link */
.textyleContent .xe_dr_link p strong{ display:block;}
.textyleContent .xe_dr_link p strong{display:block}
/* P */
.xe_content p,
.textyleContent p{ margin:1em 0 !important;}
.textyleContent p{margin:1em 0 !important}

View file

@ -4,9 +4,9 @@
<fieldset>
<legend>{$lang->edit->fold}</legend>
<input name="" type="text" class="iText" value="" title="{$lang->edit->fold_default}" />
<div class="buttonArea">
<span class="buttonGray medium strong"><button type="button"><img src="iconCheckSmall.gif" width="12" height="8" alt="" class="icon" />{$lang->cmd_confirm}</button></span>
<span class="buttonGray medium"><button type="button"><img src="buttonCloseLayerX.gif" width="7" height="7" alt="" class="icon" />{$lang->cmd_cancel}</button></span>
<div class="btnArea">
<span class="btnGray medium strong"><button type="button"><img src="iconCheckSmall.gif" width="12" height="8" alt="" class="icon" />{$lang->cmd_confirm}</button></span>
<span class="btnGray medium"><button type="button"><img src="buttonCloseLayerX.gif" width="7" height="7" alt="" class="icon" />{$lang->cmd_cancel}</button></span>
<p class="info">{$lang->edit->fold_description}</p>
</div>
<span class="cap capTL"></span>

View file

@ -54,9 +54,9 @@
</ul>
<input name="" type="text" class="inputTitle h3" value="{$lang->edit->insert_dr_title}" title="{$lang->edit->insert_dr_title}" />
<!-- class="inputTitle h3" | class="inputTitle h4" | class="inputTitle h5" -->
<div class="buttonArea">
<span class="buttonGray medium strong"><button type="button" title="Ctrl+Enter"><img src="img/iconCheckSmall.gif" width="12" height="8" alt="" class="icon" />{$lang->cmd_confirm}</button></span>
<span class="buttonGray medium"><button type="button" title="ESC"><img src="img/buttonCloseLayerX.gif" width="7" height="7" alt="" class="icon" />{$lang->cmd_cancel}</button></span>
<div class="btnArea">
<span class="btnGray medium strong"><button type="button" title="Ctrl+Enter"><img src="img/iconCheckSmall.gif" width="12" height="8" alt="" class="icon" />{$lang->cmd_confirm}</button></span>
<span class="btnGray medium"><button type="button" title="ESC"><img src="img/buttonCloseLayerX.gif" width="7" height="7" alt="" class="icon" />{$lang->cmd_cancel}</button></span>
</div>
<ul class="eTool">
<li class="edit"><button type="button">{$lang->cmd_edit}</button></li>
@ -129,8 +129,8 @@
<input name="" class="link" type="text" value="http://" title="URL" />
<p><input name="" id="target" type="checkbox" value="" /><label for="target">{$lang->edit->target_blank}</label></p>
<div class="btn_area">
<span class="buttonGray small"><button type="button" class="confirm" title="{$lang->cmd_confirm}">{$lang->cmd_confirm}</button></span>
<span class="buttonGray small"><button type="button" class="cancel" title="{$lang->cmd_cancel}">{$lang->cmd_cancel}</button></span>
<span class="btnGray small"><button type="button" class="confirm" title="{$lang->cmd_confirm}">{$lang->cmd_confirm}</button></span>
<span class="btnGray small"><button type="button" class="cancel" title="{$lang->cmd_cancel}">{$lang->cmd_cancel}</button></span>
</div>
</fieldset>
@ -267,9 +267,9 @@
<button type="button"><span>{$lang->edit->edit_height_control}</span></button>
</div>
</div>
<div class="buttonArea">
<span class="buttonGray medium strong"><button type="button" title="Ctrl+Enter"><img src="img/iconCheckSmall.gif" width="12" height="8" alt="" class="icon" />{$lang->cmd_confirm}</button></span>
<span class="buttonGray medium"><button type="button" title="ESC"><img src="img/buttonCloseLayerX.gif" width="7" height="7" alt="" class="icon" />{$lang->cmd_cancel}</button></span>
<div class="btnArea">
<span class="btnGray medium strong"><button type="button" title="Ctrl+Enter"><img src="img/iconCheckSmall.gif" width="12" height="8" alt="" class="icon" />{$lang->cmd_confirm}</button></span>
<span class="btnGray medium"><button type="button" title="ESC"><img src="img/buttonCloseLayerX.gif" width="7" height="7" alt="" class="icon" />{$lang->cmd_cancel}</button></span>
</div>
<span class="cap capTL"></span>
<span class="cap capTR"></span>
@ -285,9 +285,9 @@
<input name="" type="text" class="iText" value="" title="{$lang->edit->insert_site_name}" />
<input name="" type="text" class="inputLink" value="" title="http://" />
<input name="" type="text" class="iText" value="" title="{$lang->edit->insert_explain}" />
<div class="buttonArea">
<span class="buttonGray medium strong"><button type="button" title="Ctrl+Enter"><img src="img/iconCheckSmall.gif" width="12" height="8" alt="" class="icon" />{$lang->cmd_confirm}</button></span>
<span class="buttonGray medium"><button type="button" title="ESC"><img src="img/buttonCloseLayerX.gif" width="7" height="7" alt="" class="icon" />{$lang->cmd_cancel}</button></span>
<div class="btnArea">
<span class="btnGray medium strong"><button type="button" title="Ctrl+Enter"><img src="img/iconCheckSmall.gif" width="12" height="8" alt="" class="icon" />{$lang->cmd_confirm}</button></span>
<span class="btnGray medium"><button type="button" title="ESC"><img src="img/buttonCloseLayerX.gif" width="7" height="7" alt="" class="icon" />{$lang->cmd_cancel}</button></span>
</div>
<span class="cap capTL"></span>
<span class="cap capTR"></span>
@ -311,9 +311,9 @@
<li><button type="button" class="type_upper-roman"><span>upper roman</span></button></li>
</ul>
<div class="listArea"></div>
<div class="buttonArea">
<span class="buttonGray medium strong"><button type="button" title="Ctrl+Enter"><img src="img/iconCheckSmall.gif" width="12" height="8" alt="" class="icon" />{$lang->cmd_confirm}</button></span>
<span class="buttonGray medium"><button type="button" title="ESC"><img src="img/buttonCloseLayerX.gif" width="7" height="7" alt="" class="icon" />{$lang->cmd_cancel}</button></span>
<div class="btnArea">
<span class="btnGray medium strong"><button type="button" title="Ctrl+Enter"><img src="img/iconCheckSmall.gif" width="12" height="8" alt="" class="icon" />{$lang->cmd_confirm}</button></span>
<span class="btnGray medium"><button type="button" title="ESC"><img src="img/buttonCloseLayerX.gif" width="7" height="7" alt="" class="icon" />{$lang->cmd_cancel}</button></span>
<p class="info">{$lang->edit->list_explain}</p>
</div>
<span class="cap capTL"></span>
@ -329,9 +329,9 @@
<legend>{$lang->edit->blockquote}</legend>
<textarea name="" rows="8" cols="42" class="iTextArea" title="{$lang->edit->insert_blockquote}"></textarea>
<input name="" type="text" class="iText" value="" title="{$lang->edit->insert_cite}" />
<div class="buttonArea">
<span class="buttonGray medium strong"><button type="button" title="Ctrl+Enter"><img src="img/iconCheckSmall.gif" width="12" height="8" alt="" class="icon" />{$lang->cmd_confirm}</button></span>
<span class="buttonGray medium"><button type="button" title="ESC"><img src="img/buttonCloseLayerX.gif" width="7" height="7" alt="" class="icon" />{$lang->cmd_cancel}</button></span>
<div class="btnArea">
<span class="btnGray medium strong"><button type="button" title="Ctrl+Enter"><img src="img/iconCheckSmall.gif" width="12" height="8" alt="" class="icon" />{$lang->cmd_confirm}</button></span>
<span class="btnGray medium"><button type="button" title="ESC"><img src="img/buttonCloseLayerX.gif" width="7" height="7" alt="" class="icon" />{$lang->cmd_cancel}</button></span>
</div>
<span class="cap capTL"></span>
<span class="cap capTR"></span>
@ -364,14 +364,14 @@
<div class="resize">
<dl>
<dt>{$lang->edit->image_width} :</dt>
<dd><em></em> px → <input name="" type="text" class="width copy" value="" title="" /> px <span class="buttonGray medium"><button type="button" class="btn_resize">{$lang->edit->resize}</button></span> <span class="resizeInfo">{$lang->edit->resize_info}</span></dd>
<dd><em></em> px → <input name="" type="text" class="width copy" value="" title="" /> px <span class="btnGray medium"><button type="button" class="btn_resize">{$lang->edit->resize}</button></span> <span class="resizeInfo">{$lang->edit->resize_info}</span></dd>
</dl>
<p class="resizeError">{$lang->edit->resize_error}</p>
</div>
<input name="" type="text" class="iText desc" value="" title="{$lang->edit->insert_image_explain}" />
<div class="buttonArea">
<span class="buttonGray medium strong"><button type="button" title="Ctrl+Enter"><img src="img/iconCheckSmall.gif" width="12" height="8" alt="" class="icon" />{$lang->cmd_confirm}</button></span>
<span class="buttonGray medium"><button type="button" title="ESC"><img src="img/buttonCloseLayerX.gif" width="7" height="7" alt="" class="icon" />{$lang->cmd_cancel}</button></span>
<div class="btnArea">
<span class="btnGray medium strong"><button type="button" title="Ctrl+Enter"><img src="img/iconCheckSmall.gif" width="12" height="8" alt="" class="icon" />{$lang->cmd_confirm}</button></span>
<span class="btnGray medium"><button type="button" title="ESC"><img src="img/buttonCloseLayerX.gif" width="7" height="7" alt="" class="icon" />{$lang->cmd_cancel}</button></span>
</div>
<span class="cap capTL"></span>
<span class="cap capTR"></span>
@ -387,9 +387,9 @@
<textarea name="" rows="8" cols="42" class="iTextArea" title="{$lang->edit->insert_mov}"></textarea>
<textarea name="" rows="8" cols="42" class="iTextArea" title="{$lang->edit->insert_mov_explain}"></textarea>
<input name="" type="text" class="iText" value="" title="{$lang->edit->insert_cite}" />
<div class="buttonArea">
<span class="buttonGray medium strong"><button type="button" title="Ctrl+Enter"><img src="img/iconCheckSmall.gif" width="12" height="8" alt="" class="icon" />{$lang->cmd_confirm}</button></span>
<span class="buttonGray medium"><button type="button" title="ESC"><img src="img/buttonCloseLayerX.gif" width="7" height="7" alt="" class="icon" />{$lang->cmd_cancel}</button></span>
<div class="btnArea">
<span class="btnGray medium strong"><button type="button" title="Ctrl+Enter"><img src="img/iconCheckSmall.gif" width="12" height="8" alt="" class="icon" />{$lang->cmd_confirm}</button></span>
<span class="btnGray medium"><button type="button" title="ESC"><img src="img/buttonCloseLayerX.gif" width="7" height="7" alt="" class="icon" />{$lang->cmd_cancel}</button></span>
</div>
<span class="cap capTL"></span>
<span class="cap capTR"></span>
@ -421,21 +421,21 @@
<!-- class="wArea file" | class="wArea file open" -->
<fieldset>
<legend>{$lang->edit->file}</legend>
<span id="swfUploadButton{$editor_sequence}" class="buttonFileUpload"><button type="button">{$lang->edit->file_select}</button></span>
<span id="swfUploadButton{$editor_sequence}" class="btnFileUpload"><button type="button">{$lang->edit->file_select}</button></span>
<p class="info">{sprintf($lang->edit->file_uploadinfo,($file_config->allowed_filesize/(1024*1024)),($file_config->allowed_attach_size/(1024*1024)))} <!--button type="button" class="help">파일 업로드에 문제가 발생하는 경우 클릭.</button--></p>
<!--input name="" type="file" class="inputFile" title="파일 찾기" /-->
<!-- class="inputFile" | class="inputFile open" -->
<div class="hr"></div>
<dl class="attachedFile">
<dd style="display:none"><strong>{filename}</strong> <em>{filesize}</em> <button type="button" class="buttonDelete"><span>{$lang->cmd_delete}</span></button></dd>
<dd style="display:none"><strong>{filename}</strong> <em>{filesize}</em> <button type="button" class="btnDelete"><span>{$lang->cmd_delete}</span></button></dd>
</dl>
<p class="summary">{$lang->edit->file_total} <em class="filesize">{total_filesize}</em></p>
<div class="hr"></div>
<input name="" type="text" class="iText" value="" title="{$lang->edit->insert_file_explain}" />
<input name="" type="text" class="iText" value="" title="{$lang->edit->insert_cite}" />
<div class="buttonArea">
<span class="buttonGray medium strong"><button type="button" title="Ctrl+Enter"><img src="img/iconCheckSmall.gif" width="12" height="8" alt="" class="icon" />{$lang->cmd_confirm}</button></span>
<span class="buttonGray medium"><button type="button" title="ESC"><img src="img/buttonCloseLayerX.gif" width="7" height="7" alt="" class="icon" />{$lang->cmd_cancel}</button></span>
<div class="btnArea">
<span class="btnGray medium strong"><button type="button" title="Ctrl+Enter"><img src="img/iconCheckSmall.gif" width="12" height="8" alt="" class="icon" />{$lang->cmd_confirm}</button></span>
<span class="btnGray medium"><button type="button" title="ESC"><img src="img/buttonCloseLayerX.gif" width="7" height="7" alt="" class="icon" />{$lang->cmd_cancel}</button></span>
</div>
<span class="cap capTL"></span>
<span class="cap capTR"></span>
@ -452,9 +452,9 @@
<ul>
<li><span class="hRule"></span><input name="hr" type="radio" value="hline" id="hr1" class="inputRadio" checked="checked" /> <label for="hr1">{$lang->edit->hr_simple}</label></li>
</ul>
<div class="buttonArea">
<span class="buttonGray medium strong"><button type="button" title="Ctrl+Enter"><img src="img/iconCheckSmall.gif" width="12" height="8" alt="" class="icon" />{$lang->cmd_confirm}</button></span>
<span class="buttonGray medium"><button type="button" title="ESC"><img src="img/buttonCloseLayerX.gif" width="7" height="7" alt="" class="icon" />{$lang->cmd_cancel}</button></span>
<div class="btnArea">
<span class="btnGray medium strong"><button type="button" title="Ctrl+Enter"><img src="img/iconCheckSmall.gif" width="12" height="8" alt="" class="icon" />{$lang->cmd_confirm}</button></span>
<span class="btnGray medium"><button type="button" title="ESC"><img src="img/buttonCloseLayerX.gif" width="7" height="7" alt="" class="icon" />{$lang->cmd_cancel}</button></span>
</div>
<span class="cap capTL"></span>
<span class="cap capTR"></span>
@ -467,9 +467,9 @@
<!-- class="wArea index" | class="wArea index open" -->
<fieldset>
<legend>{$lang->edit->toc}</legend>
<div class="buttonArea">
<span class="buttonGray medium strong"><button type="button" title="Ctrl+Enter"><img src="img/iconCheckSmall.gif" width="12" height="8" alt="" class="icon" />{$lang->cmd_confirm}</button></span>
<span class="buttonGray medium"><button type="button" title="ESC"><img src="img/buttonCloseLayerX.gif" width="7" height="7" alt="" class="icon" />{$lang->cmd_cancel}</button></span>
<div class="btnArea">
<span class="btnGray medium strong"><button type="button" title="Ctrl+Enter"><img src="img/iconCheckSmall.gif" width="12" height="8" alt="" class="icon" />{$lang->cmd_confirm}</button></span>
<span class="btnGray medium"><button type="button" title="ESC"><img src="img/buttonCloseLayerX.gif" width="7" height="7" alt="" class="icon" />{$lang->cmd_cancel}</button></span>
<p class="info">{$lang->edit->toc_explain}</p>
</div>
<span class="cap capTL"></span>
@ -485,8 +485,8 @@
<legend>{$lang->edit->materials}</legend>
<h4 class="h4">{$lang->edit->materials}</h4>
<div class="controls">
<span class="buttonDrEditor black"><button type="button" class="_reload">{$lang->edit->refresh}</button></span>
<span class="buttonDrEditor black"><button type="button" class="_close">{$lang->edit->close_materials}</button></span>
<span class="btnDrEditor black"><button type="button" class="_reload">{$lang->edit->refresh}</button></span>
<span class="btnDrEditor black"><button type="button" class="_close">{$lang->edit->close_materials}</button></span>
</div>
<p class="noData">{$lang->edit->no_materials}</p>
<div class="_container">
@ -494,7 +494,7 @@
<dt>{regdate}</dt>
<dd>
<div class="eArea">{content}</div>
<span class="buttonDrEditor green small"><button type="button">{$lang->edit->insert}</button></span>
<span class="btnDrEditor green small"><button type="button">{$lang->edit->insert}</button></span>
</dd>
</dl>
</div>
@ -518,7 +518,7 @@
<legend>{$lang->edit->help}</legend>
<h4 class="h4">{$lang->edit->help}</h4>
<div class="controls">
<span class="buttonDrEditor black"><button type="button">{$lang->edit->close_help}</button></span>
<span class="btnDrEditor black"><button type="button">{$lang->edit->close_help}</button></span>
</div>
<dl>
<dt>{$lang->edit->help_first_dt_1}</dt>

View file

@ -512,7 +512,7 @@ var DrEditor = xe.createApp('DrEditor', {
var type = (params[2]||'').toUpperCase();
// save and cancel button
var _buttons = editor.find('div.buttonArea button');
var _buttons = editor.find('div.btnArea button');
_buttons.eq(0).click(function(){ self.cast('CLOSE_EDITOR', [seq, true, type]); }); // save button
_buttons.eq(1).click(function(){ self.cast('CLOSE_EDITOR', [seq, false, type]); }); // cancel button
@ -1591,7 +1591,7 @@ var MaterialWriter = xe.createPlugin('MaterialWriter', {
tpl.addClass('xe_dr_'+this.type);
tpl.find('dt').text(this.regdate.substring(0,4)+'.'+this.regdate.substring(4,6)+'.'+this.regdate.substring(6,8)+' '+this.regdate.substring(8,10)+':'+this.regdate.substring(10,12));
tpl.find('dd > div.eArea').html(this.content);
tpl.find('dd > span.buttonDrEditor > button').click(function(event){
tpl.find('dd > span.btnDrEditor > button').click(function(event){
var t = $(event.target);
var o = t.parent().prev('div.eArea').eq(0).clone();
@ -1695,7 +1695,7 @@ var FileWriter = xe.createPlugin('FileWriter', {
tpl.find('>strong').text(fileObj.name);
tpl.find('>em').text(this.formatsize(fileObj.size));
tpl.addClass('filesrl_-'+(orderedFiles.length+cfg.queue_idx));
tpl.find('button.buttonDelete').click(function(){ self.ondelete(seq, $(this)) }).hide();
tpl.find('button.btnDelete').click(function(){ self.ondelete(seq, $(this)) }).hide();
tpl.appendTo(cfg.files);
cfg.files.show().append(tpl);
@ -1731,7 +1731,7 @@ var FileWriter = xe.createPlugin('FileWriter', {
dd.removeClass(cls).addClass('filesrl_'+fileObj.file_srl);
// 삭제버튼 보여주기
dd.find('button.buttonDelete').show();
dd.find('button.btnDelete').show();
}
});
},
@ -1833,7 +1833,7 @@ var FileWriter = xe.createPlugin('FileWriter', {
tpl.addClass('filesrl_'+srl);
tpl.find('>strong').text(dd.find('>a').text());
tpl.find('>em').text(dd.find('>span').text());
tpl.find('button.buttonDelete').click(function(){ self.ondelete(seq, $(this)) });
tpl.find('button.btnDelete').click(function(){ self.ondelete(seq, $(this)) });
cfg.n_count++;
cfg.n_size += parseInt(uploadedFiles[srl].file_size) || 0
@ -2589,7 +2589,7 @@ function translate_cite(str) {
function is_left_click(event) {
var ie = $.browser.msie;
return (typeof(event.button)=='undefined' || (ie && event.button == 1) || (!ie && event.button == 0));
return (typeof(event.btn)=='undefined' || (ie && event.btn == 1) || (!ie && event.btn == 0));
}
editor.translate = translate;

View file

@ -5871,7 +5871,7 @@ xe.XE_Table = jQuery.Class({
this._startSel = null;
this._endSel = null;
if (!sel.length || !this._isLeftClicked(event.button)) return;
if (!sel.length || !this._isLeftClicked(event.btn)) return;
function delayed(){
sel = app.getSelection().cloneRange();
@ -5906,7 +5906,7 @@ xe.XE_Table = jQuery.Class({
var self = this;
// 마우스 왼쪽 버튼이 눌리지 않았으면 종료
if (!cell.length || !this._isLeftClicked(event.button)) return;
if (!cell.length || !this._isLeftClicked(event.btn)) return;
if (!this._endSel && cell.get(0) == this._startSel.get(0)) return;
if (this._endSel && cell.get(0) == this._endSel.get(0)) return;

View file

@ -1,9 +1,9 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* TextEditor */
.xeTextEditor {margin:0 12px 0 0}
.xeTextEditor textarea {display:block;margin:0;padding:5px}
.xeTextEditor.black textarea {color:#fff;background-color:#000}
.xeTextEditor{margin:0 12px 0 0}
.xeTextEditor textarea{display:block;margin:0;padding:5px}
.xeTextEditor.black textarea{color:#fff;background-color:#000}
/* Type Selector */
.xpress-editor *{margin:0;padding:0;font-style:normal;font-size:12px}
.xpress-editor img,
@ -17,8 +17,8 @@
.xpress-editor li{list-style:none}
/* Layout Selector */
.xpress-editor{position:relative;background:transparent}
.xpress-editor #smart_content{position:relative;clear:both;margin:0 0 10px 0;border:1px solid #c2c2c2;*zoom:1;z-index:1;background:#fff}
.xpress-editor.black #smart_content {background:transparent}
.xpress-editor #smart_content{position:relative;clear:both;margin:0 0 10px 0;border:1px solid #c2c2c2;zoom:1;z-index:1;background:#fff}
.xpress-editor.black #smart_content{background:transparent}
.xpress-editor #smart_footer{position:relative;text-align:center;padding:10px 0}
/* Footer */
.xpress-editor #smart_footer *{vertical-align:top}
@ -32,17 +32,17 @@
.xpress-editor a.skip:hover,
.xpress-editor a.skip:active,
.xpress-editor a.skip:focus{position:relative;display:block;padding:5px;right:0;z-index:60;width:auto;height:auto;text-align:right;white-space:nowrap;color:#000;text-decoration:none;letter-spacing:-1px;_zoom:1}
.xpress-editor .input_area{position:relative;margin:10px;z-index:30;*zoom:1;height:400px}
.xpress-editor .input_area{position:relative;margin:10px;z-index:30;zoom:1;height:400px}
.xpress-editor .input_area iframe,
.xpress-editor .input_area textarea{display:block;width:100% !important;position:relative;height:100%;border:0 !important;padding:0 !important;overflow:auto}
.xpress-editor .input_area textarea{*margin:0 -10px;_margin-bottom:-2px}
.xpress-editor .input_area textarea.blind{display:none}
.xpress-editor .input_control{position:relative;display:block;width:100%;clear:both;text-align:center;background:#fbfbfb url(../img/btn_expand.gif) no-repeat center center;cursor:n-resize}
.xpress-editor .input_control span{display:block;height:10px;visibility:hidden;overflow:visible;font-size:0;line-height:200%;white-space:nowrap;color:#fff}
.xpress-editor.black .input_control {background:#111 url(../img/btn_expand.black.gif) no-repeat center center}
.xpress-editor.black .input_control{background:#111 url(../img/btn_expand.black.gif) no-repeat center center}
.xpress-editor.black .input_control span{border-top:1px solid #333; color:#000}
.xpress-editor .tool{position:relative;overflow:visible;padding:5px 10px 6px 10px;*padding:5px 10px 8px 10px;z-index:40;clear:both;background:#f8f8f8 url(../img/bg_tool.gif) repeat-x left bottom;border:0;*zoom:1}
.xpress-editor .tool.disable {display:none}
.xpress-editor .tool{position:relative;overflow:visible;padding:5px 10px 6px 10px;*padding:5px 10px 8px 10px;z-index:40;clear:both;background:#f8f8f8 url(../img/bg_tool.gif) repeat-x left bottom;border:0;zoom:1}
.xpress-editor .tool.disable{display:none}
.xpress-editor.black .tool{background:#111 url(../img/bg_tool.black.gif) repeat-x left bottom}
.xpress-editor .tool:after{content:"";display:block;clear:both}
.xpress-editor .tool ul{position:relative;overflow:visible;float:left;margin:0 5px 2px 0 !important;z-index:2;border:0 !important}
@ -216,7 +216,7 @@
.xpress-editor .tool .layer button,
.xpress-editor.black .tool .layer button{margin:0 !important;width:auto;height:auto;background:none}
.xpress-editor .tool .layer button span{position:absolute;width:0;height:0;font-size:0;line-height:0;overflow:hidden;visibility:hidden}
.xpress-editor .tool .btn_area{position:relative;clear:both;text-align:center !important;padding:7px 0 12px 0;width:100%;white-space:nowrap;*zoom:1}
.xpress-editor .tool .btn_area{position:relative;clear:both;text-align:center !important;padding:7px 0 12px 0;width:100%;white-space:nowrap;zoom:1}
.xpress-editor .tool .btn_area *{vertical-align:top}
.xpress-editor .tool button.close{position:absolute;top:4px;right:3px;width:21px;height:20px;background:url(../img/btn_layer_close.gif) no-repeat center center !important}
.xpress-editor .tool button.close span{position:absolute;width:0;height:0;overflow:hidden;visibility:hidden}
@ -227,7 +227,7 @@
.xpress-editor .tool .layer .palette{width:210px;position:relative;left:7px;padding:8px 0 7px 0;margin:0}
.xpress-editor .tool .layer .palette li{float:left;margin:0 1px 1px 0;font-size:0;line-height:0}
.xpress-editor .tool .layer .palette button{position:relative;overflow:hidden;width:11px !important;height:11px !important}
.xpress-editor .tool li.bcolor .layer {width:218px;overflow:hidden}
.xpress-editor .tool li.bcolor .layer{width:218px;overflow:hidden}
.xpress-editor .tool .layer .background{width:210px;position:relative;left:7px;margin:0 0 -2px 0;padding:8px 0 0 0;*padding-bottom:8px;_padding-bottom:4px}
.xpress-editor .tool .layer .background li{float:left;margin:0 5px 2px 0}
.xpress-editor .tool .layer .background button{position:relative;overflow:hidden;width:65px;height:19px;text-align:left;padding:4px}
@ -243,7 +243,7 @@
.xpress-editor .tool li.style .layer li.p button span{padding:3px 0 1px 4px;height:11px;_height /**/:15px;font-size:12px;color:#5d5d5d}
.xpress-editor .tool li.style .layer li button.hover{background:#c1f471;*height:1%}
.xpress-editor .tool li.blockquote .layer{padding:6px 5px 6px 7px;left:0;width:288px}
.xpress-editor .tool li.blockquote .layer ul{*zoom:1;margin:0}
.xpress-editor .tool li.blockquote .layer ul{zoom:1;margin:0}
.xpress-editor .tool li.blockquote .layer ul:after{content:"";display:block;clear:both}
.xpress-editor .tool li.blockquote .layer li{position:relative;float:left;overflow:hidden;width:32px;height:34px;margin:0 2px 0 0;border:1px solid #cdcecc;background-image:url(../img/btn_qmark.gif);background-repeat:no-repeat}
.xpress-editor .tool li.blockquote .layer li.q1{background-position:0 0}
@ -321,23 +321,23 @@
.xpress-editor .tool li.character .layer p button span{position:absolute;width:0;height:0;overflow:hidden;visibility:hidden}
.xpress-editor .tool li.extensions .layer{width:auto;white-space:nowrap;padding:5px 10px}
.xpress-editor .tool li.extensions .layer li{margin:2px 0}
.xpress-editor .tool li.extensions .layer li a {color:#000;text-decoration:none}
.xpress-editor .tool li.extensions .layer li a:hover {text-decoration:underline}
.xpress-editor .tool li.extensions .layer li a{color:#000;text-decoration:none}
.xpress-editor .tool li.extensions .layer li a:hover{text-decoration:underline}
/* File Uploader */
.xpress-editor .fileUploader{clear:both;padding-top:5px;margin-bottom:10px}
.xpress-editor .fileUploader:after{content:"";display:block;clear:both}
.xpress-editor .fileUploader .preview{float:left;width:64px;height:64px;border:1px solid #ccc;;padding:2px;margin:0 10px 5px 0}
.xpress-editor .fileUploader .preview.black {background-color:#000;border:1px solid #666}
.xpress-editor .fileUploader .preview.black{background-color:#000;border:1px solid #666}
.xpress-editor .fileUploader .preview img{display:block;width:64px;height:64px}
.xpress-editor .fileUploader .fileListArea{float:left;width:260px;margin:0 10px 5px 0}
.xpress-editor .fileUploader .fileListArea select{width:100%;height:70px;overflow:auto;margin:0;padding:0;float:none}
.xpress-editor .fileUploader .fileListArea select option{font-size:11px}
.xpress-editor .fileUploader .fileListArea.black select {background-color:#000;border:1px solid #666}
.xpress-editor .fileUploader .fileListArea.black select option {color:#aaa}
.xpress-editor .fileUploader .fileListArea.black select{background-color:#000;border:1px solid #666}
.xpress-editor .fileUploader .fileListArea.black select option{color:#aaa}
.xpress-editor .fileUploader .fileUploadControl{clear:right}
.xpress-editor .fileUploader .fileUploadControl .button{margin-bottom:5px}
.xpress-editor .fileUploader .file_attach_info{clear:right;margin:5px 0;font-size:11px;color:#333}
/* Auto Save */
.xpress-editor .autosave_message {display:none;background: #f6ffdb;padding:6px 10px;margin:0;line-height:1}
.xpress-editor.black .autosave_message {display:none;background:#222;padding:6px 10px;margin:0;line-height:1;color:#fff}
.xpress-editor .input_syntax.black {background:transparent;color:#fff}
.xpress-editor .autosave_message{display:none;background: #f6ffdb;padding:6px 10px;margin:0;line-height:1}
.xpress-editor.black .autosave_message{display:none;background:#222;padding:6px 10px;margin:0;line-height:1;color:#fff}
.xpress-editor .input_syntax.black{background:transparent;color:#fff}

View file

@ -21,13 +21,13 @@
.xe_content h4,
.xe_content h5,
.xe_content h6{line-height:1.2;clear:both}
.xe_content h1{font-size:22px;border-bottom:4px solid #f4f4f4;background-color:#fff;*border-bottom:1px solid #ccc;*zoom:1;*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX='0', OffY='4', Color='#f4f4f4', positive='true')}
.xe_content h1{font-size:22px;border-bottom:4px solid #f4f4f4;background-color:#fff;*border-bottom:1px solid #ccc;zoom:1;*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX='0', OffY='4', Color='#f4f4f4', positive='true')}
.xe_content h1:after{content:"";display:block;font-size:0;line-height:0;overflow:hidden;height:1px;background:#ccc}
.xe_content h2{font-size:20px;border-bottom:3px solid #f4f4f4;background-color:#fff;*border-bottom:1px solid #ccc;*zoom:1;*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX='0', OffY='3', Color='#f4f4f4', positive='true')}
.xe_content h2{font-size:20px;border-bottom:3px solid #f4f4f4;background-color:#fff;*border-bottom:1px solid #ccc;zoom:1;*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX='0', OffY='3', Color='#f4f4f4', positive='true')}
.xe_content h2:after{content:"";display:block;font-size:0;line-height:0;overflow:hidden;height:1px;background:#ccc}
.xe_content h3{font-size:18px;border-bottom:2px solid #f4f4f4;background-color:#fff;*border-bottom:1px solid #ccc;*zoom:1;*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX='0', OffY='2', Color='#f4f4f4', positive='true')}
.xe_content h3{font-size:18px;border-bottom:2px solid #f4f4f4;background-color:#fff;*border-bottom:1px solid #ccc;zoom:1;*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX='0', OffY='2', Color='#f4f4f4', positive='true')}
.xe_content h3:after{content:"";display:block;font-size:0;line-height:0;overflow:hidden;height:1px;background:#ccc}
.xe_content h4{font-size:16px;border-bottom:1px solid #f4f4f4;background-color:#fff;*border-bottom:1px solid #ccc;*zoom:1;*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX='0', OffY='1', Color='#f4f4f4', positive='true')}
.xe_content h4{font-size:16px;border-bottom:1px solid #f4f4f4;background-color:#fff;*border-bottom:1px solid #ccc;zoom:1;*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX='0', OffY='1', Color='#f4f4f4', positive='true')}
.xe_content h4:after{content:"";display:block;font-size:0;line-height:0;overflow:hidden;height:1px;background:#ccc}
.xe_content h5{font-size:14px;border-bottom:1px solid #ccc}
.xe_content h6{font-size:12px;border-bottom:1px dotted #ccc}

View file

@ -21,13 +21,13 @@
.xe_content h4,
.xe_content h5,
.xe_content h6{line-height:1.2;clear:both}
.xe_content h1{font-size:22px;border-bottom:4px solid #666;background-color:#000;*border-bottom:1px solid #999;*zoom:1;*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX='0', OffY='4', Color='#666666', positive='true')}
.xe_content h1{font-size:22px;border-bottom:4px solid #666;background-color:#000;*border-bottom:1px solid #999;zoom:1;*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX='0', OffY='4', Color='#666666', positive='true')}
.xe_content h1:after{content:"";display:block;font-size:0;line-height:0;overflow:hidden;height:1px;background:#999}
.xe_content h2{font-size:20px;border-bottom:3px solid #666;background-color:#000;*border-bottom:1px solid #999;*zoom:1;*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX='0', OffY='3', Color='#666666', positive='true')}
.xe_content h2{font-size:20px;border-bottom:3px solid #666;background-color:#000;*border-bottom:1px solid #999;zoom:1;*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX='0', OffY='3', Color='#666666', positive='true')}
.xe_content h2:after{content:"";display:block;font-size:0;line-height:0;overflow:hidden;height:1px;background:#999}
.xe_content h3{font-size:18px;border-bottom:2px solid #666;background-color:#000;*border-bottom:1px solid #999;*zoom:1;*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX='0', OffY='2', Color='#666666', positive='true')}
.xe_content h3{font-size:18px;border-bottom:2px solid #666;background-color:#000;*border-bottom:1px solid #999;zoom:1;*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX='0', OffY='2', Color='#666666', positive='true')}
.xe_content h3:after{content:"";display:block;font-size:0;line-height:0;overflow:hidden;height:1px;background:#999}
.xe_content h4{font-size:16px;border-bottom:1px solid #666;background-color:#000;*border-bottom:1px solid #999;*zoom:1;*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX='0', OffY='1', Color='#666666', positive='true')}
.xe_content h4{font-size:16px;border-bottom:1px solid #666;background-color:#000;*border-bottom:1px solid #999;zoom:1;*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX='0', OffY='1', Color='#666666', positive='true')}
.xe_content h4:after{content:"";display:block;font-size:0;line-height:0;overflow:hidden;height:1px;background:#999}
.xe_content h5{font-size:14px;border-bottom:1px solid #666}
.xe_content h6{font-size:12px;border-bottom:1px dotted #666}

View file

@ -1,4 +0,0 @@
@charset "utf-8";
.module_category_title { border:1px solid #DDDDDD; margin:10px 5px 5px 0; padding:3px 3px 3px 9px; }
.module_list { margin:0 0 5px 10px; }

View file

@ -1,5 +1,4 @@
<load target="css/editor.css" usecdn="true" />
<load target="css/editor_admin.css" usecdn="true" />
<load target="js/editor_admin.js" usecdn="true" />
<h1 class="h1">{$lang->cmd_setup}</h1>
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
@ -12,11 +11,11 @@
<div class="table">
<table width="100%" border="1" cellspacing="0">
<tr>
<th scope="row"><div>{$lang->component_name}</div></th>
<th scope="row">{$lang->component_name}</th>
<td>{$component->title}({$component->component_name}) ver. {$component->version}</td>
</tr>
<tr>
<th scope="row"><div>{$lang->component_author}</div></th>
<th scope="row">{$lang->component_author}</th>
<td class="blue">
<!--@foreach($component->author as $author)-->
{$author->name} (<a href="{$author->homepage}" onclick="window.open(this.href);return false;">{$author->homepage}</a>, <a href="mailto:{$author->email_address}">{$author->email_address}</a>)<br />
@ -25,14 +24,14 @@
</tr>
<!--@if($component->link)-->
<tr>
<th scope="row"><div>{$lang->component_link}</div></th>
<th scope="row">{$lang->component_link}</th>
<td><a href="#" onclick="winopen('{$component->link}');return false;">{$component->link}</a></td>
</tr>
<!--@end-->
<!--@foreach($component->extra_vars as $key => $val)-->
<tr class="row{$cycle_idx}">
<th scope="row"><div>{$val->title}</div></th>
<th scope="row">{$val->title}</th>
<td>
<input type="text" name="{$key}" value="{$val->value}" />
<p>{$val->description}</p>
@ -41,7 +40,7 @@
<!--@end-->
<tr>
<th scope="row"><div>{$lang->grant}</div></th>
<th scope="row">{$lang->grant}</th>
<td>
<!--@foreach($group_list as $key => $val)-->
<input type="checkbox" name="target_group" value="{$key}" <!--@if(in_array($key, $component->target_group))-->checked="checked"<!--@end--> id="group_{$key}"> <label for="group_{$key}">{$val->title}</label> &nbsp;
@ -52,10 +51,10 @@
<!--@if($mid_list)-->
<tr>
<th scope="row"><div>
<th scope="row">
{$lang->module}
<input type="checkbox" onclick="XE.checkboxToggleAll('mid_list'); return false;" />
</div></th>
</th>
<td>
<p>{$lang->about_component_mid}</p>
<!--@foreach($mid_list as $module_category_srl => $modules)-->

View file

@ -1,5 +0,0 @@
@charset "utf-8";
.adminTable tr.bg1 td {
background-color: #FAFAFA;
}

View file

@ -2,13 +2,13 @@
/* NHN (developers@xpressengine.com) */
/* Element Reset */
html, body{margin:0}
body, input, textarea, select, table, button {font-family:Tahoma, Geneva, sans-serif;font-size:12px}
img, fieldset {border:0}
form, fieldset {margin:0;padding:0}
em, address {font-style:normal}
body, input, textarea, select, table, button{font-family:Tahoma, Geneva, sans-serif;font-size:12px}
img, fieldset{border:0}
form, fieldset{margin:0;padding:0}
em, address{font-style:normal}
button{margin:0;padding:0;overflow:visible;cursor:pointer}
a {text-decoration:none}
a:hover, a:active, a:focus {text-decoration:underline}
a{text-decoration:none}
a:hover, a:active, a:focus{text-decoration:underline}
/* Common Class */
.iText{border:1px solid #b7b7b7;border-right-color:#e1e1e1;border-bottom-color:#e1e1e1;background:transparent}
.iCheck, .iRadio{width:13px;height:13px;margin:0;padding:0;vertical-align:middle}
@ -20,19 +20,19 @@ html{height:100%;background:url(../img/bgHtml.gif) repeat-x 0 0}
#xei #header h1{margin:0}
#xei #header em{position:absolute;top:10px;right:20px;font-weight:bold;font-size:14px;color:#eee}
#xei #header em strong{font-size:20px;color:#F60}
#xei #body{width:580px;padding:0 0 0 220px;position:relative;overflow:hidden;*zoom:1}
#xei #body{width:580px;padding:0 0 0 220px;position:relative;overflow:hidden;zoom:1}
#xei #body:after{content:"";display:block;clear:both}
#xei #body .dummy{position:absolute;left:0;top:287px;display:block;width:219px;height:1000px;background:#484848;*zoom:1}
#xei #body .dummy{position:absolute;left:0;top:287px;display:block;width:219px;height:1000px;background:#484848;zoom:1}
#xei #progress{position:absolute;left:0;top:0;width:219px}
#xei #progress ul{list-style:none;margin:0;padding:0}
#xei #progress li{position:relative;margin:0 0 1px 0;vertical-align:top;line-height:40px;color:#999;text-indent:30px;background-color:#555;background-image:url(../img/icoStatus.gif);background-repeat:no-repeat;background-position:10px 0;*zoom:1}
#xei #progress li{position:relative;margin:0 0 1px 0;vertical-align:top;line-height:40px;color:#999;text-indent:30px;background-color:#555;background-image:url(../img/icoStatus.gif);background-repeat:no-repeat;background-position:10px 0;zoom:1}
#xei #progress li.done{background-position:10px -40px}
#xei #progress li.active{background-color:#666;background-position:10px -80px;font-weight:bold;color:#fff;margin-right:-1px}
#xei #content{position:relative;width:580px;min-height:328px;_height:328px;padding:20px 0 60px 0;background:#666}
/* Button */
.ibtn,
.ibtn *{position:relative;margin:0;padding:0;display:inline-block;height:30px;line-height:30px;text-decoration:none !important;border:0;font-size:12px;font-family:Tahoma, Sans-serif;white-space:nowrap;background:url(../img/btnPack.gif) no-repeat;vertical-align:top;overflow:visible;color:#eee}
.ibtn {margin-right:4px;background-position:left -30px}
.ibtn{margin-right:4px;background-position:left -30px}
.ibtn *{left:4px;cursor:pointer;_cursor:hand;padding:0 10px 0 6px;background-position:right -30px}
.ibtn *:hover,
.ibtn *:active,
@ -44,7 +44,7 @@ html{height:100%;background:url(../img/bgHtml.gif) repeat-x 0 0}
.ibtn .back{background-position:-14px -146px}
.ibtn .monitor{background-position:-37px -147px}
/* Button Area */
.ibtnArea{position:absolute;bottom:0;right:0;width:540px;margin:0;padding:15px 20px;text-align:center;*zoom:1;color:#fff;border-top:1px solid #444;background:#555}
.ibtnArea{position:absolute;bottom:0;right:0;width:540px;margin:0;padding:15px 20px;text-align:center;zoom:1;color:#fff;border-top:1px solid #444;background:#555}
.ibtnArea:after{content:"";display:block;clear:both}
.ibtnArea .fLeft{float:left}
.ibtnArea .fRight{float:right}
@ -58,14 +58,14 @@ html{height:100%;background:url(../img/bgHtml.gif) repeat-x 0 0}
.table td{border:0;padding:8px 15px;vertical-align:top;text-align:left}
.table th{color:#eee}
.table td{color:#eee}
.table td strong {color:#f60}
.table td strong{color:#f60}
.table thead th{border-bottom:1px solid #484848;background:#f8f8f8}
.table tbody th{border-bottom:1px solid #484848;background:#555;white-space:nowrap}
.table tfoot th{border-bottom:1px solid #484848}
.table tbody td{border-bottom:1px solid #484848}
.table tfoot td{border-bottom:1px solid #484848;font-weight:bold;color:#333}
/* Select */
.select{position:relative;line-height:normal;display:inline-block;*display:inline;vertical-align:middle;background:#555;text-align:left;*zoom:1}
.select{position:relative;line-height:normal;display:inline-block;*display:inline;vertical-align:middle;background:#555;text-align:left;zoom:1}
.select *{margin:0;padding:0;cursor:pointer;font-size:12px;font-family:Tahoma, Sans-serif}
.select .myValue{position:relative;z-index:2;left:0;top:0;border:1px solid #999;color:#eee;line-height:19px;_line-height:normal;text-align:left;overflow:visible;background:transparent}
.select .myValue.selected{font-weight:bold}

View file

@ -1,92 +1,92 @@
@charset "utf-8";
#spot { padding-left:10px; margin-bottom:20px; }
#spot .search * { vertical-align:middle;}
#spot .search .iText { border:4px solid #b6b6b6; padding:2px; width:252px; font-size:16px; font-weight:bold; }
#spot{padding-left:10px;margin-bottom:20px}
#spot .search *{vertical-align:middle}
#spot .search .iText{border:4px solid #b6b6b6;padding:2px;width:252px;font-size:16px;font-weight:bold}
.localNavigation { border-bottom:1px solid #ccc; *zoom:1; margin:0 0 20px 0px; padding:0; overflow:hidden; padding-left:10px; }
.localNavigation:after {content:""; display:block; clear:both;}
.localNavigation li{ position:relative; list-style:none; float:left; margin:0 -1px 0 0; padding:0;background:#fff;}
.localNavigation li a { color:#666; text-decoration:none; text-decoration:none; float:left; padding:7px 15px 0 15px; height:18px; border:1px solid #ddd; border-bottom:none; background:url(images/white/bgTab.gif) repeat-x;}
.localNavigation li.on { margin-bottom:-1px;}
.localNavigation li.on a{ height:19px; background:none;}
.localNavigation{border-bottom:1px solid #ccc;zoom:1;margin:0 0 20px 0px;padding:0;overflow:hidden;padding-left:10px}
.localNavigation:after{content:"";display:block;clear:both}
.localNavigation li{position:relative;list-style:none;float:left;margin:0 -1px 0 0;padding:0;background:#fff}
.localNavigation li a{color:#666;text-decoration:none;text-decoration:none;float:left;padding:7px 15px 0 15px;height:18px;border:1px solid #ddd;border-bottom:none;background:url(images/white/bgTab.gif) repeat-x}
.localNavigation li.on{margin-bottom:-1px}
.localNavigation li.on a{height:19px;background:none}
.subNavigation { *zoom:1; margin:0 0 20px 10px; padding:0 0 10px 0; overflow:hidden; border-bottom:1px solid #EFEFEF; }
.subNavigation:after {content:""; display:block; clear:both;}
.subNavigation li{ position:relative; list-style:none; float:left; margin:0 -1px 0 0; padding:0 }
.subNavigation li a { color:#666; text-decoration:none; text-decoration:none; float:left; padding:0 10px 0 0; margin-right:10px; border-right:1px solid #ddd; }
.subNavigation li.last a { border-right:0; }
.subNavigation li.on { margin-bottom:-1px;}
.subNavigation li.on a { font-weight:bold; }
.subNavigation{zoom:1;margin:0 0 20px 10px;padding:0 0 10px 0;overflow:hidden;border-bottom:1px solid #EFEFEF}
.subNavigation:after{content:"";display:block;clear:both}
.subNavigation li{position:relative;list-style:none;float:left;margin:0 -1px 0 0;padding:0 }
.subNavigation li a{color:#666;text-decoration:none;text-decoration:none;float:left;padding:0 10px 0 0;margin-right:10px;border-right:1px solid #ddd}
.subNavigation li.last a{border-right:0}
.subNavigation li.on{margin-bottom:-1px}
.subNavigation li.on a{font-weight:bold}
strong.noKeyword { font-size:16px; display:block; margin:50px 0 0 10px; }
strong.noKeyword{font-size:16px;display:block;margin:50px 0 0 10px}
h3.subTitle { padding:0 0 0 20px; margin:10px 0 20px 10px; background:url(images/white/iconH2.gif) no-repeat left center; font-size:12px; color:#666; }
h3.subTitle span { font-weight:normal; font-family:verdana; font-size:11px; }
h3.subTitle{padding:0 0 0 20px;margin:10px 0 20px 10px;background:url(images/white/iconH2.gif) no-repeat left center;font-size:12px;color:#666}
h3.subTitle span{font-weight:normal;font-family:verdana;font-size:11px}
.noResult { display:block; margin:0 0 30px 10px; color:#666; padding:0 0 10px 20px; border-bottom:1px solid #EFEFEF; line-height:160%;}
.noResult{display:block;margin:0 0 30px 10px;color:#666;padding:0 0 10px 20px;border-bottom:1px solid #EFEFEF;line-height:160%}
.searchResult { margin:10px 0 0 10px; padding:0;}
.searchResult li { width:100%; margin-bottom:15px; clear:both; overflow:hidden;list-style:none; }
.searchResult li .thumb { display:block; float:left; margin-right:14px; padding:1px; border:1px solid #DDD;}
.searchResult li dl { margin:5px 0 0 0; padding:0; }
.searchResult li dl dt { padding:0; margin:0; color:#d8d8d8; margin-bottom:1px;}
.searchResult li dl dt a { color:#1a3588; text-decoration:underline;}
.searchResult.comment li dl dt a { color:#444444; text-decoration:none;}
.searchResult.comment li dl dt a:hover { text-decoration:underline;}
.searchResult li dl dt .reply { color:#fe6700; font:.9em Tahoma;}
.searchResult li dl dt .reply em { color:#fe6700; font:normal 10px Tahoma;}
.searchResult li dl dt .category { color:#818181;}
.searchResult li dl dt .category a { color:#818181; border:none; text-decoration:none;}
.searchResult li dl dd { padding:0; margin:0; line-height:18px; color:#555555; margin-bottom:4px;}
.searchResult li address { color:#d8d8d8; font-size:12px; margin-top:5px; }
.searchResult li address strong { color:#3e3e3e; font-size:1em; font-weight:normal;}
.searchResult li address img { vertical-align:middle; margin-right:2px;}
.searchResult li address .time { color:#818181; font:.8em Tahoma;}
.searchResult li address .read { font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#818181;}
.searchResult li address .readNum { color:#818181; font:.8em Tahoma;}
.searchResult li address .recom { font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#818181;}
.searchResult li address .recomNum { color:#fe6700; font:bold .8em Tahoma;}
.searchResult{margin:10px 0 0 10px;padding:0}
.searchResult li{width:100%;margin-bottom:15px;clear:both;overflow:hidden;list-style:none}
.searchResult li .thumb{display:block;float:left;margin-right:14px;padding:1px;border:1px solid #DDD}
.searchResult li dl{margin:5px 0 0 0;padding:0}
.searchResult li dl dt{padding:0;margin:0;color:#d8d8d8;margin-bottom:1px}
.searchResult li dl dt a{color:#1a3588;text-decoration:underline}
.searchResult.comment li dl dt a{color:#444444;text-decoration:none}
.searchResult.comment li dl dt a:hover{text-decoration:underline}
.searchResult li dl dt .reply{color:#fe6700;font:.9em Tahoma}
.searchResult li dl dt .reply em{color:#fe6700;font:normal 10px Tahoma}
.searchResult li dl dt .category{color:#818181}
.searchResult li dl dt .category a{color:#818181;border:none;text-decoration:none}
.searchResult li dl dd{padding:0;margin:0;line-height:18px;color:#555555;margin-bottom:4px}
.searchResult li address{color:#d8d8d8;font-size:12px;margin-top:5px}
.searchResult li address strong{color:#3e3e3e;font-size:1em;font-weight:normal}
.searchResult li address img{vertical-align:middle;margin-right:2px}
.searchResult li address .time{color:#818181;font:.8em Tahoma}
.searchResult li address .read{font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;color:#818181}
.searchResult li address .readNum{color:#818181;font:.8em Tahoma}
.searchResult li address .recom{font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;color:#818181}
.searchResult li address .recomNum{color:#fe6700;font:bold .8em Tahoma}
.searchImageResult { margin:10px 0 0 10px; padding:0; overflow:hidden; *zoom:1;}
.searchImageResult li { width:124px; height:190px; padding:0; margin:0 20px 15px 0; list-style:none; float:left; overflow:hidden; vertical-align:top;}
.searchImageResult li img { display:block; margin-bottom:10px; padding:1px; border:1px solid #DDD;}
.searchImageResult li dl { margin:0; padding:0; }
.searchImageResult li dl dt { padding:0; margin:0; color:#d8d8d8; margin-bottom:1px;}
.searchImageResult li dl dt a { color:#1a3588; text-decoration:underline;}
.searchImageResult li address { color:#d8d8d8; font-size:12px; margin-top:5px; }
.searchImageResult li address strong { color:#3e3e3e; font-size:1em; font-weight:normal;}
.searchImageResult li address img { vertical-align:middle; margin-right:2px;}
.searchImageResult li address .time { color:#818181; font:.8em Tahoma;}
.searchImageResult li address .read { font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#818181;}
.searchImageResult li address .readNum { color:#818181; font:.8em Tahoma;}
.searchImageResult li address .recom { font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#818181;}
.searchImageResult li address .recomNum { color:#fe6700; font:bold .8em Tahoma;}
.searchImageResult li address .time { color:#818181; font:.8em Tahoma;}
.searchImageResult{margin:10px 0 0 10px;padding:0;overflow:hidden;zoom:1}
.searchImageResult li{width:124px;height:190px;padding:0;margin:0 20px 15px 0;list-style:none;float:left;overflow:hidden;vertical-align:top}
.searchImageResult li img{display:block;margin-bottom:10px;padding:1px;border:1px solid #DDD}
.searchImageResult li dl{margin:0;padding:0}
.searchImageResult li dl dt{padding:0;margin:0;color:#d8d8d8;margin-bottom:1px}
.searchImageResult li dl dt a{color:#1a3588;text-decoration:underline}
.searchImageResult li address{color:#d8d8d8;font-size:12px;margin-top:5px}
.searchImageResult li address strong{color:#3e3e3e;font-size:1em;font-weight:normal}
.searchImageResult li address img{vertical-align:middle;margin-right:2px}
.searchImageResult li address .time{color:#818181;font:.8em Tahoma}
.searchImageResult li address .read{font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;color:#818181}
.searchImageResult li address .readNum{color:#818181;font:.8em Tahoma}
.searchImageResult li address .recom{font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;color:#818181}
.searchImageResult li address .recomNum{color:#fe6700;font:bold .8em Tahoma}
.searchImageResult li address .time{color:#818181;font:.8em Tahoma}
div.isMore { color:#666; text-align:right; margin-bottom:20px; padding-bottom:10px; border-bottom:1px solid #EFEFEF; }
div.isMore a { color:#666; text-decoration:underline; }
div.isMore{color:#666;text-align:right;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid #EFEFEF}
div.isMore a{color:#666;text-decoration:underline}
/* Pagination Reset */
.pagination{ padding:15px 0; margin:0; text-align:center;}
.pagination *{ margin:0; padding:0;}
.pagination img{ border:0;}
.pagination{padding:15px 0;margin:0;text-align:center}
.pagination *{margin:0;padding:0}
.pagination img{border:0}
.pagination a,
.pagination strong{ position:relative; display:inline-block; text-decoration:none; line-height:normal; color:#333; font-family:Tahoma, Sans-serif; vertical-align:middle;}
.pagination strong{position:relative;display:inline-block;text-decoration:none;line-height:normal;color:#333;font-family:Tahoma, Sans-serif;vertical-align:middle}
.pagination a:hover,
.pagination a:active,
.pagination a:focus{ background-color:#f4f4f4 !important; }
.pagination strong{ color:#ff6600 !important;}
.pagination a:focus{background-color:#f4f4f4 !important}
.pagination strong{color:#ff6600 !important}
.pagination a.prev,
.pagination a.prevEnd,
.pagination a.next,
.pagination a.nextEnd{ font-weight:normal !important; border:none !important; margin:0 !important; white-space:nowrap; }
.pagination a.nextEnd{font-weight:normal !important;border:none !important;margin:0 !important;white-space:nowrap}
/* Pagination A1 */
.pagination.a1 a,
.pagination.a1 strong{ margin:0 -4px; padding:1px 10px 1px 8px; border:none; border-left:1px solid #ccc; border-right:1px solid #ddd; font-weight:bold; font-size:12px; background:#fff;}
.pagination.a1 a.prev{ padding-left:10px; background:#fff url(images/white/arrowPrevA1.gif) no-repeat left center; }
.pagination.a1 a.prevEnd{ padding-left:15px; background:#fff url(images/white/arrowPrevEndA1.gif) no-repeat left center; }
.pagination.a1 a.next{ padding-right:10px; background:#fff url(images/white/arrowNextA1.gif) no-repeat right center; }
.pagination.a1 a.nextEnd{ padding-right:15px; background:#fff url(images/white/arrowNextEndA1.gif) no-repeat right center; }
.pagination.a1 strong{margin:0 -4px;padding:1px 10px 1px 8px;border:none;border-left:1px solid #ccc;border-right:1px solid #ddd;font-weight:bold;font-size:12px;background:#fff}
.pagination.a1 a.prev{padding-left:10px;background:#fff url(images/white/arrowPrevA1.gif) no-repeat left center}
.pagination.a1 a.prevEnd{padding-left:15px;background:#fff url(images/white/arrowPrevEndA1.gif) no-repeat left center}
.pagination.a1 a.next{padding-right:10px;background:#fff url(images/white/arrowNextA1.gif) no-repeat right center}
.pagination.a1 a.nextEnd{padding-right:15px;background:#fff url(images/white/arrowNextEndA1.gif) no-repeat right center}

View file

@ -1,108 +1,108 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/* html{ overflow:auto;} */
/* html{overflow:auto} */
#header h1 a { text-decoration:none; }
#footer address { font-style:normal; }
#footer address a { text-decoration:none; }
#header h1 a{text-decoration:none}
#footer address{font-style:normal}
#footer address a{text-decoration:none}
/* Skip To Content */
a.skipToContent{ display:block; position:relative; top:0; clear:both; overflow:hidden; height:0; text-decoration:none;}
a.skipToContent{display:block;position:relative;top:0;clear:both;overflow:hidden;height:0;text-decoration:none}
a.skipToContent:hover,
a.skipToContent:active,
a.skipToContent:focus{ height:auto; margin:0 0 10px 0; padding:5px;}
a.skipToContent:focus{height:auto;margin:0 0 10px 0;padding:5px}
/* Hr */
hr{ display:none; position:absolute;}
hr{display:none;position:absolute}
/* Heading
h1{ position:relative; float:left; margin:0;}
h2{ position:relative; margin:0 0 10px 0; border-bottom:2px solid;}
h3{ position:relative; margin:0;}*/
h1{position:relative;float:left;margin:0}
h2{position:relative;margin:0 0 10px 0;border-bottom:2px solid}
h3{position:relative;margin:0}*/
/* Container + Header + Body + Footer */
#container{ position:relative; margin:0;}
#header{ position:relative; *zoom:1; overflow:hidden; }
#header:after{ content:""; display:block; clear:both;}
#body{ position:relative; *zoom:1;}
#body:after{ content:""; display:block; clear:both;}
#content{ position:relative; text-align:justify; padding:0;}
#footer{ position:relative; *zoom:1; padding:10px 0 10px 0; }
#footer address{ text-align:center;}
#container{position:relative;margin:0}
#header{position:relative;zoom:1;overflow:hidden}
#header:after{content:"";display:block;clear:both}
#body{position:relative;zoom:1}
#body:after{content:"";display:block;clear:both}
#content{position:relative;text-align:justify;padding:0}
#footer{position:relative;zoom:1;padding:10px 0 10px 0}
#footer address{text-align:center}
/* Layout Width */
.fixed #container{ width:960px; margin-left:auto; margin-right:auto;}
.liquid #container{ width:90%; margin-left:auto; margin-right:auto;}
.hybrid #container{ width:90%; margin-left:auto; margin-right:auto;}
.fixed #container{width:960px;margin-left:auto;margin-right:auto}
.liquid #container{width:90%;margin-left:auto;margin-right:auto}
.hybrid #container{width:90%;margin-left:auto;margin-right:auto}
/* Align Layout */
.aLeft #container{ margin-left:0;}
.aRight #container{ margin-right:0;}
.aLeft #container{margin-left:0}
.aRight #container{margin-right:0}
/* Neck */
#neck{ position:relative; clear:both; *zoom:1;}/* overflow:hidden;}*/
#neck .extension{ /* margin-right:-30px;*/ *zoom:1;}
#neck .extension:after{ content:""; display:block; clear:both;}
#neck{position:relative;clear:both;zoom:1}/* overflow:hidden}*/
#neck .extension{/* margin-right:-30px;*/zoom:1}
#neck .extension:after{content:"";display:block;clear:both}
/* Knee */
#knee{ position:relative; clear:both; *zoom:1;}/* overflow:hidden;}*/
#knee .extension{ /* margin-right:-30px;*/ *zoom:1;}
#knee .extension:after{ content:""; display:block; clear:both;}
#knee{position:relative;clear:both;zoom:1}/* overflow:hidden}*/
#knee .extension{/* margin-right:-30px;*/zoom:1}
#knee .extension:after{content:"";display:block;clear:both}
/* Extension */
#body .extension{ position:relative; display:none; }
#body .extension{position:relative;display:none}
/* ----- Fixed 2 Column Layout ----- */
.fixed .ce #body .e1,
.fixed .ec #body .e1{ width:200px; padding:10px;}
.fixed .ec #body .e1{width:200px;padding:10px}
.fixed .ce #body #content{ width:730px; padding:10px 0 10px 10px;}
.fixed .ec #body #content{ width:730px; padding:10px 10px 10px 0;}
.fixed .ce #body #content{width:730px;padding:10px 0 10px 10px}
.fixed .ec #body #content{width:730px;padding:10px 10px 10px 0}
.fixed .ce #body #content{ float:left;}
.fixed .ec #body #content{ float:right;}
.fixed .ce #body #content{float:left}
.fixed .ec #body #content{float:right}
.fixed .ce #body .e1,
.fixed .ec #body .e1{ display:block;}
.fixed .ce #body .e1{ float:right; clear:right;}
.fixed .ec #body .e1{ float:left; clear:left;}
.fixed .ec #body .e1{display:block}
.fixed .ce #body .e1{float:right;clear:right}
.fixed .ec #body .e1{float:left;clear:left}
/* ----- Fixed 3 Column Layout ----- */
.fixed .cee #body .e1 { display:block; width:200px; padding:10px;}
.fixed .cee #body .e2 { display:block; width:200px; padding:10px;}
.fixed .ece #body .e1 { display:block; width:200px; padding:10px;}
.fixed .ece #body .e2 { display:block; width:200px; padding:10px;}
.fixed .eec #body .e1 { display:block; width:200px; padding:10px;}
.fixed .eec #body .e2 { display:block; width:200px; padding:10px;}
.fixed .cee #body .e1{display:block;width:200px;padding:10px}
.fixed .cee #body .e2{display:block;width:200px;padding:10px}
.fixed .ece #body .e1{display:block;width:200px;padding:10px}
.fixed .ece #body .e2{display:block;width:200px;padding:10px}
.fixed .eec #body .e1{display:block;width:200px;padding:10px}
.fixed .eec #body .e2{display:block;width:200px;padding:10px}
.fixed .cee #body #content { width:510px; padding:10px 0 10px 10px; }
.fixed .ece #body #content { width:520px; padding:10px 0 10px 0; }
.fixed .eec #body #content { width:510px; padding:10px 10px 10px 0; }
.fixed .cee #body #content{width:510px;padding:10px 0 10px 10px}
.fixed .ece #body #content{width:520px;padding:10px 0 10px 0}
.fixed .eec #body #content{width:510px;padding:10px 10px 10px 0}
.fixed .cee #body #content{ float:left; }
.fixed .ece #body #content{ float:left; margin-right:-100%; left:220px;}
.fixed .eec #body #content{ float:right;}
.fixed .cee #body #content{float:left}
.fixed .ece #body #content{float:left;margin-right:-100%;left:220px}
.fixed .eec #body #content{float:right}
.fixed .ece #body .e1,
.fixed .eec #body .e1{ float:left; }
.fixed .eec #body .e1{float:left}
.fixed .cee #body .e1,
.fixed .eec #body .e2{ float:left;}
.fixed .eec #body .e2{float:left}
.fixed .cee #body .e2,
.fixed .ece #body .e2{ float:right;}
.fixed .ece #body .e2{float:right}
/* ----- Liquid 2 Column Layout ----- */
.liquid .ce #body .e1,
.liquid .ec #body .e1{ width:20%;}
.liquid .ec #body .e1{width:20%}
.liquid .ce #body #content,
.liquid .ec #body #content{ width:80%;}
.liquid .ce #body #content{ float:left;}
.liquid .ec #body #content{ float:right;}
.liquid .ec #body #content{width:80%}
.liquid .ce #body #content{float:left}
.liquid .ec #body #content{float:right}
.liquid .ce #body .e1,
.liquid .ec #body .e1{ display:block;}
.liquid .ce #body .e1{ float:right; clear:right;}
.liquid .ec #body .e1{ float:left; clear:left;}
.liquid .ec #body .e1{display:block}
.liquid .ce #body .e1{float:right;clear:right}
.liquid .ec #body .e1{float:left;clear:left}
/* ----- Liquid 3 Column Layout ----- */
.liquid .cee #body .e1,
@ -110,38 +110,38 @@ h3{ position:relative; margin:0;}*/
.liquid .ece #body .e1,
.liquid .ece #body .e2,
.liquid .eec #body .e1,
.liquid .eec #body .e2{ display:block; width:21%;}
.liquid .eec #body .e2{display:block;width:21%}
.liquid .cee #body #content,
.liquid .ece #body #content,
.liquid .eec #body #content{ width:58%;}
.liquid .eec #body #content{width:58%}
.liquid .cee #body #content{ float:left; }
.liquid .ece #body #content{ float:left; margin-right:-100%; left:21%;}
.liquid .eec #body #content{ float:right;}
.liquid .cee #body #content{float:left}
.liquid .ece #body #content{float:left;margin-right:-100%;left:21%}
.liquid .eec #body #content{float:right}
.liquid .ece #body .e1,
.liquid .eec #body .e1{ float:left; }
.liquid .eec #body .e1{float:left}
.liquid .cee #body .e1,
.liquid .eec #body .e2{ float:left;}
.liquid .eec #body .e2{float:left}
.liquid .cee #body .e2,
.liquid .ece #body .e2{ float:right;}
.liquid .ece #body .e2{float:right}
/* ----- Hybrid 2 Column Layout ----- */
.hybrid .ce #body{ padding-right:230px;}
.hybrid .ec #body{ padding-left:230px; }
.hybrid .ce #body{padding-right:230px}
.hybrid .ec #body{padding-left:230px}
.hybrid .ce #body .e1,
.hybrid .ec #body .e1{ width:200px; padding:10px;}
.hybrid .ce #body #content{ width:100%; padding:10px 0 10px 10px; }
.hybrid .ec #body #content{ width:100%; padding:10px 10px 10px 0; margin-left:-100%;}
.hybrid .ce #body #content{ float:left;}
.hybrid .ec #body #content{ float:right;}
.hybrid .ec #body .e1{width:200px;padding:10px}
.hybrid .ce #body #content{width:100%;padding:10px 0 10px 10px}
.hybrid .ec #body #content{width:100%;padding:10px 10px 10px 0;margin-left:-100%}
.hybrid .ce #body #content{float:left}
.hybrid .ec #body #content{float:right}
.hybrid .ce #body .e1,
.hybrid .ec #body .e1{ display:block; }
.hybrid .ce #body .e1{ float:right; clear:right; margin-left:-220px; right:-220px;}
.hybrid .ec #body .e1{ float:left; clear:left; margin-right:-230px; left:-230px;}
.hybrid .ec #body .e1{display:block}
.hybrid .ce #body .e1{float:right;clear:right;margin-left:-220px;right:-220px}
.hybrid .ec #body .e1{float:left;clear:left;margin-right:-230px;left:-230px}
/* ----- Hybrid 3 Column Layout ----- */
.hybrid .cee #body .e1,
@ -149,25 +149,25 @@ h3{ position:relative; margin:0;}*/
.hybrid .ece #body .e1,
.hybrid .ece #body .e2,
.hybrid .eec #body .e1,
.hybrid .eec #body .e2{ display:block; width:200px; padding:10px; }
.hybrid .eec #body .e2{display:block;width:200px;padding:10px}
.hybrid .cee #body{ padding-right:440px; padding-left:10px; }
.hybrid .ece #body{ padding-left:220px; padding-right:220px;}
.hybrid .eec #body{ padding-left:440px; padding-right:10px;}
.hybrid .cee #body{padding-right:440px;padding-left:10px}
.hybrid .ece #body{padding-left:220px;padding-right:220px}
.hybrid .eec #body{padding-left:440px;padding-right:10px}
.hybrid .cee #body #content{width:100%;padding:10px 0 10px 0; }
.hybrid .ece #body #content{width:100%;padding:10px 0 10px 0; }
.hybrid .eec #body #content{width:100%;padding:10px 0 10px 0; }
.hybrid .cee #body #content{width:100%;padding:10px 0 10px 0}
.hybrid .ece #body #content{width:100%;padding:10px 0 10px 0}
.hybrid .eec #body #content{width:100%;padding:10px 0 10px 0}
.hybrid .cee #body #content{ float:left; margin-right:-450px; }
.hybrid .ece #body #content{ float:left; margin-right:-100%;}
.hybrid .eec #body #content{ float:right;}
.hybrid .cee #body #content{float:left;margin-right:-450px}
.hybrid .ece #body #content{float:left;margin-right:-100%}
.hybrid .eec #body #content{float:right}
.hybrid .ece #body .e1,
.hybrid .eec #body .e2{ float:left; left:-220px; margin-right:-220px;}
.hybrid .eec #body .e1{ float:left; left:-440px; margin-right:-220px;}
.hybrid .eec #body .e2{float:left;left:-220px;margin-right:-220px}
.hybrid .eec #body .e1{float:left;left:-440px;margin-right:-220px}
.hybrid .cee #body .e1,
.hybrid .ece #body .e2{ float:right; left:220px; margin-left:-220px;}
.hybrid .cee #body .e2{ float:right; left:440px; margin-left:-220px;}
.hybrid .ece #body .e2{float:right;left:220px;margin-left:-220px}
.hybrid .cee #body .e2{float:right;left:440px;margin-left:-220px}

View file

@ -1,3 +0,0 @@
.uploaded_image_list {list-style: none; margin: 0; padding: 0;}
.uploaded_image_list li {display: inline-block; margin-right: 10px;}
.uploaded_image_list img {border: 1px #ccc solid; padding: 3px; width: 96px; height: 96px;}

View file

@ -1,208 +0,0 @@
@charset "utf-8";
/* NHN > UIT Center > Open UI Technology Team > Kim Taegon(gonom9@nhncorp.com) */
/* toolbar */
#toolbar { position:relative; z-index:1000; background:url(../images/bgMenu.gif) repeat-x 0 0; font-size:12px; height:35px; clear:both; }
#toolbar *{ margin:0; padding:0;}
#toolbar h1 { float:left; color:#fff; padding:10px 20px; font-size:12px;}
#toolbar .tb-btn-active { font-weight:bold; }
#toolbar .tb-menu-item-hover { color:white; background-color:navy; }
#toolbar .tb-menu-item-selected { color:white; background-color:green; }
#faceoffSelector { border:2px dotted #ff6600; }
#smartmenu { position:absolute; top:10px; right:10px; margin:0; padding:0; font-size:12px; color:#fff; white-space:nowrap;}
#smartmenu li { display:none; list-style:none; font-weight:bold; }
#smartmenu li.active{ display:block;}
#smartmenu li dl{ margin:0; padding:0; display:inline;}
#smartmenu li dt,
#smartmenu li dd{ display:inline;}
#smartmenu li dt{ color:#ccc;}
#smartmenu li dd button{ background-color:#000; border:0; font-size:12px; font-family:Tahoma; font-weight:normal; color:#fff; cursor:pointer; border:1px solid #888; }
#layout-preview { display:none; width:120px; left:0px; right:0px; }
/* widgetMenu */
#toolbar .widgetMenu{ height:35px; margin:0; padding:0; font-size:12px; line-height:1.2; background:url(../images/bgMenu.gif) repeat-x 0 0;}
#toolbar .widgetMenu ul.widgetMenuList{ margin:0; padding:0; height:35px; float:left; }
#toolbar .widgetMenu ul.widgetMenuList li ul{ display:none; position:absolute; top:35px; left:0; height:auto; padding:10px 15px; background:#595959; border:1px solid #444;}
#toolbar .widgetMenu ul.widgetMenuList li.active ul{ display:block;}
#toolbar .widgetMenu ul.widgetMenuList.aCenter{ margin-left:auto; margin-right:auto;}
#toolbar .widgetMenu ul.widgetMenuList.aLeft{ margin-right:auto;}
#toolbar .widgetMenu ul.widgetMenuList.aRight{ margin-left:auto;}
#toolbar .widgetMenu li{ position:relative; padding-right:3px; float:left; list-style:none; background:url(../images/bgMenu.gif) no-repeat right -40px; white-space:nowrap;}
#toolbar .widgetMenu li button{ position:relative; float:left; height:35px; color:#fff !important; text-decoration:none !important; cursor:pointer; background-color:transparent; border:0; font-weight:bold; font-size:12px; font-family:Tahoma;}
#toolbar .widgetMenu li button span{ padding:0 15px;}
#toolbar .widgetMenu li.first button{ background:url(../images/bgMenu.gif) no-repeat left -40px; color:#f00 !important;}
#toolbar .widgetMenu li.active{ margin-left:-2px; background:url(../images/bgMenu.gif) no-repeat right -80px;}
#toolbar .widgetMenu li.active button{ font-weight:bold; color:#ff0 !important; background:url(../images/bgMenu.gif) no-repeat left -80px;}
#toolbar .widgetMenu li.active li{ float:none; background:none;}
#toolbar .widgetMenu li.active li.active{ margin:0;}
#toolbar .widgetMenu li li{ background:none; display:block !important; clear:both !important;}
#toolbar .widgetMenu li li.first{ background:none;}
#toolbar .widgetMenu li.active li.first{ padding-top:14px; background:url(../images/bgMenu.gif) no-repeat 30px top;}
#toolbar .widgetMenu li li button{ background:none; height:auto; font-weight:normal; text-align:left; float:none; display:block;}
#toolbar .widgetMenu li.active li button{ display:block; padding:0; float:none; height:auto; font-weight:normal; color:#fff !important; background:none; font-weight:normal;}
#toolbar .widgetMenu li.active li.active button{ color:#ff0 !important;}
/* preference dialog */
#propertyDialog { position:absolute; border:1px solid silver; background-color:white; padding:15px 20px; z-index:110; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0 auto; display:none; width:250px; left:20px; top:60px;}
#propertyDialog fieldset{ border:1px dotted #ccc; padding:5px 10px; margin:0 0 10px 0; white-space:nowrap;}
#propertyDialog legend{ font-weight:bold; background-color:#fff; padding:0 5px; }
#propertyDialog label{ cursor:default;}
#propertyDialog .more { display:none; margin:0; padding:0 0 0 10px; border-left:2px solid #eee;}
#propertyDialog .visible-more .more { display:block; }
#propertyDialog .visible-more .inputall { display:none; }
#propertyDialog .buttonArea{ text-align:center;}
#propertyDialog button{ cursor:pointer;}
.overlay { background-color:black; opacity:0.75; position:absolute; z-index:100; display:none; }
/* layout preview */
/* demoXe */
#demoXe { position:absolute; background:#fff; border:2px solid #ddd; padding:5px; width:100px; display:none; }
#demoXe * { margin:0; padding:0; font-size:0; line-height:0; }
/* Container + Header + Body + Footer */
#demoContainer { position:relative; }
#demoHeader { position:relative; height:10px; *zoom:1;
background:#ddd; margin-bottom:5px; }
#demoHeader:after { content:""; display:block; clear:both; }
#demoBody { position:relative; *zoom:1;
margin-bottom:5px; }
#demoBody:after { content:""; display:block; clear:both; }
#demoContent { position:relative; height:40px; text-align:justify; background:#ddd; }
#demoFooter { position:relative; height:10px; *zoom:1;
background:#ddd; }
#demoFooter address { text-align:center; }
/* Layout Width */
.demoFixed #demoContainer { width:100px; margin-left:auto; margin-right:auto; }
.demoLiquid #demoContainer { width:90%; margin-left:auto; margin-right:auto; }
.demoHybrid #demoContainer { width:90%; margin-left:auto; margin-right:auto; }
/* Align Layout */
.demoALeft #demoContainer { margin-left:0; }
.demoARight #demoContainer { margin-right:0; }
/* Extension */
.demoExtension,
.demoSection { position:relative; }
#demoBody .demoExtension { position:relative; display:none; height:40px; background:#ddd; }
#demoBody #demoContent { width:100%; height:40px; font-size:small; }
.demoExtension .demoSection { }
/* Layout Color */
.demoLiquid #demoHeader,
.demoLiquid #demoFooter,
.demoLiquid #demoContent,
.demoLiquid #demoBody .demoExtension { background:#999; }
.demoHybrid #demoHeader,
.demoHybrid #demoFooter,
.demoHybrid #demoContent { background:#999; }
/* ----- Fixed 2 Column Layout ----- */
.demoFixed .demoCE #demoBody .demoE1,
.demoFixed .demoEC #demoBody .demoE1 { width:15px; }
.demoFixed .demoCE #demoBody #demoContent,
.demoFixed .demoEC #demoBody #demoContent { width:80px; }
.demoFixed .demoCE #demoBody #demoContent { float:left; }
.demoFixed .demoEC #demoBody #demoContent { float:right; }
.demoFixed .demoCE #demoBody .demoE1,
.demoFixed .demoEC #demoBody .demoE1 { display:block; }
.demoFixed .demoCE #demoBody .demoE1 { float:right; clear:right; }
.demoFixed .demoEC #demoBody .demoE1 { float:left; clear:left; }
/* ----- Liquid 2 Column Layout ----- */
.demoLiquid .demoCE #demoBody .demoE1,
.demoLiquid .demoEC #demoBody .demoE1 { width:15%; }
.demoLiquid .demoCE #demoBody #demoContent,
.demoLiquid .demoEC #demoBody #demoContent { width:80%; }
.demoLiquid .demoCE #demoBody #demoContent { float:left; }
.demoLiquid .demoEC #demoBody #demoContent { float:right; }
.demoLiquid .demoCE #demoBody .demoE1,
.demoLiquid .demoEC #demoBody .demoE1 { display:block; }
.demoLiquid .demoCE #demoBody .demoE1 { float:right; clear:right; }
.demoLiquid .demoEC #demoBody .demoE1 { float:left; clear:left; }
/* ----- Hybrid 2 Column Layout ----- */
.demoHybrid .demoCE #demoBody { padding-right:20px; }
.demoHybrid .demoEC #demoBody { padding-left:20px; }
.demoHybrid .demoCE #demoBody .demoE1,
.demoHybrid .demoEC #demoBody .demoE1 { width:15px; }
.demoHybrid .demoCE #demoBody #demoContent { float:left; }
.demoHybrid .demoEC #demoBody #demoContent { float:right; }
.demoHybrid .demoCE #demoBody .demoE1,
.demoHybrid .demoEC #demoBody .demoE1 { display:block; }
.demoHybrid .demoCE #demoBody .demoE1 { float:right; clear:right; margin-left:-15px; right:-20px; }
.demoHybrid .demoEC #demoBody .demoE1 { float:left; clear:left; margin-right:-15px; left:-20px; }
/* ----- Fixed 3 Column Layout ----- */
.demoFixed .demoCEE #demoBody .demoE1,
.demoFixed .demoCEE #demoBody .demoE2,
.demoFixed .demoECE #demoBody .demoE1,
.demoFixed .demoECE #demoBody .demoE2,
.demoFixed .demoEEC #demoBody .demoE1,
.demoFixed .demoEEC #demoBody .demoE2 { display:block; width:15px; }
.demoFixed .demoCEE #demoBody #demoContent,
.demoFixed .demoECE #demoBody #demoContent,
.demoFixed .demoEEC #demoBody #demoContent { width:60px; }
.demoFixed .demoCEE #demoBody #demoContent { float:left; margin-right:5px; }
.demoFixed .demoECE #demoBody #demoContent { float:left; margin-right:-100%; left:20px; }
.demoFixed .demoEEC #demoBody #demoContent { float:right; }
.demoFixed .demoECE #demoBody .demoE1,
.demoFixed .demoEEC #demoBody .demoE1 { float:left; margin-right:5px; }
.demoFixed .demoCEE #demoBody .demoE1,
.demoFixed .demoEEC #demoBody .demoE2 { float:left; }
.demoFixed .demoCEE #demoBody .demoE2,
.demoFixed .demoECE #demoBody .demoE2 { float:right; }
/* ----- Liquid 3 Column Layout ----- */
.demoLiquid .demoCEE #demoBody .demoE1,
.demoLiquid .demoCEE #demoBody .demoE2,
.demoLiquid .demoECE #demoBody .demoE1,
.demoLiquid .demoECE #demoBody .demoE2,
.demoLiquid .demoEEC #demoBody .demoE1,
.demoLiquid .demoEEC #demoBody .demoE2 { display:block; width:15%; }
.demoLiquid .demoCEE #demoBody #demoContent,
.demoLiquid .demoECE #demoBody #demoContent,
.demoLiquid .demoEEC #demoBody #demoContent { width:60%; }
.demoLiquid .demoCEE #demoBody #demoContent { float:left; margin-right:5%; }
.demoLiquid .demoECE #demoBody #demoContent { float:left; margin-right:-100%; left:20%; }
.demoLiquid .demoEEC #demoBody #demoContent { float:right; }
.demoLiquid .demoECE #demoBody .demoE1,
.demoLiquid .demoEEC #demoBody .demoE1 { float:left; margin-right:5%; }
.demoLiquid .demoCEE #demoBody .demoE1,
.demoLiquid .demoEEC #demoBody .demoE2 { float:left; }
.demoLiquid .demoCEE #demoBody .demoE2,
.demoLiquid .demoECE #demoBody .demoE2 { float:right; }
/* ----- Hybrid 3 Column Layout ----- */
.demoHybrid .demoCEE #demoBody .demoE1,
.demoHybrid .demoCEE #demoBody .demoE2,
.demoHybrid .demoECE #demoBody .demoE1,
.demoHybrid .demoECE #demoBody .demoE2,
.demoHybrid .demoEEC #demoBody .demoE1,
.demoHybrid .demoEEC #demoBody .demoE2 { display:block; width:15px; }
.demoHybrid .demoCEE #demoBody { padding-right:40px; }
.demoHybrid .demoECE #demoBody { padding-left:20px; padding-right:20px; }
.demoHybrid .demoEEC #demoBody { padding-left:40px; }
.demoHybrid .demoCEE #demoBody #demoContent,
.demoHybrid .demoECE #demoBody #demoContent,
.demoHybrid .demoEEC #demoBody #demoContent { width:100%; }
.demoHybrid .demoCEE #demoBody #demoContent,
.demoHybrid .demoECE #demoBody #demoContent { float:left; margin-right:-100%; }
.demoHybrid .demoEEC #demoBody #demoContent { float:right; }
.demoHybrid .demoECE #demoBody .demoE1,
.demoHybrid .demoEEC #demoBody .demoE2 { float:left; left:-20px; margin-right:-20px; }
.demoHybrid .demoEEC #demoBody .demoE1 { float:left; left:-40px; margin-right:-20px; }
.demoHybrid .demoCEE #demoBody .demoE1,
.demoHybrid .demoECE #demoBody .demoE2 { float:right; left:20px; margin-left:-15px; }
.demoHybrid .demoCEE #demoBody .demoE2 { float:right; left:40px; margin-left:-15px; }
.aboutFaceOff { background-color:#EEE; color:#000; padding:20px; }
.aboutFaceOff h3 { padding:0; margin:0; font-size:14px; font-weight:bold; text-decoration:underline; margin-bottom:10px; }
.aboutFaceOff p,
.aboutFaceOff li { color:#666; }
fieldset.hideOption { float:left; border:0; margin:0; padding:0; }
fieldset.hideOption label { margin:10px 10px 0 10px !important; *margin-top:7px; font-family:tahoma; color:#fff !important; display:block; float:left;}

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,10 @@
<include target="header.html" />
<load target="css/adminEdit.css" usecdn="true" />
<load target="js/adminEdit.js" usecdn="true" />
<style type="text/css">
.uploaded_image_list {list-style:none;margin:0;padding:0}
.uploaded_image_list li {display:inline-block;margin-right:10px}
.uploaded_image_list img {border:1px #ccc solid;padding:3px;width:96px;height:96px}
</style>
<h2 class="h2">{$selected_layout->layout_title}</h2>

View file

@ -1,12 +0,0 @@
@charset "utf-8";
body { margin:10px; }
h3 { margin:0 20px 0 20px; }
.menuListZone { table-layout:fixed; }
.menuListZone td { vertical-align:top; }
.menuListZone td.category_zone { padding-right:10px; }
#category_list { padding:.5em 0 .5em 0; margin-bottom:2em; width:250px; overflow:hidden; float:left; position:absolute; left:10px;}
#menu_zone_info { width:560px; position:absolute; margin:0 auto; left:0; right:0; z-index:9999;}

View file

@ -31,7 +31,7 @@ input[type=radio]{width:13px;height:13px;margin:0;padding:0}
/* Body */
.bd{background:#f8f8f8;padding:1px 0}
.co{margin:10px;line-height:1.4;font-size:14px;color:#333}
.co:after{content:"";display:block;clear:both;*zoom:1}
.co:after{content:"";display:block;clear:both;zoom:1}
/* Form Field */
.ff{margin:0;padding:0}
.ff ul{margin:0;padding:0;list-style:none}

View file

@ -14,7 +14,7 @@
#loginAccess #warning{display:none;margin:0 0 20px 0}
#loginAccess #warning.open{display:block}
#loginAccess #warning p{margin:0}
#loginAccess .buttonArea{position:relative;margin:0 28px;padding:0;color:#767676;*zoom:1}
#loginAccess .buttonArea{position:relative;margin:0 28px;padding:0;color:#767676;zoom:1}
#loginAccess .buttonArea .keeping{position:relative;margin:0 0 20px 0;height:32px;line-height:32px}
#loginAccess #gLogin .buttonArea .buttonAccount{position:absolute;top:0;right:0}
#loginAccess .buttonAccount,

View file

@ -1,6 +0,0 @@
/* Mobile XE */
body{margin:0;background:#fff;color:#000;word-wrap:break-word}
body,input,textarea,select,button,table{font-family:Tahoma, Geneva, sans-serif}
img{border:0}
em{font-style:normal}
.bd{position:relative;overflow:hidden;clear:both}

View file

@ -1,9 +0,0 @@
@charset "utf-8";
h3 { margin:0 10px 0 10px; }
.adminLayer { margin-top:30px; background-color:#eee; border:1px solid #888;}
.buttonBox { border:2px solid #EEEEEE; padding:5px; overflow:hidden; *zoom:1;}
.buttonBox .fr { height:28px; }
.buttonBox .fl { height:28px; }
.buttonBox .buttonDiv { margin:2px 0; padding:0; border-top:1px solid EEEEEE; clear:both; }

View file

@ -1,4 +1,3 @@
<load target="css/mpage.css" usecdn="true" />
<div class="bd">
{$page_content}
</div>

View file

@ -1,7 +1,5 @@
<!--%import("filter/insert_page_content.xml")-->
<load target="js/page_admin.js" usecdn="true" />
<load target="css/page.css" usecdn="true" />
<load target="../../widget/tpl/js/widget.js" usecdn="true" />
<load target="../../widget/tpl/css/widget.css" usecdn="true" />
<div id="wgArea">{$page_content}</div>

View file

@ -1,13 +1,10 @@
<!--%import("filter/insert_mpage_content.xml")-->
<load target="js/page_admin.js" usecdn="true" />
<load target="css/page.css" usecdn="true" />
<load target="../../widget/tpl/js/widget.js" usecdn="true" />
<load target="../../widget/tpl/css/widget.css" usecdn="true" />
<div id="wgArea">{$page_content}</div>
<div class="adminLayer">
<form action="./" method="post" id="pageFo" onsubmit="return doSubmitMPageContent(this);">
<form action="./" method="post" id="pageFo" onsubmit="return doSubmitMPageContent(this);">
<input type="hidden" name="mid" value="{$module_info->mid}" />
<input type="hidden" name="module" value="page" />
<input type="hidden" name="act" value="dispPageAdminContentModify" />
@ -28,8 +25,7 @@
</div>
<span class="btn"><input type="submit" value="{$lang->cmd_save}"/></span>
<span class="btn"><input type="button" value="{$lang->cmd_remove_all_widgets}" onclick="removeAllWidget();return false;"/></span>
</form>
</div>
</form>
<div id="wgBtnArea" class="wgBtnArea">
<button type="button" class="wgStyle" title="Style"></button>

View file

@ -6,13 +6,13 @@
#colorset_area .header{float:left;margin-right:.5em;padding-top:.2em}
#colorset_area .footer{float:left}
.pageAddContent{width:700px}
.wgWrap{display:inline-block;*display:inline;*zoom:1;vertical-align:top;cursor:move;z-index:99;position:relative}
.wgWrap{display:inline-block;*display:inline;zoom:1;vertical-align:top;cursor:move;z-index:99;position:relative}
.wgWrap .wgRight,
.wgWrap .wgBoxRight {border:0;background:transparent url("../images/btn_resize.gif") no-repeat left bottom;width:12px;height:12px;position:absolute;bottom:1px;right:1px;cursor:pointer;z-index:99}
.wgWrap .wgBoxRight{border:0;background:transparent url("../images/btn_resize.gif") no-repeat left bottom;width:12px;height:12px;position:absolute;bottom:1px;right:1px;cursor:pointer;z-index:99}
.wgWrap .wgBorder,
.wgWrap .wgBoxBorder{border:1px dotted #ccc; margin:0 0 -1px -1px; height:100%}
.wgBtnArea{z-index:99;overflow:hidden;*zoom:1;padding:3px;position:absolute;visibility:hidden;background-color:#D2E9C7;left:0;top:0}
.wgBtnArea button{border:0;margin:0;padding:0;width:14px;height:14px; cursor:pointer;z-index:99;background-color:transparent; background-repeat:no-repeat; background-position:1px 1px}
.wgWrap .wgBoxBorder{border:1px dotted #ccc;margin:0 0 -1px -1px;height:100%}
.wgBtnArea{z-index:99;overflow:hidden;zoom:1;padding:3px;position:absolute;visibility:hidden;background-color:#D2E9C7;left:0;top:0}
.wgBtnArea button{border:0;margin:0;padding:0;width:14px;height:14px;cursor:pointer;z-index:99;background-color:transparent;background-repeat:no-repeat;background-position:1px 1px}
.wgBtnArea .wgStyle{background-image:url("../images/widgetstyle_setup.gif")}
.wgBtnArea .wgSetup{background-image:url("../images/widget_setup.gif")}
.wgBtnArea .wgCopy{background-image:url("../images/widget_copy.gif")}
@ -24,10 +24,10 @@
#wgCSS{width:500px;overflow:hidden;border:1px solid #888;background:#fff;z-index:99;position:absolute}
#wgCSS table{border:0;width:100%;table-layout:fixed}
#wgCSS table th{padding:4px 0 4px 0;background-color:#DEDEDE;text-align:center;color:#888}
#wgCSS table th.line {border-top:1px dotted #eee}
#wgCSS table th.line{border-top:1px dotted #eee}
#wgCSS table td{padding:4px 10px 4px 10px;background-color:#EFEFEF}
#wgCSS table td div{margin-bottom:5px}
#wgCSS table td.line {border-top:1px dotted #999}
#wgCSS table td.line{border-top:1px dotted #999}
#wgCSS table td.buttonBox{background-color:#fff;white-space:nowrap;overflow:hidden;vertical-align:top;text-align:center;border-top:1px solid #888;color:#ddd}
#wgCSS .input{background:#fff;border:1px solid #aaa;padding:1px;font:8pt verdana;width:60px}
#wgCSS .full_input{background:#fff;border:1px solid #aaa;padding:1px;font:8pt verdana;width:90%}
@ -35,11 +35,11 @@
#wgCSS .color_input{background:#fff;border:1px solid #aaa;padding:1px;font:8pt verdana;width:44px}
#wgCSS .submit{width:90%;border:1px solid #DEDEDE;background-color:#fff}
.help{padding:5px 0;background-color:#EFEFEF;border-top:1px solid #ccc}
ul.midCommand{float:left;margin:0 0 0 10px;;padding:0;*zoom:1}
ul.midCommand{float:left;margin:0 0 0 10px;;padding:0;zoom:1}
ul.midCommand li{display:block;margin-bottom:5px;list-style:none}
a.wgStyle{display:inline-block;margin:0 10px 10px 0;border:1px solid #fff;overflow:hidden;*zoom:1; width:96px;height:96px;position:relative;text-decoration:none}
a.wgStyle{display:inline-block;margin:0 10px 10px 0;border:1px solid #fff;overflow:hidden;zoom:1;width:96px;height:96px;position:relative;text-decoration:none}
a.wgStyle:hover{border:1px dashed #ccc}
a.wgStyle:hover span{display:none}
a.wgStyle.selected{border:1px dashed #999}
a.wgStyle img {width:96px;height:96px;margin:1px}
a.wgStyle img{width:96px;height:96px;margin:1px}
a.wgStyle span{position:absolute;left:0;bottom:0;display:block;width:96px;background-color:#888;color:#fff;padding:4px 3px 3px 3px;opacity:.8;filter:alpha(opacity=80);text-align:center;font-family:tahoma}

View file

@ -434,20 +434,20 @@
$oEditorController = &getController('editor');
$body = $oEditorController->transComponent($body);
$widget_content_header = sprintf('%s<div class="wgWrap" style="display:inline-block;*display:inline;*zoom:1;vertical-align:top;%s">', $args->id, $style, $inner_style);
$widget_content_header = sprintf('%s<div class="wgWrap" style="display:inline-block;*display:inline;zoom:1;vertical-align:top;%s">', $args->id, $style, $inner_style);
$widget_content_body = $body;
$widget_content_footer = '</div>';
break;
// If the widget box; it could
case 'widgetBox' :
$widget_content_header = sprintf('%s<div class="wgWrap" style="display:inline-block;*display:inline;*zoom:1;vertical-align:top;%s"><div class="deprecated"><div class="deprecated">', $args->id, $style, $inner_style);
$widget_content_header = sprintf('%s<div class="wgWrap" style="display:inline-block;*display:inline;zoom:1;vertical-align:top;%s"><div class="deprecated"><div class="deprecated">', $args->id, $style, $inner_style);
$widget_content_body = $widgetbox_content;
break;
// If the General wijetil
default :
$widget_content_header = sprintf('%s<div class="wgWrap" style="display:inline-block;*display:inline;*zoom:1;vertical-align:top;%s">',$args->id,$style);
$widget_content_header = sprintf('%s<div class="wgWrap" style="display:inline-block;*display:inline;zoom:1;vertical-align:top;%s">',$args->id,$style);
$widget_content_body = sprintf('%s<div class="deprecated">%s</div>', $inner_style,$widget_content);
$widget_content_footer = '</div>';
break;

View file

@ -1,43 +1,43 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
body { margin:0;padding:0; font-size:.75em;}
body {margin:0;padding:0;font-size:.75em}
/* Default Skin - Start */
#selectLang{margin:0;padding:0}
#gnb{margin:0;padding:0}
#lnb{margin:0;padding:0}
#lnb ul{margin:0;padding:0}
.lnb_global li.active a{font-weight:bold;color:#fff;}
.lnb_global li.active a{font-weight:bold;color:#fff}
/* Site Layout - Body Wrap */
html{background:#fff url(../images/default/bg_body.gif) repeat-x 0 0;font-family:Arial}
#bodyWrap{position:relative;width:947px;margin:0 auto}
/* Site Layout - Header */
#header{position:relative;width:947px;height:120px;margin-bottom:10px; z-index:100}
#header h1{position:absolute;top:17px;left:0;margin:0;padding:0; font-size:20px; color:#302f2f}
#header{position:relative;width:947px;height:120px;margin-bottom:10px;z-index:100}
#header h1{position:absolute;top:17px;left:0;margin:0;padding:0;font-size:20px;color:#302f2f}
#header h1 img{vertical-align:middle}
#language{position:absolute;top:18px;right:0;z-index:200;margin:0;font-family:Arial, Helvetica, sans-serif}
#language dt{float:left;margin:2px 8px 0 0;color:#3f4140}
#language dd{float:left;position:relative;width:79px;height:16px;margin:0;border:1px solid #939393;background:#a7a7a7;line-height:16px}
#language dd a{display:block;padding:0 0 0 6px;background:url(../images/default/ico_arw.gif) no-repeat 98% 50%;color:#fff;font-size:12px;text-decoration:none}
#language ul{display:none;position:absolute;top:15px;left:-1px;width:79px;border:1px solid #939393;border-bottom:0;background:#cfcfcf}
#language ul li{border-bottom:1px solid #939393;list-style:none;}
#language ul li a{display:block;background:none;color:#fff;font:11px Tahoma;text-align:left;text-decoration:none; padding:2px 0 2px 6px}
#language ul li a:hover{ background:#a7a7a7}
#language ul li{border-bottom:1px solid #939393;list-style:none}
#language ul li a{display:block;background:none;color:#fff;font:11px Tahoma;text-align:left;text-decoration:none;padding:2px 0 2px 6px}
#language ul li a:hover{background:#a7a7a7}
.btn_login{position:absolute;top:16px;right:159px}
#it_search_form{position:absolute;top:50px;right:15px}
#it_search_form .input{width:120px;height:17px;border:1px solid #bc4032;color:#888;font-size:.9em}
#it_search_form .submit_button{visibility:hidden;width:1px;height:1px}
.gnb{position:absolute;top:85px;left:0;height:37px;height:37px;margin:0;padding:0;white-space:nowrap;}
.gnb{position:absolute;top:85px;left:0;height:37px;height:37px;margin:0;padding:0;white-space:nowrap}
.gnb ul{margin:0;padding:0}
.gnb ul li{float:left;position:relative;height:37px;padding-right:2px;padding-right:2px;background:url(../images/default/bgGnbVr.gif) no-repeat 100% 50%;line-height:37px;list-style:none}
.gnb ul li.on a,
.gnb ul li a:hover{background:url(../images/default/bg_gnb.gif) repeat-x 0 0;color:#fff;font-weight:bold}
.gnb ul li a{display:block;padding:0 33px;color:#3f4140;font-size:14px;font-weight:bold;text-decoration:none}
.gnb ul li .sub{position:absolute;top:36px;left:0;z-index:300;margin:0;padding:0;border:1px solid #adb1c6;background:#fff; z-index:500;display:none}
.gnb ul li .sub li{clear:both;height:33px;margin:0;padding:0;background:none;line-height:33px;text-align:center;*zoom:1}
.gnb ul li .sub li a{background:none;color:#9fa09f;}
.gnb ul li .sub{position:absolute;top:36px;left:0;z-index:300;margin:0;padding:0;border:1px solid #adb1c6;background:#fff;z-index:500;display:none}
.gnb ul li .sub li{clear:both;height:33px;margin:0;padding:0;background:none;line-height:33px;text-align:center;zoom:1}
.gnb ul li .sub li a{background:none;color:#9fa09f}
.gnb ul li .sub li a:hover,
.gnb ul li .sub li a.subon{background:url(../images/default/bg_gnb2.gif) repeat-x; color:#fff!important;text-decoration:none}
.gnb li.last{ background:none}
.gnb ul li .sub li a.subon{background:url(../images/default/bg_gnb2.gif) repeat-x;color:#fff!important;text-decoration:none}
.gnb li.last{background:none}
#isSearch{padding:19px 0 15px 21px;border:1px solid #fff;background:#f3f4f4;border-radius:5px 5px 0 0}
#isSearch .searchOrder{display:none}
@ -58,39 +58,39 @@ html{background:#fff url(../images/default/bg_body.gif) repeat-x 0 0;font-family
#isSearch .submit{_position:relative;_top:-1px;vertical-align:middle}
*:first-child+html body#default #isSearch .submit{position:relative;top:-1px}
/* Site Layout - Content Body */
#contentBody{position:relative;width:947px;padding-bottom:30px;*zoom:1}
#contentBody{position:relative;width:947px;padding-bottom:30px;zoom:1}
#contentBody:after{display:block;clear:both;content:''}
/* Site Layout - Column Left */
#columnLeft{float:right;position:relative;top:-80px;z-index:100;width:213px}
#columnLeft .mask{display:block;clear:both;width:201px;height:5px;background:#fff}
/* Site Layout - Column Right */
#columnRight{float:left;width:718px; overflow:hidden}
#columnRight{float:left;width:718px;overflow:hidden}
#columnRight:after{display:block;clear:both;content:''}
#visualArea{position:relative;left:-15px;width:770px;height:200px;margin-right:-15px;margin-bottom:2.5em;background:#f5f5f5}
#content{overflow:hidden;width:100%}
#columnLeft .info{overflow:hidden;margin-bottom:10px;width:211px;padding:0;border:1px solid #c9c9c9;background:#fff;zoom:1;border-radius:5px}
#columnLeft .info .search{margin:0;padding:0;width:211px;height:61px;overflow:hidden;}
#columnLeft .info .search{margin:0;padding:0;width:211px;height:61px;overflow:hidden}
#columnLeft .lnb_global{background:none}
#columnLeft .lnb_global h2{margin:0;height:28px;background:url(../images/default/bg_lnb.gif) no-repeat}
#columnLeft .lnb_global h2 a{margin:0;padding-left:22px;color:#fff;font-size:14px;line-height:28px;text-decoration:none}
#columnLeft .lnb_global .list{margin:0;padding:0 0 14px;border:1px solid #d4d4d4}
#columnLeft .lnb_global .list li{margin:0;padding:0;line-height:22px;list-style:none}
#columnLeft .lnb_global .list li ul{ margin:0; padding:0}
#columnLeft .lnb_global .list li ul li{ padding:0 0 0 15px;}
#columnLeft .lnb_global .list li a{display:block;padding-left:22px;color:#3a3a3a;text-decoration:none;*zoom:1;border-bottom:1px solid #fff;border-top:1px solid #fff;}
#columnLeft .lnb_global .list li ul{margin:0;padding:0}
#columnLeft .lnb_global .list li ul li{padding:0 0 0 15px}
#columnLeft .lnb_global .list li a{display:block;padding-left:22px;color:#3a3a3a;text-decoration:none;zoom:1;border-bottom:1px solid #fff;border-top:1px solid #fff}
#columnLeft .lnb_global .list li a:hover,
#columnLeft .lnb_global .list li.on{border-bottom:1px solid #d4d4d4;border-top:1px solid #d4d4d4;background:#eaeaea url(../images/default/ico_are.gif) no-repeat 98% 50%;}
#columnLeft .lnb_global .list li.on{border-bottom:1px solid #d4d4d4;border-top:1px solid #d4d4d4;background:#eaeaea url(../images/default/ico_are.gif) no-repeat 98% 50%}
/* sitemap */
.sitemap{margin:0 0 28px 0; overflow:hidden; clear:both}
.sitemap ul{padding:0; margin:0}
.sitemap li{ list-style:none;padding:0 28px 0 0; width:190px; display:inline-block;*display:inline;*zoom:1; vertical-align:top; overflow:hidden; margin:0 28px 20px 0 ; border-right:1px solid #d2d2d2; white-space:nowrap}
.sitemap li.last{ border-right:0; margin:0; padding:0}
.sitemap .list{ margin:0; padding:0}
.sitemap .list dt{ font-weight:bold; font-size:14px; margin:0 0 19px; 0}
.sitemap .list dt a{ color:#3a3a3a; text-decoration:none}
.sitemap .list dd{ margin:0; padding:0; background:url(../images/default/bu_v1.gif) no-repeat 0 50%; padding-left:10px; line-height:20px;}
.sitemap .list dd a{ color:#3a3a3a; text-decoration:none}
.sitemap{margin:0 0 28px 0;overflow:hidden;clear:both}
.sitemap ul{padding:0;margin:0}
.sitemap li{list-style:none;padding:0 28px 0 0;width:190px;display:inline-block;*display:inline;zoom:1;vertical-align:top;overflow:hidden; margin:0 28px 20px 0 ;border-right:1px solid #d2d2d2;white-space:nowrap}
.sitemap li.last{border-right:0;margin:0;padding:0}
.sitemap .list{margin:0;padding:0}
.sitemap .list dt{font-weight:bold;font-size:14px;margin:0 0 19px;0}
.sitemap .list dt a{color:#3a3a3a;text-decoration:none}
.sitemap .list dd{margin:0;padding:0;background:url(../images/default/bu_v1.gif) no-repeat 0 50%;padding-left:10px;line-height:20px}
.sitemap .list dd a{color:#3a3a3a;text-decoration:none}
/* Site Layout - Footer */
#footer{clear:both;margin:0;padding:11px 0 46px;border-top:1px solid #dbdbdb;text-align:left}

View file

@ -1,40 +1,40 @@
@charset "utf-8";
/* NHN | dece24@nhncorp.com */
#loginAccess{ position:relative; width:333px; margin:30px auto; font-size:12px; font-family:Tahoma; line-height:normal; background:url(./images/bg_gLogin.gif) no-repeat 0 0}
#loginAccess form{ margin:0; padding:0;}
#loginAccess fieldset{ border:0; margin:0; padding:0;}
#loginAccess h1{font-size:12px; color:#3f4140; margin:0; font-weight:normal; padding:27px 0 18px 18px}
#loginAccess ul{ margin:0; padding:0; list-style:none;}
#loginAccess .mLogin{ display:none;}
#loginAccess .idpw{ margin:0 41px 15px 36px;}
#loginAccess .oid{ margin:0 28px 20px 28px;}
#loginAccess .idpw li{ margin:0 0 5px 0;}
#loginAccess .iText{ font-size:12px; color:#c4c4c4; font-weight:bold; border:1px solid #c5c5c5}
#loginAccess .idpw .iText{ width:243px; padding:2px 0 2px 7px;}
#loginAccess .oid .iText{ width:252px; padding:8px 0 0 35px;}
#loginAccess .inputCheck{ width:13px; height:13px; margin:0; padding:0; vertical-align:middle;}
#loginAccess label{ vertical-align: middle; color:#3a3a3a}
#loginAccess #warning{ display:none; margin:0 0 20px 0;}
#loginAccess #warning.open{ display:block;}
#loginAccess #warning p{ margin:0; color:#fafafa}
#loginAccess .buttonArea{ position:relative; margin:0 50px 0 39px; padding:0; color:#767676; *zoom:1;}
#loginAccess .buttonArea .keeping{ position:relative; margin:0 0 20px 0; height:32px; line-height:32px;}
#loginAccess #gLogin .buttonArea .buttonAccount{ position:absolute; top:0; right:0;}
#loginAccess #oLogin .buttonArea{ text-align:center; margin-bottom:20px;}
#loginAccess{position:relative;width:333px;margin:30px auto; font-size:12px;font-family:Tahoma;line-height:normal;background:url(./images/bg_gLogin.gif) no-repeat 0 0}
#loginAccess form{margin:0;padding:0}
#loginAccess fieldset{border:0;margin:0;padding:0}
#loginAccess h1{font-size:12px;color:#3f4140;margin:0;font-weight:normal;padding:27px 0 18px 18px}
#loginAccess ul{margin:0;padding:0;list-style:none}
#loginAccess .mLogin{display:none}
#loginAccess .idpw{margin:0 41px 15px 36px}
#loginAccess .oid{margin:0 28px 20px 28px}
#loginAccess .idpw li{margin:0 0 5px 0}
#loginAccess .iText{font-size:12px;color:#c4c4c4;font-weight:bold;border:1px solid #c5c5c5}
#loginAccess .idpw .iText{width:243px;padding:2px 0 2px 7px}
#loginAccess .oid .iText{width:252px;padding:8px 0 0 35px}
#loginAccess .inputCheck{width:13px;height:13px;margin:0;padding:0;vertical-align:middle}
#loginAccess label{vertical-align: middle;color:#3a3a3a}
#loginAccess #warning{display:none;margin:0 0 20px 0}
#loginAccess #warning.open{display:block}
#loginAccess #warning p{margin:0;color:#fafafa}
#loginAccess .buttonArea{position:relative;margin:0 50px 0 39px;padding:0;color:#767676;zoom:1}
#loginAccess .buttonArea .keeping{position:relative;margin:0 0 20px 0;height:32px;line-height:32px}
#loginAccess #gLogin .buttonArea .buttonAccount{position:absolute;top:0;right:0}
#loginAccess #oLogin .buttonArea{text-align:center;margin-bottom:20px}
#loginAccess .buttonAccount,
#loginAccess .buttonAccount a,
#loginAccess .buttonAccount input{ position:relative; display:inline-block; margin:0; padding:0; overflow:visible; height:32px; line-height:32px; font-size:12px; font-weight:bold; color:#ffffff; vertical-align:middle; cursor:pointer; border:0; text-decoration:none !important; background: url(./images/buttonAction.gif) no-repeat;font-family:Arial}
#loginAccess .buttonAccount{ margin:0 4px 0 0; background-position:left top;}
#loginAccess .buttonAccount input{position:relative;display:inline-block;margin:0;padding:0;overflow:visible;height:32px;line-height:32px;font-size:12px;font-weight:bold;color:#ffffff;vertical-align:middle;cursor:pointer;border:0;text-decoration:none !important;background: url(./images/buttonAction.gif) no-repeat;font-family:Arial}
#loginAccess .buttonAccount{margin:0 4px 0 0;background-position:left top}
#loginAccess .buttonAccount a,
#loginAccess .buttonAccount input{ left:14px; background-position:right top; *vertical-align:top; padding:0 30px 0 15px;}
#loginAccess .help{ position:relative; padding:22px 0 44px 0;text-align:center; background:url(images/bg_help.gif) no-repeat}
#loginAccess .help li{ display:inline; border-left:1px solid #ababab; padding:0 0 0 7px; margin:0 4px 0 0; line-height:1;}
#loginAccess .help li.first{ border:0; padding:0;}
#loginAccess .help a{ text-decoration:none; color:#828282;}
#loginAccess .buttonAccount input{left:14px;background-position:right top;*vertical-align:top;padding:0 30px 0 15px}
#loginAccess .help{position:relative;padding:22px 0 44px 0;text-align:center;background:url(images/bg_help.gif) no-repeat}
#loginAccess .help li{display:inline;border-left:1px solid #ababab;padding:0 0 0 7px;margin:0 4px 0 0;line-height:1}
#loginAccess .help li.first{border:0;padding:0}
#loginAccess .help a{text-decoration:none;color:#828282}
#loginAccess .help a:hover,
#loginAccess .help a:active,
#loginAccess .help a:focus{ text-decoration:underline;}
#loginAccess .logOut{ text-align:left;padding:0 0 20px 55px; background:url(images/line_logOut.gif) no-repeat 0 100%;}
#loginAccess .help a:focus{text-decoration:underline}
#loginAccess .logOut{text-align:left;padding:0 0 20px 55px;background:url(images/line_logOut.gif) no-repeat 0 100%}
.gLogin #gLogin,
.oLogin #oLogin{ display:block;}
.oLogin #oLogin{display:block}
.logOut_h{padding:27px 0 23px 63px!important}

View file

@ -1,12 +1,12 @@
@charset "utf-8";
/* NHN (developers@xpressengine.com) */
body { margin:0;padding:0; font-size:.75em;}
body {margin:0;padding:0;font-size:.75em}
/* Default Skin - Start */
#selectLang{display:none;margin:0;padding:0}
#gnb{margin:0;padding:0}
#lnb_Global{margin:0;padding:0}
#lnb_Global ul{margin:0;padding:0}
.lnb_Global li.active a{font-weight:bold;color:#fff;}
.lnb_Global li.active a{font-weight:bold;color:#fff}
/* Site Layout - Body Wrap */
html{background:#fafafa url(../images/default/bg_body.gif) repeat-x 0 0;font-family:Arial}
#bodyWrap{position:relative;width:960px;margin:0 auto}
@ -19,10 +19,10 @@ html{background:#fafafa url(../images/default/bg_body.gif) repeat-x 0 0;font-fam
#language dt{float:left;margin-right:5px;padding:0 9px 0 0;background:url(../images/default/line_language.gif) no-repeat 100% 12px;color:#fff}
#language dd{float:left;position:relative;width:69px;margin:0 3px 0 0}
#language dd a{display:block;padding:0 0 0 2px;background:url(../images/default/ico_arw.gif) no-repeat 95% 50%;color:#fff;font-size:12px;text-decoration:none}
#language ul{position:absolute;top:30px;left:-1px;z-index:300;width:69px;background:#020202;border-radius:0 0 5px 5px; padding:0 0 5px 0}
#language ul{position:absolute;top:30px;left:-1px;z-index:300;width:69px;background:#020202;border-radius:0 0 5px 5px;padding:0 0 5px 0}
#language ul li{height:18px;line-height:18px;list-style:none}
#language ul li a{display:block;padding-left:5px;background:none;color:#fff;font:11px Tahoma;text-align:left;text-decoration:none;height:18px;line-height:18px;}
#language ul li a:hover{ background:#6c6c6c}
#language ul li a{display:block;padding-left:5px;background:none;color:#fff;font:11px Tahoma;text-align:left;text-decoration:none;height:18px;line-height:18px}
#language ul li a:hover{background:#6c6c6c}
#header .search{float:left}
#it_search_form{position:absolute;top:50px;right:15px}
#it_search_form .input{width:120px;height:17px;border:1px solid #bc4032;color:#888;font-size:.9em}
@ -31,20 +31,18 @@ html{background:#fafafa url(../images/default/bg_body.gif) repeat-x 0 0;font-fam
.gnb{position:absolute;top:71px;left:0;width:960px;height:34px;height:37px;height:37px;margin:0;padding:0;background:url(../images/default/bg_gnb.gif) no-repeat 0 0;white-space:nowrap}
.gnb ul{margin:0;padding:0}
.gnb ul li{float:left;position:relative;height:34px;padding-left:2px;background:url(../images/default/bgGnbVr.gif) no-repeat 0 50%;line-height:34px;list-style:none}
.gnb ul li.home{ padding-left:0; background:none}
.gnb ul li.home_on{background:url(../images/default/bg_gnb_home.gif) no-repeat 0 0; padding-left:0}
.gnb ul li.home{padding-left:0;background:none}
.gnb ul li.home_on{background:url(../images/default/bg_gnb_home.gif) no-repeat 0 0;padding-left:0}
.gnb ul li.home_on a:hover{background:none}
.gnb ul li.home a:hover{background:url(../images/default/bg_gnb_home.gif) no-repeat 0 0;}
.gnb ul li.home a:hover{background:url(../images/default/bg_gnb_home.gif) no-repeat 0 0}
.gnb ul li.on a,
.gnb ul li a:hover{background:url(../images/default/bg_gnb4.gif) repeat-x;color:#3f4140;font-weight:bold}
.gnb ul li a{display:block;padding:0 33px;color:#3f4140;font-size:14px;font-weight:bold;text-decoration:none}
.gnb ul li .sub{display:none;position:absolute;top:33px;left:0;z-index:300;margin:0;padding:0;border:1px solid #bbb;background:#fff;border-radius:0 0 5px 5px}
.gnb ul li .sub li{clear:both;height:31px;margin:0;padding:0;background:none;line-height:33px;text-align:center;*zoom:1}
.gnb ul li .sub li a{background:none;color:#9fa09f; height:31px;line-height:31px}
.gnb ul li .sub li{clear:both;height:31px;margin:0;padding:0;background:none;line-height:33px;text-align:center;zoom:1}
.gnb ul li .sub li a{background:none;color:#9fa09f;height:31px;line-height:31px}
.gnb ul li .sub li a:hover,
.gnb ul li .sub li a.subon{background:url(../images/default/bg_gnb3.gif) repeat-x;color:#fff!important;text-decoration:none}
.gnb li.last{}
#isSearch{}
#isSearch .searchOrder{display:none}
#isSearch .checked{display:block;position:absolute;top:0;left:0;width:64px;height:14px;padding:5px 0 0 5px;background:url(../images/default/bgSearchTerm.gif) no-repeat;color:#fff;font:11px '돋움', Dotum, '굴림', Gulim, AppleGothic, Sans-serif;line-height:normal;text-align:left}
*:first-child+html #isSearch .checked{top:1px}
@ -61,13 +59,13 @@ html{background:#fafafa url(../images/default/bg_body.gif) repeat-x 0 0;font-fam
#isSearch .submit{_position:relative;_top:-1px;vertical-align:middle}
*:first-child+html body#default #isSearch .submit{position:relative;top:-1px}
/* Site Layout - Content Body */
#contentBody{ overflow:hidden;position:relative;width:960px;margin-top:32px;margin-bottom:72px;background:url(../images/default/bg_contentBody.gif) repeat-y;*zoom:1}
#contentBody{overflow:hidden;position:relative;width:960px;margin-top:32px;margin-bottom:72px;background:url(../images/default/bg_contentBody.gif) repeat-y;zoom:1}
#contentBody:after{display:block;clear:both;content:''}
/* Site Layout - Column Left */
#columnLeft{float:left;width:195px;}
#columnLeft{float:left;width:195px}
#columnLeft .mask{display:block;clear:both;width:201px;height:5px;background:#fff}
/* Site Layout - Column Right */
#columnRight{float:right;width:730px; overflow:hidden}
#columnRight{float:right;width:730px;overflow:hidden}
#columnRight:after{display:block;clear:both;content:''}
#visualArea{position:relative;left:-15px;width:770px;height:200px;margin-right:-15px;margin-bottom:2.5em;background:#f5f5f5}
#content{overflow:hidden;width:100%}
@ -77,24 +75,22 @@ html{background:#fafafa url(../images/default/bg_body.gif) repeat-x 0 0;font-fam
#columnLeft .lnb_Global h2{margin:0;background:#e5e4e4 url(../images/default/ico_arw2.gif) no-repeat 92% 6px}
#columnLeft .lnb_Global h2 a{margin:0;padding-left:22px;color:#546d82;font-size:14px;line-height:28px;text-decoration:none}
#columnLeft .lnb_Global .list{margin:0;padding:12px 0}
#columnLeft .lnb_Global .list li{margin:0;padding:0;line-height:22px;list-style:none;}
#columnLeft .lnb_Global .list li a{display:block;padding-left:22px;color:#3a3a3a;text-decoration:none;*zoom:1;border-bottom:1px solid #fafafa;border-top:1px solid #fafafa;}
#columnLeft .lnb_Global .list li{margin:0;padding:0;line-height:22px;list-style:none}
#columnLeft .lnb_Global .list li a{display:block;padding-left:22px;color:#3a3a3a;text-decoration:none;zoom:1;border-bottom:1px solid #fafafa;border-top:1px solid #fafafa}
#columnLeft .lnb_Global .list li a:hover,
#columnLeft .lnb_Global .list li.on{border-bottom:1px solid #d4d4d4;border-top:1px solid #d4d4d4;background:#e5e4e4 url(../images/default/ico_arw2.gif) no-repeat 92% 5px}
#columnLeft .lnb_Global .list li ul{ padding:0; margin:0}
#columnLeft .lnb_Global .list li ul li{ padding-left:15px}
#columnLeft .lnb_Global .list li ul{padding:0;margin:0}
#columnLeft .lnb_Global .list li ul li{padding-left:15px}
/* sitemap */
.sitemap{margin:0 0 28px 0; overflow:hidden; clear:both}
.sitemap ul{padding:0; margin:0}
.sitemap li{ list-style:none;padding:0 28px 0 0; width:190px; display:inline-block;*display:inline;*zoom:1; vertical-align:top; overflow:hidden; margin:0 28px 20px 0 ; border-right:1px solid #d2d2d2}
.sitemap li.last{ border-right:0; margin:0; padding:0}
.sitemap{margin:0 0 28px 0;overflow:hidden;clear:both}
.sitemap ul{padding:0;margin:0}
.sitemap li{list-style:none;padding:0 28px 0 0;width:190px;display:inline-block;*display:inline;zoom:1;vertical-align:top;overflow:hidden; margin:0 28px 20px 0 ;border-right:1px solid #d2d2d2}
.sitemap li.last{border-right:0;margin:0;padding:0}
.sitemap .list{margin:0;padding:0}
.sitemap .list dt{ font-weight:bold; font-size:14px; margin-bottom:19px;}
.sitemap .list dt a{ color:#3a3a3a; text-decoration:none}
.sitemap .list dd{ margin:0; padding:0; background:url(../images/default/bu_v1.gif) no-repeat 0 50%; padding-left:10px; line-height:20px}
.sitemap .list dd a{ color:#3a3a3a; text-decoration:none}
.sitemap .list dt{font-weight:bold;font-size:14px;margin-bottom:19px}
.sitemap .list dt a{color:#3a3a3a;text-decoration:none}
.sitemap .list dd{margin:0;padding:0;background:url(../images/default/bu_v1.gif) no-repeat 0 50%;padding-left:10px;line-height:20px}
.sitemap .list dd a{color:#3a3a3a;text-decoration:none}
/* Site Layout - Footer */
#footer{clear:both;margin:0;padding:11px 0 46px;border-top:1px solid #dbdbdb;text-align:left}
#footer li.first-child{background:none}

View file

@ -1,40 +1,40 @@
@charset "utf-8";
/* NHN | dece24@nhncorp.com */
#loginAccess{ position:relative; width:333px; margin:30px auto; font-size:12px; font-family:Tahoma; line-height:normal; background:url(./images/bg_gLogin.gif) no-repeat 0 0}
#loginAccess form{ margin:0; padding:0;}
#loginAccess fieldset{ border:0; margin:0; padding:0;}
#loginAccess h1{font-size:12px; color:#3f4140; margin:0; font-weight:normal; padding:27px 0 18px 18px}
#loginAccess ul{ margin:0; padding:0; list-style:none;}
#loginAccess .mLogin{ display:none;}
#loginAccess .idpw{ margin:0 41px 15px 36px;}
#loginAccess .oid{ margin:0 28px 20px 28px;}
#loginAccess .idpw li{ margin:0 0 5px 0;}
#loginAccess .iText{ font-size:12px; color:#c4c4c4; font-weight:bold; border:1px solid #c5c5c5}
#loginAccess .idpw .iText{ width:243px; padding:2px 0 2px 7px;}
#loginAccess .oid .iText{ width:252px; padding:8px 0 0 35px;}
#loginAccess .inputCheck{ width:13px; height:13px; margin:0; padding:0; vertical-align:middle;}
#loginAccess label{ vertical-align: middle; color:#3a3a3a}
#loginAccess #warning{ display:none; margin:0 0 20px 0;}
#loginAccess #warning.open{ display:block;}
#loginAccess #warning p{ margin:0; color:#fafafa}
#loginAccess .buttonArea{ position:relative; margin:0 50px 0 39px; padding:0; color:#767676; *zoom:1;}
#loginAccess .buttonArea .keeping{ position:relative; margin:0 0 20px 0; height:32px; line-height:32px;}
#loginAccess #gLogin .buttonArea .buttonAccount{ position:absolute; top:0; right:0;}
#loginAccess #oLogin .buttonArea{ text-align:center; margin-bottom:20px;}
#loginAccess{position:relative;width:333px;margin:30px auto; font-size:12px;font-family:Tahoma;line-height:normal;background:url(./images/bg_gLogin.gif) no-repeat 0 0}
#loginAccess form{margin:0;padding:0}
#loginAccess fieldset{border:0;margin:0;padding:0}
#loginAccess h1{font-size:12px;color:#3f4140;margin:0;font-weight:normal;padding:27px 0 18px 18px}
#loginAccess ul{margin:0;padding:0;list-style:none}
#loginAccess .mLogin{display:none}
#loginAccess .idpw{margin:0 41px 15px 36px}
#loginAccess .oid{margin:0 28px 20px 28px}
#loginAccess .idpw li{margin:0 0 5px 0}
#loginAccess .iText{font-size:12px;color:#c4c4c4;font-weight:bold;border:1px solid #c5c5c5}
#loginAccess .idpw .iText{width:243px;padding:2px 0 2px 7px}
#loginAccess .oid .iText{width:252px;padding:8px 0 0 35px}
#loginAccess .inputCheck{width:13px;height:13px;margin:0;padding:0;vertical-align:middle}
#loginAccess label{vertical-align: middle;color:#3a3a3a}
#loginAccess #warning{display:none;margin:0 0 20px 0}
#loginAccess #warning.open{display:block}
#loginAccess #warning p{margin:0;color:#fafafa}
#loginAccess .buttonArea{position:relative;margin:0 50px 0 39px;padding:0;color:#767676;zoom:1}
#loginAccess .buttonArea .keeping{position:relative;margin:0 0 20px 0;height:32px;line-height:32px}
#loginAccess #gLogin .buttonArea .buttonAccount{position:absolute;top:0;right:0}
#loginAccess #oLogin .buttonArea{text-align:center;margin-bottom:20px}
#loginAccess .buttonAccount,
#loginAccess .buttonAccount a,
#loginAccess .buttonAccount input{ position:relative; display:inline-block; margin:0; padding:0; overflow:visible; height:32px; line-height:32px; font-size:12px; font-weight:bold; color:#ffffff; vertical-align:middle; cursor:pointer; border:0; text-decoration:none !important; background: url(./images/buttonAction.gif) no-repeat;font-family:Arial}
#loginAccess .buttonAccount{ margin:0 4px 0 0; background-position:left top;}
#loginAccess .buttonAccount input{position:relative;display:inline-block;margin:0;padding:0;overflow:visible;height:32px;line-height:32px;font-size:12px;font-weight:bold;color:#ffffff;vertical-align:middle;cursor:pointer;border:0;text-decoration:none !important;background: url(./images/buttonAction.gif) no-repeat;font-family:Arial}
#loginAccess .buttonAccount{margin:0 4px 0 0;background-position:left top}
#loginAccess .buttonAccount a,
#loginAccess .buttonAccount input{ left:14px; background-position:right top; *vertical-align:top; padding:0 30px 0 15px;}
#loginAccess .help{ position:relative; padding:22px 0 44px 0;text-align:center; background:url(images/bg_help.gif) no-repeat}
#loginAccess .help li{ display:inline; border-left:1px solid #ababab; padding:0 0 0 7px; margin:0 4px 0 0; line-height:1;}
#loginAccess .help li.first{ border:0; padding:0;}
#loginAccess .help a{ text-decoration:none; color:#828282;}
#loginAccess .buttonAccount input{left:14px;background-position:right top;*vertical-align:top;padding:0 30px 0 15px}
#loginAccess .help{position:relative;padding:22px 0 44px 0;text-align:center;background:url(images/bg_help.gif) no-repeat}
#loginAccess .help li{display:inline;border-left:1px solid #ababab;padding:0 0 0 7px;margin:0 4px 0 0;line-height:1}
#loginAccess .help li.first{border:0;padding:0}
#loginAccess .help a{text-decoration:none;color:#828282}
#loginAccess .help a:hover,
#loginAccess .help a:active,
#loginAccess .help a:focus{ text-decoration:underline;}
#loginAccess .logOut{ text-align:left;padding:0 0 20px 55px; background:url(images/line_logOut.gif) no-repeat 0 100%;}
#loginAccess .help a:focus{text-decoration:underline}
#loginAccess .logOut{text-align:left;padding:0 0 20px 55px;background:url(images/line_logOut.gif) no-repeat 0 100%}
.gLogin #gLogin,
.oLogin #oLogin{ display:block;}
.oLogin #oLogin{display:block}
.logOut_h{padding:27px 0 23px 63px!important}

View file

@ -1,54 +1,47 @@
@charset "utf-8";
.xeBanner { position:relative; z-index:100;}
.xeBanner .section{ position:static; height:100%;width:100%; padding-top:1px; margin:0 !important; }
.xeBanner {position:relative;z-index:100}
.xeBanner .section{position:static;height:100%;width:100%;padding-top:1px;margin:0 !important}
.xeBanner.v1 #v1,
.xeBanner.v2 #v2,
.xeBanner.v3 #v3{ display:block;}
.xeBanner #v1{ background-position:0 0;}
/*.xeBanner #v2{ background-position:0 -347px;}
.xeBanner #v3{ background-position:0 -694px;}*/
.xeBanner.v3 #v3{display:block}
.xeBanner #v1{background-position:0 0}
/*
.xeBanner #v2{background-position:0 -347px}
.xeBanner #v3{background-position:0 -694px}
*/
.xeBanner .section h2,
.xeBanner .section p{ position:relative; margin:0; z-index:-1; line-height:1.2;}
.xeBanner .section a{ position:absolute; height:22px; top:160px; left:15px; font-size:11px; padding:0 8px; overflow:hidden; text-decoration:none;}
.xeBanner .section a span{ position:relative; top:-22px;}
ul.pagination {width:75px;height:10px;margin:0 auto !important;text-align:center !important;}
ul.pagination li {float:left;list-style:none;width:10px;height:10px;margin-right:5px;background:url(../images/slide_page_off.gif) no-repeat top left;}
ul.pagination li.current {background:url(../images/slide_page_on.gif) no-repeat top left;}
ul.pagination a {text-decoration:none;outline:none;ie-dummy: expression(this.hideFocus=true);}
.xeBanner .section p{position:relative;margin:0;z-index:-1;line-height:1.2}
.xeBanner .section a{position:absolute;height:22px;top:160px;left:15px;font-size:11px;padding:0 8px;overflow:hidden;text-decoration:none}
.xeBanner .section a span{position:relative;top:-22px}
ul.pagination{width:75px;height:10px;margin:0 auto !important;text-align:center !important}
ul.pagination li {float:left;list-style:none;width:10px;height:10px;margin-right:5px;background:url(../images/slide_page_off.gif) no-repeat top left}
ul.pagination li.current{background:url(../images/slide_page_on.gif) no-repeat top left}
ul.pagination a{text-decoration:none;outline:none;ie-dummy: expression(this.hideFocus=true)}
/* slide_widget */
.slide_widget {position:relative;}
.slide_widget .mask {position:relative;z-index:80;margin:0 auto;padding:0;overflow:hidden;}
.slide_widget ul {margin:0;}
.slide_widget li {float:left;list-style:none;}
.slide_widget{position:relative}
.slide_widget .mask{position:relative;z-index:80;margin:0 auto;padding:0;overflow:hidden}
.slide_widget ul{margin:0}
.slide_widget li{float:left;list-style:none}
/* slide_widget */
#slide_widget {width:100%;height:446px; position:relative;background:url(../images/slide_box_bg.gif) repeat-x top left;}
#slide_widget .mask {width:958px;height:418px;position:relative;z-index:80;margin:0 auto;padding:0;overflow:hidden;}
#slide_widget ul {margin:0; padding:0;}
#slide_widget li {float:left;list-style:none;}
ul.imgSet {height:418px;position:absolute;left:width:100%;top:0;}
.imgSet li {width:958px;height:420px;float:left;}
.imgSet div.item {position:relative;z-index:50;}
.imgSet li p {position:absolute;x:0;y:0;z-index:20;margin:0;}
.slides_container div.shadow {position:absolute;left:0;margin-top:-105px;z-index:10;}
.slides_container .section img{position:relative;z-index:50;}
ul.paging {width:75px;height:10px;margin:0 auto !important;text-align:center;}
.paging li {width:10px;height:10px;margin-right:5px;}
.paging li.on {background:url(../images/slide_page_on.gif) no-repeat top left;}
.paging li.off {background:url(../images/slide_page_off.gif) no-repeat top left;}
.paging li span {visibility:hidden;}
.paging a {text-decoration:none;}
#shadow {left: 15px;margin-top: -105px;position: absolute;z-index: -10;}
.slide_widget .mask {width:958px !important;}
#slides,.slides_container,.slides_container div {width:958px !important;height:431px !important;display:block;}
.buttonBox {z-index:201}
.section div {z-index:200}
.slide_widget ul {position:relative;bottom:18px;z-index:150;}
#slide_widget{width:100%;height:446px;position:relative;background:url(../images/slide_box_bg.gif) repeat-x top left}
#slide_widget .mask{width:958px;height:418px;position:relative;z-index:80;margin:0 auto;padding:0;overflow:hidden}
#slide_widget ul{margin:0;padding:0}
#slide_widget li{float:left;list-style:none}
ul.imgSet{height:418px;position:absolute;left:width:100%;top:0}
.imgSet li{width:958px;height:420px;float:left}
.imgSet div.item{position:relative;z-index:50}
.imgSet li p{position:absolute;x:0;y:0;z-index:20;margin:0}
.slides_container div.shadow{position:absolute;left:0;margin-top:-105px;z-index:10}
.slides_container .section img{position:relative;z-index:50}
ul.paging{width:75px;height:10px;margin:0 auto !important;text-align:center}
.paging li{width:10px;height:10px;margin-right:5px}
.paging li.on{background:url(../images/slide_page_on.gif) no-repeat top left}
.paging li.off{background:url(../images/slide_page_off.gif) no-repeat top left}
.paging li span{visibility:hidden}
.paging a{text-decoration:none}
#shadow{left: 15px;margin-top: -105px;position: absolute;z-index: -10}
.slide_widget .mask{width:958px !important}
#slides,.slides_container,.slides_container div {width:958px !important;height:431px !important;display:block}
.buttonBox{z-index:201}
.section div{z-index:200}
.slide_widget ul{position:relative;bottom:18px;z-index:150}

View file

@ -1,77 +1,62 @@
@charset "utf-8";
/* CSS Document */
body {font-size: 12px;font-family:sans-serif; margin: 0; padding: 0;}
img{border:none;}
body {font-size: 12px;font-family:sans-serif;margin: 0;padding: 0}
img{border:none}
/* head */
#wrap {width:100%;}
#wrap .top {width:100%;height:73px;z-index:300;background:url(../images/header_bg.gif) repeat-x top left;}
#wrap .header {width:960px;height:73px;margin:0 auto;position:relative; z-index:150;}
.header .logo {margin-top:15px;float:left;}
.header ul {margin:0;padding:0;}
.header li {list-style:none;}
#wrap .main {width:100%;z-index:200;}
.main .container {width:960px;position:relative;padding-top:50px;margin:0 auto 30px auto;_margin-bottom:50px;overflow:hidden;}
#wrap .slide_banner {width:100%;height:446px;background:url(../images/slide_box_bg.gif) repeat-x top left; padding-top:15px;}
.container .search_box_layout {position:absolute;top:10px;right:0px;}
.search_box_layout .inputBox {width:218px;height:29px;background:url(../images/search_box_bg.gif) no-repeat top left;}
.search_box_layout .inputBox .iText {width:175px;float:left;background:none;;outline:none;border:0 none;padding-left:10px;margin-top:3px;}
.search_box_layout .inputBox .is_submit {width:15px;height:14px;float:right;margin-top:6px;margin-right:10px;}
#wrap{width:100%}
#wrap .top{width:100%;height:73px;z-index:300;background:url(../images/header_bg.gif) repeat-x top left}
#wrap .header{width:960px;height:73px;margin:0 auto;position:relative;z-index:150}
.header .logo{margin-top:15px;float:left}
.header ul{margin:0;padding:0}
.header li{list-style:none}
#wrap .main{width:100%;z-index:200}
.main .container{width:960px;position:relative;padding-top:50px;margin:0 auto 30px auto;_margin-bottom:50px;overflow:hidden}
#wrap .slide_banner{width:100%;height:446px;background:url(../images/slide_box_bg.gif) repeat-x top left;padding-top:15px}
.container .search_box_layout{position:absolute;top:10px;right:0px}
.search_box_layout .inputBox{width:218px;height:29px;background:url(../images/search_box_bg.gif) no-repeat top left}
.search_box_layout .inputBox .iText{width:175px;float:left;background:none;;outline:none;border:0 none;padding-left:10px;margin-top:3px}
.search_box_layout .inputBox .is_submit{width:15px;height:14px;float:right;margin-top:6px;margin-right:10px}
/* GNB */
.header .gnb {position:absolute;top:36px; left:220px;z-index:300;}
.gnb li.m1 {width:109px;height:35px;float:left;position:relative;}
.gnb li.m_on {background:url(../images/gnb_m1_on_n.gif) no-repeat top left;}
.gnb a {font-family:Arial, Helvetica, sans-serif;font-weight:bold;outline:none;ie-dummy: expression(this.hideFocus=true);}
.gnb li.m1 a.m1_a {color:#FFF;font-size:14px;line-height:14px;text-decoration:none;
display:block;width:109px;height:35px;cursor:pointer;}
.gnb li.m_on a.m1_a {color:#0f0f0f !important;}
.gnb li.m1 span.m1_span {display:block;width:109px;height:25px;text-align:center;padding-top:10px;}
.gnb .lnb {margin:0;padding:1px 0 0 0;background:url(../images/lnb_bg.gif) no-repeat top left;}
.gnb .sub {width:106px;position:absolute;left:2px;z-index:1000; display:none;}
.gnb .lnb .s1 {width:106px;height:32px;background: url(../images/lnb_bg.gif) no-repeat top left;}
.gnb .lnb .s1 a {width:106px;height:24px;padding-top:8px;font-size:12px;text-align:center;color:#5e5e60;display:block;font-weight:bold;text-decoration:none;}
.gnb .lnb .s1 a:hover {color:white;background:url(../images/lnb_bg_on.gif) no-repeat 1px 0;}
.gnb .lnb .s1 a.a_on {color:white;background:url(../images/lnb_bg_on.gif) no-repeat 1px 0;}
.gnb .bottom {width:106px;height:3px;background:url(../images/lnb_bg.gif) no-repeat bottom left;}
.gnb .bottom span {width:0;height:0;background:#000;}
.header .gnb{position:absolute;top:36px;left:220px;z-index:300}
.gnb li.m1{width:109px;height:35px;float:left;position:relative}
.gnb li.m_on{background:url(../images/gnb_m1_on_n.gif) no-repeat top left}
.gnb a{font-family:Arial, Helvetica, sans-serif;font-weight:bold;outline:none;ie-dummy: expression(this.hideFocus=true)}
.gnb li.m1 a.m1_a{color:#FFF;font-size:14px;line-height:14px;text-decoration:none;display:block;width:109px;height:35px;cursor:pointer}
.gnb li.m_on a.m1_a{color:#0f0f0f !important}
.gnb li.m1 span.m1_span{display:block;width:109px;height:25px;text-align:center;padding-top:10px}
.gnb .lnb{margin:0;padding:1px 0 0 0;background:url(../images/lnb_bg.gif) no-repeat top left}
.gnb .sub{width:106px;position:absolute;left:2px;z-index:1000;display:none}
.gnb .lnb .s1{width:106px;height:32px;background: url(../images/lnb_bg.gif) no-repeat top left}
.gnb .lnb .s1 a{width:106px;height:24px;padding-top:8px;font-size:12px;text-align:center;color:#5e5e60;display:block;font-weight:bold;text-decoration:none}
.gnb .lnb .s1 a:hover{color:white;background:url(../images/lnb_bg_on.gif) no-repeat 1px 0}
.gnb .lnb .s1 a.a_on{color:white;background:url(../images/lnb_bg_on.gif) no-repeat 1px 0}
.gnb .bottom{width:106px;height:3px;background:url(../images/lnb_bg.gif) no-repeat bottom left}
.gnb .bottom span{width:0;height:0;background:#000}
/* slide_widget */
#slide_widget {width:100%;height:446px; position:relative;background:url(../images/slide_box_bg.gif) repeat-x top left;}
#slide_widget .mask {width:958px;height:446px;position:relative;z-index:80;margin:0 auto;padding:0;overflow:hidden;}
#slide_widget ul {margin:0; padding:0;}
#slide_widget li {float:left;list-style:none;}
ul.imgSet {height:418px;position:absolute;left:width:100%;top:0;}
.imgSet li {width:958px;height:420px;float:left;}
.imgSet div.item {position:relative;z-index:50;}
.imgSet li p {position:absolute;x:0;y:0;z-index:20;margin:0;}
.imgSet li div.shadow {position:absolute;left:15px;top:323px;z-index:10;}
ul.paging {width:75px;height:10px;margin:0 auto !important;text-align:center;}
.paging li {width:10px;height:10px;margin-right:5px;}
.paging li.on {background:url(../images/slide_page_on.gif) no-repeat top left;}
.paging li.off {background:url(../images/slide_page_off.gif) no-repeat top left;}
.paging li span {visibility:hidden;}
.paging a {text-decoration:none;}
.footer {width:960px;margin:0 auto;border-top:#dbdbdb solid 1px;position:relative;font-family:Tahoma, Geneva, sans-serif; }
.footer .footer_p {color:#9fa09f;margin:12px auto;}
#selectLang {position:absolute;top:-1px;right:0;margin:0;}
#selectLang dt {float:left;padding:4px 11px 0 0;font-family:"Times New Roman", Times, serif;font-size:12px;color:#aaabad;}
#selectLang dd {float:left;margin:0;}
#selectLang .langBtn {width:61px;height:20px; cursor:pointer;padding-top:7px;padding-left:7px;color:#5a5a5a;text-decoration:none;font-size:11px;line-height:11px;background:url(../images/btn_language.gif) no-repeat top left;}
#selectLang .langSet {display:none;width:68px;padding:3px 0 0 0;margin:0;position:absolute;bottom:27px;_bottom:26px;z-index:500;background:url(../images/language_ul_top.png) no-repeat top left;}
#selectLang ul li {list-style:none;border-right:#bdbaba solid 1px;border-left:#bdbaba solid 1px; background:#f0f0f0;}
#selectLang ul li a {height:12px;padding:6px 0 6px 7px;display:block;}
#selectLang li.on {border:#c3c3c3 solid 1px;background:#d7d7d7;}
#selectLang li.on a {height:12px;padding:5px 0 5px 7px;}
#selectLang li a {color:#5a5a5a;text-decoration:none;font-size:11px;line-height:11px;vertical-align:text-top;}
#slide_widget{width:100%;height:446px;position:relative;background:url(../images/slide_box_bg.gif) repeat-x top left}
#slide_widget .mask{width:958px;height:446px;position:relative;z-index:80;margin:0 auto;padding:0;overflow:hidden}
#slide_widget ul{margin:0;padding:0}
#slide_widget li{float:left;list-style:none}
ul.imgSet{height:418px;position:absolute;left:width:100%;top:0}
.imgSet li{width:958px;height:420px;float:left}
.imgSet div.item{position:relative;z-index:50}
.imgSet li p{position:absolute;x:0;y:0;z-index:20;margin:0}
.imgSet li div.shadow{position:absolute;left:15px;top:323px;z-index:10}
ul.paging{width:75px;height:10px;margin:0 auto !important;text-align:center}
.paging li{width:10px;height:10px;margin-right:5px}
.paging li.on {background:url(../images/slide_page_on.gif) no-repeat top left}
.paging li.off{background:url(../images/slide_page_off.gif) no-repeat top left}
.paging li span{visibility:hidden}
.paging a{text-decoration:none}
.footer{width:960px;margin:0 auto;border-top:#dbdbdb solid 1px;position:relative;font-family:Tahoma, Geneva, sans-serif}
.footer .footer_p{color:#9fa09f;margin:12px auto}
#selectLang{position:absolute;top:-1px;right:0;margin:0}
#selectLang dt{float:left;padding:4px 11px 0 0;font-family:"Times New Roman", Times, serif;font-size:12px;color:#aaabad}
#selectLang dd{float:left;margin:0}
#selectLang .langBtn{width:61px;height:20px;cursor:pointer;padding-top:7px;padding-left:7px;color:#5a5a5a;text-decoration:none;font-size:11px;line-height:11px;background:url(../images/btn_language.gif) no-repeat top left}
#selectLang .langSet{display:none;width:68px;padding:3px 0 0 0;margin:0;position:absolute;bottom:27px;_bottom:26px;z-index:500;background:url(../images/language_ul_top.png) no-repeat top left}
#selectLang ul li{list-style:none;border-right:#bdbaba solid 1px;border-left:#bdbaba solid 1px;background:#f0f0f0}
#selectLang ul li a{height:12px;padding:6px 0 6px 7px;display:block}
#selectLang li.on{border:#c3c3c3 solid 1px;background:#d7d7d7}
#selectLang li.on a{height:12px;padding:5px 0 5px 7px}
#selectLang li a{color:#5a5a5a;text-decoration:none;font-size:11px;line-height:11px;vertical-align:text-top}

View file

@ -1,17 +1,12 @@
<!--%import("js/communication.js")-->
<!--%import("css/style.css")-->
<div id="communicationModule">
<div id="cm">
<!--@if($is_logged && $logged_info->menu_list && (!$member_srl || $member_srl == $logged_info->member_srl) )-->
<ul class="localNavigation">
<li class="mLeft"><img src="images/title_bg_left.gif" width="3" height="31" alt="" /></li>
<!--@foreach($logged_info->menu_list as $key => $val)-->
<li class="item <!--@if($key == $act)-->l_on<!--@end-->"><!--@if($key == $act)--><span class="l_on_left"></span><!--@end--><a href="{getUrl('act',$key)}">{Context::getLang($val)}</a></li>
<!--@end-->
<li class="mRight"><img src="images/title_bg_right.gif" width="5" height="31" alt="" /></li>
</ul>
<!--@end-->

View file

@ -1,151 +1,128 @@
@charset "utf-8";
/* CSS Document */
#communicationModule {font-family:Arial, Helvetica, sans-serif;}
#communicationModule caption{ font-size:11px; font-family:Tahoma; color:#888; text-align:left;}
#cm{font-family:Arial, Helvetica, sans-serif}
#cm caption{font-size:11px;font-family:Tahoma;color:#888;text-align:left}
/* Button */
a.grayBtn {display:inline-block;height:29px;padding-left:4px; background:url(../images/btn_gray_left.gif) no-repeat top left; text-decoration:none;cursor:pointer;}
a.grayBtn span {display:inline-block;height:24px;padding:5px 14px 0 11px;white-space:nowrap;color:#FFF;font-weight:bold;background:url(../images/btn_gray_right.gif) no-repeat top right;}
a.whiteBtn {display:inline-block;height:29px;padding-left:4px; background:url(../images/btn_white_left.gif) no-repeat top left; text-decoration:none;cursor:pointer;}
a.whiteBtn span {display:inline-block;height:24px;padding:5px 14px 0 11px;white-space:nowrap;color:#808080;font-weight:bold;background:url(../images/btn_white_right.gif) no-repeat top right;}
span.whiteBtn {display:inline-block;height:27px;padding-left:4px; vertical-align:middle; _vertical-align:baseline; white-space:nowrap; background:url(../images/btn_white_left.gif) no-repeat top left; text-decoration:none;cursor:pointer;}
span.whiteBtn input {display:inline-block;height:29px;white-space:nowrap;color:#808080;font-weight:bold;background:url(../images/btn_white_right.gif) no-repeat top right;cursor:pointer; border:0 none; top;font-size:12px;font-family:Arial, Helvetica, sans-serif; vertical-align:middle; text-align: line-height:11px;}
span.grayBtn {display:inline-block;height:27px;padding-left:4px; vertical-align:middle; _vertical-align:baseline; white-space:nowrap; background:url(../images/btn_gray_left.gif) no-repeat top left; text-decoration:none;cursor:pointer;}
span.grayBtn input {display:inline-block;padding:0 12px 0 7px;height:26px;white-space:nowrap;color:#808080;font-weight:bold;background:url(../images/btn_gray_right.gif) no-repeat top right;cursor:pointer; border:0 none; top;font-size:12px;font-family:Arial, Helvetica, sans-serif; vertical-align:middle;color:#FFF; text-align: line-height:11px;}
.localNavigation {width:100%;height:31px;margin:0;padding:1px 0 0 0;background: url(../images/title_bg_repeat.gif) repeat-x top left;}
.localNavigation li {float:left;list-style:none;}
.localNavigation .mLeft {width:3px;height:31px;margin-top:-1px;float:left;}
.localNavigation .mRight {width:5px;height:31px;margin-top:-1px;float:right;}
.localNavigation .item {height:24px; margin:0;background:url(../images/title_item_vr.gif) no-repeat top right;}
.localNavigation .item a {display:inline-block;height:19px;padding:5px 16px 0 14px;outline:none;font-family:Arial, Helvetica, sans-serif;color:#5a5a5a;text-decoration:none;}
.localNavigation .l_on {background:none;margin-left:-2px;margin-top:1px;}
.localNavigation .l_on .l_on_left {display:block;width:3px;height:24px;float:left;background:url(../images/title_on_left.gif) no-repeat top left;}
.localNavigation .l_on a { color:#FFF;_margin-left:-3px;background:url(../images/title_on_right.gif) no-repeat top right;}
.localNavigation .l_last {background:none;}
#communicationModule h3.pTitle {height:23px;margin:10px 0 5px 0;padding:5px 0 0 10px;color:#3f3f3f; font-size:12px;font-family:Arial, Helvetica, sans-serif;}
#communicationModule h3.pTitle1 {height:23px;margin:20px 0 12px 0;padding:8px 0 0 37px;border-bottom:#9b989a solid 1px;color:#3f3f3f; background:url(../images/icon_member_info.gif) no-repeat 13px 6px; font-size:12px;font-family:Arial, Helvetica, sans-serif;}
#communicationModule h3.pTitle6 {height:23px;margin:20px 0 12px 0;padding:8px 0 0 37px;border-bottom:#9b989a solid 1px;color:#3f3f3f; background:url(../images/icon_message.gif) no-repeat 13px 6px; font-size:12px;font-family:Arial, Helvetica, sans-serif;}
#communicationModule h3.pTitle7 {height:23px;margin:20px 0 12px 0;padding:8px 0 0 37px;border-bottom:#9b989a solid 1px;color:#3f3f3f; background:url(../images/icon_message.gif) no-repeat 13px 6px; font-size:12px;font-family:Arial, Helvetica, sans-serif;}
#communicationModule .rowTable {width:100%; border-bottom:#c3c1c2 solid 1px;}
.rowTable th {border-bottom:#E5E5E5 solid 1px;vertical-align:top;padding:13px 11px;;text-align:left;}
.rowTable th div {white-space:nowrap;color:#5a5a5a;}
.rowTable td {width:100%; padding:13px 10px 13px 25px;border-bottom:#E5E5E5 solid 1px;color:#000000;}
.rowTable td input.txt {border:#C1C1C1 solid 1px;height:20px;}
#communicationModule .col_table {width:100%;border-bottom:#c9c7c8 solid 1px;}
.col_table tr {height:27px;}
.col_table thead tr {height:25px;background:url(../images/coltable_head_bg.gif) repeat-x top left;}
.col_table thead th {height:25px;background:url(../images/coltable_head_bg.gif) repeat-x top left;}
.col_table .chk {background:transparent url(../images/coltable_head_left.gif) no-repeat top left;}
.col_table input {margin:0;padding:0;}
a.grayBtn{display:inline-block;height:29px;padding-left:4px;background:url(../images/btn_gray_left.gif) no-repeat top left;text-decoration:none;cursor:pointer}
a.grayBtn span{display:inline-block;height:24px;padding:5px 14px 0 11px;white-space:nowrap;color:#FFF;font-weight:bold;background:url(../images/btn_gray_right.gif) no-repeat top right}
a.whiteBtn{display:inline-block;height:29px;padding-left:4px;background:url(../images/btn_white_left.gif) no-repeat top left;text-decoration:none;cursor:pointer}
a.whiteBtn span{display:inline-block;height:24px;padding:5px 14px 0 11px;white-space:nowrap;color:#808080;font-weight:bold;background:url(../images/btn_white_right.gif) no-repeat top right}
span.whiteBtn{display:inline-block;height:27px;padding-left:4px;vertical-align:middle;_vertical-align:baseline;white-space:nowrap;background:url(../images/btn_white_left.gif) no-repeat top left;text-decoration:none;cursor:pointer}
span.whiteBtn input{display:inline-block;height:29px;white-space:nowrap;color:#808080;font-weight:bold;background:url(../images/btn_white_right.gif) no-repeat top right;cursor:pointer;border:0 none;top;font-size:12px;font-family:Arial, Helvetica, sans-serif;vertical-align:middle;text-align: line-height:11px}
span.grayBtn{display:inline-block;height:27px;padding-left:4px;vertical-align:middle;_vertical-align:baseline;white-space:nowrap;background:url(../images/btn_gray_left.gif) no-repeat top left;text-decoration:none;cursor:pointer}
span.grayBtn input{display:inline-block;padding:0 12px 0 7px;height:26px;white-space:nowrap;color:#808080;font-weight:bold;background:url(../images/btn_gray_right.gif) no-repeat top right;cursor:pointer;border:0 none;top;font-size:12px;font-family:Arial, Helvetica, sans-serif;vertical-align:middle;color:#FFF;text-align: line-height:11px}
.localNavigation{width:100%;height:31px;margin:0;padding:1px 0 0 0;background: url(../images/title_bg_repeat.gif) repeat-x top left}
.localNavigation li{float:left;list-style:none}
.localNavigation .mLeft{width:3px;height:31px;margin-top:-1px;float:left}
.localNavigation .mRight{width:5px;height:31px;margin-top:-1px;float:right}
.localNavigation .item{height:24px;margin:0;background:url(../images/title_item_vr.gif) no-repeat top right}
.localNavigation .item a{display:inline-block;height:19px;padding:5px 16px 0 14px;outline:none;font-family:Arial, Helvetica, sans-serif;color:#5a5a5a;text-decoration:none}
.localNavigation .l_on{background:none;margin-left:-2px;margin-top:1px}
.localNavigation .l_on .l_on_left{display:block;width:3px;height:24px;float:left;background:url(../images/title_on_left.gif) no-repeat top left}
.localNavigation .l_on a{color:#FFF;_margin-left:-3px;background:url(../images/title_on_right.gif) no-repeat top right}
.localNavigation .l_last{background:none}
#cm h3.pTitle{height:23px;margin:10px 0 5px 0;padding:5px 0 0 10px;color:#3f3f3f;font-size:12px;font-family:Arial, Helvetica, sans-serif}
#cm h3.pTitle1{height:23px;margin:20px 0 12px 0;padding:8px 0 0 37px;border-bottom:#9b989a solid 1px;color:#3f3f3f;background:url(../images/icon_member_info.gif) no-repeat 13px 6px;font-size:12px;font-family:Arial, Helvetica, sans-serif}
#cm h3.pTitle6{height:23px;margin:20px 0 12px 0;padding:8px 0 0 37px;border-bottom:#9b989a solid 1px;color:#3f3f3f;background:url(../images/icon_message.gif) no-repeat 13px 6px;font-size:12px;font-family:Arial, Helvetica, sans-serif}
#cm h3.pTitle7{height:23px;margin:20px 0 12px 0;padding:8px 0 0 37px;border-bottom:#9b989a solid 1px;color:#3f3f3f;background:url(../images/icon_message.gif) no-repeat 13px 6px;font-size:12px;font-family:Arial, Helvetica, sans-serif}
#cm .rowTable{width:100%;border-bottom:#c3c1c2 solid 1px}
.rowTable th{border-bottom:#E5E5E5 solid 1px;vertical-align:top;padding:13px 11px;;text-align:left}
.rowTable th div{white-space:nowrap;color:#5a5a5a}
.rowTable td{width:100%;padding:13px 10px 13px 25px;border-bottom:#E5E5E5 solid 1px;color:#000000}
.rowTable td input.txt{border:#C1C1C1 solid 1px;height:20px}
#cm .col_table{width:100%;border-bottom:#c9c7c8 solid 1px}
.col_table tr{height:27px}
.col_table thead tr{height:25px;background:url(../images/coltable_head_bg.gif) repeat-x top left}
.col_table thead th{height:25px;background:url(../images/coltable_head_bg.gif) repeat-x top left}
.col_table .chk{background:transparent url(../images/coltable_head_left.gif) no-repeat top left}
.col_table input{margin:0;padding:0}
.col_table th,
.col_table td {text-align:left;padding-left:20px;}
.col_table th.button_col {text-align:right;padding:5px 0;}
.col_table .subject {text-align:left;padding-left:20px;}
.col_table .subject a {text-decoration:none;color:#333;font-weight:bold;}
.col_table .subject em {font-size:10px;font-style:italic;}
.col_table .subject em.red {color:#C00;}
.col_table .subject em.green {color:#390;}
.col_table .subject input {margin-right:10px;vertical-align:text-bottom;}
.col_table th.th_right {text-align:center;padding:0;background-color:transparent; background:url(../images/coltable_head_right.gif) no-repeat top right;}
.col_table td{text-align:left;padding-left:20px}
.col_table th.button_col{text-align:right;padding:5px 0}
.col_table .subject{text-align:left;padding-left:20px}
.col_table .subject a{text-decoration:none;color:#333;font-weight:bold}
.col_table .subject em{font-size:10px;font-style:italic}
.col_table .subject em.red{color:#C00}
.col_table .subject em.green{color:#390}
.col_table .subject input{margin-right:10px;vertical-align:text-bottom}
.col_table th.th_right{text-align:center;padding:0;background-color:transparent;background:url(../images/coltable_head_right.gif) no-repeat top right}
.col_table th.th_tc,
.col_table td.td_tc {text-align:center; padding:0;}
.col_table .savedContent {padding:10px;}
.col_table .doc_title {padding:7px 5px 0 0;}
.col_table .doc_title a {text-decoration:none;color:#333;font-weight:bold;}
.col_table th.button {padding:6px 0 10px 0;border-top:#EEE solid 1px;}
.msg_table tbody tr {height:30px;}
#communicationModule .find_account {padding-left:11px;height:482px;background:url(../images/find_bg_left.png) no-repeat top left;}
#communicationModule p.tDesc {margin:0 0 10px 0;padding:0;}
#communicationModule .findTable {width:100%; height:482px; background:url(../images/find_bg_right.png) no-repeat top right;}
.findTable th {padding:9px 18px 9px 40px;text-align:left;background:none;}
.findTable td {padding:9px 18px 9px 40px;background:none;}
.findTable .btnLine {height:30px;}
.findTable .sLine {height:40px;}
.findTable .mLine {height:50px;}
.findTable .bLine {text-align:center;}
.findTable .tInput {width:185px;height:17px;font-size:12px;border:#CECECE solid 1px;}
.btn_bar_r {text-align:right;margin:16px 0;}
.btn_bar_l {text-align:left;}
.signPanel {width:318px; height:191px; margin:10px auto; background:#093 url(../images/login_panel_bg.gif) no-repeat top left;}
.signPanel .left {width:192px;height:138px;padding:18px 0 0 23px; _padding-top:28px;_height:128px;float:left;}
.signPanel .right {width:100px;height:111px;padding-top:45px;float:right;}
.signPanel .left .tInBox {width:185px;height:18px;padding:0 0 0 4px;background:url(../images/signPanel_input_bg.gif) no-repeat top left;}
.signPanel .left .tInBox img {padding-top:3px;}
.signPanel .left .tInBox input {width:160px;padding-left:5px;height:18px;border:0 none;background:none;}
.signPanel .left label {display:block;margin:10px 0 3px 0;}
.signPanel .left label input {margin:0 7px 0 0;padding:0;}
.signPanel .left .lb_chk {margin-top:10px;_margin:0;padding:0;}
.signPanel .bottom_bar {width:245px;text-align:center;padding:9px 0 0 73px;float:left;border-top:#e1e1e1 solid 1px;}
.signPanel .bottom_bar a {dispaly:block;padding-left:10px;float:left;text-decoration:none;color:#757575;}
.signPanel .bottom_bar a.vr {padding-right:10px;border-right:#a8a8a8 solid 1px;}
#communicationModule p { margin:3px 0 0 0; padding:0;}
#dummy_check_nick_name { color:red; margin:3px 0 0 0; padding:0; }
#communicationModule .require { color:red; font-size:10px; font-family:tahoma; font-weight:bold; margin-left:5px; }
#communicationModule .publicItem { margin:5px 0 0 0; padding:0; color:#aaa; }
#communicationModule .publicItem input { padding:0; margin: 0; }
#communicationModule caption{ font-size:11px; font-family:Tahoma; color:#888; text-align:left;}
#communicationModule td.openids div { float:left; margin-right:10px; margin-bottom:10px; }
#communicationModule td.openids div a { color:#AAA; text-decoration:none;}
#communicationModule .openid_user_id { background: url(../img/openid_login_bg.gif) left no-repeat; background-color: #ffffff; background-position: 0 50%; padding:3px 3px 3px 18px; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; line-height:1em; vertical-align:middle; color:#666666; width:200px;}
#communicationModule .insertOpenID { clear:both; margin-top:10px; }
#communicationModule .savedContent { margin-top:10px; border:1px solid #EEE; padding:10px; }
#communicationModule .pagination{ padding:15px 0; margin:0; text-align:center; clear:both; }
#communicationModule .pagination *{ margin:0; padding:0;}
#communicationModule .pagination img{ border:0;}
#communicationModule .pagination a,
#communicationModule .pagination strong{ position:relative; display:inline-block; text-decoration:none; line-height:normal; color:#333; font-family:Tahoma, Sans-serif; vertical-align:middle;}
#communicationModule .pagination a:hover,
#communicationModule .pagination a:active,
#communicationModule .pagination a:focus{ background-color:#f4f4f4 !important; }
#communicationModule .pagination strong{ color:#ff6600 !important;}
#communicationModule .pagination a.prev,
#communicationModule .pagination a.prevEnd,
#communicationModule .pagination a.next,
#communicationModule .pagination a.nextEnd{ font-weight:normal !important; border:none !important; margin:0 !important; white-space:nowrap; }
#communicationModule .pagination.a1 a,
#communicationModule .pagination.a1 strong{ margin:0 -4px; padding:1px 10px 1px 8px; border:none; border-left:1px solid #ccc; border-right:1px solid #ddd; font-weight:bold; font-size:12px; background:#fff;}
#communicationModule .pagination.a1 a.prev{ padding-left:10px; background:#fff url(../img/arrowPrevA1.gif) no-repeat left center; }
#communicationModule .pagination.a1 a.prevEnd{ padding-left:15px; background:#fff url(../img/arrowPrevEndA1.gif) no-repeat left center; }
#communicationModule .pagination.a1 a.next{ padding-right:10px; background:#fff url(../img/arrowNextA1.gif) no-repeat right center; }
#communicationModule .pagination.a1 a.nextEnd{ padding-right:15px; background:#fff url(../img/arrowNextEndA1.gif) no-repeat right center; }
#communicationModule .regdate { font-size:10px; font-family:tahoma; color:#AAA; }
#communicationModule .readed_date { font-size:10px; font-family:tahoma; color:#888; letter-spacing:-1px;}
#communicationModule .xeGroups { position:relative; }
#communicationModule .xeMessages select ,
#communicationModule .xeGroups select { margin:0; padding:0; vertical-align:middle; }
#communicationModule .setupGroup { position:absolute; right:0; top:0;}
#communicationModule .setupMessage {float:right;margin-top:7px;}
#communicationModule .jumpMenu { margin-bottom:5px; text-align:right; }
#communicationModule .xeMessages .msg_title {width:100%;height:25px;padding-top:3px;margin-top:10px;float:left;font-weight:bold;text-align:center;border:#E2E2E2 solid 1px;background:#F2F2F2;}
#communicationModule .xeMessages .msg_meta {width:100%;float:left;height:26px;padding-top:9px;border-bottom:#F2F2F2 solid 1px;}
#communicationModule .xeMessages .msg_meta span {padding:0 5px;}
#communicationModule .xeMessages .msg_message {width:100%;float:left;padding:10px;min-height:100px;height:auto !important;height:100px;}
#communicationModule .xeMessages .msg_view_btns {width:100%;float:left;text-align:center;padding:9px 9px 0 9px;}
#communicationModule .isTab {margin:10px 0 0 0;padding-left:0;float:left;}
#communicationModule .isTab li {padding:0 10px;border-right:#d8d8d8 solid 1px;float:left;list-style:none;}
#communicationModule .isTab li.last {border:none;}
#communicationModule .isTab li a {text-decoration:none;color:#7b7b7b;}
#communicationModule .isTab li.on a {color:#595c72;}
#fo_message_list .msg_table {width:100%;float:left;margin-top:10px;}
.col_table td.td_tc{text-align:center;padding:0}
.col_table .savedContent{padding:10px}
.col_table .doc_title{padding:7px 5px 0 0}
.col_table .doc_title a{text-decoration:none;color:#333;font-weight:bold}
.col_table th.button{padding:6px 0 10px 0;border-top:#EEE solid 1px}
.msg_table tbody tr{height:30px}
#cm .find_account{padding-left:11px;height:482px;background:url(../images/find_bg_left.png) no-repeat top left}
#cm p.tDesc{margin:0 0 10px 0;padding:0}
#cm .findTable{width:100%;height:482px;background:url(../images/find_bg_right.png) no-repeat top right}
.findTable th{padding:9px 18px 9px 40px;text-align:left;background:none}
.findTable td{padding:9px 18px 9px 40px;background:none}
.findTable .btnLine{height:30px}
.findTable .sLine{height:40px}
.findTable .mLine{height:50px}
.findTable .bLine{text-align:center}
.findTable .tInput{width:185px;height:17px;font-size:12px;border:#CECECE solid 1px}
.btn_bar_r{text-align:right;margin:16px 0}
.btn_bar_l{text-align:left}
.signPanel{width:318px;height:191px;margin:10px auto;background:#093 url(../images/login_panel_bg.gif) no-repeat top left}
.signPanel .left{width:192px;height:138px;padding:18px 0 0 23px;_padding-top:28px;_height:128px;float:left}
.signPanel .right{width:100px;height:111px;padding-top:45px;float:right}
.signPanel .left .tInBox{width:185px;height:18px;padding:0 0 0 4px;background:url(../images/signPanel_input_bg.gif) no-repeat top left}
.signPanel .left .tInBox img{padding-top:3px}
.signPanel .left .tInBox input{width:160px;padding-left:5px;height:18px;border:0 none;background:none}
.signPanel .left label{display:block;margin:10px 0 3px 0}
.signPanel .left label input{margin:0 7px 0 0;padding:0}
.signPanel .left .lb_chk{margin-top:10px;_margin:0;padding:0}
.signPanel .bottom_bar{width:245px;text-align:center;padding:9px 0 0 73px;float:left;border-top:#e1e1e1 solid 1px}
.signPanel .bottom_bar a{dispaly:block;padding-left:10px;float:left;text-decoration:none;color:#757575}
.signPanel .bottom_bar a.vr{padding-right:10px;border-right:#a8a8a8 solid 1px}
#cm p {margin:3px 0 0 0;padding:0}
#dummy_check_nick_name {color:red;margin:3px 0 0 0;padding:0}
#cm .require {color:red;font-size:10px;font-family:tahoma;font-weight:bold;margin-left:5px}
#cm .publicItem {margin:5px 0 0 0;padding:0;color:#aaa}
#cm .publicItem input {padding:0;margin: 0}
#cm caption{font-size:11px;font-family:Tahoma;color:#888;text-align:left}
#cm td.openids div {float:left;margin-right:10px;margin-bottom:10px}
#cm td.openids div a {color:#AAA;text-decoration:none}
#cm .openid_user_id {background: url(../img/openid_login_bg.gif) left no-repeat;background-color: #ffffff;background-position: 0 50%;padding:3px 3px 3px 18px;border:1px solid;border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6;line-height:1em;vertical-align:middle;color:#666666;width:200px}
#cm .insertOpenID {clear:both;margin-top:10px}
#cm .savedContent {margin-top:10px;border:1px solid #EEE;padding:10px}
#cm .pagination{padding:15px 0;margin:0;text-align:center;clear:both}
#cm .pagination *{margin:0;padding:0}
#cm .pagination img{border:0}
#cm .pagination a,
#cm .pagination strong{position:relative;display:inline-block;text-decoration:none;line-height:normal;color:#333;font-family:Tahoma, Sans-serif;vertical-align:middle}
#cm .pagination a:hover,
#cm .pagination a:active,
#cm .pagination a:focus{background-color:#f4f4f4 !important}
#cm .pagination strong{color:#ff6600 !important}
#cm .pagination a.prev,
#cm .pagination a.prevEnd,
#cm .pagination a.next,
#cm .pagination a.nextEnd{font-weight:normal !important;border:none !important;margin:0 !important;white-space:nowrap}
#cm .pagination.a1 a,
#cm .pagination.a1 strong{margin:0 -4px;padding:1px 10px 1px 8px;border:none;border-left:1px solid #ccc;border-right:1px solid #ddd;font-weight:bold;font-size:12px;background:#fff}
#cm .pagination.a1 a.prev{padding-left:10px;background:#fff url(../img/arrowPrevA1.gif) no-repeat left center}
#cm .pagination.a1 a.prevEnd{padding-left:15px;background:#fff url(../img/arrowPrevEndA1.gif) no-repeat left center}
#cm .pagination.a1 a.next{padding-right:10px;background:#fff url(../img/arrowNextA1.gif) no-repeat right center}
#cm .pagination.a1 a.nextEnd{padding-right:15px;background:#fff url(../img/arrowNextEndA1.gif) no-repeat right center}
#cm .regdate {font-size:10px;font-family:tahoma;color:#AAA}
#cm .readed_date {font-size:10px;font-family:tahoma;color:#888;letter-spacing:-1px}
#cm .xeGroups {position:relative}
#cm .xeMessages select ,
#cm .xeGroups select {margin:0;padding:0;vertical-align:middle}
#cm .setupGroup{position:absolute;right:0;top:0}
#cm .setupMessage{float:right;margin-top:7px}
#cm .jumpMenu {margin-bottom:5px;text-align:right}
#cm .xeMessages .msg_title{width:100%;height:25px;padding-top:3px;margin-top:10px;float:left;font-weight:bold;text-align:center;border:#E2E2E2 solid 1px;background:#F2F2F2}
#cm .xeMessages .msg_meta{width:100%;float:left;height:26px;padding-top:9px;border-bottom:#F2F2F2 solid 1px}
#cm .xeMessages .msg_meta span{padding:0 5px}
#cm .xeMessages .msg_message{width:100%;float:left;padding:10px;min-height:100px;height:auto !important;height:100px}
#cm .xeMessages .msg_view_btns{width:100%;float:left;text-align:center;padding:9px 9px 0 9px}
#cm .isTab{margin:10px 0 0 0;padding-left:0;float:left}
#cm .isTab li{padding:0 10px;border-right:#d8d8d8 solid 1px;float:left;list-style:none}
#cm .isTab li.last{border:none}
#cm .isTab li a{text-decoration:none;color:#7b7b7b}
#cm .isTab li.on a{color:#595c72}
#fo_message_list .msg_table{width:100%;float:left;margin-top:10px}

View file

@ -2,20 +2,15 @@
/* CSS Document */
#memberModule{font-family:Arial,Helvetica,sans-serif}
#memberModule caption{padding-bottom:5px;font-size:11px;font-family:Tahoma;color:#888;text-align:left}
/* Button */
a.grayBtn{display:inline-block;height:29px;_margin-top:2px;padding-left:4px;background:url(../images/btn_gray_left.gif) no-repeat top left;text-decoration:none;_vertical-align:middle;cursor:pointer}
a.grayBtn span{display:inline-block;height:24px;padding:5px 14px 0 11px;_padding-top:7px;background:url(../images/btn_gray_right.gif) no-repeat top right;font-weight:bold;color:#FFF;white-space:nowrap}
a.whiteBtn{display:inline-block;height:28px;padding-left:4px;background:url(../images/btn_white_left.gif) no-repeat left -1px;_background-position:left top;text-decoration:none;_vertical-align:middle;cursor:pointer}
a.whiteBtn span{display:inline-block;height:21px;padding:5px 14px 0 11px;background:url(../images/btn_white_right.gif) no-repeat right -1px;_background-position:right top;font-weight:bold;line-height:12px;color:#808080;white-space:nowrap}
span.grayBtn{display:inline-block;height:27px;margin-top:0;*margin-top:-14px;_margin-top:1px !important;_padding-top:-3px;padding-left:4px;background:url(../images/btn_gray_left.gif) no-repeat top left;text-decoration:none;vertical-align:middle;_vertical-align:baseline;white-space:nowrap;cursor:pointer}
span.grayBtn input{display:inline-block;height:26px;margin:0;padding:0 12px 0 7px;border:0 none;background:url(../images/btn_gray_right.gif) no-repeat top right;font-weight:bold;font-size:12px;font-family:Arial,Helvetica,sans-serif;color:#808080;color:#FFF;text-align:line-height:12px;vertical-align:middle;white-space:nowrap;cursor:pointer}
span.whiteBtn{display:inline-block;height:27px;margin-top:0;*margin-top:-14px;_margin-top:1px !important;_padding-top:-3px;padding-left:4px;background:url(../images/btn_white_left.gif) no-repeat top left;text-decoration:none;vertical-align:middle;_vertical-align:baseline;white-space:nowrap;cursor:pointer}
span.whiteBtn input{display:inline-block;height:26px;margin:0;padding:1px 12px 0 7px;border:0 none;background:url(../images/btn_white_right.gif) no-repeat top right;font-weight:bold;font-size:12px;font-family:Arial,Helvetica,sans-serif;color:#808080;color:#808080;text-align:line-height:11px;vertical-align:middle;vertical-align:middle;white-space:nowrap;cursor:pointer}
.localNavigation{width:100%;height:31px;margin:0;padding:1px 0 0;background:url(../images/title_bg_repeat.gif) repeat-x top left}
.localNavigation li{float:left;list-style:none}
.localNavigation .mLeft{float:left;width:4px;height:31px;margin-top:-1px}
@ -26,7 +21,6 @@ span.whiteBtn input{display:inline-block;height:26px;margin:0;padding:1px 12px 0
.localNavigation .l_on .l_on_left{display:block;float:left;width:3px;height:24px;background:url(../images/title_on_left.gif) no-repeat top left}
.localNavigation .l_on a{_margin-left:-3px;background:url(../images/title_on_right.gif) no-repeat top right;color:#FFF}
.localNavigation .l_last{background:none}
#memberModule h3.pTitle{height:23px;margin:0 0 5px;padding:0 0 0 10px;font-size:12px;font-family:Arial,Helvetica,sans-serif;color:#3f3f3f}
#memberModule h3.pTitle1{height:23px;margin:20px 0 12px;padding:8px 0 0 37px;border-bottom:#9b989a solid 1px;background:url(../images/icon_member_info.gif) no-repeat 13px 6px;font-size:12px;font-family:Arial,Helvetica,sans-serif;color:#3f3f3f}
#memberModule h3.pTitle2{}
@ -36,7 +30,6 @@ span.whiteBtn input{display:inline-block;height:26px;margin:0;padding:1px 12px 0
.rowTable th div{color:#5a5a5a;white-space:nowrap}
.rowTable td{width:100%;padding:13px 10px 13px 25px;border-bottom:#E5E5E5 solid 1px;color:#000}
.rowTable td input.txt{height:20px;border:#C1C1C1 solid 1px}
#memberModule .col_table{width:100%;border-bottom:#c9c7c8 solid 1px}
.col_table tr{height:27px}
.col_table thead tr{height:25px;background:url(../images/coltable_head_bg.gif) repeat-x top left}
@ -55,18 +48,15 @@ span.whiteBtn input{display:inline-block;height:26px;margin:0;padding:1px 12px 0
.col_table .doc_title{}
.col_table .doc_title a{font-weight:bold;color:#333;text-decoration:none}
.col_table th.button_col{padding:6px 0 8px;border-top:#EEE solid 1px}
#memberModule h3.signup_head{color:#3c3d41;letter-spacing:-1px;word-spacing:2px}
#memberModule .signupTable{width:100%;border-collapse:collapse;background:url(../images/sng_ml.gif) repeat-y top left;border-spacing:0}
.signupTable caption{height:12px;margin:0;padding:0 !important;border:none;background:url(../images/sng_tc.gif) repeat-x top left transparent}
.signupTable caption span{display:block;height:12px;margin:0;_margin-bottom:-2px;padding:0;line-height:0;text-indent:-1000px}
.signupTable caption span.cap_left{float:left;width:11px;background:url(../images/sng_tl.gif) no-repeat top left}
.signupTable caption span.cap_right{float:right;width:13px;background:url(../images/sng_tr.gif) no-repeat top left}
.signupTable tbody{margin:0;padding:0}
.signupTable th{background:transparent;vertical-align:top;padding:10px 0 0 45px;text-align:left}
.signupTable .title{height:30px;background:url(../images/sng_mr.gif) repeat-y top right;vertical-align:middle}
.signupTable td input.iText{width:200px;height:20px;border:#C1C1C1 solid 1px}
.signupTable td input[type=text]{width:200px;height:20px;border:#C1C1C1 solid 1px}
.signupTable td select{height:20px;margin-bottom:5px;border:#C1C1C1 solid 1px}
@ -78,13 +68,10 @@ span.whiteBtn input{display:inline-block;height:26px;margin:0;padding:1px 12px 0
.signupTable td.agreement div.agreementButton{margin:10px 0}
.signupTable .btnbar_vat{height:70px !important;padding-top:20px;vertical-align:top}
.signupTable .btnbar_vat span.button{margin-top:20px}
.signupTable tfoot{}
.signupTable tr.button_tr{background:url() repeat-x bottom left}
.signupTable th.button_col{height:93px;height:93px;padding:0;background:transparent url(../images/sng_bc.gif) repeat-x 12px 100%;text-align:left}
.signupTable th.button_col div.btm_bg{height:93px;padding:0;background:url(../images/sng_bl_tfoot.gif) no-repeat top left}
.signupTable th.button_col div.br_bg{height:73px;padding:20px 0 0;background:transparent url(../images/sng_br.gif) no-repeat top right;text-align:center}
#memberModule .find_account{height:482px;padding-left:11px;background:url(../images/find_bg_left.png) no-repeat top left}
#memberModule p.tDesc{margin:0 0 10px;padding:0}
#memberModule .findTable{width:100%;height:482px;background:url(../images/find_bg_right.png) no-repeat top right}
@ -97,7 +84,6 @@ span.whiteBtn input{display:inline-block;height:26px;margin:0;padding:1px 12px 0
.findTable .tInput{width:185px;height:17px;border:#CECECE solid 1px;font-size:12px}
.btn_bar_r{margin:16px 0;text-align:right}
.btn_bar_l{text-align:left}
.signPanel{width:318px;height:191px;margin:10px auto;background:#093 url(../images/login_panel_bg.gif) no-repeat top left}
.signPanel .left{float:left;width:192px;height:138px;_height:128px;padding:18px 0 0 23px;_padding-top:28px}
.signPanel .right{float:right;width:100px;height:111px;padding-top:45px}
@ -110,18 +96,13 @@ span.whiteBtn input{display:inline-block;height:26px;margin:0;padding:1px 12px 0
.signPanel .bottom_bar{float:left;width:245px;padding:9px 0 0 73px;border-top:#e1e1e1 solid 1px;text-align:center}
.signPanel .bottom_bar a{float:left;padding-left:10px;color:#757575;text-decoration:none;dispaly:block}
.signPanel .bottom_bar a.vr{padding-right:10px;border-right:#a8a8a8 solid 1px}
#memberModule .pagination{clear:both;margin:0;padding:15px 0;text-align:center}
#memberModule .pagination *{margin:0;padding:0}
#memberModule .pagination img{border:0}
#memberModule .pagination a,#memberModule .pagination strong{display:inline-block;position:relative;line-height:normal;font-family:Tahoma,Sans-serif;color:#333;text-decoration:none;vertical-align:middle}
#memberModule .pagination a:hover,#memberModule .pagination a:active,#memberModule .pagination a:focus{background-color:#f4f4f4 !important}
#memberModule .pagination strong{color:#f60 !important}
#memberModule .pagination a.prev,#memberModule .pagination a.prevEnd,#memberModule .pagination a.next,#memberModule .pagination a.nextEnd{margin:0 !important;border:none !important;font-weight:normal !important;white-space:nowrap}
#memberModule .pagination.a1 a,#memberModule .pagination.a1 strong{margin:0 -4px;padding:1px 10px 1px 8px;border:none;border-left:1px solid #ccc;border-right:1px solid #ddd;background:#fff;font-weight:bold;font-size:12px}
#memberModule .pagination.a1 a.prev{padding-left:10px;background:#fff url(../images/arrowPrevA1.gif) no-repeat left center}
#memberModule .pagination.a1 a.prevEnd{padding-left:15px;background:#fff url(../images/arrowPrevEndA1.gif) no-repeat left center}

View file

@ -1,30 +1,30 @@
@charset "utf-8";
.sys_message {width:318px;text-align:left;margin:20px auto 2px auto;font-weight:bold;font-size:14px;color:#555;}
fieldset {margin:0;padding:0;border:0 none;}
.signPanel {width:318px; height:191px; margin:10px auto; background: url(images/login_panel_bg.gif) no-repeat top left;}
.signPanel .left {width:192px;height:138px;padding:18px 0 0 23px; _padding-top:28px;_height:128px;float:left;}
.signPanel .right {width:100px;height:111px;padding-top:45px;float:right;}
.signPanel .left .tInBox {width:185px;height:18px;padding:0 0 0 4px;background:url(images/signPanel_input_bg.gif) no-repeat top left;}
.signPanel .left .tInBox img {padding-top:3px;}
.signPanel .left .tInBox input {width:160px;padding-left:5px;height:18px;border:0 none;background:none;font-size:12px;}
.signPanel .left label {display:block;margin:10px 0 1px 0;font-size: 0.75em;}
.signPanel .left label input {margin:0 7px 0 0;padding:0;vertical-align: middle;}
.signPanel .left .lb_chk {margin-top:15px;_margin:0;padding:0;}
.signPanel .bottom_bar {width:245px;text-align:center;padding:9px 0 0 73px;float:left;border-top:#e1e1e1 solid 1px;}
.signPanel .bottom_bar a {dispaly:block;padding-left:10px;float:left;text-decoration:none;color:#757575;}
.signPanel .bottom_bar a.vr {padding-right:10px;border-right:#a8a8a8 solid 1px;}
.sys_message{width:318px;text-align:left;margin:20px auto 2px auto;font-weight:bold;font-size:14px;color:#555}
fieldset{margin:0;padding:0;border:0 none}
.signPanel{width:318px;height:191px;margin:10px auto;background: url(images/login_panel_bg.gif) no-repeat top left}
.signPanel .left{width:192px;height:138px;padding:18px 0 0 23px;_padding-top:28px;_height:128px;float:left}
.signPanel .right{width:100px;height:111px;padding-top:45px;float:right}
.signPanel .left .tInBox{width:185px;height:18px;padding:0 0 0 4px;background:url(images/signPanel_input_bg.gif) no-repeat top left}
.signPanel .left .tInBox img{padding-top:3px}
.signPanel .left .tInBox input{width:160px;padding-left:5px;height:18px;border:0 none;background:none;font-size:12px}
.signPanel .left label{display:block;margin:10px 0 1px 0;font-size: 0.75em}
.signPanel .left label input{margin:0 7px 0 0;padding:0;vertical-align: middle}
.signPanel .left .lb_chk{margin-top:15px;_margin:0;padding:0}
.signPanel .bottom_bar{width:245px;text-align:center;padding:9px 0 0 73px;float:left;border-top:#e1e1e1 solid 1px}
.signPanel .bottom_bar a{dispaly:block;padding-left:10px;float:left;text-decoration:none;color:#757575}
.signPanel .bottom_bar a.vr{padding-right:10px;border-right:#a8a8a8 solid 1px}
.oSignPanel .openLeft {width:192px;height:126px;padding:30px 0 0 12px;float:left;}
.oSignPanel .openLeft .tInBox {width:185px;height:18px;padding:0 0 0 4px;margin-top:30px;background:url(images/signPanel_input_bg.gif) no-repeat top left;}
.oSignPanel .openLeft .tInBox img {padding-top:3px;}
.oSignPanel .openLeft .tInBox input {width:160px;padding-left:5px;height:18px;border:0 none;background:none;}
.oSignPanel .openLeft label {display:block;margin:10px 0 3px 0;}
.oSignPanel .openLeft label input {margin:0 7px 0 0;padding:0;}
.oSignPanel .openLeft .lb_chk {margin-top:10px;_margin:0;padding:0;}
.oSignPanel .openLeft{width:192px;height:126px;padding:30px 0 0 12px;float:left}
.oSignPanel .openLeft .tInBox{width:185px;height:18px;padding:0 0 0 4px;margin-top:30px;background:url(images/signPanel_input_bg.gif) no-repeat top left}
.oSignPanel .openLeft .tInBox img{padding-top:3px}
.oSignPanel .openLeft .tInBox input{width:160px;padding-left:5px;height:18px;border:0 none;background:none}
.oSignPanel .openLeft label{display:block;margin:10px 0 3px 0}
.oSignPanel .openLeft label input{margin:0 7px 0 0;padding:0}
.oSignPanel .openLeft .lb_chk{margin-top:10px;_margin:0;padding:0}
.oSignPanel {width:318px; height:191px; margin:10px auto; background: url(images/login_panel_bg.gif) no-repeat top left;}
.oSignPanel .right {width:100px;height:111px;padding-top:45px;float:right;}
.oSignPanel .bottom_bar {width:245px;text-align:center;padding:9px 0 0 73px;float:left;border-top:#e1e1e1 solid 1px;}
.oSignPanel .bottom_bar a {dispaly:block;padding-left:10px;float:left;text-decoration:none;color:#757575;}
.oSignPanel .bottom_bar a.vr {padding-right:10px;border-right:#a8a8a8 solid 1px;}
.oSignPanel {width:318px;height:191px;margin:10px auto;background: url(images/login_panel_bg.gif) no-repeat top left}
.oSignPanel .right{width:100px;height:111px;padding-top:45px;float:right}
.oSignPanel .bottom_bar{width:245px;text-align:center;padding:9px 0 0 73px;float:left;border-top:#e1e1e1 solid 1px}
.oSignPanel .bottom_bar a{dispaly:block;padding-left:10px;float:left;text-decoration:none;color:#757575}
.oSignPanel .bottom_bar a.vr{padding-right:10px;border-right:#a8a8a8 solid 1px}

View file

@ -1,193 +1,169 @@
@charset "utf-8";
.floatLeft{ float:left;}
.floatRight{ float:right;}
.clearLeft{ clear:left;}
.clearRight{ clear:right;}
.wgContainer .open{ display:block !important;}
.wgContainer a{ text-decoration:none;}
.floatLeft{float:left}
.floatRight{float:right}
.clearLeft{clear:left}
.clearRight{clear:right}
.wgContainer .open{display:block !important}
.wgContainer a{text-decoration:none}
.wgContainer a:hover,
.wgContainer a:active,
.wgContainer a:focus{ text-decoration:underline;}
.wgContainer img{ border:0;}
.wgContainer em{ position:relative; line-height:1; display:inline-block; margin:-5px 0; *padding:0 1px; font-style:normal;}
.wgContainer form{ margin:0; padding:0;}
.wgContainer fieldset{ border:0; margin:0; padding:0;}
.widgetTabA{ position:relative; margin:0 0 10px 0; padding:0; *zoom:1; border-bottom:2px solid;}
.widgetTabA:after{ content:""; display:block; clear:both;}
.widgetTabA li{ float:left; margin-right:1px; list-style:none; background-repeat:no-repeat; background-position:0 0;}
.widgetTabA li.active{ background-position:0 -30px;}
.widgetTabA li a{ position:relative; left:2px; float:left; height:20px; padding:8px 15px 0 15px; text-decoration:none; font-size:12px; background-repeat:no-repeat; background-position:right 0;}
.widgetTabA li.active a{ background-position:right -30px; font-weight:bold; letter-spacing:-1px;}
ul.widgetA { margin:0; padding:0; list-style:none; }
ul.widgetA li { margin:0; padding:0; list-style:none; }
.widgetTableA { width:100%; font-size:12px; position:relative; border:0;}
.widgetTableA td{ border:0; line-height:1.5; white-space:nowrap; vertical-align:top; padding:1px 5px 1px 5px;}
.widgetTableA td.title{ width:100%; white-space:normal;}
.widgetTableA td .board{ padding-right:5px;}
.widgetTableA td .notice{ padding-right:5px;}
.widgetTableA td .category{ padding-right:5px; font-weight:normal;}
.widgetTableA td .replyNum a{ font:10px Tahoma;}
.widgetTableA td .trackbackNum a{ font:10px Tahoma;}
.widgetTableA td.summary{ white-space:normal;}
.widgetTableA td.time{ font-size:11px; font-family:Tahoma;}
.widgetTabC{ margin:0; padding:0; font-size:12px; border-top:1px solid;}
.widgetTabC li{ list-style:none; border-bottom:1px solid; *zoom:1; margin-bottom:1px;}
.widgetTabC li a{ display:block; padding:7px 0 6px 10px; text-decoration:none; *zoom:1;}
dl.widgetDivider{ margin:0;}
dl.widgetDivider dt{ position:absolute; width:0; height:0; overflow:hidden; font-size:0; line-height:0;}
dl.widgetDivider dd{ display:none; margin:0;}
.widgetNavigator{ margin:0; padding:0; text-align:right; clear:both;}
.widgetNavigator li{ list-style:none; display:inline;}
.widgetNavigator li button{ width:16px; height:16px; padding:0; background-color:transparent; background-image:url(../img/white/buttonWidgetNavigation.gif); border:1px solid #999; cursor:pointer;}
.widgetNavigator li button.prev{ background-position:left center; *background-position:-1px center;}
.widgetNavigator li button.next{ background-position:right center; *background-position:13px center;}
.widgetNavigator li button span{ position:absolute; display:block; width:0; height:0; overflow:hidden; visibility:hidden;}
.widgetGalleryA{ position:relative; margin:0; padding:0; font-size:12px; line-height:1.5; *zoom:1; _margin-right:-100%;}
.widgetGalleryA:after{ content:""; display:block; clear:both;}
.widgetGalleryA li { float:left; overflow:hidden; width:100px; margin-right:28px; margin-bottom:15px; padding-bottom:0; white-space:nowrap; list-style:none;}
.widgetGalleryA li.clearRight{ margin-right:0;}
.widgetGalleryA li .thumb{ display:block; position:relative; width:100px; height:75px; margin-bottom:10px; overflow:hidden; text-decoration:none;}
.widgetGalleryA li .thumb img{ display:block; position:relative; width:100%;}
.widgetGalleryA li .thumb .imgNone{ display:block; position:relative; width:100%; height:70%; padding-top:30%; background:#eee; text-align:center; cursor:pointer; color:#000;}
.widgetGalleryA li .thumb .board{ display:block; position:absolute; width:100%; top:0; left:0; padding:2px 0 0 0 !important; cursor:pointer; text-align:center; font-weight:normal; background:#000; color:#fff; opacity:0.6; filter:alpha(opacity=60); -ms-filter:alpha('opacity=60'); }
.widgetGalleryA li .thumb .category{ display:block; position:absolute; width:100%; bottom:0; left:0; padding:2px 0 0 0 !important; cursor:pointer; text-align:center; font-weight:normal; background:#000; color:#fff; opacity:0.6; filter:alpha(opacity=60); -ms-filter:alpha('opacity=60'); }
.widgetGalleryA li .author{ display:block;}
.widgetGalleryA li .replyNum a{ font:10px Tahoma; margin:0 -1px;}
.widgetGalleryA li .trackbackNum a{ font:10px Tahoma; margin:0 -1px;}
.widgetGalleryA li .date{ font:11px Tahoma;}
.widgetGalleryA li .hour{ font:11px Tahoma;}
/* widgetThumb */
.widgetThumb{ position:relative; margin:0; text-align:center; font-size:12px; line-height:1.5;}
.widgetThumb .thumb{ display:block; margin-bottom:5px; position:relative; *zoom:1; text-decoration:none; _float:left;}
.widgetThumb .thumb img{ display:block; width:100%;}
.widgetThumb .thumb .imgNone{ display:block; position:relative; width:100%; padding-top:30px; padding-bottom:50px; background:#eee; text-align:center; cursor:pointer; color:#000;}
.widgetThumb .thumb .category{ display:block; position:absolute; width:100%; bottom:0; left:0; padding:2px 0 0 0 !important; cursor:pointer; text-align:center; font-weight:normal; background:#000; color:#fff; opacity:0.6; filter:alpha(opacity=60); -ms-filter:alpha('opacity=60'); }
.widgetThumb .title{ display:block;}
.widgetThumb .author{ display:block;}
.widgetThumb .date{ font-size:11px; font-family:Tahoma;}
.widgetThumb .hour{ font-size:11px; font-family:Tahoma;}
.widgetZineA{ position:relative; margin:0; padding:0; font-size:12px; line-height:1.5; *zoom:1;}
.widgetZineA:after{ content:""; display:block; clear:both;}
.widgetZineA li { list-style:none; clear:both; margin-bottom:10px; padding-bottom:10px; *zoom:1; overflow:hidden; }
.widgetZineA li p{ margin:0; padding:0;}
.widgetZineA li p.thumbArea{ position:relative; float:left; width:100px; margin-right:-100px; overflow:hidden;}
.widgetZineA li p.titleArea{ margin-left:120px; margin-bottom:4px;}
.widgetZineA li p.titleArea .board{ padding-right:5px;}
.widgetZineA li p.text{ margin-left:120px; margin-bottom:4px;}
.widgetZineA li p.authorArea{ margin-left:120px;}
.widgetZineA li .thumb{ display:block; position:relative; width:100px; height:75px; text-decoration:none; overflow:hidden;}
.widgetZineA li .thumb img{ position:relative; width:100%;}
.widgetZineA li .thumb .imgNone{ display:block; position:relative; width:100%; height:80%; padding-top:20%; background:#eee; text-align:center; cursor:pointer; color:#000;}
.widgetZineA li .thumb .category{ display:block; position:absolute; width:100%; bottom:0; left:0; padding:2px 0 0 0 !important; cursor:pointer; text-align:center; font-weight:normal; background:#000; color:#fff; opacity:0.6; filter:alpha(opacity=60); -ms-filter:alpha('opacity=60'); }
.widgetZineA li .category{ padding-right:5px; font-weight:normal;}
.widgetZineA li .title{ font-weight:bold;}
.widgetZineA li .replyNum a{ font:10px Tahoma; margin:0 -1px;}
.widgetZineA li .trackbackNum a{ font:10px Tahoma; margin:0 -1px;}
.widgetZineA li .author{ margin-right:10px;}
.widgetZineA li .date{ font:11px Tahoma;}
.widgetZineA li .hour{ font:11px Tahoma;}
.widgetTabC{ border-color:#e5e5e5;}
.widgetTabC li{ border-color:#e5e5e5; background:#f8f8f8;}
.widgetTabC li a{ color:#333;}
.wgContainer a:focus{text-decoration:underline}
.wgContainer img{border:0}
.wgContainer em{position:relative;line-height:1;display:inline-block;margin:-5px 0;*padding:0 1px;font-style:normal}
.wgContainer form{margin:0;padding:0}
.wgContainer fieldset{border:0;margin:0;padding:0}
.widgetTabA{position:relative;margin:0 0 10px 0;padding:0;zoom:1;border-bottom:2px solid}
.widgetTabA:after{content:"";display:block;clear:both}
.widgetTabA li{float:left;margin-right:1px;list-style:none;background-repeat:no-repeat;background-position:0 0}
.widgetTabA li.active{background-position:0 -30px}
.widgetTabA li a{position:relative;left:2px;float:left;height:20px;padding:8px 15px 0 15px;text-decoration:none;font-size:12px;background-repeat:no-repeat;background-position:right 0}
.widgetTabA li.active a{background-position:right -30px;font-weight:bold;letter-spacing:-1px}
ul.widgetA {margin:0;padding:0;list-style:none}
ul.widgetA li {margin:0;padding:0;list-style:none}
.widgetTableA {width:100%;font-size:12px;position:relative;border:0}
.widgetTableA td{border:0;line-height:1.5;white-space:nowrap;vertical-align:top;padding:1px 5px 1px 5px}
.widgetTableA td.title{width:100%;white-space:normal}
.widgetTableA td .board{padding-right:5px}
.widgetTableA td .notice{padding-right:5px}
.widgetTableA td .category{padding-right:5px;font-weight:normal}
.widgetTableA td .replyNum a{font:10px Tahoma}
.widgetTableA td .trackbackNum a{font:10px Tahoma}
.widgetTableA td.summary{white-space:normal}
.widgetTableA td.time{font-size:11px;font-family:Tahoma}
.widgetTabC{margin:0;padding:0;font-size:12px;border-top:1px solid}
.widgetTabC li{list-style:none;border-bottom:1px solid;zoom:1;margin-bottom:1px}
.widgetTabC li a{display:block;padding:7px 0 6px 10px;text-decoration:none;zoom:1}
dl.widgetDivider{margin:0}
dl.widgetDivider dt{position:absolute;width:0;height:0;overflow:hidden;font-size:0;line-height:0}
dl.widgetDivider dd{display:none;margin:0}
.widgetNavigator{margin:0;padding:0;text-align:right;clear:both}
.widgetNavigator li{list-style:none;display:inline}
.widgetNavigator li button{width:16px;height:16px;padding:0;background-color:transparent;background-image:url(../img/white/buttonWidgetNavigation.gif);border:1px solid #999;cursor:pointer}
.widgetNavigator li button.prev{background-position:left center;*background-position:-1px center}
.widgetNavigator li button.next{background-position:right center;*background-position:13px center}
.widgetNavigator li button span{position:absolute;display:block;width:0;height:0;overflow:hidden;visibility:hidden}
.widgetGalleryA{position:relative;margin:0;padding:0;font-size:12px;line-height:1.5;zoom:1;_margin-right:-100%}
.widgetGalleryA:after{content:"";display:block;clear:both}
.widgetGalleryA li {float:left;overflow:hidden;width:100px;margin-right:28px;margin-bottom:15px;padding-bottom:0;white-space:nowrap;list-style:none}
.widgetGalleryA li.clearRight{margin-right:0}
.widgetGalleryA li .thumb{display:block;position:relative;width:100px;height:75px;margin-bottom:10px;overflow:hidden;text-decoration:none}
.widgetGalleryA li .thumb img{display:block;position:relative;width:100%}
.widgetGalleryA li .thumb .imgNone{display:block;position:relative;width:100%;height:70%;padding-top:30%;background:#eee;text-align:center;cursor:pointer;color:#000}
.widgetGalleryA li .thumb .board{display:block;position:absolute;width:100%;top:0;left:0;padding:2px 0 0 0 !important;cursor:pointer;text-align:center;font-weight:normal;background:#000;color:#fff;opacity:0.6; filter:alpha(opacity=60);-ms-filter:alpha('opacity=60')}
.widgetGalleryA li .thumb .category{display:block;position:absolute;width:100%;bottom:0;left:0;padding:2px 0 0 0 !important;cursor:pointer;text-align:center;font-weight:normal;background:#000;color:#fff;opacity:0.6; filter:alpha(opacity=60);-ms-filter:alpha('opacity=60')}
.widgetGalleryA li .author{display:block}
.widgetGalleryA li .replyNum a{font:10px Tahoma;margin:0 -1px}
.widgetGalleryA li .trackbackNum a{font:10px Tahoma;margin:0 -1px}
.widgetGalleryA li .date{font:11px Tahoma}
.widgetGalleryA li .hour{font:11px Tahoma}
.widgetThumb{position:relative;margin:0;text-align:center;font-size:12px;line-height:1.5}
.widgetThumb .thumb{display:block;margin-bottom:5px;position:relative;zoom:1;text-decoration:none;_float:left}
.widgetThumb .thumb img{display:block;width:100%}
.widgetThumb .thumb .imgNone{display:block;position:relative;width:100%;padding-top:30px;padding-bottom:50px;background:#eee;text-align:center;cursor:pointer;color:#000}
.widgetThumb .thumb .category{display:block;position:absolute;width:100%;bottom:0;left:0;padding:2px 0 0 0 !important;cursor:pointer;text-align:center;font-weight:normal;background:#000;color:#fff;opacity:0.6; filter:alpha(opacity=60);-ms-filter:alpha('opacity=60')}
.widgetThumb .title{display:block}
.widgetThumb .author{display:block}
.widgetThumb .date{font-size:11px;font-family:Tahoma}
.widgetThumb .hour{font-size:11px;font-family:Tahoma}
.widgetZineA{position:relative;margin:0;padding:0;font-size:12px;line-height:1.5;zoom:1}
.widgetZineA:after{content:"";display:block;clear:both}
.widgetZineA li {list-style:none;clear:both;margin-bottom:10px;padding-bottom:10px;zoom:1;overflow:hidden}
.widgetZineA li p{margin:0;padding:0}
.widgetZineA li p.thumbArea{position:relative;float:left;width:100px;margin-right:-100px;overflow:hidden}
.widgetZineA li p.titleArea{margin-left:120px;margin-bottom:4px}
.widgetZineA li p.titleArea .board{padding-right:5px}
.widgetZineA li p.text{margin-left:120px;margin-bottom:4px}
.widgetZineA li p.authorArea{margin-left:120px}
.widgetZineA li .thumb{display:block;position:relative;width:100px;height:75px;text-decoration:none;overflow:hidden}
.widgetZineA li .thumb img{position:relative;width:100%}
.widgetZineA li .thumb .imgNone{display:block;position:relative;width:100%;height:80%;padding-top:20%;background:#eee;text-align:center;cursor:pointer;color:#000}
.widgetZineA li .thumb .category{display:block;position:absolute;width:100%;bottom:0;left:0;padding:2px 0 0 0 !important;cursor:pointer;text-align:center;font-weight:normal;background:#000;color:#fff;opacity:0.6; filter:alpha(opacity=60);-ms-filter:alpha('opacity=60')}
.widgetZineA li .category{padding-right:5px;font-weight:normal}
.widgetZineA li .title{font-weight:bold}
.widgetZineA li .replyNum a{font:10px Tahoma;margin:0 -1px}
.widgetZineA li .trackbackNum a{font:10px Tahoma;margin:0 -1px}
.widgetZineA li .author{margin-right:10px}
.widgetZineA li .date{font:11px Tahoma}
.widgetZineA li .hour{font:11px Tahoma}
.widgetTabC{border-color:#e5e5e5}
.widgetTabC li{border-color:#e5e5e5;background:#f8f8f8}
.widgetTabC li a{color:#333}
.widgetTabC li a:hover,
.widgetTabC li a:active,
.widgetTabC li a:focus{ background:#eee;}
.widgetTabA{ border-color:#666;}
.widgetTabC li a:focus{background:#eee}
.widgetTabA{border-color:#666}
.widgetTabA li,
.widgetTabA li a{ background-image:url(../img/white/buttonWidgetTab.gif);}
.widgetTabA li a{ color:#333;}
.widgetA a.board { color:#333; padding-right:5px; background:url(../img/white/lineTextDiv.gif) no-repeat right center;}
.widgetA .notice{ color:#ff1a1a; background:url(../img/white/lineTextDiv.gif) no-repeat right center;}
.widgetA .category{ color:#333; background:url(../img/white/lineTextDiv.gif) no-repeat right center;}
.widgetA .replyNum a{ color:#ff1a1a;}
.widgetA .trackbackNum a{ color:#66c;}
.widgetA .author { color:#333;}
.widgetA .date{ color:#333;}
.widgetA .hour{ color:#888;}
.widgetTableA td.title a{ color:#333;}
.widgetTableA td .board{ color:#333; background:url(../img/white/lineTextDiv.gif) no-repeat right center;}
.widgetTableA td .notice{ color:#ff1a1a; background:url(../img/white/lineTextDiv.gif) no-repeat right center;}
.widgetTableA td .category{ color:#333; background:url(../img/white/lineTextDiv.gif) no-repeat right center;}
.widgetTableA td .replyNum a{ color:#ff1a1a;}
.widgetTableA td .trackbackNum a{ color:#66c;}
.widgetTableA td .author { color:#333;}
.widgetTableA td .date{ color:#333;}
.widgetTableA td .hour{ color:#888;}
.widgetGalleryA li .title{ color:#333;}
.widgetGalleryA li .replyNum a{ color:#ff1a1a;}
.widgetGalleryA li .trackbackNum a{ color:#66c;}
.widgetGalleryA li .author{ color:#333;}
.widgetGalleryA li .date{ color:#333;}
.widgetGalleryA li .hour{ color:#888;}
.widgetThumb{ color:#333;}
.widgetThumb a{ color:#333;}
.widgetThumb .hour{ color:#888;}
.widgetZineA li .board{ color:#333; background:url(../img/white/lineTextDiv.gif) no-repeat right center;}
.widgetZineA li .title{ color:#666;}
.widgetZineA li .replyNum a{ color:#ff1a1a;}
.widgetZineA li .trackbackNum a{ color:#66c;}
.widgetZineA li .author{ color:#333;}
.widgetZineA li .category{ color:#333; background:url(../img/white/lineTextDiv.gif) no-repeat right center;}
.widgetZineA li .date{ color:#333;}
.widgetZineA li .hour{ color:#888;}
.widgetZineA li .text{ color:#888;}
.wgContainer.black .widgetTabC{ border-color:#7f7f7f;}
.wgContainer.black .widgetTabC li{ border-color:#7f7f7f; background:#222;}
.wgContainer.black .widgetTabC li a{ color:#999;}
.widgetTabA li a{background-image:url(../img/white/buttonWidgetTab.gif)}
.widgetTabA li a{color:#333}
.widgetA a.board {color:#333;padding-right:5px;background:url(../img/white/lineTextDiv.gif) no-repeat right center}
.widgetA .notice{color:#ff1a1a;background:url(../img/white/lineTextDiv.gif) no-repeat right center}
.widgetA .category{color:#333;background:url(../img/white/lineTextDiv.gif) no-repeat right center}
.widgetA .replyNum a{color:#ff1a1a}
.widgetA .trackbackNum a{color:#66c}
.widgetA .author {color:#333}
.widgetA .date{color:#333}
.widgetA .hour{color:#888}
.widgetTableA td.title a{color:#333}
.widgetTableA td .board{color:#333;background:url(../img/white/lineTextDiv.gif) no-repeat right center}
.widgetTableA td .notice{color:#ff1a1a;background:url(../img/white/lineTextDiv.gif) no-repeat right center}
.widgetTableA td .category{color:#333;background:url(../img/white/lineTextDiv.gif) no-repeat right center}
.widgetTableA td .replyNum a{color:#ff1a1a}
.widgetTableA td .trackbackNum a{color:#66c}
.widgetTableA td .author {color:#333}
.widgetTableA td .date{color:#333}
.widgetTableA td .hour{color:#888}
.widgetGalleryA li .title{color:#333}
.widgetGalleryA li .replyNum a{color:#ff1a1a}
.widgetGalleryA li .trackbackNum a{color:#66c}
.widgetGalleryA li .author{color:#333}
.widgetGalleryA li .date{color:#333}
.widgetGalleryA li .hour{color:#888}
.widgetThumb{color:#333}
.widgetThumb a{color:#333}
.widgetThumb .hour{color:#888}
.widgetZineA li .board{color:#333;background:url(../img/white/lineTextDiv.gif) no-repeat right center}
.widgetZineA li .title{color:#666}
.widgetZineA li .replyNum a{color:#ff1a1a}
.widgetZineA li .trackbackNum a{color:#66c}
.widgetZineA li .author{color:#333}
.widgetZineA li .category{color:#333;background:url(../img/white/lineTextDiv.gif) no-repeat right center}
.widgetZineA li .date{color:#333}
.widgetZineA li .hour{color:#888}
.widgetZineA li .text{color:#888}
.wgContainer.black .widgetTabC{border-color:#7f7f7f}
.wgContainer.black .widgetTabC li{border-color:#7f7f7f;background:#222}
.wgContainer.black .widgetTabC li a{color:#999}
.wgContainer.black .widgetTabC li a:hover,
.wgContainer.black .widgetTabC li a:active,
.wgContainer.black .widgetTabC li a:focus{ background:#333;}
.wgContainer.black .widgetTabA{ border-color:#999;}
.wgContainer.black .widgetTabC li a:focus{background:#333}
.wgContainer.black .widgetTabA{border-color:#999}
.wgContainer.black .widgetTabA li,
.wgContainer.black .widgetTabA li a{ background-image:url(../img/black/buttonWidgetTab.gif);}
.wgContainer.black .widgetTabA li a{ color:#999;}
.wgContainer.black .widgetTableA td.title a{ color:#999;}
.wgContainer.black .widgetTableA td .board{ color:#999; background:url(../img/black/lineTextDiv.gif) no-repeat right center;}
.wgContainer.black .widgetTableA td .notice{ color:#ff1a1a; background:url(../img/black/lineTextDiv.gif) no-repeat right center;}
.wgContainer.black .widgetTableA td .category{ color:#999; background:url(../img/black/lineTextDiv.gif) no-repeat right center;}
.wgContainer.black .widgetTableA td .replyNum{ color:#ff1a1a;}
.wgContainer.black .widgetTableA td .trackbackNum{ color:#66c;}
.wgContainer.black .widgetTableA td .author { color:#999;}
.wgContainer.black .widgetTableA td .date{ color:#999;}
.wgContainer.black .widgetTableA td .hour{ color:#888;}
.wgContainer.black .widgetGalleryA li .title{ color:#999;}
.wgContainer.black .widgetGalleryA li .replyNum a{ color:#ff1a1a;}
.wgContainer.black .widgetGalleryA li .trackbackNum a{ color:#66c;}
.wgContainer.black .widgetGalleryA li .author{ color:#999;}
.wgContainer.black .widgetGalleryA li .date{ color:#999;}
.wgContainer.black .widgetGalleryA li .hour{ color:#888;}
.wgContainer.black .widgetThumb{ color:#999;}
.wgContainer.black .widgetThumb a{ color:#999;}
.wgContainer.black .widgetThumb .hour{ color:#888;}
.wgContainer.black .widgetZineA li .board{ color:#999; background:url(../img/black/lineTextDiv.gif) no-repeat right center;}
.wgContainer.black .widgetZineA li .title{ color:#999;}
.wgContainer.black .widgetZineA li .replyNum a{ color:#ff1a1a;}
.wgContainer.black .widgetZineA li .trackbackNum a{ color:#66c;}
.wgContainer.black .widgetZineA li .author{ color:#999;}
.wgContainer.black .widgetZineA li .category{ color:#999; background:url(../img/black/lineTextDiv.gif) no-repeat right center;}
.wgContainer.black .widgetZineA li .date{ color:#999;}
.wgContainer.black .widgetZineA li .hour{ color:#888;}
.wgContainer.black .widgetZineA li .text{ color:#888;}
.wgContainer.black .widgetTabA li a{background-image:url(../img/black/buttonWidgetTab.gif)}
.wgContainer.black .widgetTabA li a{color:#999}
.wgContainer.black .widgetTableA td.title a{color:#999}
.wgContainer.black .widgetTableA td .board{color:#999;background:url(../img/black/lineTextDiv.gif) no-repeat right center}
.wgContainer.black .widgetTableA td .notice{color:#ff1a1a;background:url(../img/black/lineTextDiv.gif) no-repeat right center}
.wgContainer.black .widgetTableA td .category{color:#999;background:url(../img/black/lineTextDiv.gif) no-repeat right center}
.wgContainer.black .widgetTableA td .replyNum{color:#ff1a1a}
.wgContainer.black .widgetTableA td .trackbackNum{color:#66c}
.wgContainer.black .widgetTableA td .author {color:#999}
.wgContainer.black .widgetTableA td .date{color:#999}
.wgContainer.black .widgetTableA td .hour{color:#888}
.wgContainer.black .widgetGalleryA li .title{color:#999}
.wgContainer.black .widgetGalleryA li .replyNum a{color:#ff1a1a}
.wgContainer.black .widgetGalleryA li .trackbackNum a{color:#66c}
.wgContainer.black .widgetGalleryA li .author{color:#999}
.wgContainer.black .widgetGalleryA li .date{color:#999}
.wgContainer.black .widgetGalleryA li .hour{color:#888}
.wgContainer.black .widgetThumb{color:#999}
.wgContainer.black .widgetThumb a{color:#999}
.wgContainer.black .widgetThumb .hour{color:#888}
.wgContainer.black .widgetZineA li .board{color:#999;background:url(../img/black/lineTextDiv.gif) no-repeat right center}
.wgContainer.black .widgetZineA li .title{color:#999}
.wgContainer.black .widgetZineA li .replyNum a{color:#ff1a1a}
.wgContainer.black .widgetZineA li .trackbackNum a{color:#66c}
.wgContainer.black .widgetZineA li .author{color:#999}
.wgContainer.black .widgetZineA li .category{color:#999;background:url(../img/black/lineTextDiv.gif) no-repeat right center}
.wgContainer.black .widgetZineA li .date{color:#999}
.wgContainer.black .widgetZineA li .hour{color:#888}
.wgContainer.black .widgetZineA li .text{color:#888}

View file

@ -1,6 +1,6 @@
<load target="./css/widget.css" />
<div class="wgContainer<!--@if($colorset=="black")--> black<!--@end-->">
<dl class="widgetCounter">
<dl class="wgCounter">
<dt>{$lang->today}:</dt>
<dd>{number_format($today_counter->unique_visitor)}</dd>
<dt>{$lang->yesterday}:</dt>

View file

@ -1,6 +1,6 @@
@charset "utf-8";
/* Widget Counter */
.widgetCounter{font-size:12px;margin:0;line-height:1.4;color:#333}
.widgetCounter:after{content:"";display:block;clear:both}
.widgetCounter dt{float:left;clear:left;margin:0 4px 0 0}
.widgetCounter dd{margin:0}
.wgCounter{font-size:12px;margin:0;line-height:1.4;color:#333}
.wgCounter:after{content:"";display:block;clear:both}
.wgCounter dt{float:left;clear:left;margin:0 4px 0 0}
.wgCounter dd{margin:0}

View file

@ -1,18 +1,16 @@
@charset "utf-8";
/* widgetLanguage */
.widgetLanguage p{ float:right; margin:0;}
.widgetLanguage .langList { display:none; position:absolute; margin:0; padding:0; z-index:999;}
.widgetLanguage .langList li{ list-style:none;}
.widgetLanguage .langList li a{ font-size:12px; display:block; padding:2px 5px;}
.widgetLanguage p a{ color:#b3b3b3;}
.widgetLanguage .langList { background:#fff; border:1px solid #ccc;}
.widgetLanguage .langList a{ color:#333;}
.wgContainer.black .widgetLanguage p{ float:right; margin:0;}
.wgContainer.black .widgetLanguage .langList { display:none; position:absolute; margin:0; padding:0; z-index:999;}
.wgContainer.black .widgetLanguage .langList li{ list-style:none;}
.wgContainer.black .widgetLanguage .langList li a{ font-size:12px; display:block; padding:2px 5px;}
.wgContainer.black .widgetLanguage p a{ color:#b3b3b3;}
.wgContainer.black .widgetLanguage .langList { background:#fff; border:1px solid #ccc;}
.wgContainer.black .widgetLanguage .langList a{ color:#333;}
/* wgLanguage */
.wgLanguage p{float:right;margin:0}
.wgLanguage .langList {display:none;position:absolute;margin:0;padding:0;z-index:999}
.wgLanguage .langList li{list-style:none}
.wgLanguage .langList li a{font-size:12px;display:block;padding:2px 5px}
.wgLanguage p a{color:#b3b3b3}
.wgLanguage .langList {background:#fff;border:1px solid #ccc}
.wgLanguage .langList a{color:#333}
.wgContainer.black .wgLanguage p{float:right;margin:0}
.wgContainer.black .wgLanguage .langList {display:none;position:absolute;margin:0;padding:0;z-index:999}
.wgContainer.black .wgLanguage .langList li{list-style:none}
.wgContainer.black .wgLanguage .langList li a{font-size:12px;display:block;padding:2px 5px}
.wgContainer.black .wgLanguage p a{color:#b3b3b3}
.wgContainer.black .wgLanguage .langList {background:#fff;border:1px solid #ccc}
.wgContainer.black .wgLanguage .langList a{color:#333}

View file

@ -1,5 +1,5 @@
jQuery(function(){
jQuery('.language_selector','div.widgetLanguage').click(function(){
jQuery('.language_selector','div.wgLanguage').click(function(){
var c = jQuery(this).parent();
var langList = c.next('ul.langList');
langList.toggle();

View file

@ -4,7 +4,7 @@
<!--@end-->
<div class="wgContainer<!--@if($colorset=="black")--> black<!--@end-->">
<div class="widgetLanguage">
<div class="wgLanguage">
<p><a href="#" class="cafeXeA language_selector">Language:{$lang_supported[$lang_type]}</a></p>
<ul class="langList" style="right: 3px;">
<!-- class="" | class="open" -->

View file

@ -24,7 +24,7 @@ form .login_default ul.help li.first-child { padding-left:0; margin-bottom:3px;
form .login_default ul.help li a {color:#54564b; font:.9em; white-space:nowrap; text-decoration:none; padding-left:9px; }
form .login_default ul.help li.first-child a { color:#54564b; text-decoration:none;}
form .login_default ul.help li a:hover { text-decoration:underline; }
form .login_default .userName { position:relative;overflow:hidden; padding:0 0 6px 0; margin-top:-5px; *zoom:1}
form .login_default .userName { position:relative;overflow:hidden; padding:0 0 6px 0; margin-top:-5px;zoom:1}
form .login_default .userName strong { color:#282828; margin:7px 0 0 2px; font:bold .9em Tahoma; display:inline-block}
form .login_default .userName a { position:relative; right:0px;}
form .login_default .userName img { border:none; }

View file

@ -24,7 +24,7 @@ form.fo_login_widget { margin:0; padding:0; border:none; position:relative; _pad
.login_default ul.help li a {color:#54564b; font:.9em; white-space:nowrap; text-decoration:none; padding-left:9px; }
.login_default ul.help li.first-child a { color:#54564b; text-decoration:none;}
.login_default ul.help li a:hover { text-decoration:underline; }
.login_default .userName { position:relative;overflow:hidden; padding:0 0 6px 0; margin-top:-5px; *zoom:1}
.login_default .userName { position:relative;overflow:hidden; padding:0 0 6px 0; margin-top:-5px;zoom:1}
.login_default .userName strong { color:#282828; margin:7px 0 0 2px; font:bold .9em Tahoma; display:inline-block}
.login_default .userName a { position:relative; right:0px;}
.login_default .userName img { border:none; }

View file

@ -1,54 +1,54 @@
@charset "utf-8";
/* CSS Document */
#login {border:none;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;}
#login legend {display:none;font-size:0;height:0;overflow:hidden;width:0;}
#sign_box {position:absolute;right:0;top:40px;z-index:100;}
#sign_box div.txt {display:inline-block;padding-right:27px;position:absolute;text-align:right;top:0;right:0;z-index:140;cursor:pointer;}
#sign_box div.txt span.label {display:inline-block;padding-left:10px;white-space:nowrap;}
#sign_box .sign_state1 {color:#d3d3d3;height:31px;background:url(../images/signin_key_right_off.gif) no-repeat top right;}
#sign_box .sign_state2 {color:#d3d3d3;height:30px;background:url(../images/signin_key_right_on.gif) no-repeat top right;}
#login{border:none;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}
#login legend{display:none;font-size:0;height:0;overflow:hidden;width:0}
#sign_box{position:absolute;right:0;top:40px;z-index:100}
#sign_box div.txt{display:inline-block;padding-right:27px;position:absolute;text-align:right;top:0;right:0;z-index:140;cursor:pointer}
#sign_box div.txt span.label{display:inline-block;padding-left:10px;white-space:nowrap}
#sign_box .sign_state1{color:#d3d3d3;height:31px;background:url(../images/signin_key_right_off.gif) no-repeat top right}
#sign_box .sign_state2{color:#d3d3d3;height:30px;background:url(../images/signin_key_right_on.gif) no-repeat top right}
#sign_box .sign_state1 span.label {color:#d3d3d3;padding-top:8px;height:23px;background:url(../images/signin_key_left_off.gif) no-repeat top left;}
#sign_box .sign_state2 span.label {color:#d3d3d3;padding-top:8px;height:22px;background:url(../images/signin_key_left_on.gif) no-repeat top left;}
#sign_box .sign_state1 span.label{color:#d3d3d3;padding-top:8px;height:23px;background:url(../images/signin_key_left_off.gif) no-repeat top left}
#sign_box .sign_state2 span.label{color:#d3d3d3;padding-top:8px;height:22px;background:url(../images/signin_key_left_on.gif) no-repeat top left}
#sign_box .signin_window {display:none;width:219px;position:absolute;right:0px;top:29px;z-index:120;}
.signin_window .head {line-height:0;font-size:0;display:block;float:left;width:219px;height:1px;background:url(../images/signin_bg_tt.gif) no-repeat top left;}
.signin_window .tail {display:block;line-height:0;font-size:0;float:left;width:219px;height:3px;}
#sign_box .signin_window{display:none;width:219px;position:absolute;right:0px;top:29px;z-index:120}
.signin_window .head{line-height:0;font-size:0;display:block;float:left;width:219px;height:1px;background:url(../images/signin_bg_tt.gif) no-repeat top left}
.signin_window .tail{display:block;line-height:0;font-size:0;float:left;width:219px;height:3px}
.signin_window div.body {width:219px;padding-top:11px;float:left;background:url(../images/signin_body_bg.gif) repeat-y top left;}
.signin_window .mb_input_box {width:195px;height:76px;margin:0 auto;background:url(../images/signin_win_hr.gif) no-repeat bottom left;}
.signin_window .m_left {width:144px;float:left;}
.signin_window .m_right {width:51px;float:left;}
.signin_window .input_text {width:133px;height:21px;padding:0 2px ;margin-bottom:6px;float:left;background:url(../images/signin_input.gif) no-repeat scroll top left;}
.signin_window .input_text input {width:132px;height:17px;margin:0;padding:0;background:none;color:#D3D3D3;font-size:12px;}
.signin_window .input_text {position:relative;}
.signin_window .input_text img {position:absolute;top:4px;left:4px;}
.signin_window .input_text input {position:absolute;width:115px;outline:none;top:2px;left:15px;}
.sign_check {margin:0;padding:0;}
.signin_window input {border:none;margin:0;padding:0;}
.signin_window .btnbar {width:195px;height:23px; padding-top:7px;margin:0 auto;}
.signin_window .btnbar a.in {display:block;margin-right:14px;}
.signin_window .m_left label {color:#ebf8ff;font-size:12px;}
.signin_window .m_left label input {margin-right:6px;vertical-align: middle;}
/* 196px; signin_input.gif */
#sign_box .mbInfo_window {display:none;width:172px;position:absolute;right:0px;top:29px;z-index:50;}
.mbInfo_window .head {line-height:0;font-size:0;display:block;float:left;width:172px;height:1px;background:url(../images/minfo_bg_tt.gif) no-repeat top left;}
.mbInfo_window div.body {width:172px;padding-top:11px;float:left;background:url(../images/minfo_body_bg.gif) repeat-y top left;}
.mbInfo_window div.body ul {width:143px;margin:0 auto;padding-bottom:4px;background:url(../images/signin_win_hr.gif) no-repeat bottom left;}
.mbInfo_window li {height:23px;padding-left:19px;}
.mbInfo_window li a {text-decoration:none;color:#929292;}
.mbInfo_window div.body .btnbar {width:143px;margin:0 auto;padding:10px 0 8px 0;}
.mbInfo_window .btnbar p {width:75px;margin:0 7px 0 0;float:left;font-size:11px;color:#7e7e7e; font-family:Arial, Helvetica, sans-serif;}
.mbInfo_window .btnbar a {float:right;}
.icon_img {width:16px; height:16px;}
.mbInfo_window .tail {width:172px;height:3px;float:left;}
.signin_window div.body{width:219px;padding-top:11px;float:left;background:url(../images/signin_body_bg.gif) repeat-y top left}
.signin_window .mb_input_box{width:195px;height:76px;margin:0 auto;background:url(../images/signin_win_hr.gif) no-repeat bottom left}
.signin_window .m_left{width:144px;float:left}
.signin_window .m_right{width:51px;float:left}
.signin_window .input_text{width:133px;height:21px;padding:0 2px ;margin-bottom:6px;float:left;background:url(../images/signin_input.gif) no-repeat scroll top left}
.signin_window .input_text input{width:132px;height:17px;margin:0;padding:0;background:none;color:#D3D3D3;font-size:12px}
.signin_window .input_text{position:relative}
.signin_window .input_text img{position:absolute;top:4px;left:4px}
.signin_window .input_text input{position:absolute;width:115px;outline:none;top:2px;left:15px}
.sign_check{margin:0;padding:0}
.signin_window input{border:none;margin:0;padding:0}
.signin_window .btnbar{width:195px;height:23px;padding-top:7px;margin:0 auto}
.signin_window .btnbar a.in{display:block;margin-right:14px}
.signin_window .m_left label{color:#ebf8ff;font-size:12px}
.signin_window .m_left label input{margin-right:6px;vertical-align: middle}
/* 196px;signin_input.gif */
#sign_box .mbInfo_window {display:none;width:172px;position:absolute;right:0px;top:29px;z-index:50}
.mbInfo_window .head{line-height:0;font-size:0;display:block;float:left;width:172px;height:1px;background:url(../images/minfo_bg_tt.gif) no-repeat top left}
.mbInfo_window div.body{width:172px;padding-top:11px;float:left;background:url(../images/minfo_body_bg.gif) repeat-y top left}
.mbInfo_window div.body ul{width:143px;margin:0 auto;padding-bottom:4px;background:url(../images/signin_win_hr.gif) no-repeat bottom left}
.mbInfo_window li{height:23px;padding-left:19px}
.mbInfo_window li a{text-decoration:none;color:#929292}
.mbInfo_window div.body .btnbar{width:143px;margin:0 auto;padding:10px 0 8px 0}
.mbInfo_window .btnbar p{width:75px;margin:0 7px 0 0;float:left;font-size:11px;color:#7e7e7e;font-family:Arial, Helvetica, sans-serif}
.mbInfo_window .btnbar a{float:right}
.icon_img{width:16px;height:16px}
.mbInfo_window .tail{width:172px;height:3px;float:left}
.mbInfo_window li.i1 {background:url(../images/icon_write.gif) no-repeat 1px 0;}
.mbInfo_window li.i2 {background:url(../images/icon_add.gif) no-repeat top left;}
.mbInfo_window li.i3 {background:url(../images/icon_check.gif) no-repeat top left;}
.mbInfo_window li.i4 {background:url(../images/icon_article.gif) no-repeat top left;}
.mbInfo_window li.i5 {background:url(../images/icon_friends.gif) no-repeat top left;}
.mbInfo_window li.i6 {background:url(../images/icon_message.gif) no-repeat top left;}
.mbInfo_window li.i7 {background:url(../images/icon_tool.gif) no-repeat top left;}
.mbInfo_window li.i1{background:url(../images/icon_write.gif) no-repeat 1px 0}
.mbInfo_window li.i2{background:url(../images/icon_add.gif) no-repeat top left}
.mbInfo_window li.i3{background:url(../images/icon_check.gif) no-repeat top left}
.mbInfo_window li.i4{background:url(../images/icon_article.gif) no-repeat top left}
.mbInfo_window li.i5{background:url(../images/icon_friends.gif) no-repeat top left}
.mbInfo_window li.i6{background:url(../images/icon_message.gif) no-repeat top left}
.mbInfo_window li.i7{background:url(../images/icon_tool.gif) no-repeat top left}

View file

@ -13,7 +13,7 @@
/* List */
.lt{margin:0;padding:0;list-style:none;background:#f8f8f8;font-size:14px}
.lt li{border-bottom:1px solid #ccc8be}
.lt a{display:block;text-decoration:none;color:#000;padding:10px;*zoom:1}
.lt a{display:block;text-decoration:none;color:#000;padding:10px;zoom:1}
.lt a:after{content:"";display:block;clear:both}
.lt .th{float:left;margin:0 10px 5px 0;border:1px solid #ccc;background:#666;color:#fff;text-align:center;line-height:80px;width:80px;height:80px;font-size:14px}
.lt .title{display:block;margin:0 0 5px 0}

View file

@ -1,4 +1,4 @@
div.simpleWidgetStyle { position:relative;margin-bottom:20px; overflow:hidden; *zoom:1;}
div.simpleWidgetStyle { position:relative;margin-bottom:20px; overflow:hidden;zoom:1}
div.simpleWidgetStyle h2 { margin:0 0 10px 0; padding:0 0 5px 0; font:bold 16px "Malgun Gothic", AppleGothic, Dotum, Sans-serif; border-bottom:2px solid #434343;}
div.simpleWidgetStyle a.widgetMoreLink { position:absolute; top:8px; right:0; font:11px Dotum; text-decoration:none; color:#888;}
div.simpleWidgetStyle.black h2 { color:#333; }