게시글 기본 아이콘 변경. 게시판/설문조사 스킨등의 세세하게 어긋난 부분 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3575 201d5d3c-b55e-5fd7-737f-ddc643e51545
|
|
@ -75,6 +75,7 @@
|
|||
<li><a href="{getUrl('')}{$file->download_url}">{$file->source_filename} ({FileHandler::filesize($file->file_size)})({number_format($file->download_count)})</a></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
|
|
|
|||
|
|
@ -86,10 +86,10 @@ Jeong, Chan Myeong 070601~070630
|
|||
.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;}
|
||||
.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 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; }
|
||||
.boardRead .fileAttached li { padding-left:15px; display:block; float:left; white-space:nowrap; list-style:none; margin-right:10px; }
|
||||
.boardRead .fileAttached li a { text-decoration:none; font-size:.9em; white-space:nowrap; color:#444444; }
|
||||
.boardRead .fileAttached li a:visited { color:#777777;}
|
||||
|
||||
.boardRead .contentButton { text-align:right;margin:10px 0 5px 0; border-top:1px solid #DDDDDD; padding-top:10px;}
|
||||
|
|
@ -123,9 +123,9 @@ Jeong, Chan Myeong 070601~070630
|
|||
.replyBox .reply { background-color:#F4F4F4; border-bottom:1px dotted #DDDDDD;}
|
||||
.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 { border:1px solid #EFEFEF; background-color:#F4F4F4; padding:5px; margin-top:10px; overflow:hidden;}
|
||||
.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 { padding-left:15px; display:block; float:left; white-space:nowrap; list-style:none; margin-right:10px; }
|
||||
.replyBox .fileAttached li a { text-decoration:none; font-size:.9em; white-space:nowrap; color:#444444; }
|
||||
.replyBox .fileAttached li a:visited { color:#777777;}
|
||||
|
||||
|
|
|
|||
|
|
@ -21,9 +21,9 @@
|
|||
.pageNavigation .current { color:#2895c0; }
|
||||
|
||||
/* boardRead */
|
||||
boardRead .fileAttached li a { background:url(../images/cyan/iconFile.gif) no-repeat left top;}
|
||||
.boardRead .fileAttached li { background:url(../images/cyan/iconFile.gif) no-repeat left 2px;}
|
||||
|
||||
/* replyAndTrackback */
|
||||
.buttonBox .replyAndTrackback a strong { color:#2895c0;}
|
||||
|
||||
.replyBox .fileAttached li { border:0px; display:inline; margin-right:.75em; line-height:1.5em; padding:.1em 0 .1em 1.5em; background:url(../images/cyan/iconFile.gif) no-repeat left;}
|
||||
.replyBox .fileAttached li { background:url(../images/cyan/iconFile.gif) no-repeat left 2px;}
|
||||
|
|
|
|||
|
|
@ -21,9 +21,9 @@
|
|||
.pageNavigation .current { color:#38b549; }
|
||||
|
||||
/* boardRead */
|
||||
.boardRead .fileAttached li a { background:url(../images/green/iconFile.gif) no-repeat left top;}
|
||||
.boardRead .fileAttached li { background:url(../images/green/iconFile.gif) no-repeat left 2px;}
|
||||
|
||||
/* replyAndTrackback */
|
||||
.buttonBox .replyAndTrackback a strong { color:#38b549;}
|
||||
|
||||
.replyBox .fileAttached li { border:0px; display:inline; margin-right:.75em; line-height:1.5em; padding:.1em 0 .1em 1.5em; background:url(../images/green/iconFile.gif) no-repeat left;}
|
||||
.replyBox .fileAttached li { background:url(../images/green/iconFile.gif) no-repeat left 2px;}
|
||||
|
|
|
|||
|
|
@ -21,9 +21,9 @@
|
|||
.pageNavigation .current { color:#b1ae00; }
|
||||
|
||||
/* boardRead */
|
||||
.boardRead .fileAttached li a { background:url(../images/purple/iconFile.gif) no-repeat left top;}
|
||||
.boardRead .fileAttached li { background:url(../images/purple/iconFile.gif) no-repeat left 2px;}
|
||||
|
||||
/* replyAndTrackback */
|
||||
.buttonBox .replyAndTrackback a strong { color:#b1ae00;}
|
||||
|
||||
.replyBox .fileAttached li { border:0px; display:inline; margin-right:.75em; line-height:1.5em; padding:.1em 0 .1em 1.5em; background:url(../images/purple/iconFile.gif) no-repeat left;}
|
||||
.replyBox .fileAttached li { background:url(../images/purple/iconFile.gif) no-repeat left 2px;}
|
||||
|
|
|
|||
|
|
@ -21,9 +21,9 @@
|
|||
.pageNavigation .current { color:#ff6600; }
|
||||
|
||||
/* boardRead */
|
||||
.boardRead .fileAttached li a { background:url(../images/red/iconFile.gif) no-repeat left top;}
|
||||
.boardRead .fileAttached li { background:url(../images/red/iconFile.gif) no-repeat left 2px;}
|
||||
|
||||
/* replyAndTrackback */
|
||||
.buttonBox .replyAndTrackback a strong { color:#ff6600;}
|
||||
|
||||
.replyBox .fileAttached li { border:0px; display:inline; margin-right:.75em; line-height:1.5em; padding:.1em 0 .1em 1.5em; background:url(../images/red/iconFile.gif) no-repeat left;}
|
||||
.replyBox .fileAttached li { background:url(../images/red/iconFile.gif) no-repeat left 2px;}
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
.accountNavigation li.myInfo a { background:url(../images/white/iconMyInfo.gif) no-repeat left top; padding-left:14px; }
|
||||
|
||||
/* boardRead */
|
||||
.boardRead .fileAttached li a { background:url(../images/white/iconFile.gif) no-repeat left top;}
|
||||
.boardRead .fileAttached li { background:url(../images/white/iconFile.gif) no-repeat left 2px;}
|
||||
|
||||
/* style.list */
|
||||
.boardList th { background:#ffffff url(../images/white/lineBoardListTh.gif) no-repeat left bottom; }
|
||||
|
|
@ -26,4 +26,4 @@
|
|||
/* replyAndTrackback */
|
||||
.buttonBox .replyAndTrackback a strong { color:#ff6600;}
|
||||
|
||||
.replyBox .fileAttached li { border:0px; display:inline; margin-right:.75em; line-height:1.5em; padding:.1em 0 .1em 1.5em; background:url(../images/white/iconFile.gif) no-repeat left;}
|
||||
.replyBox .fileAttached li { background:url(../images/white/iconFile.gif) no-repeat left 2px;}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
<!--@if(!$module_info->colorset)-->
|
||||
{@$module_info->colorset = "white"}
|
||||
<!--@end-->
|
||||
|
||||
<!-- CSS 파일 로드 (컬러셋에 따라서) -->
|
||||
<!--%import("css/common.css")-->
|
||||
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 146 B After Width: | Height: | Size: 101 B |
|
Before Width: | Height: | Size: 211 B After Width: | Height: | Size: 298 B |
|
Before Width: | Height: | Size: 343 B After Width: | Height: | Size: 195 B |
|
Before Width: | Height: | Size: 78 B After Width: | Height: | Size: 465 B |
|
Before Width: | Height: | Size: 338 B After Width: | Height: | Size: 313 B |
|
Before Width: | Height: | Size: 79 B After Width: | Height: | Size: 465 B |
|
|
@ -1,5 +1,6 @@
|
|||
.poll_table { table-layout:fixed; width:100%; }
|
||||
.poll_table { table-layout:fixed; width:100%; padding:0; border:none;}
|
||||
|
||||
.poll_table td { padding:0; margin:0; }
|
||||
.poll_table td.h { background:url(../images/top_bg.png) repeat-x left top; }
|
||||
.poll_table td.title { height:28px; background:url(../images/top_title_bg.png) repeat-x left top; padding:0 20px 0 20px;color:#C3C3C4;}
|
||||
.poll_table td.title strong { color:#FFFFFF; font-weight:bold; }
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.login_black { border:2px solid #515151; width:196px; position:relative; _padding-top:2px; display:block;}
|
||||
.login_black { border:2px solid #515151; width:196px; position:relative; _padding-top:2px; display:block; display:none;}
|
||||
*:first-child+html body#black .login_black { padding-top:2px;}
|
||||
.login_black legend { display:block; width:0; height:0; overflow:hidden; font-size:0;}
|
||||
.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;}
|
||||
.login_black form .idpwWrap { overflow:hidden; clear:both; width:172px;}
|
||||
.login_black form .idpw { float:left; width:110px;}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.login_default { 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:block; width:0; height:0; overflow:hidden; font-size:0;}
|
||||
.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;}
|
||||
.login_default form .idpwWrap { overflow:hidden; clear:both; width:172px;}
|
||||
.login_default form .idpw { float:left; width:110px; }
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.login_white { 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:block; width:0; height:0; overflow:hidden; font-size:0;}
|
||||
.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;}
|
||||
.login_white form .idpwWrap { overflow:hidden; clear:both; width:172px;}
|
||||
.login_white form .idpw { float:left; width:110px;}
|
||||
|
|
|
|||