diff --git a/classes/widget/WidgetHandler.class.php b/classes/widget/WidgetHandler.class.php index 473888751..ccbc26345 100644 --- a/classes/widget/WidgetHandler.class.php +++ b/classes/widget/WidgetHandler.class.php @@ -119,7 +119,7 @@ // 내용 직접 추가일 경우 case 'widgetContent' : $body = base64_decode($args->body); - $output = sprintf('
', $style, $inner_style, $body); + $output = sprintf('', $style, $inner_style, $body); break; // 위젯 박스일 경우 diff --git a/common/css/default.css b/common/css/default.css index a656b7b81..b8f096344 100644 --- a/common/css/default.css +++ b/common/css/default.css @@ -11,6 +11,12 @@ IE7 & IE6 & Below * 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; } @@ -22,15 +28,6 @@ IE7 & IE6 & Below .gap1 { margin-top:.8em; } .nowrap { white-space:nowrap; } -/* default.css - Type Selector Definition */ -body,p,div,ul,ol,li,dd,dt,span,fieldset,h1,h2,h3,h4,h5,h6 { margin:0; padding:0; } -html { width:100%; } -body { margin:0; font-size:.75em; _font-size:9pt; font-family:sans-serif;} -*:first-child+html body { font-size:9pt; } -img { border:none; } -label { cursor:pointer; } -form { margin:0; padding:0; } - .iePngFix { behavior:url(./common/js/iePngFix.htc); } .zbxe_info { vertical-align:middle; behavior:url(./common/js/iePngFix.htc); } @@ -88,12 +85,6 @@ a.bold { font-weight:bold; } .zbxe_widget_output { background:url(../tpl/images/widget_text.gif) no-repeat center bottom; display:block;} -/* xe content */ -div.xe_content { line-height:140%; !important} -div.xe_content ol { margin-left:40px; !important} -div.xe_content ul { margin-left:40px; !important} -div.xe_content blockquote { margin-left:40px; !important} - /* xe layer */ #waitingforserverresponse { display:inline; border:2px solid #444444; background-color:#FFFFFF; padding:15px 20px 13px 20px; font-weight:bold; color:#444444; top:40px; left:40px; position:absolute; z-index:100; visibility:hidden; } #fororiginalimageareabg { z-index:1001; background-color:#FFFFFF; width:100%; height:100%; top:0px; left:0px; position:relative; padding:20px 10px 10px 10px; border:8px solid #DDDDDD; } diff --git a/layouts/xe_blog/css/layout.css b/layouts/xe_blog/css/layout.css index d26e86f19..60407355f 100644 --- a/layouts/xe_blog/css/layout.css +++ b/layouts/xe_blog/css/layout.css @@ -82,7 +82,7 @@ div#searchBox .imgBtn {vertical-align:middle; _position:relative; top:-4px; } /* widget common css */ .category_widget { border:1px solid #e0e1db; margin-bottom:10px; padding:15px 5px 10px 5px; overflow:hidden;} -.blog_widget_ h2 { border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; } -.blog_widget_ .items { padding:10px; overflow:hidden;} +.blog_widget_ h2 { margin:0; padding:0; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; } +.blog_widget_ .items { margin:0; padding:10px; overflow:hidden;} .blog_widget_ .items li { font-size:.9em; display:block; color:#a4a4a4; margin-right:.1em; line-height:150%; overflow:hidden; white-space:nowrap; list-style:none; width:100%; padding:3px 0 3px 0;} .blog_widget_ .items li a { color:#a4a4a4; margin-right:1em; } diff --git a/layouts/xe_official/css/black.css b/layouts/xe_official/css/black.css index 92139ae87..fed0ad983 100644 --- a/layouts/xe_official/css/black.css +++ b/layouts/xe_official/css/black.css @@ -5,6 +5,10 @@ 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;} diff --git a/layouts/xe_official/css/default.css b/layouts/xe_official/css/default.css index a64c31bde..80ddc0cb4 100644 --- a/layouts/xe_official/css/default.css +++ b/layouts/xe_official/css/default.css @@ -5,6 +5,10 @@ Jeong, Chan Myeong 070601~070630 */ /* Default 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:#FFFFFF url(../images/default/bgBody.gif) repeat-x left top; } diff --git a/layouts/xe_official/css/white.css b/layouts/xe_official/css/white.css index f2e1337bc..357f962a9 100644 --- a/layouts/xe_official/css/white.css +++ b/layouts/xe_official/css/white.css @@ -5,6 +5,10 @@ Jeong, Chan Myeong 070601~070630 */ /* White 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:#ffffff;} diff --git a/modules/admin/tpl/css/admin.css b/modules/admin/tpl/css/admin.css index 8cb1509ae..8e0232f62 100644 --- a/modules/admin/tpl/css/admin.css +++ b/modules/admin/tpl/css/admin.css @@ -15,7 +15,7 @@ IE7 Only */ -h3 { background:url("../images/top_head_title_bg.gif") repeat-x left top; font-size:1em; border:1px solid #E3E3E2; padding:11px 9px 7px 25px; color:#555555; } +h3 { background:url("../images/top_head_title_bg.gif") repeat-x left top; font-size:1em; border:1px solid #E3E3E2; padding:11px 9px 7px 25px; color:#555555; margin:0; } h3 .gray { color:#9d9d9d;} .adminTable { width:100%; border-left:1px solid #E3E3E2; border-top:1px solid #E3E3E2; margin-bottom:10px; table-layout:fixed;} @@ -93,7 +93,7 @@ select.time_zone { width:70%; position:relative; top:4px; } .header4 table.summary th .vr { color:#a3a39f; margin:0 4px; font-weight:normal;} .header4 table.summary td { border-top:1px solid #f2f2f2; border-bottom:1px solid #f2f2f2; font:.9em Tahoma; padding-left:17px;} -h4 { font-size:1em; color:#f2250d; padding-left:10px; } +h4 { font-size:1em; color:#f2250d; padding-left:10px; margin:0;} h4 .bracket { font-weight:normal; color:#9d9d9d;} h4 .vr { font-weight:normal; color:#d1d1d1;} h4 .view { color:#158692; padding-right:.6em; font:bold .9em Tahoma; background:url(../images/iconView.gif) no-repeat right center; text-decoration:none; } @@ -125,7 +125,7 @@ h4 .view { color:#158692; padding-right:.6em; font:bold .9em Tahoma; background: .buttonTypeGo { border:none; cursor:pointer; width:24px; height:20px; position:relative; top:-1px; font:.75em Tahoma; text-align:center; background:url(../images/buttonTypeInput24.gif) no-repeat; } #popHeadder { height:40px; background:url(../images/popupTopBg.png) repeat-x left top; padding:10px;} -#popHeadder h1 { background:url("../images/top_head_title_bg.gif") repeat-x left top; font-size:1em; border:1px solid #E3E3E2; padding:9px; color:#555555; } +#popHeadder h1 { background:url("../images/top_head_title_bg.gif") repeat-x left top; font-size:1em; border:1px solid #E3E3E2; padding:9px; color:#555555; margin:0; } #popBody { width:600px; padding:10px; background:#ffffff;} #popFooter { width:620px; background:#f7f7f6; border-top:1px solid #e8e8e7; padding:.5em 0 .5em 0; overflow:hidden; } #popFooter .close { position:relative; left:50%; margin-left:-1em; float:left;} diff --git a/modules/admin/tpl/css/admin_layout.css b/modules/admin/tpl/css/admin_layout.css index 1db365577..82b0b5086 100644 --- a/modules/admin/tpl/css/admin_layout.css +++ b/modules/admin/tpl/css/admin_layout.css @@ -26,7 +26,7 @@ body { background:url("../images/admin_background.gif") repeat-x left top; backg #adminMenuContent h3.accessory { background:url("../images/icon_accessory_module.gif") no-repeat 3px 5px; background-color:#FFFFFF;} #adminMenuContent h3.base { background:url("../images/icon_base_module.gif") no-repeat 3px 5px; background-color:#FFFFFF;} -#adminMenuContent ul { width:170px; } +#adminMenuContent ul { width:170px; margin:0; padding:0;} #adminMenuContent ul li { background-color:#F8F6F3; list-style:none; padding:5px 10px 3px 10px; margin-left:8px; white-space:nowrap; overflow:hidden; color:#888785; border-bottom:1px solid #E3E3E2; cursor:pointer; } #adminMenuContent ul li:hover { background-color:#EFE6D3; border-left:1px solid #E3E3E2; border-right:1px solid #E3E3E2;} #adminMenuContent li.on { background-color:#EFE6D3; border-left:1px solid #E3E3E2; border-right:1px solid #E3E3E2;} diff --git a/modules/board/skins/cozy_board/css/common.css b/modules/board/skins/cozy_board/css/common.css index 9a0ef1dd8..63ed99bd8 100644 --- a/modules/board/skins/cozy_board/css/common.css +++ b/modules/board/skins/cozy_board/css/common.css @@ -5,7 +5,7 @@ Jeong, Chan Myeong 070601~070630 */ /* ----- List+Read+Write+Modify | Start ----- */ -.boardHeader h3 { float:left; clear:both; padding:1.9em 1.5em 1.8em 1.5em; font-size:1.2em; color:#FFFFFF;} +.boardHeader h3 { margin:0; float:left; clear:both; padding:1.9em 1.5em 1.8em 1.5em; font-size:1.2em; color:#FFFFFF;} /* boardInformation */ .boardInformation { width:100%; clear:both; margin:0 0 .5em 0; background:#EFEFEF; color:#8D8D8D; overflow:hidden;} @@ -144,7 +144,7 @@ Jeong, Chan Myeong 070601~070630 #blog .boardRead { position:relative; margin:0; _overflow:hidden;} .boardRead .originalContent { padding:2em 0 2em 0;} .boardRead .titleAndCategory { float:left;} -.boardRead .titleAndCategory h4 { font-size:1.4em; display:inline; padding-left:.2em;} +.boardRead .titleAndCategory h4 { margin:0; font-size:1.4em; display:inline; padding-left:.2em;} .boardRead .titleAndCategory .vr { font-size:.9em; margin:0 .3em; color:#c5c7c0;} .boardRead .titleAndCategory .category { font-size:.9em; color:#999999; white-space:nowrap;} @@ -183,7 +183,7 @@ Jeong, Chan Myeong 070601~070630 .boardRead .readFooter .tag .tagIcon { vertical-align:middle;} .boardRead .readFooter .fileAttached { padding:1em 1em .8em 0; position:relative; _width:100%; border-bottom:1px solid #dfdfdd; overflow:hidden; background:#f9f9f9;} .boardRead .readFooter .fileAttached h5 {} -.boardRead .readFooter .fileAttached ul { margin-left:1.8em;} +.boardRead .readFooter .fileAttached ul { margin:0 0 0 1.8em;} .boardRead .readFooter .fileAttached li { float:left; margin-right:.75em; line-height:1.6em; color:#888888; white-space:nowrap; list-style:none;} .boardRead .readFooter .fileAttached li a { font-size:.9em; padding:.1em 0 .1em .2em; white-space:nowrap; position:relative; color:#888888; text-decoration:none; } .boardRead .readFooter .fileAttached li a:visited { color:#777777;} @@ -220,7 +220,7 @@ Jeong, Chan Myeong 070601~070630 .boardRead .contentBox .fileAttached { position:relative; _width:100%; overflow:hidden; clear:both; } .boardRead .contentBox .fileAttached h5 {} -.boardRead .contentBox .fileAttached ul { margin-bottom:.5em;} +.boardRead .contentBox .fileAttached ul { margin:0 0 0 .5em;} .boardRead .contentBox .fileAttached li { float:left; margin-right:.75em; line-height:1.6em; color:#888888; white-space:nowrap; list-style:none;} .boardRead .contentBox .fileAttached li a { font-size:.9em; padding:.1em 0 .1em .2em; white-space:nowrap; position:relative; color:#888888; text-decoration:none; } .boardRead .contentBox .fileAttached li a:visited { color:#777777;} @@ -378,7 +378,7 @@ Jeong, Chan Myeong 070601~070630 /* ----- Member | Start ----- */ .memberHeader { position:relative; _width:100%; background:#ED2027 url(../images/common/bg_top_title.gif) no-repeat 23px -6px; overflow:hidden;} -.memberHeader h3 { float:left; clear:both; padding:1.2em 0 1em 1.7em; font-size:1.1em; color:#FFFFFF;} +.memberHeader h3 { margin:0; float:left; clear:both; padding:1.2em 0 1em 1.7em; font-size:1.1em; color:#FFFFFF;} .memberInformation { width:100%; clear:both; margin:0 0 .5em 0; background:#EFEFEF; color:#8D8D8D; overflow:hidden;} .memberInformation .friendNum { float:left; padding:.7em 0 .7em 2em; background:url(../images/common/iconFriend.gif) no-repeat .5em .4em;} .memberInformation .friendNum strong { font:bold 11px Tahoma; color:#ec2127;} @@ -415,7 +415,7 @@ Jeong, Chan Myeong 070601~070630 .smallBox.w298 { width:298px;} .smallBox.w498 { width:498px;} .smallBox .header { position:relative; _width:100%; background:#ed2027; overflow:hidden;} -.smallBox .header h3 { font-size:1.2em; color:#FFFFFF; padding:1em 2em .8em 1em;} +.smallBox .header h3 { margin:0; font-size:1.2em; color:#FFFFFF; padding:1em 2em .8em 1em;} .smallBox .login { position:relative; border:none; padding:2.4em 0 2em 2.3em;} .smallBox .login legend { position:absolute; overflow:hidden; width:1px; height:1px; font-size:.001em; text-indent:-100em;} .smallBox .login dl { overflow:hidden; width:162px; float:left;} @@ -508,7 +508,7 @@ Jeong, Chan Myeong 070601~070630 .readMessage { margin-bottom:2em;} .readMessage .messageHeader { padding:1.5em; height:1em; overflow:hidden;} -.readMessage .messageHeader h4 { float:left; padding-left:.5em; font-size:1em; background:url(../images/common/iconArrow99.gif) no-repeat left .3em;} +.readMessage .messageHeader h4 { margin:0; float:left; padding-left:.5em; font-size:1em; background:url(../images/common/iconArrow99.gif) no-repeat left .3em;} .readMessage .messageHeader address { float:right; white-space:nowrap;} .readMessage .messageHeader address em { font-size:.9em; font-style:normal; color:#333333; margin-right:.3em;} .readMessage .messageHeader address em a { color:#333333;} diff --git a/modules/board/skins/xe_board/css/common.css b/modules/board/skins/xe_board/css/common.css index 6b9b65136..b6c83944d 100644 --- a/modules/board/skins/xe_board/css/common.css +++ b/modules/board/skins/xe_board/css/common.css @@ -12,7 +12,7 @@ Jeong, Chan Myeong 070601~070630 /* board Title */ .boardHeader { border:1px solid #e1e1dd; border-bottom:0; background:#ffffff url(../images/common/bgH3.gif) repeat-x left bottom; overflow:hidden;} .boardHeader .boardHeaderBorder { width:100%;} -.boardHeader h3 { float:left; padding:15px 15px 12px 15px; font-size:1.2em; background:#ffffff url(../images/common/lineH3.gif) no-repeat right bottom;} +.boardHeader h3 { margin:0; float:left; padding:15px 15px 12px 15px; font-size:1.2em; background:#ffffff url(../images/common/lineH3.gif) no-repeat right bottom;} /* board Description */ .boardDescription { color:#AEAEAE; border:1px solid #DDDDDD; overflow:hidden; padding:10px; margin-top:5px; background-color:#FFFFFF;} @@ -50,7 +50,7 @@ Jeong, Chan Myeong 070601~070630 .boardRead .titleAndUser { overflow:hidden; border-bottom:1px solid #e0e1db; } .boardRead .titleAndUser .title { float:left; margin:10px 0 5px 0; } -.boardRead .titleAndUser h4 { font-size:1.5em; margin-left:3px;} +.boardRead .titleAndUser h4 { margin:0; font-size:1.5em; margin-left:3px;} .boardRead .titleAndUser h4 a { color:#000000; text-decoration:none; } .boardRead .titleAndUser h4 a:hover { text-decoration:underline; } @@ -83,11 +83,13 @@ Jeong, Chan Myeong 070601~070630 .boardRead .readBody .contentBody .ipaddress { text-align:right; margin-top:10px; color:#bbbbbb; font-family:tahoma;} .boardRead .tag { background:#FFFFFF url(../images/common/iconTag.gif) no-repeat 3px 2px; padding-left:25px; margin:10px 0 0 0; } +.boardRead .tag ul { margin:0; padding:0; } .boardRead .tag li { display:inline; list-style:none; } .boardRead .tag li a { color:#444444;} .boardRead .fileAttached { border:1px solid #EFEFEF; background-color:#F4F4F4; padding:5px; margin-top:10px; overflow:hidden;} .boardRead .fileAttached h5 { font-weight:normal; color:#999999; font-size:1em; line-height:22px; } +.boardRead .fileAttached ul { border:0; margin:0; } .boardRead .fileAttached li { padding-left:15px; display:block; float:left; white-space:nowrap; list-style:none; margin-right:10px; height:18px;} .boardRead .fileAttached li a { text-decoration:none; font-size:.9em; white-space:nowrap; color:#444444; } .boardRead .fileAttached li a:visited { color:#777777;} @@ -124,6 +126,7 @@ Jeong, Chan Myeong 070601~070630 .replyBox .replyIndent { background:url(../images/common/iconReplyArrow.gif) no-repeat .0em .3em; padding-left:1.3em;} .replyBox .fileAttached { border:1px solid #EFEFEF; background-color:#F4F4F4; padding:5px; margin-top:10px; overflow:hidden;} +.replyBox .fileAttached ul { border:0; margin:0; } .replyBox .fileAttached h5 { font-weight:normal; color:#999999; float:left; font-size:1em; line-height:22px;} .replyBox .fileAttached li { padding-left:15px; display:block; float:left; white-space:nowrap; list-style:none; margin-right:10px; height:18px;} .replyBox .fileAttached li a { text-decoration:none; font-size:.9em; white-space:nowrap; color:#444444; } @@ -291,12 +294,12 @@ html:not([lang*=""]) .boardList th { height:33px; } /* 게시물의 팝업 메뉴 */ -.comment_popup_menu, .document_popup_menu { text-align:right; background:none; background:url(../images/common/document_menu.gif) no-repeat right top; padding:0 15px; 0 0; } +.comment_popup_menu, .document_popup_menu { text-align:right; background:none; background:url(../images/common/document_menu.gif) no-repeat right top; padding:0 15px 0 0; height:18px; } .comment_popup_menu span, .document_popup_menu span { cursor:pointer; display:inline; } /* tag list */ .tagsBox { border:1px solid #EEEEEE; padding:10px; overflow:hidden;} -h5 { padding:2px; } +.tagsBox h5 { margin:0; padding:2px; } .tags { width:100%; } .tags div { float:left; padding:2px; margin-right:10px; overflow:hidden; white-space:nowrap; height:15px;} .tags div a { text-decoration:none; color:#555555; line-height:150%;} diff --git a/modules/board/skins/xe_board/css/cyan.css b/modules/board/skins/xe_board/css/cyan.css index 684534d9e..811ae4e1b 100644 --- a/modules/board/skins/xe_board/css/cyan.css +++ b/modules/board/skins/xe_board/css/cyan.css @@ -1,7 +1,7 @@ @charset "utf-8"; /* board Title */ -.boardHeader h3 { border-bottom:3px solid #2895c0; } +.boardHeader h3 { margin:0; border-bottom:3px solid #2895c0; } /* board Information */ .articleNum { float:left; background:url(../images/cyan/iconArticle.gif) no-repeat left top; } diff --git a/modules/board/skins/xe_board/css/green.css b/modules/board/skins/xe_board/css/green.css index eb0b34992..f6f37709e 100644 --- a/modules/board/skins/xe_board/css/green.css +++ b/modules/board/skins/xe_board/css/green.css @@ -1,7 +1,7 @@ @charset "utf-8"; /* board Title */ -.boardHeader h3 { border-bottom:3px solid #38b549; } +.boardHeader h3 { margin:0; border-bottom:3px solid #38b549; } /* board Information */ .articleNum { float:left; background:url(../images/green/iconArticle.gif) no-repeat left top; } diff --git a/modules/board/skins/xe_board/css/purple.css b/modules/board/skins/xe_board/css/purple.css index ff5f45cb9..2d10f2e7e 100644 --- a/modules/board/skins/xe_board/css/purple.css +++ b/modules/board/skins/xe_board/css/purple.css @@ -1,7 +1,7 @@ @charset "utf-8"; /* board Title */ -.boardHeader h3 { border-bottom:3px solid #ac19a9; } +.boardHeader h3 { margin:0; border-bottom:3px solid #ac19a9; } /* board Information */ .articleNum { float:left; background:url(../images/purple/iconArticle.gif) no-repeat left top; } diff --git a/modules/board/skins/xe_board/css/red.css b/modules/board/skins/xe_board/css/red.css index 5e67302af..5694924ad 100644 --- a/modules/board/skins/xe_board/css/red.css +++ b/modules/board/skins/xe_board/css/red.css @@ -1,7 +1,7 @@ @charset "utf-8"; /* board Title */ -.boardHeader h3 { border-bottom:3px solid #ed135a; } +.boardHeader h3 { margin:0; border-bottom:3px solid #ed135a; } /* board Information */ .articleNum { float:left; background:url(../images/red/iconArticle.gif) no-repeat left top; } diff --git a/modules/board/skins/xe_board/css/white.css b/modules/board/skins/xe_board/css/white.css index 9705e7d4d..7a184aabf 100644 --- a/modules/board/skins/xe_board/css/white.css +++ b/modules/board/skins/xe_board/css/white.css @@ -1,7 +1,7 @@ @charset "utf-8"; /* board Title */ -.boardHeader h3 { border-bottom:3px solid #fe3614; } +.boardHeader h3 { margin:0; border-bottom:3px solid #fe3614; } /* board Information */ .articleNum { float:left; background:url(../images/white/iconArticle.gif) no-repeat left top; } diff --git a/modules/board/skins/xe_guestbook/css/common.css b/modules/board/skins/xe_guestbook/css/common.css index 75353aead..2b4fe16d8 100644 --- a/modules/board/skins/xe_guestbook/css/common.css +++ b/modules/board/skins/xe_guestbook/css/common.css @@ -12,7 +12,7 @@ Jeong, Chan Myeong 070601~070630 /* board Title */ .boardHeader { border:1px solid #e1e1dd; border-bottom:0; background:#ffffff url(../images/common/bgH3.gif) repeat-x left bottom; overflow:hidden;} .boardHeader .boardHeaderBorder { width:100%;} -.boardHeader h3 { float:left; padding:15px 15px 12px 15px; font-size:1.2em; background:#ffffff url(../images/common/lineH3.gif) no-repeat right bottom;} +.boardHeader h3 { margin:0; float:left; padding:15px 15px 12px 15px; font-size:1.2em; background:#ffffff url(../images/common/lineH3.gif) no-repeat right bottom;} /* board Description */ .boardDescription { color:#AEAEAE; border:1px solid #DDDDDD; overflow:hidden; padding:10px; margin-top:5px; background-color:#FFFFFF;} @@ -63,6 +63,7 @@ Jeong, Chan Myeong 070601~070630 .boardRead .readBody .contentBody .ipaddress { text-align:right; margin-top:10px; color:#bbbbbb; font-family:tahoma;} .boardRead .fileAttached { border:1px solid #EFEFEF; background-color:#F4F4F4; padding:5px; margin-top:10px;} +.boardRead .fileAttached ul { margin:0; padding:0; } .boardRead .fileAttached h5 { font-weight:normal; color:#999999; font-size:1em; line-height:22px;} .boardRead .fileAttached li { display:inline; white-space:nowrap margin:3px 5px 0 3px; list-style:none; } .boardRead .fileAttached li a { text-decoration:none; font-size:.9em; padding:0 0 2px 17px; white-space:nowrap; color:#444444; } @@ -99,6 +100,7 @@ Jeong, Chan Myeong 070601~070630 .replyBox .replyIndent { background:url(../images/common/iconReplyArrow.gif) no-repeat .0em .3em; padding-left:1.3em;} .replyBox .fileAttached { border:1px solid #EFEFEF; background-color:#F4F4F4; padding:5px; margin-top:10px;} +.replyBox .fileAttached ul { margin:0; padding:0; } .replyBox .fileAttached h5 { font-weight:normal; color:#999999; float:left; font-size:1em; line-height:22px;} .replyBox .fileAttached li { display:inline; white-space:nowrap margin:3px 5px 0 3px; list-style:none; } .replyBox .fileAttached li a { text-decoration:none; font-size:.9em; white-space:nowrap; color:#444444; } @@ -256,7 +258,7 @@ Jeong, Chan Myeong 070601~070630 .smallBox { border:1px solid #e0e1db; margin-left:auto; margin-right:auto; } .smallBox.w268 { width:268px;} .smallBox .header { position:relative; _width:100%; background:#ffffff url(../images/normal/bgH3.gif) no-repeat left bottom; overflow:hidden;} -.smallBox .header h3 { clear:both; font-size:1.2em; padding:.8em 2em .6em 1.2em; border-bottom:3px solid #fe3614; } +.smallBox .header h3 { margin:0; clear:both; font-size:1.2em; padding:.8em 2em .6em 1.2em; border-bottom:3px solid #fe3614; } .smallBox .complex { padding:1.5em 2em 2em 2em;} .smallBox .inputPassword { position:relative; border:none; padding:2em 2em 1.5em 2em;} .smallBox .inputPassword .inputTypeText { float:left; margin-right:.5em; width:8em;} diff --git a/modules/document/tpl/css/document.css b/modules/document/tpl/css/document.css index 3397e16ee..cc4fa9092 100644 --- a/modules/document/tpl/css/document.css +++ b/modules/document/tpl/css/document.css @@ -1,3 +1,4 @@ +ul.document_list_box { margin:0; padding:0; list-style:none; } .document_list_box { height:300px; overflow-y:scroll; overflow-x:hidden;} .document_list { margin-top:.5em; overflow:hidden; white-space:nowrap; clear:both;} .document_list input { float:left; margin-right:10px; } diff --git a/modules/editor/components/code_highlighter/tpl/popup.js b/modules/editor/components/code_highlighter/tpl/popup.js index 77b17cf6d..76a73e499 100755 --- a/modules/editor/components/code_highlighter/tpl/popup.js +++ b/modules/editor/components/code_highlighter/tpl/popup.js @@ -50,7 +50,7 @@ function insertCode() { if(!content) content = " "; - var text = "\n"+'
{$widget_info->title}
diff --git a/widgets/newest_document/skins/blog_newest_document/css/cyan.css b/widgets/newest_document/skins/blog_newest_document/css/cyan.css index 6de34c94b..a729e173c 100644 --- a/widgets/newest_document/skins/blog_newest_document/css/cyan.css +++ b/widgets/newest_document/skins/blog_newest_document/css/cyan.css @@ -1,5 +1,5 @@ .blog_widget_cyan .newest_document { border:1px solid #e0e1db; background:url(../images/cyan/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; } -.blog_widget_cyan .newest_document h2 { border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; } -.blog_widget_cyan .newest_document .items { padding:10px; overflow:hidden;} +.blog_widget_cyan .newest_document h2 { padding:0; margin:0; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; } +.blog_widget_cyan .newest_document .items { margin:0;padding:10px; overflow:hidden;} .blog_widget_cyan .newest_document .items li { font-size:.9em; display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; white-space:nowrap; list-style:none; width:100%; padding:3px 0 3px 0;} .blog_widget_cyan .newest_document .items li a { color:#a4a4a4; line-height:1.5em; text-decoration:none; } diff --git a/widgets/newest_document/skins/blog_newest_document/css/green.css b/widgets/newest_document/skins/blog_newest_document/css/green.css index 7bf0dbebc..0a19b4ea7 100644 --- a/widgets/newest_document/skins/blog_newest_document/css/green.css +++ b/widgets/newest_document/skins/blog_newest_document/css/green.css @@ -1,5 +1,5 @@ .blog_widget_green .newest_document { border:1px solid #e0e1db; background:url(../images/green/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; } -.blog_widget_green .newest_document h2 { border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; } -.blog_widget_green .newest_document .items { padding:10px; overflow:hidden;} +.blog_widget_green .newest_document h2 { padding:0; margin:0; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; } +.blog_widget_green .newest_document .items { margin:0;padding:10px; overflow:hidden;} .blog_widget_green .newest_document .items li { font-size:.9em; display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; white-space:nowrap; list-style:none; width:100%; padding:3px 0 3px 0;} .blog_widget_green .newest_document .items li a { color:#a4a4a4; line-height:1.5em; text-decoration:none; } diff --git a/widgets/newest_document/skins/blog_newest_document/css/normal.css b/widgets/newest_document/skins/blog_newest_document/css/normal.css index 870107d28..a430d126d 100644 --- a/widgets/newest_document/skins/blog_newest_document/css/normal.css +++ b/widgets/newest_document/skins/blog_newest_document/css/normal.css @@ -1,5 +1,5 @@ .blog_widget_normal .newest_document { border:1px solid #e0e1db; background:url(../images/normal/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; } -.blog_widget_normal .newest_document h2 { border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; } -.blog_widget_normal .newest_document .items { padding:10px; overflow:hidden;} +.blog_widget_normal .newest_document h2 { padding:0; margin:0; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; } +.blog_widget_normal .newest_document .items { margin:0;padding:10px; overflow:hidden;} .blog_widget_normal .newest_document .items li { font-size:.9em; display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; white-space:nowrap; list-style:none; width:100%; padding:3px 0 3px 0;} .blog_widget_normal .newest_document .items li a { color:#a4a4a4; line-height:1.5em; text-decoration:none; text-decoration:none; } diff --git a/widgets/newest_document/skins/blog_newest_document/css/purple.css b/widgets/newest_document/skins/blog_newest_document/css/purple.css index f3550a339..04b6f151d 100644 --- a/widgets/newest_document/skins/blog_newest_document/css/purple.css +++ b/widgets/newest_document/skins/blog_newest_document/css/purple.css @@ -1,5 +1,5 @@ .blog_widget_purple .newest_document { border:1px solid #e0e1db; background:url(../images/purple/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; } -.blog_widget_purple .newest_document h2 { border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; } -.blog_widget_purple .newest_document .items { padding:10px; overflow:hidden;} +.blog_widget_purple .newest_document h2 { padding:0; margin:0; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; } +.blog_widget_purple .newest_document .items { margin:0;padding:10px; overflow:hidden;} .blog_widget_purple .newest_document .items li { font-size:.9em; display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; white-space:nowrap; list-style:none; width:100%; padding:3px 0 3px 0;} .blog_widget_purple .newest_document .items li a { color:#a4a4a4; line-height:1.5em; text-decoration:none; } diff --git a/widgets/newest_document/skins/blog_newest_document/css/red.css b/widgets/newest_document/skins/blog_newest_document/css/red.css index 154cbc636..e64913eea 100644 --- a/widgets/newest_document/skins/blog_newest_document/css/red.css +++ b/widgets/newest_document/skins/blog_newest_document/css/red.css @@ -1,5 +1,5 @@ .blog_widget_red .newest_document { border:1px solid #e0e1db; background:url(../images/red/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; } -.blog_widget_red .newest_document h2 { border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; } -.blog_widget_red .newest_document .items { padding:10px; overflow:hidden;} +.blog_widget_red .newest_document h2 { padding:0; margin:0; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; } +.blog_widget_red .newest_document .items { margin:0;padding:10px; overflow:hidden;} .blog_widget_red .newest_document .items li { font-size:.9em; display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; white-space:nowrap; list-style:none; width:100%; padding:3px 0 3px 0;} .blog_widget_red .newest_document .items li a { color:#a4a4a4; line-height:1.5em; text-decoration:none; } diff --git a/widgets/newest_document/skins/cozy_simple/css/blue.css b/widgets/newest_document/skins/cozy_simple/css/blue.css index defd87313..12fd9391b 100644 --- a/widgets/newest_document/skins/cozy_simple/css/blue.css +++ b/widgets/newest_document/skins/cozy_simple/css/blue.css @@ -1 +1 @@ -div.documentBox .header h2 { font-size:1em; color:#1187d8;} +div.cozy_blue .header h2 { margin:0; padding:0; font-size:1em; color:#1187d8;} diff --git a/widgets/newest_document/skins/cozy_simple/css/bluish_green.css b/widgets/newest_document/skins/cozy_simple/css/bluish_green.css index a0897736b..06ddd9a9e 100644 --- a/widgets/newest_document/skins/cozy_simple/css/bluish_green.css +++ b/widgets/newest_document/skins/cozy_simple/css/bluish_green.css @@ -1 +1 @@ -div.documentBox .header h2 { font-size:1em; color:#9ab09f;} +div.cozy_green .header h2 { margin:0; padding:0; font-size:1em; color:#9ab09f;} diff --git a/widgets/newest_document/skins/cozy_simple/css/common.css b/widgets/newest_document/skins/cozy_simple/css/common.css index dac05d95b..154761a22 100644 --- a/widgets/newest_document/skins/cozy_simple/css/common.css +++ b/widgets/newest_document/skins/cozy_simple/css/common.css @@ -2,6 +2,6 @@ div.documentBox { padding-bottom:1em;} div.documentBox .header { padding:7px 0 0 12px; height:21px; _height:20px; background:#f5f5f5; } *:first-child+html div.documentBox .header { height:20px; color:#ef2121;} -div.documentBox ul { padding:.5em; overflow:hidden;} +div.documentBox ul { margin:0; padding:.5em; overflow:hidden;} div.documentBox ul li { color:#a4a4a4; margin-right:.1em; line-height:1.5em; list-style:none;white-space:nowrap;overflow:hidden;} div.documentBox ul li a { color:#a4a4a4;text-decoration:none;} diff --git a/widgets/newest_document/skins/cozy_simple/css/green.css b/widgets/newest_document/skins/cozy_simple/css/green.css index ebe0066a8..5633e2a82 100644 --- a/widgets/newest_document/skins/cozy_simple/css/green.css +++ b/widgets/newest_document/skins/cozy_simple/css/green.css @@ -1 +1 @@ -div.documentBox .header h2 { font-size:1em; color:#8dc63f;} +div.cozy_green .header h2 { margin:0; padding:0; font-size:1em; color:#8dc63f;} diff --git a/widgets/newest_document/skins/cozy_simple/css/pink.css b/widgets/newest_document/skins/cozy_simple/css/pink.css index c06fc7343..839532afe 100644 --- a/widgets/newest_document/skins/cozy_simple/css/pink.css +++ b/widgets/newest_document/skins/cozy_simple/css/pink.css @@ -1 +1 @@ -div.documentBox .header h2 { font-size:1em; color:#f70795;} +div.cozy_pink .header h2 { margin:0; padding:0; font-size:1em; color:#f70795;} diff --git a/widgets/newest_document/skins/cozy_simple/css/red.css b/widgets/newest_document/skins/cozy_simple/css/red.css index ea497e003..add8fcdd0 100644 --- a/widgets/newest_document/skins/cozy_simple/css/red.css +++ b/widgets/newest_document/skins/cozy_simple/css/red.css @@ -1 +1 @@ -div.documentBox .header h2 { font-size:1em; color:#ef2121;} +div.cozy_red .header h2 { margin:0; padding:0; font-size:1em; color:#ef2121;} diff --git a/widgets/newest_document/skins/cozy_simple/list.html b/widgets/newest_document/skins/cozy_simple/list.html index 63e59082d..e031ff082 100644 --- a/widgets/newest_document/skins/cozy_simple/list.html +++ b/widgets/newest_document/skins/cozy_simple/list.html @@ -13,7 +13,7 @@ -{$widget_info->title}
diff --git a/widgets/newest_document/skins/news_ticker/css/black.css b/widgets/newest_document/skins/news_ticker/css/black.css index 68c6e1f6c..8a602410b 100644 --- a/widgets/newest_document/skins/news_ticker/css/black.css +++ b/widgets/newest_document/skins/news_ticker/css/black.css @@ -5,7 +5,7 @@ .news_ticker_black .tickerBox { height:16px; margin:3px 0 3px 0; padding-top:3px; white-space:nowrap; overflow:hidden; } -.news_ticker_black ul { white-space:nowrap; overflow:hidden; } +.news_ticker_black ul { margin:0; padding:0; white-space:nowrap; overflow:hidden; } .news_ticker_black li { list-style:none; height:25px; overflow:hidden; white-space:nowrap; font-size:9pt;} .news_ticker_black ul li .title a { color:#FFFFFF; text-decoration:none; font-size:9pt;} diff --git a/widgets/newest_document/skins/news_ticker/css/blue.css b/widgets/newest_document/skins/news_ticker/css/blue.css index bc9c8af48..c99e874b3 100644 --- a/widgets/newest_document/skins/news_ticker/css/blue.css +++ b/widgets/newest_document/skins/news_ticker/css/blue.css @@ -5,7 +5,7 @@ .news_ticker_blue .tickerBox { height:25px; padding-top:6px; white-space:nowrap; overflow:hidden; } -.news_ticker_blue ul { white-space:nowrap; overflow:hidden; } +.news_ticker_blue ul { margin:0; padding:0; white-space:nowrap; overflow:hidden; } .news_ticker_blue li { list-style:none; height:25px; overflow:hidden; white-space:nowrap; font-size:9pt;} .news_ticker_blue ul li .title a { color:#000000; text-decoration:none; font-size:9pt;} diff --git a/widgets/newest_document/skins/news_ticker/css/gray.css b/widgets/newest_document/skins/news_ticker/css/gray.css index 3df93b939..94346b7e3 100644 --- a/widgets/newest_document/skins/news_ticker/css/gray.css +++ b/widgets/newest_document/skins/news_ticker/css/gray.css @@ -5,7 +5,7 @@ .news_ticker_gray .tickerBox { height:25px; padding-top:6px; white-space:nowrap; overflow:hidden; } -.news_ticker_gray ul { white-space:nowrap; overflow:hidden; } +.news_ticker_gray ul { margin:0; padding:0; white-space:nowrap; overflow:hidden; } .news_ticker_gray li { list-style:none; height:25px; overflow:hidden; white-space:nowrap; font-size:9pt;} .news_ticker_gray ul li .title a { color:#000000; text-decoration:none; font-size:9pt;} diff --git a/widgets/newest_document/skins/news_ticker/css/green.css b/widgets/newest_document/skins/news_ticker/css/green.css index bfbe66f5e..8c27c8bad 100644 --- a/widgets/newest_document/skins/news_ticker/css/green.css +++ b/widgets/newest_document/skins/news_ticker/css/green.css @@ -5,7 +5,7 @@ .news_ticker_green .tickerBox { height:25px; padding-top:6px; white-space:nowrap; overflow:hidden; } -.news_ticker_green ul { white-space:nowrap; overflow:hidden; } +.news_ticker_green ul { margin:0; padding:0; white-space:nowrap; overflow:hidden; } .news_ticker_green li { list-style:none; height:25px; overflow:hidden; white-space:nowrap; font-size:9pt;} .news_ticker_green ul li .title a { color:#000000; text-decoration:none; font-size:9pt;} diff --git a/widgets/newest_document/skins/news_ticker/css/none.css b/widgets/newest_document/skins/news_ticker/css/none.css index 328864919..2818357ff 100644 --- a/widgets/newest_document/skins/news_ticker/css/none.css +++ b/widgets/newest_document/skins/news_ticker/css/none.css @@ -5,7 +5,7 @@ .news_ticker_none .tickerBox { height:25px; padding-top:6px; white-space:nowrap; overflow:hidden; } -.news_ticker_none ul { white-space:nowrap; overflow:hidden; } +.news_ticker_none ul { margin:0; padding:0; white-space:nowrap; overflow:hidden; } .news_ticker_none li { list-style:none; height:25px; overflow:hidden; white-space:nowrap; font-size:9pt;} .news_ticker_none ul li .title a { color:#555555; text-decoration:none; font-size:9pt;} diff --git a/widgets/newest_document/skins/news_ticker/css/red.css b/widgets/newest_document/skins/news_ticker/css/red.css index 8e2acf392..5988be29b 100644 --- a/widgets/newest_document/skins/news_ticker/css/red.css +++ b/widgets/newest_document/skins/news_ticker/css/red.css @@ -5,7 +5,7 @@ .news_ticker_red .tickerBox { height:25px; padding-top:6px; white-space:nowrap; overflow:hidden; } -.news_ticker_red ul { white-space:nowrap; overflow:hidden; } +.news_ticker_red ul { margin:0; padding:0; white-space:nowrap; overflow:hidden; } .news_ticker_red li { list-style:none; height:25px; overflow:hidden; white-space:nowrap; font-size:9pt;} .news_ticker_red ul li .title a { color:#000000; text-decoration:none; font-size:9pt;} diff --git a/widgets/newest_document/skins/news_ticker/css/yellow.css b/widgets/newest_document/skins/news_ticker/css/yellow.css index ac1b5d26c..ab6c7b576 100644 --- a/widgets/newest_document/skins/news_ticker/css/yellow.css +++ b/widgets/newest_document/skins/news_ticker/css/yellow.css @@ -5,7 +5,7 @@ .news_ticker_yellow .tickerBox { height:25px; padding-top:6px; white-space:nowrap; overflow:hidden; } -.news_ticker_yellow ul { white-space:nowrap; overflow:hidden; } +.news_ticker_yellow ul { margin:0; padding:0; white-space:nowrap; overflow:hidden; } .news_ticker_yellow li { list-style:none; height:25px; overflow:hidden; white-space:nowrap; font-size:9pt;} .news_ticker_yellow ul li .title a { color:#000000; text-decoration:none; font-size:9pt;} diff --git a/widgets/newest_document/skins/xe_official/css/black.css b/widgets/newest_document/skins/xe_official/css/black.css index 59fdfe2cf..c112fd5bf 100644 --- a/widgets/newest_document/skins/xe_official/css/black.css +++ b/widgets/newest_document/skins/xe_official/css/black.css @@ -1,7 +1,7 @@ .latest_black { width:100%; padding-bottom:15px; overflow:hidden; position:relative;} -.latest_black h2 { display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#ffffff; background:url(../images/black/lineNotice.gif) no-repeat left bottom; font-size:1em;} +.latest_black h2 { margin:0; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#ffffff; background:url(../images/black/lineNotice.gif) no-repeat left bottom; font-size:1em;} -.latest_black ul { } +.latest_black ul { margin:0; padding:0; } .latest_black ul li { height:20px; background:url(../images/black/bulletD0.gif) no-repeat left 5px; padding-left:10px; overflow:hidden; list-style:none; white-space:nowrap;} .latest_black ul li .title a { color:#818181; text-decoration:none; } diff --git a/widgets/newest_document/skins/xe_official/css/white.css b/widgets/newest_document/skins/xe_official/css/white.css index 078498964..b607c3c3e 100644 --- a/widgets/newest_document/skins/xe_official/css/white.css +++ b/widgets/newest_document/skins/xe_official/css/white.css @@ -1,7 +1,7 @@ .latest_white { width:100%; padding-bottom:15px; overflow:hidden; position:relative;} -.latest_white h2 { display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#000000; background:url(../images/white/lineNotice.gif) no-repeat left bottom; font-size:1em;} +.latest_white h2 { margin:0; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#000000; background:url(../images/white/lineNotice.gif) no-repeat left bottom; font-size:1em;} -.latest_white ul { } +.latest_white ul { margin:0; padding:0; } .latest_white ul li { height:20px; background:url(../images/white/bulletD0.gif) no-repeat left 5px; padding-left:10px; overflow:hidden; list-style:none; white-space:nowrap;} .latest_white ul li .title a { color:#555555; text-decoration:none; } diff --git a/widgets/newest_document/skins/xe_official/list.html b/widgets/newest_document/skins/xe_official/list.html index 3e8b98490..1197f2d69 100644 --- a/widgets/newest_document/skins/xe_official/list.html +++ b/widgets/newest_document/skins/xe_official/list.html @@ -1,5 +1,4 @@ - diff --git a/widgets/newest_trackback/skins/blog_newest_trackback/css/cyan.css b/widgets/newest_trackback/skins/blog_newest_trackback/css/cyan.css index c2ab6f163..9ee84624d 100644 --- a/widgets/newest_trackback/skins/blog_newest_trackback/css/cyan.css +++ b/widgets/newest_trackback/skins/blog_newest_trackback/css/cyan.css @@ -1,5 +1,5 @@ .blog_widget_cyan .newest_trackback { border:1px solid #e0e1db; background:url(../images/cyan/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; } -.blog_widget_cyan .newest_trackback h2 { border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; } -.blog_widget_cyan .newest_trackback .items { padding:10px; overflow:hidden;} +.blog_widget_cyan .newest_trackback h2 { margin:0; padding:0; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; } +.blog_widget_cyan .newest_trackback .items { margin:0; padding:10px; overflow:hidden;} .blog_widget_cyan .newest_trackback .items li { font-size:.9em; display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; white-space:nowrap; list-style:none; width:100%; padding:3px 0 3px 0;} .blog_widget_cyan .newest_trackback .items li a { color:#a4a4a4; line-height:1.5em; text-decoration:none; } diff --git a/widgets/newest_trackback/skins/blog_newest_trackback/css/green.css b/widgets/newest_trackback/skins/blog_newest_trackback/css/green.css index ee21c6ba8..acd70f1f8 100644 --- a/widgets/newest_trackback/skins/blog_newest_trackback/css/green.css +++ b/widgets/newest_trackback/skins/blog_newest_trackback/css/green.css @@ -1,5 +1,5 @@ .blog_widget_green .newest_trackback { border:1px solid #e0e1db; background:url(../images/green/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; } -.blog_widget_green .newest_trackback h2 { border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; } -.blog_widget_green .newest_trackback .items { padding:10px; overflow:hidden;} +.blog_widget_green .newest_trackback h2 { margin:0; padding:0; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; } +.blog_widget_green .newest_trackback .items { margin:0; padding:10px; overflow:hidden;} .blog_widget_green .newest_trackback .items li { font-size:.9em; display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; white-space:nowrap; list-style:none; width:100%; padding:3px 0 3px 0;} .blog_widget_green .newest_trackback .items li a { color:#a4a4a4; line-height:1.5em; text-decoration:none; } diff --git a/widgets/newest_trackback/skins/blog_newest_trackback/css/normal.css b/widgets/newest_trackback/skins/blog_newest_trackback/css/normal.css index 425be87ff..909879244 100644 --- a/widgets/newest_trackback/skins/blog_newest_trackback/css/normal.css +++ b/widgets/newest_trackback/skins/blog_newest_trackback/css/normal.css @@ -1,5 +1,5 @@ .blog_widget_normal .newest_trackback { border:1px solid #e0e1db; background:url(../images/normal/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; } -.blog_widget_normal .newest_trackback h2 { border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; } -.blog_widget_normal .newest_trackback .items { padding:10px; overflow:hidden;} +.blog_widget_normal .newest_trackback h2 { margin:0; padding:0; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; } +.blog_widget_normal .newest_trackback .items { margin:0; padding:10px; overflow:hidden;} .blog_widget_normal .newest_trackback .items li { font-size:.9em; display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; white-space:nowrap; list-style:none; width:100%; padding:3px 0 3px 0;} .blog_widget_normal .newest_trackback .items li a { color:#a4a4a4; line-height:1.5em; text-decoration:none; text-decoration:none; } diff --git a/widgets/newest_trackback/skins/blog_newest_trackback/css/purple.css b/widgets/newest_trackback/skins/blog_newest_trackback/css/purple.css index 3360e7e00..e8cce1df4 100644 --- a/widgets/newest_trackback/skins/blog_newest_trackback/css/purple.css +++ b/widgets/newest_trackback/skins/blog_newest_trackback/css/purple.css @@ -1,5 +1,5 @@ .blog_widget_purple .newest_trackback { border:1px solid #e0e1db; background:url(../images/purple/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; } -.blog_widget_purple .newest_trackback h2 { border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; } -.blog_widget_purple .newest_trackback .items { padding:10px; overflow:hidden;} +.blog_widget_purple .newest_trackback h2 { margin:0; padding:0; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; } +.blog_widget_purple .newest_trackback .items { margin:0; padding:10px; overflow:hidden;} .blog_widget_purple .newest_trackback .items li { font-size:.9em; display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; white-space:nowrap; list-style:none; width:100%; padding:3px 0 3px 0;} .blog_widget_purple .newest_trackback .items li a { color:#a4a4a4; line-height:1.5em; text-decoration:none; } diff --git a/widgets/newest_trackback/skins/blog_newest_trackback/css/red.css b/widgets/newest_trackback/skins/blog_newest_trackback/css/red.css index 4966e2300..a228a3bd0 100644 --- a/widgets/newest_trackback/skins/blog_newest_trackback/css/red.css +++ b/widgets/newest_trackback/skins/blog_newest_trackback/css/red.css @@ -1,5 +1,5 @@ .blog_widget_red .newest_trackback { border:1px solid #e0e1db; background:url(../images/red/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; } -.blog_widget_red .newest_trackback h2 { border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; } -.blog_widget_red .newest_trackback .items { padding:10px; overflow:hidden;} +.blog_widget_red .newest_trackback h2 { margin:0; padding:0; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; } +.blog_widget_red .newest_trackback .items { margin:0; padding:10px; overflow:hidden;} .blog_widget_red .newest_trackback .items li { font-size:.9em; display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; white-space:nowrap; list-style:none; width:100%; padding:3px 0 3px 0;} .blog_widget_red .newest_trackback .items li a { color:#a4a4a4; line-height:1.5em; text-decoration:none; } diff --git a/widgets/newest_trackback/skins/cozy_simple/css/blue.css b/widgets/newest_trackback/skins/cozy_simple/css/blue.css index 6ff18a1e0..a414ec65b 100644 --- a/widgets/newest_trackback/skins/cozy_simple/css/blue.css +++ b/widgets/newest_trackback/skins/cozy_simple/css/blue.css @@ -1 +1 @@ -div.trackbackBox .header h2 { font-size:1em; color:#1187d8;} +div.cozy_tb_blue .header h2 { margin:0; padding:0; font-size:1em; color:#1187d8;} diff --git a/widgets/newest_trackback/skins/cozy_simple/css/bluish_green.css b/widgets/newest_trackback/skins/cozy_simple/css/bluish_green.css index d43dfc191..c0d36ad9d 100644 --- a/widgets/newest_trackback/skins/cozy_simple/css/bluish_green.css +++ b/widgets/newest_trackback/skins/cozy_simple/css/bluish_green.css @@ -1 +1 @@ -div.trackbackBox .header h2 { font-size:1em; color:#9ab09f;} +div.cozy_tb_bluish_green .header h2 { margin:0; padding:0; font-size:1em; color:#9ab09f;} diff --git a/widgets/newest_trackback/skins/cozy_simple/css/common.css b/widgets/newest_trackback/skins/cozy_simple/css/common.css index c06f746c3..2f51335e4 100644 --- a/widgets/newest_trackback/skins/cozy_simple/css/common.css +++ b/widgets/newest_trackback/skins/cozy_simple/css/common.css @@ -2,6 +2,6 @@ div.trackbackBox { padding-bottom:1em;} div.trackbackBox .header { padding:7px 0 0 12px; height:21px; _height:20px; background:#f5f5f5; } *:first-child+html div.trackbackBox .header { height:20px; color:#ef2121;} -div.trackbackBox ul { padding:.5em; overflow:hidden;} +div.trackbackBox ul { margin:0; padding:.5em; overflow:hidden;} div.trackbackBox ul li { color:#a4a4a4; margin-right:.1em; line-height:1.5em;list-style:none;overflow:hidden;white-space:nowrap;} div.trackbackBox ul li a { color:#a4a4a4;text-decoration:none;} diff --git a/widgets/newest_trackback/skins/cozy_simple/css/green.css b/widgets/newest_trackback/skins/cozy_simple/css/green.css index 4158308a3..92fdcab98 100644 --- a/widgets/newest_trackback/skins/cozy_simple/css/green.css +++ b/widgets/newest_trackback/skins/cozy_simple/css/green.css @@ -1 +1 @@ -div.trackbackBox .header h2 { font-size:1em; color:#8dc63f;} +div.cozy_tb_green .header h2 { margin:0; padding:0; font-size:1em; color:#8dc63f;} diff --git a/widgets/newest_trackback/skins/cozy_simple/css/pink.css b/widgets/newest_trackback/skins/cozy_simple/css/pink.css index 354d82ac8..2c6ad048e 100644 --- a/widgets/newest_trackback/skins/cozy_simple/css/pink.css +++ b/widgets/newest_trackback/skins/cozy_simple/css/pink.css @@ -1 +1 @@ -div.trackbackBox .header h2 { font-size:1em; color:#f70795;} +div.cozy_tb_pink .header h2 { margin:0; padding:0; font-size:1em; color:#f70795;} diff --git a/widgets/newest_trackback/skins/cozy_simple/css/red.css b/widgets/newest_trackback/skins/cozy_simple/css/red.css index 7a4c1a742..dacfa95f0 100644 --- a/widgets/newest_trackback/skins/cozy_simple/css/red.css +++ b/widgets/newest_trackback/skins/cozy_simple/css/red.css @@ -1 +1 @@ -div.trackbackBox .header h2 { font-size:1em; color:#ef2121;} +div.cozy_tb_red .header h2 { margin:0; padding:0; font-size:1em; color:#ef2121;} diff --git a/widgets/newest_trackback/skins/cozy_simple/list.html b/widgets/newest_trackback/skins/cozy_simple/list.html index 6a77f3fad..aa1a4fe05 100644 --- a/widgets/newest_trackback/skins/cozy_simple/list.html +++ b/widgets/newest_trackback/skins/cozy_simple/list.html @@ -12,7 +12,7 @@ -{$widget_info->title}
diff --git a/widgets/rank_count/skins/sz_xe/css/default.css b/widgets/rank_count/skins/sz_xe/css/default.css index b9d6c67cd..558e4f3f2 100644 --- a/widgets/rank_count/skins/sz_xe/css/default.css +++ b/widgets/rank_count/skins/sz_xe/css/default.css @@ -1,6 +1,6 @@ .szrank_count { width:100%; position:relative; } -.szrank_count h2 { height:21px; padding:9px 0 0 9px; font-size:1em;} -.szrank_count h5{ height:21px; padding:0 0 0 9px; font-size:1em;} +.szrank_count h2 { margin:0; height:21px; padding:9px 0 0 9px; font-size:1em;} +.szrank_count h5{ margin:0; height:21px; padding:0 0 0 9px; font-size:1em;} .szrank_count .left { cursor:pointer; height:20px; background:url(../images/default/bullet.gif) no-repeat left; padding-left:15px; overflow:hidden; } diff --git a/widgets/rank_download/skins/sz_xe/css/default.css b/widgets/rank_download/skins/sz_xe/css/default.css index 19a9fdcc1..996a7820a 100644 --- a/widgets/rank_download/skins/sz_xe/css/default.css +++ b/widgets/rank_download/skins/sz_xe/css/default.css @@ -1,5 +1,5 @@ .sz_download { width:100%; position:relative;} -.sz_download h2 { height:21px; padding:9px 0 0 9px; font-size:1em;} +.sz_download h2 { margin:0; height:21px; padding:9px 0 0 9px; font-size:1em;} .sz_download .left { cursor:pointer; height:20px; background:url(../images/default/bullet.gif) no-repeat left; padding-left:15px; overflow:hidden; } diff --git a/widgets/rank_point/skins/sz_xe/css/default.css b/widgets/rank_point/skins/sz_xe/css/default.css index bfcaddf1f..538d20215 100644 --- a/widgets/rank_point/skins/sz_xe/css/default.css +++ b/widgets/rank_point/skins/sz_xe/css/default.css @@ -1,5 +1,5 @@ .sz_point { width:100%; position:relative;} -.sz_point h2 { height:21px; padding:9px 0 0 9px; font-size:1em;} +.sz_point h2 { margin:0; height:21px; padding:9px 0 0 9px; font-size:1em;} .sz_point .left { cursor:pointer; height:20px; background:url(../images/default/bullet.gif) no-repeat left; padding-left:15px; overflow:hidden; } @@ -18,4 +18,4 @@ .sz_point a {color: #3e81de; text-decoration:none;} .sz_point a:hover {color: #3e81de;} -.sz_point a:visit {color: #3e81de;} \ No newline at end of file +.sz_point a:visit {color: #3e81de;} diff --git a/widgets/rank_point/skins/sz_xe/skin.xml b/widgets/rank_point/skins/sz_xe/skin.xml index 9d8b1b84b..0ad53176a 100644 --- a/widgets/rank_point/skins/sz_xe/skin.xml +++ b/widgets/rank_point/skins/sz_xe/skin.xml @@ -23,7 +23,6 @@