From b6b2c27986bb8e7429e7279b35139559a981feef Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 11 Jul 2007 07:44:30 +0000 Subject: [PATCH] =?UTF-8?q?=EA=B2=8C=EC=8B=9C=ED=8C=90=20XE=EC=8B=9C?= =?UTF-8?q?=EB=A6=AC=EC=A6=88=EC=9D=98=20=EC=84=A4=EB=AA=85=20=EB=B6=80?= =?UTF-8?q?=EB=B6=84=EC=9D=98=20=EB=B0=95=EC=8A=A4=EA=B0=80=20padding?= =?UTF-8?q?=EA=B0=92=EC=9C=BC=EB=A1=9C=20=ED=8A=80=EC=96=B4=EB=82=98?= =?UTF-8?q?=EA=B0=80=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0.?= =?UTF-8?q?=20=EA=B2=80=EC=83=89=EB=B2=84=ED=8A=BC=20=EC=83=81=EB=8B=A8=20?= =?UTF-8?q?=EC=9E=91=EC=9D=80=20=EC=A0=90=EC=9D=B4=20=ED=91=9C=EC=8B=9C?= =?UTF-8?q?=EB=90=98=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@1905 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/board/skins/xe_gallery/css/white.css | 14 +++++++------- modules/board/skins/xe_list/css/white.css | 4 ++-- modules/board/skins/xe_webzine/css/white.css | 6 +++--- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/modules/board/skins/xe_gallery/css/white.css b/modules/board/skins/xe_gallery/css/white.css index 4c1f871c3..747078b78 100644 --- a/modules/board/skins/xe_gallery/css/white.css +++ b/modules/board/skins/xe_gallery/css/white.css @@ -18,7 +18,7 @@ Jeong, Chan Myeong 070601~070630 .boardHeader h3 { float:left; clear:both; font-size:1.2em; padding:1em 2em .7em 1.2em; border-bottom:3px solid #fe3614; background:#ffffff url(../images/white/lineH3.gif) no-repeat right bottom;} /* boardComment */ -.boardComment { color:#AEAEAE; position:relative; _width:100%; border:1px solid #DDDDDD; overflow:hidden;padding:.8em; margin-top:.4em;} +.boardComment { color:#AEAEAE; position:relative; border:1px solid #DDDDDD; overflow:hidden;padding:.8em; margin-top:.4em;} .boardComment a { color:#f38d2a; text-decoration:none; border-bottom:1px dotted #f38d2a;} /* boardInformation */ @@ -49,8 +49,8 @@ Jeong, Chan Myeong 070601~070630 .boardList th { color:#3e3f3e; font-weight:normal; border-bottom:1px solid #ffffff; padding:.8em .5em .5em .5em; background:#ffffff url(../images/white/lineBoardListTh.gif) no-repeat left bottom;} .boardList th a { color:#3e3f3e; text-decoration:none; } .boardList th.num { background-position:-3px bottom; border-left:1px solid #ffffff; padding:0;} -.boardList th.title{ padding:0 .2em 0 .5em; white-space:nowrap;} -.boardList th.title.thumbStyle { background-position:-3px bottom !important; border-left:1px solid #ffffff; text-align:left;} +.boardList th.category { padding:0 .2em 0 .5em; white-space:nowrap;} +.boardList th.category.thumbStyle { background-position:-3px bottom !important; border-left:1px solid #ffffff; text-align:left;} .boardList th.title select { vertical-align:middle; margin-left:1em; } .boardList th.reading { white-space:nowrap;} .boardList th.recommend { white-space:nowrap;} @@ -62,7 +62,7 @@ Jeong, Chan Myeong 070601~070630 .boardList td.thumb { padding:.5em 0 .5em .5em; width:145px; table-layout:fixed; white-space:nowrap;} .boardList td.thumb * { vertical-align:middle;} .boardList td.title {padding-left:1em; } -.boardList td.title strong { font-size:1em; background:url(../images/white/line_1x10_e0e0e0.gif) no-repeat right 3px; padding-right:.5em; margin-right:.5em;} +.boardList td.title strong.category { font-size:1em; background:url(../images/white/line_1x10_e0e0e0.gif) no-repeat right 3px; padding-right:.5em; margin-right:.5em;} .boardList td.title.bold { font-size:1.2em; font-weight:bold;} .boardList td.title.bold a { position:relative; top:.3em;} .boardList td.title * { vertical-align:middle;} @@ -89,8 +89,8 @@ Jeong, Chan Myeong 070601~070630 .boardList td .thumbnailMedium img { border:1px solid #e0e1db; padding:3px;} .boardList.thumbnail { margin-top:-1px; border-bottom:none;} -.boardList.thumbnail td { border-top:none; border-bottom:1px solid #eff0ed; padding:1.5em 0 0 1.5em; } -.boardList.thumbnail div.cell { display:block; float:left; margin:0 1.5em 0 0; padding-bottom:1.5em; white-space:nowrap; height:210px;} +.boardList.thumbnail td { border-top:none; border-bottom:1px solid #eff0ed; padding:1.5em 0 0 1.5em; overflow:hidden;} +.boardList.thumbnail div.cell { float:left; width:130px; margin:0 1.5em 0 0; padding-bottom:1.5em;} .boardList.thumbnail div.cell img.thumb { padding:2px; border:1px solid #e0e1db; display:block; margin-bottom:1em;} .boardList.thumbnail div.title { color:#444444; margin-bottom:.2em; padding-left:3px;} .boardList.thumbnail div.title a { color:#444444;} @@ -122,7 +122,7 @@ Jeong, Chan Myeong 070601~070630 /* boardSearch */ .boardSearch { text-align:center; clear:both; width:100%;} .boardSearch fieldset { border:none; display:inline; overflow:visible; position:relative;} -.boardSearch fieldset legend { position:absolute; overflow:hidden; width:1px; height:1px; font-size:.001em;} +.boardSearch fieldset legend { overflow:hidden; width:1px; height:1px; font-size:.001em;} .boardSearch * { vertical-align:middle;} .boardSearch select { float:left;} .boardSearch input { float:left; margin:0 .3em; background:#fbfbfb;} diff --git a/modules/board/skins/xe_list/css/white.css b/modules/board/skins/xe_list/css/white.css index b0782c2dd..747078b78 100644 --- a/modules/board/skins/xe_list/css/white.css +++ b/modules/board/skins/xe_list/css/white.css @@ -18,7 +18,7 @@ Jeong, Chan Myeong 070601~070630 .boardHeader h3 { float:left; clear:both; font-size:1.2em; padding:1em 2em .7em 1.2em; border-bottom:3px solid #fe3614; background:#ffffff url(../images/white/lineH3.gif) no-repeat right bottom;} /* boardComment */ -.boardComment { color:#AEAEAE; position:relative; _width:100%; border:1px solid #DDDDDD; overflow:hidden;padding:.8em; margin-top:.4em;} +.boardComment { color:#AEAEAE; position:relative; border:1px solid #DDDDDD; overflow:hidden;padding:.8em; margin-top:.4em;} .boardComment a { color:#f38d2a; text-decoration:none; border-bottom:1px dotted #f38d2a;} /* boardInformation */ @@ -122,7 +122,7 @@ Jeong, Chan Myeong 070601~070630 /* boardSearch */ .boardSearch { text-align:center; clear:both; width:100%;} .boardSearch fieldset { border:none; display:inline; overflow:visible; position:relative;} -.boardSearch fieldset legend { position:absolute; overflow:hidden; width:1px; height:1px; font-size:.001em;} +.boardSearch fieldset legend { overflow:hidden; width:1px; height:1px; font-size:.001em;} .boardSearch * { vertical-align:middle;} .boardSearch select { float:left;} .boardSearch input { float:left; margin:0 .3em; background:#fbfbfb;} diff --git a/modules/board/skins/xe_webzine/css/white.css b/modules/board/skins/xe_webzine/css/white.css index 96035c0f2..747078b78 100644 --- a/modules/board/skins/xe_webzine/css/white.css +++ b/modules/board/skins/xe_webzine/css/white.css @@ -18,7 +18,7 @@ Jeong, Chan Myeong 070601~070630 .boardHeader h3 { float:left; clear:both; font-size:1.2em; padding:1em 2em .7em 1.2em; border-bottom:3px solid #fe3614; background:#ffffff url(../images/white/lineH3.gif) no-repeat right bottom;} /* boardComment */ -.boardComment { color:#AEAEAE; position:relative; _width:100%; border:1px solid #DDDDDD; overflow:hidden;padding:.8em; margin-top:.4em;} +.boardComment { color:#AEAEAE; position:relative; border:1px solid #DDDDDD; overflow:hidden;padding:.8em; margin-top:.4em;} .boardComment a { color:#f38d2a; text-decoration:none; border-bottom:1px dotted #f38d2a;} /* boardInformation */ @@ -74,7 +74,7 @@ Jeong, Chan Myeong 070601~070630 .boardList td.reading { font:.8em Tahoma; color:#999999; text-align:center;} .boardList td.recommend { font:bold .8em Tahoma; color:#ff6600; text-align:center;} .boardList td.date { font:.8em Tahoma; color:#999999; text-align:center;} -.boardList td.summary { border-top:none; vertical-align:top; color:#666666; line-height:1.25em; padding-left:2em;} +.boardList td.summary { border-top:none; vertical-align:top; color:#666666; line-height:1.25em;} .boardList td.summary a { color:#666666; text-decoration:none; line-height:inherit;} .boardList td.summary a:visited { color:#999999;} .boardList td input { _margin:-3px;} @@ -122,7 +122,7 @@ Jeong, Chan Myeong 070601~070630 /* boardSearch */ .boardSearch { text-align:center; clear:both; width:100%;} .boardSearch fieldset { border:none; display:inline; overflow:visible; position:relative;} -.boardSearch fieldset legend { position:absolute; overflow:hidden; width:1px; height:1px; font-size:.001em;} +.boardSearch fieldset legend { overflow:hidden; width:1px; height:1px; font-size:.001em;} .boardSearch * { vertical-align:middle;} .boardSearch select { float:left;} .boardSearch input { float:left; margin:0 .3em; background:#fbfbfb;}