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

This commit is contained in:
zero 2008-03-21 01:37:41 +00:00
parent 8a928cf2e3
commit d6695c9928
2 changed files with 12 additions and 1 deletions

View file

@ -13,6 +13,8 @@
/* boardRead */ /* boardRead */
.boardRead .fileAttached li { background:url(../images/black/iconFile.gif) no-repeat left top;} .boardRead .fileAttached li { background:url(../images/black/iconFile.gif) no-repeat left top;}
.boardRead .titleAndUser { border-bottom:1px solid #555555; }
.boardRead .contentButton { border-top:1px solid #555555; }
/* style.list */ /* style.list */
.boardList th { background:transparent url(../images/black/lineBoardListTh.gif) no-repeat left bottom; } .boardList th { background:transparent url(../images/black/lineBoardListTh.gif) no-repeat left bottom; }
@ -87,8 +89,10 @@
.secretContent { border:1px solid #888888; width:240px; } .secretContent { border:1px solid #888888; width:240px; }
.secretContent .title { background-color:#444444; color:#AAAAAA;} .secretContent .title { background-color:#444444; color:#AAAAAA;}
.secretContent .content { background-color:#222222; color:#888888; } .secretContent .content { background-color:#222222; color:#888888; }
.smallBox .messageBox { background-color:#444444; border-bottom:1px solid #888888; color:#AAAAAA;}
.boardRead .readBody { color:#BBBBBB; } .boardRead .readBody { color:#BBBBBB; }
.smallBox { border:1px solid #555555; }
.smallBox .messageBox { background-color:#444444; border-bottom:1px solid #888888; color:#AAAAAA;}
.smallBox .header { background:transparent !important; }
/* button */ /* button */
a.button, span.button, del.button, a.button, span.button, del.button,

View file

@ -103,3 +103,10 @@ a.button span, span.button button, span.button input, del.button span{
} }
.trackbackBox {border:1px solid #444444; }
.viewDocument { border:1px solid #444444; }
.replyBox { border:none; }
.replyBox .replyItem { border:none; border-top:1px dotted #444444;}
.boardWrite { border:1px solid #555555; }
.smallBox { border:1px solid #555555; }
.smallBox .header { background-color:transparent; }