게시글 기본 아이콘 변경. 게시판/설문조사 스킨등의 세세하게 어긋난 부분 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3575 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-01-23 03:32:14 +00:00
parent 830f084638
commit 4b9f56167b
18 changed files with 22 additions and 21 deletions

View file

@ -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;}

View file

@ -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;}

View file

@ -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;}

View file

@ -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;}

View file

@ -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;}

View file

@ -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;}