mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +09:00
위젯 검출 정규 표현식을 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2892 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f9896fe51a
commit
90aa62a6ac
993 changed files with 9190 additions and 10457 deletions
29
modules/board/skins/xe_board/css/white.css
Normal file
29
modules/board/skins/xe_board/css/white.css
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
@charset "utf-8";
|
||||
|
||||
/* board Title */
|
||||
.boardHeader h3 { border-bottom:3px solid #fe3614; }
|
||||
|
||||
/* board Information */
|
||||
.articleNum { float:left; background:url(../images/white/iconArticle.gif) no-repeat left top; }
|
||||
.articleNum strong { font:bold 11px Tahoma; color:#ff6600;}
|
||||
|
||||
/* account Navigation */
|
||||
.accountNavigation li.join a { background:url(../images/white/iconMyInfo.gif) no-repeat left top; padding-left:14px; }
|
||||
.accountNavigation li.myInfo a { background:url(../images/white/iconMyInfo.gif) no-repeat left top; padding-left:14px; }
|
||||
|
||||
/* style.list */
|
||||
.boardList th { background:#ffffff url(../images/white/lineBoardListTh.gif) no-repeat left bottom; }
|
||||
.boardList td.recommend { color:#ff6600; }
|
||||
.boardList td .replyAndTrackback { color:#ff6600; }
|
||||
.buttonTypeGo { background:url(../images/white/buttonTypeInput24.gif) no-repeat; }
|
||||
|
||||
/* pageNavigation */
|
||||
.pageNavigation .current { color:#ff6600; border-right:1px solid #CCCCCC; }
|
||||
|
||||
/* boardRead */
|
||||
.boardRead .readFooter .fileAttached li a { background:url(../images/white/iconFile.gif) no-repeat left top;}
|
||||
|
||||
/* replyAndTrackback */
|
||||
.replyAndTrackback { background:url(../images/white/bgBoardListTh.gif) repeat-x left 0px; }
|
||||
.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;}
|
||||
Loading…
Add table
Add a link
Reference in a new issue