git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3629 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2008-02-01 02:18:43 +00:00
parent e77fff6715
commit bab732877b
6 changed files with 13 additions and 13 deletions

View file

@ -87,8 +87,8 @@ Jeong, Chan Myeong 070601~070630
.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; height:22px;}
.boardRead .fileAttached li { padding-left:15px; display:block; float:left; white-space:nowrap; list-style:none; margin-right:10px; }
.boardRead .fileAttached h5 { font-weight:normal; color:#999999; font-size:1em; line-height:22px; }
.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;}
@ -125,7 +125,7 @@ Jeong, Chan Myeong 070601~070630
.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 { padding-left:15px; display:block; float:left; white-space:nowrap; list-style:none; margin-right:10px; }
.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; }
.replyBox .fileAttached li a:visited { color:#777777;}

View file

@ -21,9 +21,9 @@
.pageNavigation .current { color:#2895c0; }
/* boardRead */
.boardRead .fileAttached li { background:url(../images/cyan/iconFile.gif) no-repeat left 2px;}
.boardRead .fileAttached li { background:url(../images/cyan/iconFile.gif) no-repeat left top;}
/* replyAndTrackback */
.buttonBox .replyAndTrackback a strong { color:#2895c0;}
.replyBox .fileAttached li { background:url(../images/cyan/iconFile.gif) no-repeat left 2px;}
.replyBox .fileAttached li { background:url(../images/cyan/iconFile.gif) no-repeat left top;}

View file

@ -21,9 +21,9 @@
.pageNavigation .current { color:#38b549; }
/* boardRead */
.boardRead .fileAttached li { background:url(../images/green/iconFile.gif) no-repeat left 2px;}
.boardRead .fileAttached li { background:url(../images/green/iconFile.gif) no-repeat left top;}
/* replyAndTrackback */
.buttonBox .replyAndTrackback a strong { color:#38b549;}
.replyBox .fileAttached li { background:url(../images/green/iconFile.gif) no-repeat left 2px;}
.replyBox .fileAttached li { background:url(../images/green/iconFile.gif) no-repeat left top;}

View file

@ -21,9 +21,9 @@
.pageNavigation .current { color:#b1ae00; }
/* boardRead */
.boardRead .fileAttached li { background:url(../images/purple/iconFile.gif) no-repeat left 2px;}
.boardRead .fileAttached li { background:url(../images/purple/iconFile.gif) no-repeat left top;}
/* replyAndTrackback */
.buttonBox .replyAndTrackback a strong { color:#b1ae00;}
.replyBox .fileAttached li { background:url(../images/purple/iconFile.gif) no-repeat left 2px;}
.replyBox .fileAttached li { background:url(../images/purple/iconFile.gif) no-repeat left top;}

View file

@ -21,9 +21,9 @@
.pageNavigation .current { color:#ff6600; }
/* boardRead */
.boardRead .fileAttached li { background:url(../images/red/iconFile.gif) no-repeat left 2px;}
.boardRead .fileAttached li { background:url(../images/red/iconFile.gif) no-repeat left top;}
/* replyAndTrackback */
.buttonBox .replyAndTrackback a strong { color:#ff6600;}
.replyBox .fileAttached li { background:url(../images/red/iconFile.gif) no-repeat left 2px;}
.replyBox .fileAttached li { background:url(../images/red/iconFile.gif) no-repeat left top;}

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 { background:url(../images/white/iconFile.gif) no-repeat left 2px;}
.boardRead .fileAttached li { background:url(../images/white/iconFile.gif) no-repeat left top;}
/* 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 { background:url(../images/white/iconFile.gif) no-repeat left 2px;}
.replyBox .fileAttached li { background:url(../images/white/iconFile.gif) no-repeat left top;}