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('
%s
', $style, $inner_style, $body); + $output = sprintf('
%s
', $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"+'
'+content+'
'+"\n
"; + var text = '
'+content+'
'+"
"; if(selected_node) { selected_node.setAttribute('code_type', code_type); @@ -74,4 +74,4 @@ function insertCode() { window.close(); } -xAddEventListener(window, 'load', getCode); \ No newline at end of file +xAddEventListener(window, 'load', getCode); diff --git a/modules/editor/components/quotation/tpl/popup.js b/modules/editor/components/quotation/tpl/popup.js index 971c6050e..45dc297f1 100644 --- a/modules/editor/components/quotation/tpl/popup.js +++ b/modules/editor/components/quotation/tpl/popup.js @@ -135,7 +135,7 @@ function insertQuotation() { if(!content) content = " "; - var text = "\n
"+content+"
\n
"; + var text = "
"+content+"

"; if(selected_node) { selected_node.setAttribute("use_folder", use_folder); diff --git a/modules/editor/components/table_maker/tpl/popup.js b/modules/editor/components/table_maker/tpl/popup.js index f8b28279b..caed7459b 100644 --- a/modules/editor/components/table_maker/tpl/popup.js +++ b/modules/editor/components/table_maker/tpl/popup.js @@ -161,7 +161,7 @@ function insertTable() { } text += ""; } - text += "\n
"; + text += "
"; opener.editorFocus(opener.editorPrevSrl); var iframe_obj = opener.editorGetIFrame(opener.editorPrevSrl) diff --git a/modules/editor/tpl/js/editor.js b/modules/editor/tpl/js/editor.js index d65bf3287..d04673a9a 100755 --- a/modules/editor/tpl/js/editor.js +++ b/modules/editor/tpl/js/editor.js @@ -209,7 +209,7 @@ function editorKeyPress(evt) { return; break; default : - obj.pasteHTML("
\n"); + obj.pasteHTML("
"); break; } obj.select(); diff --git a/modules/integration_search/skins/default/css/white.css b/modules/integration_search/skins/default/css/white.css index 1bdd0f48a..e1d8b9ea6 100644 --- a/modules/integration_search/skins/default/css/white.css +++ b/modules/integration_search/skins/default/css/white.css @@ -1,6 +1,6 @@ @charset "utf-8"; #spot { border:8px solid #cecece; height:64px; position:relative; margin-bottom:30px;} -#spot h2 { position:absolute; top:24px; left:-8px;} +#spot h2 { padding:0; margin:0; position:absolute; top:24px; left:-8px;} #spot .search { text-align:center; position:relative; top:22px;} #spot .search * { vertical-align:middle;} #spot .search select { margin-top:1px;} @@ -8,6 +8,7 @@ #spot .search .submit {} #content { width:100%; overflow:hidden; position:relative;} +#content h3 { margin:0; padding:0; } #content h3.result { width:100%; height:23px; border-bottom:1px solid #cecece; margin-bottom:23px; margin-left:15px;} #content h3.result strong { color:#ff1a00;} #content .sortBy { position:absolute; top:0; right:0; overflow:hidden;} @@ -15,17 +16,17 @@ #content .sortBy li a { display:block; float:left; padding-left:9px; color:#3e3e3e; white-space:nowrap; background:url(../images/white/bulletSortBy.gif) no-repeat left 4px; text-decoration:none; } #content .sortBy li.on a { color:#ff1a00; background:url(../images/white/bulletSortByOn.gif) no-repeat left 4px;} -.searchResult { margin-left:15px;} +.searchResult { margin:0 0 0 15px; padding:0;} .searchResult li { width:100%; margin-bottom:29px; clear:both; overflow:hidden;list-style:none; } .searchResult li .thumb { display:block; float:left; margin-right:14px;} -.searchResult li dl { margin:0; } -.searchResult li dl dt { color:#d8d8d8; margin-bottom:1px;} +.searchResult li dl { margin: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 li dl dt .reply { color:#fe6700; font:.9em Tahoma;} .searchResult li dl dt .reply em { color:#fe6700; font:bold 1em 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 { line-height:18px; color:#555555; margin-bottom:4px;} +.searchResult li dl dd { padding:0; margin:0; line-height:18px; color:#555555; margin-bottom:4px;} .searchResult li address { color:#d8d8d8; font-size:11px;} .searchResult li address strong { color:#3e3e3e; font-size:1em; font-weight:normal;} .searchResult li address img { vertical-align:middle; margin-right:2px;} diff --git a/modules/member/skins/default/css/common.css b/modules/member/skins/default/css/common.css index 47e26ac19..3ec1dc2c2 100644 --- a/modules/member/skins/default/css/common.css +++ b/modules/member/skins/default/css/common.css @@ -2,6 +2,7 @@ /* common */ .memberSmallBox { border:1px solid #e0e1db; margin:5em auto 1em auto;} +.memberSmallBox fieldset { border:0; margin:0; } .memberSmallBox.w400 { width:400px;} .memberSmallBox.w500 { width:500px;} @@ -59,18 +60,18 @@ /* login */ .memberSmallBox .login { border:none; padding:2em 0 1.5em 2em;} .memberSmallBox .login legend { position:absolute; overflow:hidden; width:1px; height:1px; font-size:.001em; text-indent:-100em;} -.memberSmallBox .login dl { overflow:hidden; float:left; margin-right:10px; width:250px;} -.memberSmallBox .login dl dt { width:100px; clear:left; float:left; color:#54564b; height:24px; padding-top:3px;} -.memberSmallBox .login dl dd { float:left; height:27px; width:150px; } +.memberSmallBox .login dl { margin:0; padding:0; overflow:hidden; float:left; margin-right:10px; width:250px;} +.memberSmallBox .login dl dt { margin:0; padding:0; width:100px; clear:left; float:left; color:#54564b; height:24px; padding-top:3px;} +.memberSmallBox .login dl dd { margin:0; padding:0; float:left; height:27px; width:150px; } .memberSmallBox .login .keep { clear:both; white-space:nowrap; margin-left:100px;} .memberSmallBox .login .keep input { vertical-align:middle;} -.memberSmallBox .login .keep label { font-size:11px; color:#999999;} +.memberSmallBox .login .keep label { margin:0; padding:0; font-size:11px; color:#999999;} .memberSmallBox .openid_user_id { background: url(../images/openid_input_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:120px;} .memberSmallBox .help { background:#f5f5f3; color:#666666; border-top:1px solid #eaebe7; overflow:hidden; padding:1.1em; } /* logout */ .memberSmallBox .text { color:#54564b; text-align:center; padding:4em 2em 5em 2em;} -.memberSmallBox .text p { margin-bottom:.5em;} +.memberSmallBox .text p { margin:0; padding:0; margin-bottom:.5em;} /* friend */ .friendNum { float:left; background:url(../images/common/iconFriend.gif) no-repeat .5em .4em; padding:.4em 0 0 2em;} @@ -79,7 +80,7 @@ /* message */ .readMessage { border:1px solid #e0e1db; border-top:none; 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; padding: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:1em; font-style:white; color:#333333; margin-right:.3em; float:left;} .readMessage .messageHeader address em a { color:#333333;} @@ -107,7 +108,7 @@ .memberInfoTable td checkbox { border:0; } .memberInfoTable td .fl { margin-right:.5em;} .memberInfoTable td br { clear:both;} -.memberInfoTable td p { font-size:.9em; color:#999999; padding-top:.5em; margin-right:.5em;} +.memberInfoTable td p { margin:0; padding:0; font-size:.9em; color:#999999; padding-top:.5em; margin-right:.5em;} .memberInfoTable td label { color:#3f4040; padding-top:.3em; margin-right:.5em;} .memberInfoTable td ul { list-style:none; } .memberInfoTable td .checkbox { border:none; } @@ -156,7 +157,7 @@ span.privateItem { display:inline; margin:0; font-weight:normal; color:#666666; .memberSmallBox .pwModify legend { position:absolute; overflow:hidden; width:1px; height:1px; font-size:.001em; text-indent:-100em;} .memberSmallBox .pwModify input { width:9em;} .memberSmallBox .pwModify br { display:block; margin-bottom:.2em} -.memberSmallBox .pwModify p { text-align:center; margin-top:1em; color:#54564b;} +.memberSmallBox .pwModify p { margin:0; padding:0; text-align:center; margin-top:1em; color:#54564b;} /* pageNavigation */ .pageNavigation { position:relative; display:block; padding:1.5em 0 2em 0; text-align:center; font:bold .8em Tahoma; } diff --git a/modules/member/skins/default/css/cyan.css b/modules/member/skins/default/css/cyan.css index f44b4ac04..b7a0567ae 100644 --- a/modules/member/skins/default/css/cyan.css +++ b/modules/member/skins/default/css/cyan.css @@ -1,4 +1,4 @@ @charset "utf-8"; -.boardHeader h3 { float:left; clear:both; font-size:1.2em; padding:1em 2em .7em 1.2em; border-left:1px solid #d1d9db; border-bottom:3px solid #2895c0; background:url(../images/common/lineH3.gif) no-repeat right bottom;} +.boardHeader h3 { margin:0; padding:0; float:left; clear:both; font-size:1.2em; padding:1em 2em .7em 1.2em; border-left:1px solid #d1d9db; border-bottom:3px solid #2895c0; background:url(../images/common/lineH3.gif) no-repeat right bottom;} .memberSmallBox .header h3 { margin:0; border:none; float:left; clear:both; font-size:1.2em; padding:.8em 2em .6em 1.2em; border-bottom:3px solid #2895c0; background:url(../images/common/lineH3.gif) no-repeat right bottom;} diff --git a/modules/member/skins/default/css/green.css b/modules/member/skins/default/css/green.css index 878496c2b..68325b48a 100644 --- a/modules/member/skins/default/css/green.css +++ b/modules/member/skins/default/css/green.css @@ -1,4 +1,4 @@ @charset "utf-8"; -.boardHeader h3 { float:left; clear:both; font-size:1.2em; padding:1em 2em .7em 1.2em; border-left:1px solid #d0dbd1; border-bottom:3px solid #38b549; background:url(../images/common/lineH3.gif) no-repeat right bottom;} +.boardHeader h3 { margin:0; padding:0; float:left; clear:both; font-size:1.2em; padding:1em 2em .7em 1.2em; border-left:1px solid #d0dbd1; border-bottom:3px solid #38b549; background:url(../images/common/lineH3.gif) no-repeat right bottom;} .memberSmallBox .header h3 { margin:0; border:none; float:left; clear:both; font-size:1.2em; padding:.8em 2em .6em 1.2em; border-bottom:3px solid #38b549; background:url(../images/common/lineH3.gif) no-repeat right bottom;} diff --git a/modules/member/skins/default/css/purple.css b/modules/member/skins/default/css/purple.css index 3cd1adf13..79dd2e074 100644 --- a/modules/member/skins/default/css/purple.css +++ b/modules/member/skins/default/css/purple.css @@ -1,4 +1,4 @@ @charset "utf-8"; -.boardHeader h3 { float:left; clear:both; font-size:1.2em; padding:1em 2em .7em 1.2em; border-left:1px solid #d1d9db; border-bottom:3px solid #ac19a9; background:url(../images/common/lineH3.gif) no-repeat right bottom;} +.boardHeader h3 { margin:0; padding:0; float:left; clear:both; font-size:1.2em; padding:1em 2em .7em 1.2em; border-left:1px solid #d1d9db; border-bottom:3px solid #ac19a9; background:url(../images/common/lineH3.gif) no-repeat right bottom;} .memberSmallBox .header h3 { margin:0; border:none; float:left; clear:both; font-size:1.2em; padding:.8em 2em .6em 1.2em; border-bottom:3px solid #ac19a9; background:url(../images/common/lineH3.gif) no-repeat right bottom;} diff --git a/modules/member/skins/default/css/red.css b/modules/member/skins/default/css/red.css index e3af1d9e4..12c08b486 100644 --- a/modules/member/skins/default/css/red.css +++ b/modules/member/skins/default/css/red.css @@ -1,4 +1,4 @@ @charset "utf-8"; -.boardHeader h3 { float:left; clear:both; font-size:1.2em; padding:1em 2em .7em 1.2em; border-left:1px solid #e1e1dd; border-bottom:3px solid #fe3614; background:url(../images/common/lineH3.gif) no-repeat right bottom;} +.boardHeader h3 { margin:0; padding:0; float:left; clear:both; font-size:1.2em; padding:1em 2em .7em 1.2em; border-left:1px solid #e1e1dd; border-bottom:3px solid #fe3614; background:url(../images/common/lineH3.gif) no-repeat right bottom;} .memberSmallBox .header h3 { margin:0; border:none; float:left; clear:both; font-size:1.2em; padding:.8em 2em .6em 1.2em; border-bottom:3px solid #fe3614; background:url(../images/common/lineH3.gif) no-repeat right bottom;} diff --git a/modules/member/skins/default/css/white.css b/modules/member/skins/default/css/white.css index 10cb268b4..a78b5fbdc 100644 --- a/modules/member/skins/default/css/white.css +++ b/modules/member/skins/default/css/white.css @@ -1,5 +1,5 @@ @charset "utf-8"; -.boardHeader h3 { float:left; clear:both; font-size:1.2em; padding:1em 2em .7em 1.2em; border:none; border-left:1px solid #e1e1dd; border-bottom:3px solid #fe3614; background:url(../images/common/lineH3.gif) no-repeat right bottom;} +.boardHeader h3 { margin:0; padding:0; float:left; clear:both; font-size:1.2em; padding:1em 2em .7em 1.2em; border:none; border-left:1px solid #e1e1dd; border-bottom:3px solid #fe3614; background:url(../images/common/lineH3.gif) no-repeat right bottom;} .memberSmallBox .header h3 { margin:0; border:none; float:left; clear:both; font-size:1.2em; padding:.8em 2em .6em 1.2em; border:none; border-bottom:3px solid #fe3614; background:url(../images/common/lineH3.gif) no-repeat right bottom;} diff --git a/widgets/archive_list/skins/blog_archive_list/css/cyan.css b/widgets/archive_list/skins/blog_archive_list/css/cyan.css index cb9215921..9416c8d45 100644 --- a/widgets/archive_list/skins/blog_archive_list/css/cyan.css +++ b/widgets/archive_list/skins/blog_archive_list/css/cyan.css @@ -1,5 +1,5 @@ .blog_widget_cyan .archive { position:relative; border:1px solid #e0e1db; background:url(../images/cyan/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; } -.blog_widget_cyan .archive h2 { position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; font-family:Tahoma;} -.blog_widget_cyan .archive .items { padding:.4em 1.2em .4em 1.2em; overflow:hidden;} -.blog_widget_cyan .archive .items li { font-size:.75em; display:block; color:#a4a4a4; margin-right:.1em; line-height:1.5em; font-family:tahoma; padding:3px 0 3px 0;} +.blog_widget_cyan .archive h2 { margin:0; padding:0; position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; font-family:Tahoma;} +.blog_widget_cyan .archive .items { margin:0; padding:.4em 1.2em .4em 1.2em; overflow:hidden;} +.blog_widget_cyan .archive .items li { list-style:none; font-size:.75em; display:block; color:#a4a4a4; margin-right:.1em; line-height:1.5em; font-family:tahoma; padding:3px 0 3px 0;} .blog_widget_cyan .archive .items li a { color:#a4a4a4; font-weight:bold; margin-right:1em; font-family:tahoma;} diff --git a/widgets/archive_list/skins/blog_archive_list/css/green.css b/widgets/archive_list/skins/blog_archive_list/css/green.css index 631d118ff..bad5c5960 100644 --- a/widgets/archive_list/skins/blog_archive_list/css/green.css +++ b/widgets/archive_list/skins/blog_archive_list/css/green.css @@ -1,5 +1,5 @@ .blog_widget_green .archive { position:relative; border:1px solid #e0e1db; background:url(../images/green/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; } -.blog_widget_green .archive h2 { position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; font-family:Tahoma;} -.blog_widget_green .archive .items { padding:.4em 1.2em .4em 1.2em; overflow:hidden;} -.blog_widget_green .archive .items li { font-size:.75em; display:block; color:#a4a4a4; margin-right:.1em; line-height:1.5em; font-family:tahoma; padding:3px 0 3px 0;} +.blog_widget_green .archive h2 { margin:0; padding:0; position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; font-family:Tahoma;} +.blog_widget_green .archive .items { margin:0; padding:.4em 1.2em .4em 1.2em; overflow:hidden;} +.blog_widget_green .archive .items li { list-style:none; font-size:.75em; display:block; color:#a4a4a4; margin-right:.1em; line-height:1.5em; font-family:tahoma; padding:3px 0 3px 0;} .blog_widget_green .archive .items li a { color:#a4a4a4; font-weight:bold; margin-right:1em; font-family:tahoma;} diff --git a/widgets/archive_list/skins/blog_archive_list/css/normal.css b/widgets/archive_list/skins/blog_archive_list/css/normal.css index a60468fbd..c06e79e90 100644 --- a/widgets/archive_list/skins/blog_archive_list/css/normal.css +++ b/widgets/archive_list/skins/blog_archive_list/css/normal.css @@ -1,5 +1,5 @@ .blog_widget_normal .archive { position:relative; border:1px solid #e0e1db; background:url(../images/normal/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; } -.blog_widget_normal .archive h2 { position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; font-family:Tahoma;} -.blog_widget_normal .archive .items { padding:.4em 1.2em .4em 1.2em; overflow:hidden;} -.blog_widget_normal .archive .items li { font-size:.75em; display:block; color:#a4a4a4; margin-right:.1em; line-height:1.5em; font-family:tahoma; padding:3px 0 3px 0;} +.blog_widget_normal .archive h2 { margin:0; padding:0; position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; font-family:Tahoma;} +.blog_widget_normal .archive .items { margin:0; padding:.4em 1.2em .4em 1.2em; overflow:hidden;} +.blog_widget_normal .archive .items li { list-style:none; font-size:.75em; display:block; color:#a4a4a4; margin-right:.1em; line-height:1.5em; font-family:tahoma; padding:3px 0 3px 0;} .blog_widget_normal .archive .items li a { color:#a4a4a4; font-weight:bold; margin-right:1em; font-family:tahoma;} diff --git a/widgets/archive_list/skins/blog_archive_list/css/purple.css b/widgets/archive_list/skins/blog_archive_list/css/purple.css index b15ae2fb6..27595149c 100644 --- a/widgets/archive_list/skins/blog_archive_list/css/purple.css +++ b/widgets/archive_list/skins/blog_archive_list/css/purple.css @@ -1,5 +1,5 @@ .blog_widget_purple .archive { position:relative; border:1px solid #e0e1db; background:url(../images/purple/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; } -.blog_widget_purple .archive h2 { position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; font-family:Tahoma;} -.blog_widget_purple .archive .items { padding:.4em 1.2em .4em 1.2em; overflow:hidden;} -.blog_widget_purple .archive .items li { font-size:.75em; display:block; color:#a4a4a4; margin-right:.1em; line-height:1.5em; font-family:tahoma; padding:3px 0 3px 0;} +.blog_widget_purple .archive h2 { margin:0; padding:0; position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; font-family:Tahoma;} +.blog_widget_purple .archive .items { margin:0; padding:.4em 1.2em .4em 1.2em; overflow:hidden;} +.blog_widget_purple .archive .items li { list-style:none; font-size:.75em; display:block; color:#a4a4a4; margin-right:.1em; line-height:1.5em; font-family:tahoma; padding:3px 0 3px 0;} .blog_widget_purple .archive .items li a { color:#a4a4a4; font-weight:bold; margin-right:1em; font-family:tahoma;} diff --git a/widgets/archive_list/skins/blog_archive_list/css/red.css b/widgets/archive_list/skins/blog_archive_list/css/red.css index 3c93e6d30..dc4d4bf88 100644 --- a/widgets/archive_list/skins/blog_archive_list/css/red.css +++ b/widgets/archive_list/skins/blog_archive_list/css/red.css @@ -1,5 +1,5 @@ .blog_widget_red .archive { position:relative; border:1px solid #e0e1db; background:url(../images/red/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; } -.blog_widget_red .archive h2 { position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; font-family:Tahoma;} -.blog_widget_red .archive .items { padding:.4em 1.2em .4em 1.2em; overflow:hidden;} -.blog_widget_red .archive .items li { font-size:.75em; display:block; color:#a4a4a4; margin-right:.1em; line-height:1.5em; font-family:tahoma; padding:3px 0 3px 0;} +.blog_widget_red .archive h2 { margin:0; padding:0; position:relative; border-left:1px solid #ffffff; border-right:1px solid #ffffff; padding:7px 0 0 12px; height:21px; _height:20px; font-size:1em; color:#54564b; font-family:Tahoma;} +.blog_widget_red .archive .items { margin:0; padding:.4em 1.2em .4em 1.2em; overflow:hidden;} +.blog_widget_red .archive .items li { list-style:none; font-size:.75em; display:block; color:#a4a4a4; margin-right:.1em; line-height:1.5em; font-family:tahoma; padding:3px 0 3px 0;} .blog_widget_red .archive .items li a { color:#a4a4a4; font-weight:bold; margin-right:1em; font-family:tahoma;} diff --git a/widgets/archive_list/skins/cozy_simple/archive_list.html b/widgets/archive_list/skins/cozy_simple/archive_list.html index bb317cc60..fe38b243a 100644 --- a/widgets/archive_list/skins/cozy_simple/archive_list.html +++ b/widgets/archive_list/skins/cozy_simple/archive_list.html @@ -12,7 +12,7 @@ -
+

{$widget_info->title}

diff --git a/widgets/archive_list/skins/cozy_simple/css/blue.css b/widgets/archive_list/skins/cozy_simple/css/blue.css index f0fb7138b..11597dc38 100644 --- a/widgets/archive_list/skins/cozy_simple/css/blue.css +++ b/widgets/archive_list/skins/cozy_simple/css/blue.css @@ -1 +1 @@ -div.archiveBox .header h2 { font-size:1em; color:#1187d8;} +div.cozy_ab_blue .header h2 { font-size:1em; color:#1187d8;} diff --git a/widgets/archive_list/skins/cozy_simple/css/bluish_green.css b/widgets/archive_list/skins/cozy_simple/css/bluish_green.css index e21255c50..406b1c7bb 100644 --- a/widgets/archive_list/skins/cozy_simple/css/bluish_green.css +++ b/widgets/archive_list/skins/cozy_simple/css/bluish_green.css @@ -1 +1 @@ -div.archiveBox .header h2 { font-size:1em; color:#9ab09f;} +div.cozy_ab_bluish_green .header h2 { font-size:1em; color:#9ab09f;} diff --git a/widgets/archive_list/skins/cozy_simple/css/common.css b/widgets/archive_list/skins/cozy_simple/css/common.css index 2cabfbb51..08c5ddf83 100644 --- a/widgets/archive_list/skins/cozy_simple/css/common.css +++ b/widgets/archive_list/skins/cozy_simple/css/common.css @@ -2,8 +2,9 @@ div.archiveBox { padding-bottom:1em;} div.archiveBox .header { padding:7px 0 0 12px; height:21px; _height:20px; background:#f5f5f5; } *:first-child+html div.archiveBox .header { height:20px; color:#ef2121;} -div.archiveBox ul { padding:.5em; overflow:hidden;} -div.archiveBox ul li { color:#a4a4a4; margin-right:.1em; line-height:1.5em; font-size:.9em;} +div.archiveBox .header h2 { margin:0; padding:0; } +div.archiveBox ul { margin:0; padding:.5em; overflow:hidden;} +div.archiveBox ul li { list-style:none;color:#a4a4a4; margin-right:.1em; line-height:1.5em; font-size:.9em;} div.archiveBox ul li a { font-size:.9em; color:#a4a4a4;} div.archiveBox ul li.typeA a { color:#717171; font-weight:bold;} div.archiveBox ul li.typeB a { color:#3d3d3d;} diff --git a/widgets/archive_list/skins/cozy_simple/css/green.css b/widgets/archive_list/skins/cozy_simple/css/green.css index 2b13656ea..00ac9e7ff 100644 --- a/widgets/archive_list/skins/cozy_simple/css/green.css +++ b/widgets/archive_list/skins/cozy_simple/css/green.css @@ -1 +1 @@ -div.archiveBox .header h2 { font-size:1em; color:#8dc63f;} +div.cozy_ab_green .header h2 { font-size:1em; color:#8dc63f;} diff --git a/widgets/archive_list/skins/cozy_simple/css/pink.css b/widgets/archive_list/skins/cozy_simple/css/pink.css index 9532eb080..566eb683b 100644 --- a/widgets/archive_list/skins/cozy_simple/css/pink.css +++ b/widgets/archive_list/skins/cozy_simple/css/pink.css @@ -1 +1 @@ -div.archiveBox .header h2 { font-size:1em; color:#f70795;} +div.cozy_ab_pink .header h2 { font-size:1em; color:#f70795;} diff --git a/widgets/archive_list/skins/cozy_simple/css/red.css b/widgets/archive_list/skins/cozy_simple/css/red.css index 602191381..d523187e2 100644 --- a/widgets/archive_list/skins/cozy_simple/css/red.css +++ b/widgets/archive_list/skins/cozy_simple/css/red.css @@ -1 +1 @@ -div.archiveBox .header h2 { font-size:1em; color:#ef2121;} +div.cozy_ab_red .header h2 { font-size:1em; color:#ef2121;} diff --git a/widgets/calendar/skins/blog_calendar_list/calendar.html b/widgets/calendar/skins/blog_calendar_list/calendar.html index a9099a851..ed24c4155 100644 --- a/widgets/calendar/skins/blog_calendar_list/calendar.html +++ b/widgets/calendar/skins/blog_calendar_list/calendar.html @@ -6,7 +6,7 @@ {@ $day = ''} diff --git a/widgets/calendar/skins/cozy_simple/calendar.html b/widgets/calendar/skins/cozy_simple/calendar.html index b364ed714..aeebf705d 100644 --- a/widgets/calendar/skins/cozy_simple/calendar.html +++ b/widgets/calendar/skins/cozy_simple/calendar.html @@ -14,7 +14,7 @@ -
+
- prev{zdate($widget_info->cur_date,"Y")}.{zdate($widget_info->cur_date,"m")}next + prev{zdate($widget_info->cur_date,"Y")}.{zdate($widget_info->cur_date,"m")}next
{zdate($widget_info->cur_date,"Y")}.{zdate($widget_info->cur_date,"m")} diff --git a/widgets/calendar/skins/cozy_simple/css/blue.css b/widgets/calendar/skins/cozy_simple/css/blue.css index df39703e1..30b5a8997 100644 --- a/widgets/calendar/skins/cozy_simple/css/blue.css +++ b/widgets/calendar/skins/cozy_simple/css/blue.css @@ -1 +1 @@ -div.calendarBox table caption { font:bold 1em 돋움; color:#1187d8; padding:1em;} +div.cozy_cal_blue table caption { font:bold 1em 돋움; color:#1187d8; padding:1em;} diff --git a/widgets/calendar/skins/cozy_simple/css/bluish_green.css b/widgets/calendar/skins/cozy_simple/css/bluish_green.css index 5958ce4cf..d2d22921e 100644 --- a/widgets/calendar/skins/cozy_simple/css/bluish_green.css +++ b/widgets/calendar/skins/cozy_simple/css/bluish_green.css @@ -1 +1 @@ -div.calendarBox table caption { font:bold 1em 돋움; color:#9ab09f; padding:1em;} +div.cozy_cal_bluish_green table caption { font:bold 1em 돋움; color:#9ab09f; padding:1em;} diff --git a/widgets/calendar/skins/cozy_simple/css/common.css b/widgets/calendar/skins/cozy_simple/css/common.css index 99a74cc24..2e7e41f54 100644 --- a/widgets/calendar/skins/cozy_simple/css/common.css +++ b/widgets/calendar/skins/cozy_simple/css/common.css @@ -5,13 +5,13 @@ div.calendarBox table caption a { padding:.2em;} div.calendarBox table caption a img { vertical-align:middle;} div.calendarBox table th { padding:.6em 0;} div.calendarBox table td { padding:.25em 0;} -div.calendarBox table th { font:bold .7em tahoma; color:#717171;} +div.calendarBox table th { font:bold .9em tahoma; color:#717171;} div.calendarBox table th.sun { color:#000000;} -div.calendarBox table td { text-align:center; font:.8em Tahoma; color:#9a9a9a;} -div.calendarBox table td a { font:.7em Tahoma; color:#9a9a9a;} +div.calendarBox table td { text-align:center; font:.9em Tahoma; color:#9a9a9a;} +div.calendarBox table td a { font:.9em Tahoma; color:#9a9a9a;} div.calendarBox table td.sun { color:#000000;} div.calendarBox table td.sun a { color:#000000;} -div.calendarBox table td.today a { font-weight:bold; color:#54564b;} +div.calendarBox table td.today a { font:.9em Tahoma; font-weight:bold; color:#54564b;} div.calendarBox table td.posted a { text-decoration:underline;} diff --git a/widgets/calendar/skins/cozy_simple/css/green.css b/widgets/calendar/skins/cozy_simple/css/green.css index 2ecf05d47..4f745d6d2 100644 --- a/widgets/calendar/skins/cozy_simple/css/green.css +++ b/widgets/calendar/skins/cozy_simple/css/green.css @@ -1 +1 @@ -div.calendarBox table caption { font:bold 1em 돋움; color:#8dc63f; padding:1em;} +div.cozy_cal_green table caption { font:bold 1em 돋움; color:#8dc63f; padding:1em;} diff --git a/widgets/calendar/skins/cozy_simple/css/pink.css b/widgets/calendar/skins/cozy_simple/css/pink.css index 674d0771a..d2bbdf733 100644 --- a/widgets/calendar/skins/cozy_simple/css/pink.css +++ b/widgets/calendar/skins/cozy_simple/css/pink.css @@ -1 +1 @@ -div.calendarBox table caption { font:bold 1em 돋움; color:#f70795; padding:1em;} +div.cozy_cal_pink table caption { font:bold 1em 돋움; color:#f70795; padding:1em;} diff --git a/widgets/calendar/skins/cozy_simple/css/red.css b/widgets/calendar/skins/cozy_simple/css/red.css index 00f106ad0..75bfa73a6 100644 --- a/widgets/calendar/skins/cozy_simple/css/red.css +++ b/widgets/calendar/skins/cozy_simple/css/red.css @@ -1 +1 @@ -div.calendarBox table caption { font:bold 1em 돋움; color:#ec1a25; padding:1em;} +div.cozy_cal_red table caption { font:bold 1em 돋움; color:#ec1a25; padding:1em;} diff --git a/widgets/counter_status/skins/default/normal/style.css b/widgets/counter_status/skins/default/normal/style.css index 528a1bea7..be4280c45 100644 --- a/widgets/counter_status/skins/default/normal/style.css +++ b/widgets/counter_status/skins/default/normal/style.css @@ -7,4 +7,4 @@ font-size:8pt; } -.counter_widget ul { list-style:none; } +.counter_widget ul { margin:0; padding:0; list-style:none; } diff --git a/widgets/counter_status/skins/styx_flash/counter_status.html b/widgets/counter_status/skins/styx_flash/counter_status.html index c8e91b966..e10425bcc 100644 --- a/widgets/counter_status/skins/styx_flash/counter_status.html +++ b/widgets/counter_status/skins/styx_flash/counter_status.html @@ -1,3 +1,5 @@ - +
+ +
diff --git a/widgets/login_info/skins/default/css/default.css b/widgets/login_info/skins/default/css/default.css index dc2fad50e..85df3265c 100644 --- a/widgets/login_info/skins/default/css/default.css +++ b/widgets/login_info/skins/default/css/default.css @@ -20,14 +20,16 @@ .box_login .form_field div { margin-top:2px; margin-bottom:3px; } .box_login input.submit { width:45px; height:45px; background:url(../images/default/login_btn_submit.gif) no-repeat; border:none; margin:9px 0 0 0; _margin:5px 0 0 0; cursor:pointer; } .box_login .input { width:140px; background-color: #ffffff; border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; padding:2px; height:14px; margin:0px; cursor:text; color:#666666;} +.box_login ul { margin:0; padding:0; } .box_login ul.option { clear:both; height:20px; margin:0 0 0 9px;} .box_login ul.option li { float:left; list-style:none;} .box_login ul.option li a.btn { background:url(../images/default/bul_01.gif) no-repeat left; padding-left:10px; margin-left:14px; } .box_login .checkbox { width:15px; height:15px; margin:-1px 0px 0px -1px; margin-right:2px; } .box_login .clear { clear:both; } +.box_login ul { margin:0; padding:0; } .box_login ul.extra_option { clear:both; height:40px; } .box_login ul.extra_option li a {text-decoration:none;} -.box_login ul.extra_option li a.btn { background:url(../images/default/bul_01.gif) no-repeat left; padding-left:10px; margin-left:20px; } +.box_login ul.extra_option li a.btn { background:url(../images/default/bul_01.gif) no-repeat left; padding-left:10px; margin-left:10px; } .openid_login { clear:both; height:38px; border:3px solid #D5D8DB; background-color:#FFFFFF; margin:0 0 10px 0; } .openid_login .openid_user_id { width:110px; _width:100px; background: url(../images/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; height:16px; line-height:1em; vertical-align:middle; margin-bottom:.5em; color:#666666;} @@ -39,6 +41,6 @@ .openid_login .wButtonTypeA .leftCap { width:2px; height:24px; background:url(../images/default/buttonTypeALeft.gif) no-repeat; margin:0 .3em 0 0; position:relative; left:-1px;} .openid_login .wButtonTypeA .rightCap { width:2px; height:24px; background:url(../images/default/buttonTypeARight.gif) no-repeat; margin:0 -1px 0 .4em;} .openid_login .wButtonTypeA .icon { margin:0 .2em;} -.openid_login .wButtonWrite ul { text-align:center; clear:both; display:block;} +.openid_login .wButtonWrite ul { text-align:center; clear:both; display:block; margin:0; padding:0; } .openid_login .wButtonWrite li { margin-top:.5em; float:left; margin-left:.3em; list-style:none;} diff --git a/widgets/login_info/skins/xe_official/css/black.css b/widgets/login_info/skins/xe_official/css/black.css index ca0ff6ad2..6de1cf77a 100644 --- a/widgets/login_info/skins/xe_official/css/black.css +++ b/widgets/login_info/skins/xe_official/css/black.css @@ -1,4 +1,4 @@ -.login_black { border:2px solid #515151; width:196px; position:relative; _padding-top:2px; display:block; } +.login_black { margin:0; padding:0; border:2px solid #515151; width:196px; position:relative; _padding-top:2px; display:block; } *:first-child+html body#black .login_black { padding-top:2px;} .login_black legend { display:none; width:0; height:0; overflow:hidden; font-size:0;} .login_black form { position:relative; border:1px solid #6b6b6b; padding:11px 11px 7px 11px; width:172px;} @@ -6,37 +6,38 @@ .login_black form .idpw { float:left; width:110px;} .login_black form .idpw input { border:1px solid #6b6b6b; color:#cbcbcb; width:105px; background:#515151; padding:1px 5px; margin-bottom:2px; font:.9em Tahoma;} .login_black form .login { float:right;} -.login_black form p.save { clear:both; padding:.3em 0;} +.login_black form p.save { margin:0; clear:both; padding:.3em 0;} .login_black form p.save input { vertical-align:middle; _margin:-3px;} *:first-child+html body#black .login_black form p input { margin:-3px; } .login_black form p.save label { font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#818181;} -.login_black form ul.help { border-top:1px solid #515151; overflow:hidden; padding:.5em 0 0 0; white-space:nowrap;} +.login_black form ul.help { margin:0; border-top:1px solid #515151; overflow:hidden; padding:.5em 0 0 0; white-space:nowrap;} .login_black form ul.help li { list-style:none; float:left; display:block; padding:0 3px 0 7px; background:url(../images/black/vrType1.gif) no-repeat left center;} .login_black form ul.help li.first-child { background:none; padding-left:0;} .login_black form ul.help li a { color:#818181; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; white-space:nowrap; text-decoration:none;} .login_black form ul.help li a:hover { text-decoration:underline;} .login_black form ul.help li.first-child a { color:#cbcbcb;} -.login_black form .userName { position:relative; width:172px; overflow:hidden; border-bottom:1px solid #515151; padding:0 0 6px 0; margin-top:-5px;} +.login_black form .userName { margin:0; position:relative; width:172px; overflow:hidden; border-bottom:1px solid #515151; padding:0 0 6px 0; margin-top:-5px;} .login_black form .userName strong { color:#cbcbcb; padding:4px 0 0 2px; font:bold .9em Tahoma;} .login_black form .userName a { position:relative; right:0px; } -.login_black form ul.userMenu { position:relative; padding:0 0 6px 4px; overflow:hidden; margin-top:10px;} +.login_black form ul.userMenu { margin:0; position:relative; padding:0 0 6px 4px; overflow:hidden; margin-top:10px;} .login_black form ul.userMenu li { list-style:none; color:#cbcbcb; list-style:none;padding-left:10px; background:url(../images/black/bulletFF1A00.gif) no-repeat left 4px; margin-bottom:5px;} .login_black form ul.userMenu li a { color:#cbcbcb;text-decoration:none;} .login_black form ul.userMenu li a:hover {text-decoration:underline;} -.login_black form p.latestLogin { color:#818181; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;} +.login_black form p.latestLogin { margin:0; color:#818181; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;} .login_black form p.latestLogin span { font:1em Tahoma;} img.login_mask { width:201px; height:5px; background:#3d3d3d; display:block;} -.openid_login_black { border:2px solid #515151; width:196px; position:relative; _padding-top:2px; display:block;} +.openid_login_black { padding:0; margin:0; border:2px solid #515151; width:196px; position:relative; _padding-top:2px; display:block;} *:first-child+html body#black .openid_login_black { padding-top:2px;} -.openid_login_black legend { display:block; width:0; height:0; overflow:hidden; font-size:0;} +.openid_login_black legend { display:none; width:0; height:0; overflow:hidden; font-size:0;} .openid_login_black form { position:relative; border:1px solid #6b6b6b; padding:11px 11px 7px 11px; width:172px;} .openid_login_black form .idpwWrap { overflow:hidden; clear:both; width:172px;} .openid_login_black form .idpw { float:left;} -.openid_login_black form .idpw p { margin-bottom:5px; background: url(../images/openid_login_bg.gif) left no-repeat; padding-left:18px; font-size:.9em Tahoma;color:#999999} +.openid_login_black form .idpw p { margin:0; padding:0; margin-bottom:5px; background: url(../images/openid_login_bg.gif) left no-repeat; padding-left:18px; font-size:.9em Tahoma;color:#999999} .openid_login_black form .idpw input { border:1px solid #6b6b6b; color:#cbcbcb; width:105px; background:#515151; padding:1px 5px; margin-bottom:2px; font:.9em Tahoma;} .openid_login_black form .login { float:right;} -.openid_login_black form p.save { clear:both; padding:.3em 0;} +.openid_login_black form p.save { margin:0; padding:0; clear:both; padding:.3em 0;} .openid_login_black form p.save input { vertical-align:middle; _margin:-3px;} *:first-child+html body .openid_login_black form p input { margin:-3px; } +.openid_login_black form p.save label { font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#818181;} diff --git a/widgets/login_info/skins/xe_official/css/default.css b/widgets/login_info/skins/xe_official/css/default.css index 2dc71947b..5d7bbb62c 100644 --- a/widgets/login_info/skins/xe_official/css/default.css +++ b/widgets/login_info/skins/xe_official/css/default.css @@ -1,4 +1,4 @@ -.login_default { border:2px solid #d9d9d9; width:196px; position:relative; _padding-top:2px; display:block;} +.login_default { margin:0; padding:0; border:2px solid #d9d9d9; width:196px; position:relative; _padding-top:2px; display:block;} *:first-child+html body .login_default { padding-top:2px;} .login_default legend { display:none; width:0; height:0; overflow:hidden; font-size:0;} .login_default form { position:relative; border:1px solid #cacaca; padding:11px 11px 7px 11px; width:172px;} @@ -6,11 +6,11 @@ .login_default form .idpw { float:left; width:110px; } .login_default form .idpw input { border:1px solid #c9c9c9; color:#282828; width:105px; background:#fbfbfb; padding:1px 5px; margin-bottom:2px; font:.9em Tahoma;} .login_default form .login { float:right;} -.login_default form p.save { clear:both; padding:.3em 0;} +.login_default form p.save { margin:0; clear:both; padding:.3em 0;} .login_default form p.save input { vertical-align:middle; _margin:-3px;} *:first-child+html body .login_default form p input { margin:-3px; } .login_default form p.save label { font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#999999;} -.login_default form ul.help { border-top:1px solid #e4e4e4; overflow:hidden; padding:.5em 0 0 0; white-space:nowrap;} +.login_default form ul.help { margin:0; border-top:1px solid #e4e4e4; overflow:hidden; padding:.5em 0 0 0; white-space:nowrap;} .login_default form ul.help li { float:left; display:block; padding:0 3px 0 7px; background:url(../images/default/vrType1.gif) no-repeat left center;} .login_default form ul.help li.first-child { background:none; padding-left:0;} .login_default form ul.help li a { color:#999999; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; white-space:nowrap; text-decoration:none; } @@ -19,24 +19,24 @@ .login_default form .userName { position:relative; width:172px; overflow:hidden; border-bottom:1px solid #e4e4e4; padding:0 0 6px 0; margin-top:-5px;} .login_default form .userName strong { color:#282828; padding:4px 0 0 2px; font:bold .9em Tahoma;} .login_default form .userName a { position:relative; right:0px; } -.login_default form ul.userMenu { position:relative; padding:0 0 6px 4px; margin-top:10px;} +.login_default form ul.userMenu { margin:0; position:relative; padding:0 0 6px 4px; margin-top:10px;} .login_default form ul.userMenu li { list-style:none; padding-left:10px; background:url(../images/default/bulletFF1A00.gif) no-repeat left 4px; margin-bottom:5px;} .login_default form ul.userMenu li a { color:#54564b; text-decoration:none;} .login_default form ul.userMenu li a:hover { text-decoration:underline;} -.login_default form p.latestLogin { color:#999999; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;} +.login_default form p.latestLogin { margin:0; color:#999999; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;} .login_default form p.latestLogin span { font:1em Tahoma;} img.login_mask { width:201px; height:5px; background:#ffffff; display:block;} -.openid_login_default { border:2px solid #d9d9d9; width:196px; position:relative; _padding-top:2px; display:block; } +.openid_login_default { margin:0; padding:0; border:2px solid #d9d9d9; width:196px; position:relative; _padding-top:2px; display:block; } *:first-child+html body .openid_login_default { padding-top:2px;} -.openid_login_default legend { display:block; width:0; height:0; overflow:hidden; font-size:0;} +.openid_login_default legend { display:none; width:0; height:0; overflow:hidden; font-size:0;} .openid_login_default form { position:relative; border:1px solid #cacaca; padding:11px 11px 7px 11px; width:172px; } .openid_login_default form .idpwWrap { overflow:hidden; clear:both; width:172px;} .openid_login_default form .idpw { float:left;} -.openid_login_default form .idpw p { margin-bottom:5px; background: url(../images/openid_login_bg.gif) left no-repeat; padding-left:18px; font-size:.9em Tahoma;color:#999999} +.openid_login_default form .idpw p { margin:0; padding:0; margin-bottom:5px; background: url(../images/openid_login_bg.gif) left no-repeat; padding-left:18px; font-size:.9em Tahoma;color:#999999} .openid_login_default form .idpw input { border:1px solid #c9c9c9; color:#282828; width:105px; background:#fbfbfb; padding:1px 5px; margin-bottom:2px; font:.9em Tahoma; } .openid_login_default form .login { float:right;} -.openid_login_default form p.save { clear:both; padding:.3em 0;} +.openid_login_default form p.save { margin:0; padding:0; clear:both; padding:.3em 0;} .openid_login_default form p.save input { vertical-align:middle; _margin:-3px;} *:first-child+html body .openid_login_default form p input { margin:-3px; } .openid_login_default form p.save label { font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#999999;} diff --git a/widgets/login_info/skins/xe_official/css/white.css b/widgets/login_info/skins/xe_official/css/white.css index c2aadf7e8..148e5fc0d 100644 --- a/widgets/login_info/skins/xe_official/css/white.css +++ b/widgets/login_info/skins/xe_official/css/white.css @@ -1,4 +1,4 @@ -.login_white { border:2px solid #d9d9d9; width:196px; position:relative; _padding-top:2px; display:block;} +.login_white { margin:0; padding:0; border:2px solid #d9d9d9; width:196px; position:relative; _padding-top:2px; display:block;} *:first-child+html body#white .login_white { padding-top:2px;} .login_white legend { display:none; width:0; height:0; overflow:hidden; font-size:0;} .login_white form { position:relative; border:1px solid #cacaca; padding:11px 11px 7px 11px; width:172px;} @@ -6,11 +6,11 @@ .login_white form .idpw { float:left; width:110px;} .login_white form .idpw input { border:1px solid #c9c9c9; color:#282828; width:105px; background:#fbfbfb; padding:1px 5px; margin-bottom:2px; font:.9em Tahoma;} .login_white form .login { float:right;} -.login_white form p.save { clear:both; padding:.3em 0;} +.login_white form p.save { margin:0; clear:both; padding:.3em 0;} .login_white form p.save input { vertical-align:middle; _margin:-3px;} *:first-child+html body#white .login_white form p input { margin:-3px; } .login_white form p.save label { font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#999999;} -.login_white form ul.help { border-top:1px solid #e4e4e4; overflow:hidden; padding:.5em 0 0 0; white-space:nowrap;} +.login_white form ul.help { margin:0; border-top:1px solid #e4e4e4; overflow:hidden; padding:.5em 0 0 0; white-space:nowrap;} .login_white form ul.help li { list-style:none; float:left; display:block; padding:0 3px 0 7px; background:url(../images/white/vrType1.gif) no-repeat left center;} .login_white form ul.help li.first-child { background:none; padding-left:0;} .login_white form ul.help li a { color:#999999; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; white-space:nowrap; text-decoration:none; } @@ -19,20 +19,22 @@ .login_white form .userName { position:relative; width:172px; overflow:hidden; border-bottom:1px solid #e4e4e4; padding:0 0 6px 0; margin-top:-5px;} .login_white form .userName strong { color:#282828; padding:4px 0 0 2px; font:bold .9em Tahoma;} .login_white form .userName a { position:relative; right:0px; } -.login_white form ul.userMenu { position:relative; padding:0 0 6px 4px; overflow:hidden; margin-top:10px;} -.login_white form ul.userMenu li { list-style:none; padding-left:10px; background:url(../images/white/bulletFF1A00.gif) no-repeat left 4px; height:18px; margin-bottom:5px;} +.login_white form ul.userMenu { margin:0; position:relative; padding:0 0 6px 4px; overflow:hidden; margin-top:10px;} +.login_white form ul.userMenu li { list-style:none; padding-left:10px; background:url(../images/white/bulletFF1A00.gif) no-repeat left 4px; margin-bottom:5px;} .login_white form ul.userMenu li a { color:#54564b; text-decoration:none; } .login_white form ul.userMenu li a:hover { text-decoration:underline; } -.login_white form p.latestLogin { color:#999999; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;} +.login_white form p.latestLogin { margin:0; color:#999999; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;} .login_white form p.latestLogin span { font:1em Tahoma;} img.login_mask { width:201px; height:5px; background:#ffffff; display:block;} -.openid_login_white { border:2px solid #d9d9d9; width:196px; position:relative; _padding-top:2px; display:block; } +.openid_login_white { margin:0; padding:0; border:2px solid #d9d9d9; width:196px; position:relative; _padding-top:2px; display:block; } *:first-child+html body .openid_login_white { padding-top:2px;} -.openid_login_white legend { display:block; width:0; height:0; overflow:hidden; font-size:0;} +.openid_login_white legend { display:none; width:0; height:0; overflow:hidden; font-size:0;} .openid_login_white form { position:relative; border:1px solid #cacaca; padding:11px 11px 7px 11px; width:172px; } .openid_login_white form .idpwWrap { overflow:hidden; clear:both; width:172px;} .openid_login_white form .idpw { float:left;} -.openid_login_white form .idpw p { margin-bottom:5px; background: url(../images/openid_login_bg.gif) left no-repeat; padding-left:18px; font-size:.9em Tahoma;color:#999999} +.openid_login_white form .idpw p { margin:0; padding:0; margin-bottom:5px; background: url(../images/openid_login_bg.gif) left no-repeat; padding-left:18px; font-size:.9em Tahoma;color:#999999} .openid_login_white form .idpw input { border:1px solid #c9c9c9; color:#282828; width:105px; background:#fbfbfb; padding:1px 5px; margin-bottom:2px; font:.9em Tahoma; } .openid_login_white form .login { float:right;} +.openid_login_white form p.save { margin:0; padding: 0; } +.openid_login_white form p.save label { font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#999999;} diff --git a/widgets/member_group/skins/default/css/normal.css b/widgets/member_group/skins/default/css/normal.css index 96616b60b..5e5f3d3c0 100644 --- a/widgets/member_group/skins/default/css/normal.css +++ b/widgets/member_group/skins/default/css/normal.css @@ -1,4 +1,4 @@ .mg { padding-bottom:15px; overflow:hidden; position:relative;} .mg h2 { font-size:1em; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:4px; color:#000000; background:url(../images/normal/lineNotice.gif) no-repeat left bottom;} -.mg ul { overflow:hidden; width:100%;} +.mg ul { margin:0; padding:0; overflow:hidden; width:100%;} .mg ul li { white-space:nowrap; padding:3px 0 3px 10px; overflow:hidden; border-bottom:1px dashed #EEEEEE; color:#54564b;} diff --git a/widgets/newest_comment/skins/blog_newest_comment/css/cyan.css b/widgets/newest_comment/skins/blog_newest_comment/css/cyan.css index d70671b17..db26f4538 100644 --- a/widgets/newest_comment/skins/blog_newest_comment/css/cyan.css +++ b/widgets/newest_comment/skins/blog_newest_comment/css/cyan.css @@ -1,5 +1,5 @@ .blog_widget_cyan .newest_comment { border:1px solid #e0e1db; background:url(../images/cyan/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; } -.blog_widget_cyan .newest_comment 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_comment .items { padding:10px; overflow:hidden;} +.blog_widget_cyan .newest_comment 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_comment .items { margin:0; padding:10px; overflow:hidden;} .blog_widget_cyan .newest_comment .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_comment .items li a { color:#a4a4a4; line-height:1.5em; text-decoration:none; } diff --git a/widgets/newest_comment/skins/blog_newest_comment/css/green.css b/widgets/newest_comment/skins/blog_newest_comment/css/green.css index 49b59133b..71b66ad89 100644 --- a/widgets/newest_comment/skins/blog_newest_comment/css/green.css +++ b/widgets/newest_comment/skins/blog_newest_comment/css/green.css @@ -1,5 +1,5 @@ .blog_widget_green .newest_comment { border:1px solid #e0e1db; background:url(../images/green/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; } -.blog_widget_green .newest_comment 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_comment .items { padding:10px; overflow:hidden;} +.blog_widget_green .newest_comment 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_comment .items { margin:0; padding:10px; overflow:hidden;} .blog_widget_green .newest_comment .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_comment .items li a { color:#a4a4a4; line-height:1.5em; text-decoration:none; } diff --git a/widgets/newest_comment/skins/blog_newest_comment/css/normal.css b/widgets/newest_comment/skins/blog_newest_comment/css/normal.css index 5883222f5..b679c471e 100644 --- a/widgets/newest_comment/skins/blog_newest_comment/css/normal.css +++ b/widgets/newest_comment/skins/blog_newest_comment/css/normal.css @@ -1,5 +1,5 @@ .blog_widget_normal .newest_comment { border:1px solid #e0e1db; background:url(../images/normal/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; } -.blog_widget_normal .newest_comment 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_comment .items { padding:10px; overflow:hidden;} +.blog_widget_normal .newest_comment 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_comment .items { margin:0; padding:10px; overflow:hidden;} .blog_widget_normal .newest_comment .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_comment .items li a { color:#a4a4a4; line-height:1.5em; text-decoration:none; text-decoration:none; } diff --git a/widgets/newest_comment/skins/blog_newest_comment/css/purple.css b/widgets/newest_comment/skins/blog_newest_comment/css/purple.css index 6acf820d3..a4e166594 100644 --- a/widgets/newest_comment/skins/blog_newest_comment/css/purple.css +++ b/widgets/newest_comment/skins/blog_newest_comment/css/purple.css @@ -1,5 +1,5 @@ .blog_widget_purple .newest_comment { border:1px solid #e0e1db; background:url(../images/purple/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; } -.blog_widget_purple .newest_comment 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_comment .items { padding:10px; overflow:hidden;} +.blog_widget_purple .newest_comment 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_comment .items { margin:0; padding:10px; overflow:hidden;} .blog_widget_purple .newest_comment .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_comment .items li a { color:#a4a4a4; line-height:1.5em; text-decoration:none; } diff --git a/widgets/newest_comment/skins/blog_newest_comment/css/red.css b/widgets/newest_comment/skins/blog_newest_comment/css/red.css index 39bebe2b7..e21f3d5bc 100644 --- a/widgets/newest_comment/skins/blog_newest_comment/css/red.css +++ b/widgets/newest_comment/skins/blog_newest_comment/css/red.css @@ -1,5 +1,5 @@ .blog_widget_red .newest_comment { border:1px solid #e0e1db; background:url(../images/red/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; } -.blog_widget_red .newest_comment 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_comment .items { padding:10px; overflow:hidden;} +.blog_widget_red .newest_comment 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_comment .items { margin:0; padding:10px; overflow:hidden;} .blog_widget_red .newest_comment .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_comment .items li a { color:#a4a4a4; line-height:1.5em; text-decoration:none; } diff --git a/widgets/newest_comment/skins/cozy_simple/css/blue.css b/widgets/newest_comment/skins/cozy_simple/css/blue.css index 70ebc9b1c..91ee60548 100644 --- a/widgets/newest_comment/skins/cozy_simple/css/blue.css +++ b/widgets/newest_comment/skins/cozy_simple/css/blue.css @@ -1 +1 @@ -div.commentBox .header h2 { font-size:1em; color:#1187d8;} +div.cozy_nc_blue .header h2 { margin:0; padding:0; font-size:1em; color:#1187d8;} diff --git a/widgets/newest_comment/skins/cozy_simple/css/bluish_green.css b/widgets/newest_comment/skins/cozy_simple/css/bluish_green.css index 908e68b75..157a3a957 100644 --- a/widgets/newest_comment/skins/cozy_simple/css/bluish_green.css +++ b/widgets/newest_comment/skins/cozy_simple/css/bluish_green.css @@ -1 +1 @@ -div.commentBox .header h2 { font-size:1em; color:#9ab09f;} +div.cozy_nc_green.header h2 { margin:0; padding:0; font-size:1em; color:#9ab09f;} diff --git a/widgets/newest_comment/skins/cozy_simple/css/common.css b/widgets/newest_comment/skins/cozy_simple/css/common.css index 51f3dfe86..60c5fdd83 100644 --- a/widgets/newest_comment/skins/cozy_simple/css/common.css +++ b/widgets/newest_comment/skins/cozy_simple/css/common.css @@ -2,6 +2,6 @@ div.commentBox { padding-bottom:1em;} div.commentBox .header { padding:7px 0 0 12px; height:21px; _height:20px; background:#f5f5f5; } *:first-child+html div.commentBox .header { height:20px; color:#ef2121;} -div.commentBox ul { padding:.5em; overflow:hidden;} +div.commentBox ul { margin:0; padding:.5em; overflow:hidden;} div.commentBox ul li { color:#a4a4a4; margin-right:.1em; line-height:1.5em; list-style:none; overflow:hidden; white-space:nowrap;} div.commentBox ul li a { color:#a4a4a4; text-decoration:none;} diff --git a/widgets/newest_comment/skins/cozy_simple/css/green.css b/widgets/newest_comment/skins/cozy_simple/css/green.css index 2bd4446d2..abb8421cd 100644 --- a/widgets/newest_comment/skins/cozy_simple/css/green.css +++ b/widgets/newest_comment/skins/cozy_simple/css/green.css @@ -1 +1 @@ -div.commentBox .header h2 { font-size:1em; color:#8dc63f;} +div.cozy_nc_green .header h2 { margin:0; padding:0; font-size:1em; color:#8dc63f;} diff --git a/widgets/newest_comment/skins/cozy_simple/css/pink.css b/widgets/newest_comment/skins/cozy_simple/css/pink.css index 575584310..8e65d85f2 100644 --- a/widgets/newest_comment/skins/cozy_simple/css/pink.css +++ b/widgets/newest_comment/skins/cozy_simple/css/pink.css @@ -1 +1 @@ -div.commentBox .header h2 { font-size:1em; color:#f70795;} +div.cozy_nc_pink .header h2 { margin:0; padding:0; font-size:1em; color:#f70795;} diff --git a/widgets/newest_comment/skins/cozy_simple/css/red.css b/widgets/newest_comment/skins/cozy_simple/css/red.css index 4d47f62e9..5c2b9313e 100644 --- a/widgets/newest_comment/skins/cozy_simple/css/red.css +++ b/widgets/newest_comment/skins/cozy_simple/css/red.css @@ -1 +1 @@ -div.commentBox .header h2 { font-size:1em; color:#ef2121;} +div.cozy_nc_red .header h2 { margin:0; padding:0; font-size:1em; color:#ef2121;} diff --git a/widgets/newest_comment/skins/cozy_simple/list.html b/widgets/newest_comment/skins/cozy_simple/list.html index ddf7e5228..9cb2d270f 100644 --- a/widgets/newest_comment/skins/cozy_simple/list.html +++ b/widgets/newest_comment/skins/cozy_simple/list.html @@ -12,7 +12,7 @@ -
+

{$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 @@ - 기본 デフォルト diff --git a/widgets/rss_reader/skins/sz_select/css/select.css b/widgets/rss_reader/skins/sz_select/css/select.css index d0e95fc8d..2b0a4d74b 100644 --- a/widgets/rss_reader/skins/sz_select/css/select.css +++ b/widgets/rss_reader/skins/sz_select/css/select.css @@ -1,5 +1,5 @@ .rss_reader_sz_select { width:100%; padding-bottom:15px; overflow:hidden; position:relative;} -.rss_reader_sz_select h2 { height:21px; padding:9px 0 0 9px; font-size:1em;} +.rss_reader_sz_select h2 { margin:0; padding:0; height:21px; padding:9px 0 0 9px; font-size:1em;} .rss_reader_sz_select h2 a, .rss_reader_sz_select .tabcontent_rss a { text-decoration:none; color:#000000;} .rss_reader_sz_select h2 a:hover, diff --git a/widgets/rss_reader/skins/sz_xe/css/default.css b/widgets/rss_reader/skins/sz_xe/css/default.css index 1761ed8fe..b896b731c 100644 --- a/widgets/rss_reader/skins/sz_xe/css/default.css +++ b/widgets/rss_reader/skins/sz_xe/css/default.css @@ -1,5 +1,7 @@ .rss_reader_sz_xe { position:relative;} -.rss_reader_sz_xe h2 { height:21px; padding:9px 0 0 9px; font-size:1em;} +.rss_reader_sz_xe h2 { margin:0; padding;0; height:21px; padding:9px 0 0 0; font-size:1em;} + +.rss_reader_sz_xe ul { margin:0; padding:0; height:20px; overflow:hidden; list-style:none; white-space:nowrap; } .rss_reader_sz_xe ul li { height:20px; overflow:hidden; list-style:none; white-space:nowrap; } diff --git a/widgets/rss_reader/skins/sz_xe/list.html b/widgets/rss_reader/skins/sz_xe/list.html index 5ecdad1ef..a500f6a2b 100644 --- a/widgets/rss_reader/skins/sz_xe/list.html +++ b/widgets/rss_reader/skins/sz_xe/list.html @@ -14,4 +14,4 @@
-
\ No newline at end of file +
diff --git a/widgets/rss_reader/skins/xe_official/css/black.css b/widgets/rss_reader/skins/xe_official/css/black.css index 11098b2d6..e5d5ccf37 100644 --- a/widgets/rss_reader/skins/xe_official/css/black.css +++ b/widgets/rss_reader/skins/xe_official/css/black.css @@ -1,8 +1,10 @@ .rss_reader_black { width:100%; padding-bottom:15px; overflow:hidden; position:relative;} -.rss_reader_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;} +.rss_reader_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;} .rss_reader_black h2 a { text-decoration:none; color:#ffffff;} .rss_reader_black h2 a:hover { text-decoration:underline;} +.rss_reader_black ul { margin:0; padding:0; } + .rss_reader_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;} .rss_reader_black ul li .title a { color:#818181; text-decoration:none; } diff --git a/widgets/rss_reader/skins/xe_official/css/white.css b/widgets/rss_reader/skins/xe_official/css/white.css index c79d35157..69800538f 100644 --- a/widgets/rss_reader/skins/xe_official/css/white.css +++ b/widgets/rss_reader/skins/xe_official/css/white.css @@ -3,6 +3,8 @@ .rss_reader_white h2 a { text-decoration:none; color:#000000;} .rss_reader_white h2 a:hover { text-decoration:underline;} +.rss_reader_white ul { margin:0; padding:0; } + .rss_reader_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;} .rss_reader_white ul li .title a { color:#555555; text-decoration:none; } diff --git a/widgets/rss_reader/skins/xe_select/css/select.css b/widgets/rss_reader/skins/xe_select/css/select.css index e30c93b8c..5320558ae 100644 --- a/widgets/rss_reader/skins/xe_select/css/select.css +++ b/widgets/rss_reader/skins/xe_select/css/select.css @@ -1,5 +1,5 @@ .rss_reader_select { width:100%; padding-bottom:15px; overflow:hidden; position:relative;} -.rss_reader_select h2 { display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#000000; background:url(../images/black/lineNotice.gif) no-repeat left bottom; font-size:1em;} +.rss_reader_select h2 { margin:0; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:12px; color:#000000; background:url(../images/black/lineNotice.gif) no-repeat left bottom; font-size:1em;} .rss_reader_select h2 a, .rss_reader_select .tabcontent_rss a { text-decoration:none; color:#000000;} .rss_reader_select h2 a:hover, diff --git a/widgets/rss_reader/skins/xe_select/list.html b/widgets/rss_reader/skins/xe_select/list.html index 0edf6ed3d..6935aec3a 100644 --- a/widgets/rss_reader/skins/xe_select/list.html +++ b/widgets/rss_reader/skins/xe_select/list.html @@ -20,7 +20,7 @@
{@$i=1} -
+
{$item->date} | {$item->author}
@@ -28,5 +28,5 @@
{@$i++} -
+
diff --git a/widgets/tag_list/skins/blog_tag_list/css/cyan.css b/widgets/tag_list/skins/blog_tag_list/css/cyan.css index 679f52370..1ebc30a46 100644 --- a/widgets/tag_list/skins/blog_tag_list/css/cyan.css +++ b/widgets/tag_list/skins/blog_tag_list/css/cyan.css @@ -1,5 +1,5 @@ .blog_widget_cyan .tag_list { border:1px solid #e0e1db; background:url(../images/cyan/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; } -.blog_widget_cyan .tag_list 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 .tag_list .items { padding:10px; overflow:hidden;} +.blog_widget_cyan .tag_list 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 .tag_list .items { margin:0; padding:10px; overflow:hidden;} .blog_widget_cyan .tag_list .items li { font-size:.9em; display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; white-space:nowrap; list-style:none; width:100%;} .blog_widget_cyan .tag_list .items li a { color:#a4a4a4; line-height:1.5em; text-decoration:none; } diff --git a/widgets/tag_list/skins/blog_tag_list/css/green.css b/widgets/tag_list/skins/blog_tag_list/css/green.css index aa6e63562..2ef58b653 100644 --- a/widgets/tag_list/skins/blog_tag_list/css/green.css +++ b/widgets/tag_list/skins/blog_tag_list/css/green.css @@ -1,5 +1,5 @@ .blog_widget_green .tag_list { border:1px solid #e0e1db; background:url(../images/green/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; } -.blog_widget_green .tag_list 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 .tag_list .items { padding:10px; overflow:hidden;} +.blog_widget_green .tag_list 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 .tag_list .items { margin:0; padding:10px; overflow:hidden;} .blog_widget_green .tag_list .items li { font-size:.9em; display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; white-space:nowrap; list-style:none; width:100%;} .blog_widget_green .tag_list .items li a { color:#a4a4a4; line-height:1.5em; text-decoration:none; } diff --git a/widgets/tag_list/skins/blog_tag_list/css/normal.css b/widgets/tag_list/skins/blog_tag_list/css/normal.css index 87608a88f..d010e7fc6 100644 --- a/widgets/tag_list/skins/blog_tag_list/css/normal.css +++ b/widgets/tag_list/skins/blog_tag_list/css/normal.css @@ -1,5 +1,5 @@ .blog_widget_normal .tag_list { border:1px solid #e0e1db; background:url(../images/normal/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; } -.blog_widget_normal .tag_list 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 .tag_list .items { padding:10px; overflow:hidden;} +.blog_widget_normal .tag_list 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 .tag_list .items { margin:0; padding:10px; overflow:hidden;} .blog_widget_normal .tag_list .items li { font-size:.9em; display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; white-space:nowrap; list-style:none; width:100%;} .blog_widget_normal .tag_list .items li a { color:#a4a4a4; line-height:1.5em; text-decoration:none; text-decoration:none; } diff --git a/widgets/tag_list/skins/blog_tag_list/css/purple.css b/widgets/tag_list/skins/blog_tag_list/css/purple.css index 31391be04..974396551 100644 --- a/widgets/tag_list/skins/blog_tag_list/css/purple.css +++ b/widgets/tag_list/skins/blog_tag_list/css/purple.css @@ -1,5 +1,5 @@ .blog_widget_purple .tag_list { border:1px solid #e0e1db; background:url(../images/purple/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; } -.blog_widget_purple .tag_list 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 .tag_list .items { padding:10px; overflow:hidden;} +.blog_widget_purple .tag_list 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 .tag_list .items { margin:0; padding:10px; overflow:hidden;} .blog_widget_purple .tag_list .items li { font-size:.9em; display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; white-space:nowrap; list-style:none; width:100%;} .blog_widget_purple .tag_list .items li a { color:#a4a4a4; line-height:1.5em; text-decoration:none; } diff --git a/widgets/tag_list/skins/blog_tag_list/css/red.css b/widgets/tag_list/skins/blog_tag_list/css/red.css index 87629f191..6bcd4df77 100644 --- a/widgets/tag_list/skins/blog_tag_list/css/red.css +++ b/widgets/tag_list/skins/blog_tag_list/css/red.css @@ -1,5 +1,5 @@ .blog_widget_red .tag_list { border:1px solid #e0e1db; background:url(../images/red/bgBoxTypeB.gif) repeat-x left top; margin-bottom:.7em; } -.blog_widget_red .tag_list 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 .tag_list .items { padding:10px; overflow:hidden;} +.blog_widget_red .tag_list 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 .tag_list .items { margin:0; padding:10px; overflow:hidden;} .blog_widget_red .tag_list .items li { font-size:.9em; display:block; color:#a4a4a4; margin-right:.1em; overflow:hidden; white-space:nowrap; list-style:none; width:100%;} .blog_widget_red .tag_list .items li a { color:#a4a4a4; line-height:1.5em; text-decoration:none; } diff --git a/widgets/tag_list/skins/cozy_simple/css/blue.css b/widgets/tag_list/skins/cozy_simple/css/blue.css index 272b2697f..bed495604 100644 --- a/widgets/tag_list/skins/cozy_simple/css/blue.css +++ b/widgets/tag_list/skins/cozy_simple/css/blue.css @@ -1 +1 @@ -div.tagBox .header h2 { font-size:1em; color:#1187d8;} +div.cozy_tag_blue .header h2 { padding:0; margin:0; font-size:1em; color:#1187d8;} diff --git a/widgets/tag_list/skins/cozy_simple/css/bluish_green.css b/widgets/tag_list/skins/cozy_simple/css/bluish_green.css index da4efd651..43ee14edb 100644 --- a/widgets/tag_list/skins/cozy_simple/css/bluish_green.css +++ b/widgets/tag_list/skins/cozy_simple/css/bluish_green.css @@ -1 +1 @@ -div.tagBox .header h2 { font-size:1em; color:#9ab09f;} +div.cozy_tag_bluish_green .header h2 { margin:0; padding:0; font-size:1em; color:#9ab09f;} diff --git a/widgets/tag_list/skins/cozy_simple/css/common.css b/widgets/tag_list/skins/cozy_simple/css/common.css index c416e9612..ebb72064d 100644 --- a/widgets/tag_list/skins/cozy_simple/css/common.css +++ b/widgets/tag_list/skins/cozy_simple/css/common.css @@ -2,7 +2,7 @@ div.tagBox { padding-bottom:1em;} div.tagBox .header { padding:7px 0 0 12px; height:21px; _height:20px; background:#f5f5f5; } *:first-child+html div.tagBox .header { height:20px; color:#ef2121;} -div.tagBox ul { padding:.5em; overflow:hidden;} +div.tagBox ul { margin:0; padding:.5em; overflow:hidden;} div.tagBox ul li { display:inline; color:#a4a4a4; margin-right:.1em; line-height:1.5em;} div.tagBox ul li a { color:#a4a4a4;} div.tagBox ul li.typeA a { color:#717171; font-weight:bold;} diff --git a/widgets/tag_list/skins/cozy_simple/css/green.css b/widgets/tag_list/skins/cozy_simple/css/green.css index 17226a659..f0b9169d9 100644 --- a/widgets/tag_list/skins/cozy_simple/css/green.css +++ b/widgets/tag_list/skins/cozy_simple/css/green.css @@ -1 +1 @@ -div.tagBox .header h2 { font-size:1em; color:#8dc63f;} +div.cozy_tag_green .header h2 { padding:0; margin:0; font-size:1em; color:#8dc63f;} diff --git a/widgets/tag_list/skins/cozy_simple/css/pink.css b/widgets/tag_list/skins/cozy_simple/css/pink.css index bc0312af4..11fed825c 100644 --- a/widgets/tag_list/skins/cozy_simple/css/pink.css +++ b/widgets/tag_list/skins/cozy_simple/css/pink.css @@ -1 +1 @@ -div.tagBox .header h2 { font-size:1em; color:#f70795;} +div.cozy_tag_pink .header h2 { padding:0; margin:0; font-size:1em; color:#f70795;} diff --git a/widgets/tag_list/skins/cozy_simple/css/red.css b/widgets/tag_list/skins/cozy_simple/css/red.css index 222ed6f31..4a497f37f 100644 --- a/widgets/tag_list/skins/cozy_simple/css/red.css +++ b/widgets/tag_list/skins/cozy_simple/css/red.css @@ -1 +1 @@ -div.tagBox .header h2 { font-size:1em; color:#ef2121;} +div.cozy_tag_red .header h2 { margin:0; padding:0; font-size:1em; color:#ef2121;} diff --git a/widgets/tag_list/skins/cozy_simple/tags.html b/widgets/tag_list/skins/cozy_simple/tags.html index 0383a5bc5..bc038a4a9 100644 --- a/widgets/tag_list/skins/cozy_simple/tags.html +++ b/widgets/tag_list/skins/cozy_simple/tags.html @@ -12,7 +12,7 @@ -
+

{$widget_info->title}

diff --git a/widgets/webzine/skins/notice_style/css/normal.css b/widgets/webzine/skins/notice_style/css/normal.css index 3c2881850..307526fab 100644 --- a/widgets/webzine/skins/notice_style/css/normal.css +++ b/widgets/webzine/skins/notice_style/css/normal.css @@ -1,6 +1,6 @@ .noticeBox { padding-bottom:5px; overflow:hidden; } -.noticeBox h2 { font-size:1em; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:5px; color:#000000; background:url(../images/normal/lineNotice.gif) no-repeat left bottom;} +.noticeBox h2 { margin:0; font-size:1em; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:5px; color:#000000; background:url(../images/normal/lineNotice.gif) no-repeat left bottom;} .noticeBox .listTable { width:100%; table-layout:fixed; border:none;} diff --git a/widgets/webzine/skins/xe_official/css/normal.css b/widgets/webzine/skins/xe_official/css/normal.css index 9585eaa20..2d7ca3234 100644 --- a/widgets/webzine/skins/xe_official/css/normal.css +++ b/widgets/webzine/skins/xe_official/css/normal.css @@ -1,5 +1,5 @@ .nw_box { padding-bottom:5px; overflow:hidden; } -.nw_box h2 { font-size:1em; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:5px; color:#000000; background:url(../images/normal/lineNotice.gif) no-repeat left bottom;} +.nw_box h2 { margin:0; font-size:1em; display:block; height:21px; padding:9px 0 0 9px; margin-bottom:5px; color:#000000; background:url(../images/normal/lineNotice.gif) no-repeat left bottom;} .nw_box a.more { text-decoration:none;} .nw_box a.more:hover { text-decoration:underline;}