mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3114 201d5d3c-b55e-5fd7-737f-ddc643e51545
13 lines
554 B
CSS
13 lines
554 B
CSS
@charset "utf-8";
|
|
|
|
/* board Title */
|
|
.boardHeader h3 { border-bottom:3px solid #ac19a9; }
|
|
|
|
/* board Information */
|
|
.articleNum { float:left; background:url(../images/purple/iconArticle.gif) no-repeat left top; }
|
|
.articleNum strong { font:bold 11px Tahoma; color:#b1ae00;}
|
|
|
|
/* account Navigation */
|
|
.accountNavigation li.join a { background:url(../images/purple/iconMyInfo.gif) no-repeat left top; padding-left:14px; }
|
|
.accountNavigation li.myInfo a { background:url(../images/purple/iconMyInfo.gif) no-repeat left top; padding-left:14px; }
|
|
|