mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Zeroboard 1.0.7 Front-end Debugging.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4765 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9a51332ab6
commit
9cfaaddba0
10 changed files with 253 additions and 246 deletions
|
|
@ -1,107 +1,107 @@
|
|||
@charset "utf-8";
|
||||
|
||||
/*
|
||||
Used Hack
|
||||
IE6 & Below
|
||||
{ property:value; _property:value; }
|
||||
IE7 Only
|
||||
*:first-child+html #selector
|
||||
IE7 & IE6 & Below
|
||||
*:first-child+html #selector,
|
||||
* html #selector {}
|
||||
*/
|
||||
|
||||
/* default.css - Type Selector Definition */
|
||||
body { margin:0;padding:0; font-size:9pt; }
|
||||
img { border:none; }
|
||||
label { cursor:pointer; }
|
||||
form { margin:0; padding:0; }
|
||||
|
||||
/* Special Class Selector */
|
||||
.fr { float:right; }
|
||||
.fl { float:left; }
|
||||
.clear { clear:both; }
|
||||
.fwB { font-weight:bold;}
|
||||
.tCenter { text-align:center; }
|
||||
.tRight { text-align:right; }
|
||||
.tLeft { text-align:left; }
|
||||
.gap1 { margin-top:.8em; }
|
||||
.nowrap { white-space:nowrap; }
|
||||
|
||||
.iePngFix { behavior:url(./common/js/iePngFix.htc); }
|
||||
.zbxe_info { vertical-align:middle; behavior:url(./common/js/iePngFix.htc); }
|
||||
|
||||
/* Input Style Definition */
|
||||
.inputTypeText { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:1.4em; padding:.2em 0 0 .3em; background:#ffffff; font-size:1em; _font-size:9pt; }
|
||||
*:first-child+html .inputTypeText { font-size:9pt; }
|
||||
.inputTypeText:hover,
|
||||
.inputTypeText:focus { background:#f4f4f4; }
|
||||
.inputTypeTextArea { border:1px solid !important; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6 !important; background:#ffffff; font-size:1em; _font-size:9pt;}
|
||||
*:first-child+html .inputTypeTextArea { font-size:9pt; }
|
||||
|
||||
.w40 { width:40px; }
|
||||
.w60 { width:60px; }
|
||||
.w70 { width:70px; }
|
||||
.w80 { width:80px; }
|
||||
.w90 { width:90px; }
|
||||
.w100 { width:100px; }
|
||||
.w110 { width:110px; }
|
||||
.w120 { width:120px; }
|
||||
.w130 { width:130px; }
|
||||
.w140 { width:140px; }
|
||||
.w150 { width:150px; }
|
||||
.w160 { width:160px; }
|
||||
.w170 { width:170px; }
|
||||
.w180 { width:180px; }
|
||||
.w190 { width:190px; }
|
||||
.w200 { width:200px; }
|
||||
.w210 { width:210px; }
|
||||
.w220 { width:220px; }
|
||||
.w230 { width:230px; }
|
||||
.w240 { width:240px; }
|
||||
.w250 { width:250px; }
|
||||
.w260 { width:260px; }
|
||||
.w270 { width:270px; }
|
||||
.w280 { width:280px; }
|
||||
.w290 { width:290px; }
|
||||
.w300 { width:300px; }
|
||||
.w400 { width:400px; }
|
||||
|
||||
/* editor style */
|
||||
a.bold { font-weight:bold; }
|
||||
|
||||
.editor_blue_text { color: #145ff9 !important; text-decoration:underline !important; }
|
||||
.editor_blue_text a { color: #145ff9 !important; text-decoration:underline !important; }
|
||||
.editor_red_text { color: #f42126 !important; text-decoration:underline !important; }
|
||||
.editor_red_text a { color: #f42126 !important; text-decoration:underline !important; }
|
||||
.editor_yellow_text { color: #c9bd00 !important; text-decoration:underline !important; }
|
||||
.editor_yellow_text a { color: #c9bd00 !important; text-decoration:underline !important; }
|
||||
.editor_green_text { color: #08830B !important; text-decoration:underline !important; }
|
||||
.editor_green_text a { color: #08830B !important; text-decoration:underline !important; }
|
||||
|
||||
.folder_opener { display: block; }
|
||||
.folder_closer { display: none; }
|
||||
.folder_area { display: none; }
|
||||
|
||||
.xe_content { line-height:1.6; }
|
||||
|
||||
.zbxe_widget_output { background:url(../tpl/images/widget_text.gif) no-repeat center bottom; display:block;}
|
||||
|
||||
/* xe layer */
|
||||
#waitingforserverresponse { border:2px solid #444444; font-weight:bold; color:#444444; padding: 7px 5px 5px 25px; background:#FFFFFF url("../tpl/images/loading.gif") no-repeat 5px 5px; top:40px; left:40px; position:absolute; z-index:100; visibility:hidden; }
|
||||
|
||||
#popup_menu_area{ position:absolute; background:#fff; border:2px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0; padding:0;}
|
||||
#popup_menu_area *{ margin:0; padding:0; list-style:none; font-size:12px; line-height:normal;}
|
||||
#popup_menu_area ul{ border:1px solid #ddd; -moz-border-radius:5px; -webkit-border-radius:5px; padding:10px 10px 5px 10px;}
|
||||
#popup_menu_area li{ padding:2px 0 2px 20px; background-repeat:no-repeat; background-position:left center; margin-bottom:3px; }
|
||||
#popup_menu_area li a{ text-decoration:none; color:#000;}
|
||||
#popup_menu_area li a:hover,
|
||||
#popup_menu_area li a:active,
|
||||
#popup_menu_area li a:focus{ font-weight:bold; letter-spacing:-1px;}
|
||||
|
||||
/*
|
||||
#popup_menu_area { position:absolute; left:0px; top:0px; z-index:1003; visibility:hidden; border:2px solid #D9D9D9; background-color:#FFFFFF; padding:0; }
|
||||
#popup_menu_area .box { border:1px solid #CACACA; background-color:#FFFFFF; padding:7px; }
|
||||
#popup_menu_area .item { color:#333333; cursor:pointer; margin:0; padding:3px 0 3px 0; white-space:nowrap; }
|
||||
#popup_menu_area .item_on { color:#333333; font-weight:bold; margin:0; cursor:pointer; padding:3px 0 3px 0; letter-spacing:-1px; white-space:nowrap;}
|
||||
*/
|
||||
@charset "utf-8";
|
||||
|
||||
/*
|
||||
Used Hack
|
||||
IE6 & Below
|
||||
{ property:value; _property:value; }
|
||||
IE7 Only
|
||||
*:first-child+html #selector
|
||||
IE7 & IE6 & Below
|
||||
*:first-child+html #selector,
|
||||
* html #selector {}
|
||||
*/
|
||||
|
||||
/* default.css - Type Selector Definition */
|
||||
body { font-size:.75em; }
|
||||
img { border:none; }
|
||||
label { cursor:pointer; }
|
||||
form { margin:0; padding:0; }
|
||||
|
||||
/* Special Class Selector */
|
||||
.fr { float:right; }
|
||||
.fl { float:left; }
|
||||
.clear { clear:both; }
|
||||
.fwB { font-weight:bold;}
|
||||
.tCenter { text-align:center; }
|
||||
.tRight { text-align:right; }
|
||||
.tLeft { text-align:left; }
|
||||
.gap1 { margin-top:.8em; }
|
||||
.nowrap { white-space:nowrap; }
|
||||
|
||||
.iePngFix { behavior:url(./common/js/iePngFix.htc); }
|
||||
.zbxe_info { vertical-align:middle; behavior:url(./common/js/iePngFix.htc); }
|
||||
|
||||
/* Input Style Definition */
|
||||
.inputTypeText { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; height:1.4em; padding:.2em 0 0 .3em; background:#ffffff; font-size:1em; _font-size:9pt; }
|
||||
*:first-child+html .inputTypeText { font-size:9pt; }
|
||||
.inputTypeText:hover,
|
||||
.inputTypeText:focus { background:#f4f4f4; }
|
||||
.inputTypeTextArea { border:1px solid !important; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6 !important; background:#ffffff; font-size:1em; _font-size:9pt;}
|
||||
*:first-child+html .inputTypeTextArea { font-size:9pt; }
|
||||
|
||||
.w40 { width:40px; }
|
||||
.w60 { width:60px; }
|
||||
.w70 { width:70px; }
|
||||
.w80 { width:80px; }
|
||||
.w90 { width:90px; }
|
||||
.w100 { width:100px; }
|
||||
.w110 { width:110px; }
|
||||
.w120 { width:120px; }
|
||||
.w130 { width:130px; }
|
||||
.w140 { width:140px; }
|
||||
.w150 { width:150px; }
|
||||
.w160 { width:160px; }
|
||||
.w170 { width:170px; }
|
||||
.w180 { width:180px; }
|
||||
.w190 { width:190px; }
|
||||
.w200 { width:200px; }
|
||||
.w210 { width:210px; }
|
||||
.w220 { width:220px; }
|
||||
.w230 { width:230px; }
|
||||
.w240 { width:240px; }
|
||||
.w250 { width:250px; }
|
||||
.w260 { width:260px; }
|
||||
.w270 { width:270px; }
|
||||
.w280 { width:280px; }
|
||||
.w290 { width:290px; }
|
||||
.w300 { width:300px; }
|
||||
.w400 { width:400px; }
|
||||
|
||||
/* editor style */
|
||||
a.bold { font-weight:bold; }
|
||||
|
||||
.editor_blue_text { color: #145ff9 !important; text-decoration:underline !important; }
|
||||
.editor_blue_text a { color: #145ff9 !important; text-decoration:underline !important; }
|
||||
.editor_red_text { color: #f42126 !important; text-decoration:underline !important; }
|
||||
.editor_red_text a { color: #f42126 !important; text-decoration:underline !important; }
|
||||
.editor_yellow_text { color: #c9bd00 !important; text-decoration:underline !important; }
|
||||
.editor_yellow_text a { color: #c9bd00 !important; text-decoration:underline !important; }
|
||||
.editor_green_text { color: #08830B !important; text-decoration:underline !important; }
|
||||
.editor_green_text a { color: #08830B !important; text-decoration:underline !important; }
|
||||
|
||||
.folder_opener { display: block; }
|
||||
.folder_closer { display: none; }
|
||||
.folder_area { display: none; }
|
||||
|
||||
.xe_content { line-height:1.6; }
|
||||
|
||||
.zbxe_widget_output { background:url(../tpl/images/widget_text.gif) no-repeat center bottom; display:block;}
|
||||
|
||||
/* xe layer */
|
||||
#waitingforserverresponse { border:2px solid #444444; font-weight:bold; color:#444444; padding: 7px 5px 5px 25px; background:#FFFFFF url("../tpl/images/loading.gif") no-repeat 5px 5px; top:40px; left:40px; position:absolute; z-index:100; visibility:hidden; }
|
||||
|
||||
#popup_menu_area{ position:absolute; background:#fff; border:2px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0; padding:0;}
|
||||
#popup_menu_area *{ margin:0; padding:0; list-style:none; font-size:12px; line-height:normal;}
|
||||
#popup_menu_area ul{ border:1px solid #ddd; -moz-border-radius:5px; -webkit-border-radius:5px; padding:10px 10px 5px 10px;}
|
||||
#popup_menu_area li{ padding:2px 0 2px 20px; background-repeat:no-repeat; background-position:left center; margin-bottom:3px; }
|
||||
#popup_menu_area li a{ text-decoration:none; color:#000;}
|
||||
#popup_menu_area li a:hover,
|
||||
#popup_menu_area li a:active,
|
||||
#popup_menu_area li a:focus{ font-weight:bold; letter-spacing:-1px;}
|
||||
|
||||
/*
|
||||
#popup_menu_area { position:absolute; left:0px; top:0px; z-index:1003; visibility:hidden; border:2px solid #D9D9D9; background-color:#FFFFFF; padding:0; }
|
||||
#popup_menu_area .box { border:1px solid #CACACA; background-color:#FFFFFF; padding:7px; }
|
||||
#popup_menu_area .item { color:#333333; cursor:pointer; margin:0; padding:3px 0 3px 0; white-space:nowrap; }
|
||||
#popup_menu_area .item_on { color:#333333; font-weight:bold; margin:0; cursor:pointer; padding:3px 0 3px 0; letter-spacing:-1px; white-space:nowrap;}
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,91 +1,91 @@
|
|||
@charset "utf-8";
|
||||
/*
|
||||
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
|
||||
Jeong, Chan Myeong 070601~070630
|
||||
*/
|
||||
|
||||
/* Black Skin - Start */
|
||||
#selectLang { margin:0; padding:0; }
|
||||
#gnb { margin:0; padding:0; }
|
||||
#lnb { margin:0; padding:0; }
|
||||
#lnb ul { margin:0; padding:0; }
|
||||
|
||||
/* Site Layout - Body Wrap */
|
||||
body { background:#3d3d3d url(../images/black/bgBody.gif) repeat-x;}
|
||||
#bodyWrap { position:relative; width:980px; margin:0 auto; padding:1.5em 0 0 0;}
|
||||
|
||||
/* Site Layout - Header */
|
||||
#header { position:relative; width:980px; height:120px; background:url(../images/black/bgHeader.jpg) no-repeat right top; margin-bottom:10px; z-index:99;}
|
||||
#header h1 { position:absolute; top:32px; left:25px;}
|
||||
#language { position:absolute; top:18px; right:19px; z-index:100;}
|
||||
#language strong { color:#ffffff; font:.75em Tahoma; margin-right:3px;}
|
||||
#language a img { vertical-align:-5px;}
|
||||
#language ul { position:absolute; top:15px; right:0px; display:none; border:1px solid #282827; background:#3d3d3d;}
|
||||
#language ul li { list-style:none; }
|
||||
#language ul li a { display:block; width:61px; padding:3px 8px; font:9px Tahoma; color:#cbcbcb; text-decoration:none;}
|
||||
#language ul li a:hover { background:#373736;}
|
||||
|
||||
#it_search_form { position:absolute; top:50px; right:15px;}
|
||||
#it_search_form .input { border:1px solid #bc4032; height:17px; width:120px; color:#888888; font-size:.9em;}
|
||||
#it_search_form .submit_button { width:1px; height:1px; visibility:hidden; }
|
||||
|
||||
#gnb { position:absolute; top:82px; left:0; height:38px; overflow:hidden; white-space:nowrap; margin-bottom:10px;}
|
||||
#gnb li { list-style:none; float:left; background:url(../images/black/bgGnbVr.gif) no-repeat left center; padding-left:2px; position:relative; left:-2px; white-space:nowrap;}
|
||||
#gnb li a { display:block; float:left; padding:13px 15px 0 15px; height:25px; color:#a6a6a6; white-space:nowrap; text-decoration:none; }
|
||||
#gnb li a:hover,
|
||||
#gnb li a:focus { color:#ffffff;}
|
||||
#gnb li.on a { font-weight:bold; color:#ffffff; background:url(../images/black/bgGnbOn.gif) no-repeat center top;}
|
||||
|
||||
#isSearch { position:absolute; top:48px; right:15px; width:214px; text-align:right;}
|
||||
#isSearch .searchOrder { display:none;}
|
||||
#isSearch .checked { position:absolute; left:0; top:0; text-align:left; display:block; padding:5px 0 0 5px; width:64px; height:14px; background:url(../images/black/bgSearchTerm.gif) no-repeat; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#ffffff; line-height:normal;}
|
||||
#isSearch ul { display:none; position:absolute; left:0; top:18px; padding:2px 0 3px 0; text-align:left; border:1px solid #6e8081; background:#385153;}
|
||||
#isSearch ul li { width:67px; height:18px; list-style:none;}
|
||||
#isSearch ul li input { display:none;}
|
||||
#isSearch ul li label { display:block; padding:4px 0 0 4px; width:63px; height:15px; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#ffffff;}
|
||||
#isSearch ul li label.on { background:#2f4345; }
|
||||
#isSearch ul li label:hover,
|
||||
#isSearch ul li label:focus { background:#2f4345;}
|
||||
#isSearch .inputText { vertical-align:middle; position:relative; top:0; _top:-1px; left:1px; padding:3px 3px 1px 3px; width:94px; height:13px; color:#ffffff; border:1px solid #8E8E8D; background-color:#857C79; }
|
||||
#isSearch .inputText:hover,
|
||||
#isSearch .inputText:focus { border:1px solid #B0B0AF; background-color:#A9A4A3; }
|
||||
*:first-child+html #isSearch .inputText { position:relative; top:-1px;}
|
||||
#isSearch .submit { vertical-align:middle; _position:relative; _top:-1px;}
|
||||
*:first-child+html #isSearch .submit { position:relative; top:-1px;}
|
||||
|
||||
/* Site Layout - Content Body */
|
||||
#contentBody { position:relative; width:980px; padding-bottom:30px; overflow:hidden; background:url(../images/black/bgContentBody.gif) repeat-y left top; border-bottom:1px solid #515151;}
|
||||
|
||||
/* Site Layout - Column Left */
|
||||
#columnLeft { position:relative; width:201px; float:left;}
|
||||
#columnLeft .mask { width:201px; height:5px; background:#3d3d3d; display:block;}
|
||||
#lnb { border-top:1px solid #515151; padding:4px 5px; width:190px;}
|
||||
#lnb li { list-style:none; padding-bottom:4px;}
|
||||
#lnb li a { padding:6px 5px 6px 13px; width:170px; display:block; border:1px solid #565655; background:url(../images/black/bgLnbOff.gif) repeat-x; color:#c2c2c2; position:relative; z-index:99; text-decoration:none;}
|
||||
#lnb li a:hover,
|
||||
#lnb li a:focus { color:#ffffff; background:#e61700; border:1px solid #ff1a00;}
|
||||
#lnb li.on a { color:#ffffff; background:#e61700; border:1px solid #ff1a00;}
|
||||
#lnb li.on a:hover,
|
||||
#lnb li.on a:focus { font-weight:bold;}
|
||||
#lnb li ul { display:block; position:relative; width:184px; padding:0 3px; position:relative; border-top:1px solid #3d3d3d; overflow:hidden;}
|
||||
#lnb li.on ul { display:block;}
|
||||
#lnb li ul li { padding:0; border-top:1px solid #474747; position:relative; top:-1px;}
|
||||
#lnb li ul li a { padding:6px 5px 6px 10px; width:169px; color:#818181 !important; border:none; background:none !important; border:none !important;}
|
||||
#lnb li ul li a:hover,
|
||||
#lnb li ul li a:focus { font-weight:normal !important; color:#de4332 !important;}
|
||||
#lnb li.on ul li.on a { color:#ff1a00 !important; font-weight:bold !important; background:url(../images/black/bulletLnb.gif) no-repeat 175px center !important;}
|
||||
|
||||
/* Site Layout - Column Right */
|
||||
#columnRight { width:770px; float:right; overflow:hidden;}
|
||||
#visualArea { width:770px; height:200px; background:#151514; margin-bottom:2.5em; position:relative; left:-15px; margin-right:-15px; color:#999999;}
|
||||
#content { width:100%; overflow:hidden;}
|
||||
|
||||
/* Site Layout - Footer */
|
||||
#footer { margin:0; padding:0; border-top:3px solid #424242; text-align:center; padding:2em 0 4em; clear:both;}
|
||||
#footer li { display:inline; padding:0 .6em 0 1em; background:url(../images/black/vrType1.gif) no-repeat left center;}
|
||||
#footer li.first-child { background:none;}
|
||||
#footer li a { color:#818181; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
|
||||
#footer li address { display:inline; }
|
||||
|
||||
/* Black Skin - End */
|
||||
|
||||
@charset "utf-8";
|
||||
/*
|
||||
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
|
||||
Jeong, Chan Myeong 070601~070630
|
||||
*/
|
||||
|
||||
/* Black Skin - Start */
|
||||
#selectLang { margin:0; padding:0; }
|
||||
#gnb { margin:0; padding:0; }
|
||||
#lnb { margin:0; padding:0; }
|
||||
#lnb ul { margin:0; padding:0; }
|
||||
|
||||
/* Site Layout - Body Wrap */
|
||||
body { background:#444 url(../images/black/bgBody.gif) repeat-x;}
|
||||
#bodyWrap { position:relative; width:980px; margin:0 auto; padding:1.5em 0 0 0;}
|
||||
|
||||
/* Site Layout - Header */
|
||||
#header { position:relative; width:980px; height:120px; background:url(../images/black/bgHeader.jpg) no-repeat right top; margin-bottom:10px; z-index:99;}
|
||||
#header h1 { position:absolute; top:32px; left:25px;}
|
||||
#language { position:absolute; top:18px; right:19px; z-index:100;}
|
||||
#language strong { color:#ffffff; font:.75em Tahoma; margin-right:3px;}
|
||||
#language a img { vertical-align:-5px;}
|
||||
#language ul { position:absolute; top:15px; right:0px; display:none; border:1px solid #282827; background:#3d3d3d;}
|
||||
#language ul li { list-style:none; }
|
||||
#language ul li a { display:block; width:61px; padding:3px 8px; font:9px Tahoma; color:#cbcbcb; text-decoration:none;}
|
||||
#language ul li a:hover { background:#373736;}
|
||||
|
||||
#it_search_form { position:absolute; top:50px; right:15px;}
|
||||
#it_search_form .input { border:1px solid #bc4032; height:17px; width:120px; color:#888888; font-size:.9em;}
|
||||
#it_search_form .submit_button { width:1px; height:1px; visibility:hidden; }
|
||||
|
||||
#gnb { position:absolute; top:82px; left:0; height:38px; overflow:hidden; white-space:nowrap; margin-bottom:10px;}
|
||||
#gnb li { list-style:none; float:left; background:url(../images/black/bgGnbVr.gif) no-repeat left center; padding-left:2px; position:relative; left:-2px; white-space:nowrap;}
|
||||
#gnb li a { display:block; float:left; padding:13px 15px 0 15px; height:25px; color:#a6a6a6; white-space:nowrap; text-decoration:none; }
|
||||
#gnb li a:hover,
|
||||
#gnb li a:focus { color:#ffffff;}
|
||||
#gnb li.on a { font-weight:bold; color:#ffffff; background:url(../images/black/bgGnbOn.gif) no-repeat center top;}
|
||||
|
||||
#isSearch { position:absolute; top:48px; right:15px; width:214px; text-align:right;}
|
||||
#isSearch .searchOrder { display:none;}
|
||||
#isSearch .checked { position:absolute; left:0; top:0; text-align:left; display:block; padding:5px 0 0 5px; width:64px; height:14px; background:url(../images/black/bgSearchTerm.gif) no-repeat; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#ffffff; line-height:normal;}
|
||||
#isSearch ul { display:none; position:absolute; left:0; top:18px; padding:2px 0 3px 0; text-align:left; border:1px solid #6e8081; background:#385153;}
|
||||
#isSearch ul li { width:67px; height:18px; list-style:none;}
|
||||
#isSearch ul li input { display:none;}
|
||||
#isSearch ul li label { display:block; padding:4px 0 0 4px; width:63px; height:15px; font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#ffffff;}
|
||||
#isSearch ul li label.on { background:#2f4345; }
|
||||
#isSearch ul li label:hover,
|
||||
#isSearch ul li label:focus { background:#2f4345;}
|
||||
#isSearch .inputText { vertical-align:middle; position:relative; top:0; _top:-1px; left:1px; padding:3px 3px 1px 3px; width:94px; height:13px; color:#ffffff; border:1px solid #8E8E8D; background-color:#857C79; }
|
||||
#isSearch .inputText:hover,
|
||||
#isSearch .inputText:focus { border:1px solid #B0B0AF; background-color:#A9A4A3; }
|
||||
*:first-child+html #isSearch .inputText { position:relative; top:-1px;}
|
||||
#isSearch .submit { vertical-align:middle; _position:relative; _top:-1px;}
|
||||
*:first-child+html #isSearch .submit { position:relative; top:-1px;}
|
||||
|
||||
/* Site Layout - Content Body */
|
||||
#contentBody { position:relative; width:980px; padding-bottom:30px; overflow:hidden; background:url(../images/black/bgContentBody.gif) repeat-y left top; border-bottom:1px solid #515151;}
|
||||
|
||||
/* Site Layout - Column Left */
|
||||
#columnLeft { position:relative; width:201px; float:left;}
|
||||
#columnLeft .mask { width:201px; height:5px; background:#3d3d3d; display:block;}
|
||||
#lnb { border-top:1px solid #515151; padding:4px 5px; width:190px;}
|
||||
#lnb li { list-style:none; padding-bottom:4px;}
|
||||
#lnb li a { padding:6px 5px 6px 13px; width:170px; display:block; border:1px solid #565655; background:url(../images/black/bgLnbOff.gif) repeat-x; color:#c2c2c2; position:relative; z-index:99; text-decoration:none;}
|
||||
#lnb li a:hover,
|
||||
#lnb li a:focus { color:#ffffff; background:#e61700; border:1px solid #ff1a00;}
|
||||
#lnb li.on a { color:#ffffff; background:#e61700; border:1px solid #ff1a00;}
|
||||
#lnb li.on a:hover,
|
||||
#lnb li.on a:focus { font-weight:bold;}
|
||||
#lnb li ul { display:block; position:relative; width:184px; padding:0 3px; position:relative; border-top:1px solid #3d3d3d; overflow:hidden;}
|
||||
#lnb li.on ul { display:block;}
|
||||
#lnb li ul li { padding:0; border-top:1px solid #474747; position:relative; top:-1px;}
|
||||
#lnb li ul li a { padding:6px 5px 6px 10px; width:169px; color:#818181 !important; border:none; background:none !important; border:none !important;}
|
||||
#lnb li ul li a:hover,
|
||||
#lnb li ul li a:focus { font-weight:normal !important; color:#de4332 !important;}
|
||||
#lnb li.on ul li.on a { color:#ff1a00 !important; font-weight:bold !important; background:url(../images/black/bulletLnb.gif) no-repeat 175px center !important;}
|
||||
|
||||
/* Site Layout - Column Right */
|
||||
#columnRight { width:770px; float:right; overflow:hidden;}
|
||||
#visualArea { width:770px; height:200px; background:#151514; margin-bottom:2.5em; position:relative; left:-15px; margin-right:-15px; color:#999999;}
|
||||
#content { width:100%; overflow:hidden;}
|
||||
|
||||
/* Site Layout - Footer */
|
||||
#footer { margin:0; padding:0; border-top:3px solid #424242; text-align:center; padding:2em 0 4em; clear:both;}
|
||||
#footer li { display:inline; padding:0 .6em 0 1em; background:url(../images/black/vrType1.gif) no-repeat left center;}
|
||||
#footer li.first-child { background:none;}
|
||||
#footer li a { color:#818181; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
|
||||
#footer li address { display:inline; }
|
||||
|
||||
/* Black Skin - End */
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.4 KiB |
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
<!--// CSS 파일 로드 (컬러셋에 따라서) -->
|
||||
|
||||
<!--%unload("../../../../common/css/default.css")-->
|
||||
<!--%import("css/board.css",optimized=false)-->
|
||||
<!--%import("css/pagination.css",optimized=false)-->
|
||||
<!--%import("css/tag.css",optimized=false)-->
|
||||
|
|
@ -54,7 +53,7 @@
|
|||
<!-- 스킨의 제목/간단한 설명 출력 -->
|
||||
<!--@if($module_info->title)-->
|
||||
<div class="boardTitle">
|
||||
<h3 class="boardTitleText"><a href="{getUrl('','mid',$mid,'listStyle',$listStyle)}">{$module_info->title}<!--@if($module_info->sub_title)--> : <em>{$module_info->sub_title}</em><!--@end--></a></h3>
|
||||
<h2 class="boardTitleText"><a href="{getUrl('','mid',$mid,'listStyle',$listStyle)}">{$module_info->title}<!--@if($module_info->sub_title)--> : <em>{$module_info->sub_title}</em><!--@end--></a></h2>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
|
|
|
|||
|
|
@ -1,12 +1,9 @@
|
|||
<!--@if($oDocument->getCommentCount())-->
|
||||
<div class="feedbackList">
|
||||
<div class="feedbackList" id="reply">
|
||||
|
||||
<h3 class="feedbackHeader">
|
||||
<!--@if($grant->write_comment && $oDocument->allowComment()) -->
|
||||
<a href="#comment" title="{$lang->comment}"><strong>{$oDocument->getCommentcount()}</strong> Replies</a>
|
||||
<!--@end-->
|
||||
<!--@if($oDocument->allowTrackback() && $oDocument->getTrackbackCount() )-->
|
||||
<a href="#trackback" title="{$lang->trackback}"><strong>{$oDocument->getTrackbackCount()}</strong> Trackbacks</a>
|
||||
<a href="#reply" title="{$lang->comment}"><strong>'{$oDocument->getCommentcount()}'</strong> Replies</a>
|
||||
<!--@end-->
|
||||
</h3>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +1,8 @@
|
|||
@charset "utf-8";
|
||||
/* NHN > UIT Center > Open UI Platform Team > Jeong Chan Myeong(dece24@nhncorp.com) */
|
||||
|
||||
body{ background:#444; color:#fff;}
|
||||
|
||||
/* Board Reset */
|
||||
.board{ background:#444; color:#fff;}
|
||||
.board a{color:#fff;}
|
||||
|
||||
/* Board Header */
|
||||
|
|
@ -26,14 +25,14 @@ body{ background:#444; color:#fff;}
|
|||
.boardListForm strong{color:#ff6600;}
|
||||
|
||||
/* Board List */
|
||||
.boardList{ border-top-color:#999; border-bottom-color:#999;}
|
||||
.boardList{ border-top-color:#666; border-bottom-color:#666;}
|
||||
.boardList .jumpTo button{ background-color:transparent; background-image:url(../images/common/buttonBg2byte.gif);}
|
||||
.boardList tr.notice{ background:#555;}
|
||||
.boardList tr.bg1{ background:#494949;}
|
||||
.boardList tr.bg2{ background:#444;}
|
||||
.boardList th{ border-bottom-color:#333; color:#fff; background-color:#666; background-image:url(../images/black/bgThDefault.gif);}
|
||||
.boardList th{ border-bottom-color:#333; border-top-color:#333; color:#fff; background-color:#666; background-image:url(../images/black/bgThDefault.gif);}
|
||||
.boardList th a{ color:#ff6600;}
|
||||
.boardList td{ border-top-color:#999; color:#fff;}
|
||||
.boardList td{ border-top-color:#666; color:#fff;}
|
||||
.boardList td .category{ color:#fff; background-image:url(../images/black/lineVr11.gif);}
|
||||
.boardList td.title .replyNum{ color:#ccc;}
|
||||
.boardList td.title .replyNum sup{ color:#999;}
|
||||
|
|
@ -55,8 +54,8 @@ body{ background:#444; color:#fff;}
|
|||
.boardSearchForm .inputText{ border-color:#999;}
|
||||
|
||||
/* Board Read */
|
||||
.boardReadBody{ border-top-color:#999; border-bottom-color:#999;}
|
||||
.boardReadBody .memberSignature{ border-color:#999;}
|
||||
.boardReadBody{ border-top-color:#666; border-bottom-color:#666;}
|
||||
.boardReadBody .memberSignature{ border-color:#666;}
|
||||
|
||||
.boardReadFooter{ color:#999;}
|
||||
.boardReadFooter a{ color:#999;}
|
||||
|
|
@ -70,8 +69,8 @@ body{ background:#444; color:#fff;}
|
|||
.feedbackList .feedbackHeader{ color:#000;}
|
||||
.feedbackList .feedbackHeader strong{ color:#ff6600;}
|
||||
|
||||
.feedbackList .item{ border-top-color:#999;}
|
||||
.feedbackList .reply .indent{ border-left-color:#999;}
|
||||
.feedbackList .item{ border-top-color:#666;}
|
||||
.feedbackList .reply .indent{ border-left-color:#666;}
|
||||
|
||||
/* Time */
|
||||
.time *{ color:#ccc;}
|
||||
|
|
@ -94,14 +93,14 @@ body{ background:#444; color:#fff;}
|
|||
.boardWrite .boardWriteHeader dd .inputText{ border-color:#ccc;}
|
||||
.boardWrite .tag input{ border-color:#ccc;}
|
||||
.boardWrite .boardNavigation,
|
||||
.boardEditor .boardNavigation{ border-top-color:#999;}
|
||||
.boardEditor .boardNavigation{ border-top-color:#666;}
|
||||
|
||||
/* UserName & Password */
|
||||
.board .userNameAndPw dd .inputText{ border-color:#ccc;}
|
||||
|
||||
/* Comment */
|
||||
.board .boardEditor{ border-color:#999; background:#555;}
|
||||
.board .commentEditor .commentHeader{border-bottom-color:#999; color:#fff;}
|
||||
.board .boardEditor{ border-color:#888; background:#555;}
|
||||
.board .commentEditor .commentHeader{border-bottom-color:#666; color:#fff;}
|
||||
|
||||
/* Secret Message */
|
||||
.board .secretMessage dd .inputText{ border-color:#ccc;}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
/* NHN > UIT Center > Open UI Platform Team > Jeong Chan Myeong(dece24@nhncorp.com) */
|
||||
|
||||
/* Board Reset */
|
||||
.board{ font-family:NanumGothic, MalgunGothic, AppleGothic, Gulim, Dotum, Tahoma, Sans-serif; line-height:normal; font-size:.8em;}
|
||||
.board{ font-family:NanumGothic, MalgunGothic, AppleGothic, Gulim, Dotum, Tahoma, Sans-serif; line-height:normal; font-size:1.1em;}
|
||||
.board *{ font-size:1em;}
|
||||
.board label{ cursor:pointer;}
|
||||
.board img{ border:0;}
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
.boardList .jumpTo *{ vertical-align:middle; *vertical-align:top;}
|
||||
.boardList .jumpTo select{ font-size:12px; *margin-right:5px;}
|
||||
.boardList .jumpTo button{ border:0; padding:0; margin:0; width:22px; height:20px; text-align:center; background-repeat:no-repeat; font-size:11px; letter-spacing:-1px; cursor:pointer; line-height:20px;}
|
||||
.boardList th{ border:0; border-bottom:1px solid; padding:7px; white-space:nowrap; text-align:center; background-repeat:repeat-x; background-position:left bottom; line-height:normal;}
|
||||
.boardList th{ border:0; border-bottom:1px solid; border-top:1px solid; padding:7px; white-space:nowrap; text-align:center; background-repeat:repeat-x; background-position:left bottom; line-height:normal;}
|
||||
.boardList th.title{ width:100%;}
|
||||
.boardList th a .sort{ vertical-align:middle; margin:0 5px;}
|
||||
.boardList td{ border:0; border-top:1px solid; padding:6px; white-space:nowrap; text-align:center; line-height:normal; vertical-align:top;}
|
||||
|
|
@ -152,14 +152,18 @@
|
|||
|
||||
.boardRead .boardNavigation{ border-top:1px solid;}
|
||||
|
||||
/* Feedback List */
|
||||
.feedbackList{ position:relative; overflow:hidden; padding-top:15px; margin-bottom:10px; }
|
||||
.feedbackList *{ margin:0; padding:0;}
|
||||
.feedbackList .feedbackHeader{ position:relative; font-weight:bold; margin-bottom:10px; font-size:1.5em;}
|
||||
|
||||
.feedbackList .replyList .item .header{ font-size:1.5em; margin-bottom:5px;}
|
||||
.feedbackList .trackbackList .item .header{ font-size:1em; margin-bottom:5px;}
|
||||
.feedbackList .trackbackList .item p{ margin-bottom:10px;}
|
||||
|
||||
.feedbackList .item{ position:relative; padding-top:10px; margin-bottom:10px; border-top:1px dashed;}
|
||||
.feedbackList .item .indent{ position:relative;}
|
||||
.feedbackList .reply .indent{ border-left:2px solid; padding-left:10px;}
|
||||
.feedbackList .item .header{ font-size:1.5em; margin-bottom:5px;}
|
||||
.feedbackList .item .header a{ font-size:1em;}
|
||||
.feedbackList .item .comment_popup_menu{ text-align:right; margin-bottom:10px;}
|
||||
.feedbackList .item .comment_popup_menu a{ text-decoration:underline;}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,8 @@
|
|||
@charset "utf-8";
|
||||
/* NHN > UIT Center > Open UI Platform Team > Jeong Chan Myeong(dece24@nhncorp.com) */
|
||||
|
||||
body{ background:#fff; color:#333;}
|
||||
|
||||
/* Board Reset */
|
||||
.board{ background:#fff; color:#333;}
|
||||
.board a{color:#000;}
|
||||
|
||||
/* Board Header */
|
||||
|
|
@ -31,7 +30,7 @@ body{ background:#fff; color:#333;}
|
|||
.boardList tr.notice{ background:#f8f8f8;}
|
||||
.boardList tr.bg1{ background:#fff;}
|
||||
.boardList tr.bg2{ background:#fbfbfb;}
|
||||
.boardList th{ border-bottom-color:#fff; color:#333; background-color:#fff; background-image:url(../images/white/bgThDefault.gif);}
|
||||
.boardList th{ border-bottom-color:#fff; border-top-color:#fff; color:#333; background-color:#fff; background-image:url(../images/white/bgThDefault.gif);}
|
||||
.boardList th a{ color:#1978AD;}
|
||||
.boardList td{ border-top-color:#eee; color:#666;}
|
||||
.boardList td .category{ color:#000; background-image:url(../images/white/lineVr11.gif);}
|
||||
|
|
|
|||
|
|
@ -1,24 +1,34 @@
|
|||
<!-- 엮인글 목록 -->
|
||||
<div class="feedbackList" id="trackback">
|
||||
|
||||
<div class="trackbackBox">
|
||||
<h3 class="feedbackHeader">
|
||||
<!--@if($oDocument->allowTrackback() && $oDocument->getTrackbackCount() )-->
|
||||
<a href="#trackback" title="{$lang->trackback}"><strong>'{$oDocument->getTrackbackCount()}'</strong> Trackbacks</a>
|
||||
<!--@end-->
|
||||
</h3>
|
||||
|
||||
<!--@if($oDocument->getTrackbackCount())-->
|
||||
<!--@foreach($oDocument->getTrackbacks() as $key => $val)-->
|
||||
<div class="item">
|
||||
<a name="trackback_{$val->trackback_srl}"></a>
|
||||
<address>
|
||||
<a href="{$val->url}" onclick="winopen(this.href);return false;">{htmlspecialchars($val->title)} - {htmlspecialchars($val->blog_name)}</a>
|
||||
<a href="{getUrl('act','dispBoardDeleteTrackback','trackback_srl',$val->trackback_srl)}"><img src="./images/common/buttonDeleteX.gif" border="0" alt="delete" width="12" height="13" /></a>
|
||||
<span class="date">
|
||||
{zdate($val->regdate, "Y.m.d H:i")}
|
||||
({$val->ipaddress})
|
||||
</span>
|
||||
</address>
|
||||
<div>
|
||||
<a href="{$val->url}" onclick="winopen(this.href);return false;">{$val->excerpt}</a>
|
||||
</div>
|
||||
</div>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
|
||||
</div>
|
||||
<div class="trackbackList">
|
||||
|
||||
<!--@if($oDocument->getTrackbackCount())-->
|
||||
<!--@foreach($oDocument->getTrackbacks() as $key => $val)-->
|
||||
<div class="item">
|
||||
<a name="trackback_{$val->trackback_srl}"></a>
|
||||
<h4 class="header"><a href="{$val->url}" onclick="winopen(this.href);return false;">{htmlspecialchars($val->title)} - {htmlspecialchars($val->blog_name)}</a></h4>
|
||||
<p>
|
||||
{$val->excerpt}
|
||||
</p>
|
||||
<dl class="time">
|
||||
<dt>Time :</dt>
|
||||
<dd>{zdate($val->regdate, "Y.m.d H:i")}</dd>
|
||||
<dd>({$val->ipaddress})</dd>
|
||||
</dl>
|
||||
<div class="option">
|
||||
<a href="{getUrl('act','dispBoardDeleteTrackback','trackback_srl',$val->trackback_srl)}" class="button small"><span>Delete</span></a>
|
||||
</div>
|
||||
</div>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
@ -121,7 +121,7 @@
|
|||
|
||||
<dl>
|
||||
<dt>Tracback :</dt>
|
||||
<dd><a name="trackback" href="{$oDocument->getTrackbackUrl()}" onclick="return false;">{$oDocument->getTrackbackUrl()}</a></dd>
|
||||
<dd><a href="{$oDocument->getTrackbackUrl()}" onclick="return false;">{$oDocument->getTrackbackUrl()}</a></dd>
|
||||
</dl>
|
||||
|
||||
<dl>
|
||||
|
|
@ -157,7 +157,6 @@
|
|||
<!--@end-->
|
||||
|
||||
<!-- 댓글 -->
|
||||
<a name="comment"></a>
|
||||
<!--#include("./comment.html")-->
|
||||
|
||||
<!-- 댓글 입력 폼 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue