mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3539 201d5d3c-b55e-5fd7-737f-ddc643e51545
29 lines
1.3 KiB
CSS
29 lines
1.3 KiB
CSS
@charset "utf-8";
|
|
|
|
/* board Title */
|
|
.boardHeader h3 { border-bottom:3px solid #2895c0; }
|
|
|
|
/* board Information */
|
|
.articleNum { float:left; background:url(../images/cyan/iconArticle.gif) no-repeat left top; }
|
|
.articleNum strong { font:bold 11px Tahoma; color:#2895c0;}
|
|
|
|
/* account Navigation */
|
|
.accountNavigation li.join a { background:url(../images/cyan/iconMyInfo.gif) no-repeat left top; padding-left:14px; }
|
|
.accountNavigation li.myInfo a { background:url(../images/cyan/iconMyInfo.gif) no-repeat left top; padding-left:14px; }
|
|
|
|
/* style.list */
|
|
.boardList th { background:#ffffff url(../images/cyan/lineBoardListTh.gif) no-repeat left bottom; }
|
|
.boardList td.recommend { color:#2895c0; }
|
|
.boardList td .replyAndTrackback { color:#2895c0; }
|
|
.buttonTypeGo { background:url(../images/cyan/buttonTypeInput24.gif) no-repeat; }
|
|
|
|
/* pageNavigation */
|
|
.pageNavigation .current { color:#2895c0; }
|
|
|
|
/* boardRead */
|
|
boardRead .fileAttached li a { background:url(../images/cyan/iconFile.gif) no-repeat left top;}
|
|
|
|
/* 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;}
|