mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
ZB 1.1.0 Front-end Refactoring. Forum.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4788 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b9352303fc
commit
b98189a262
15 changed files with 466 additions and 467 deletions
|
|
@ -11,7 +11,7 @@
|
|||
.board .inputText,
|
||||
.board textarea,
|
||||
.board select{ background:#333; color:#fff;}
|
||||
.board a{color:#fff;}
|
||||
.board a:link{color:#fff;}
|
||||
|
||||
/* Board Header */
|
||||
.boardHeader .boardTitle{ border-color:#999; background-image:url(../images/common/iconBoardHeading.gif);}
|
||||
|
|
@ -44,6 +44,9 @@
|
|||
.boardList td .category{ color:#fff; background-image:url(../images/black/lineVr11.gif);}
|
||||
.boardList td.title .replyNum{ color:#ccc;}
|
||||
.boardList td.title .replyNum sup{ color:#999;}
|
||||
.boardList td.title a.forum:link,
|
||||
.boardList td a.replyAnchor:link{ color:#6CF;}
|
||||
.boardList td .by{ color:#666;}
|
||||
|
||||
.boardList td.summary .thumb{ border-color:#999; background:#444;}
|
||||
|
||||
|
|
|
|||
|
|
@ -67,12 +67,20 @@
|
|||
.boardList td.check{ font:11px Tahoma;}
|
||||
.boardList td .category{ padding-right:7px; margin-right:2px; background-repeat:no-repeat; background-position:right center;}
|
||||
.boardList td.title{ width:100%; white-space:normal; text-align:left;}
|
||||
.boardList td.title img{ vertical-align:middle; margin:0 1px;}
|
||||
.boardList td.title .replyNum{ font:11px Tahoma;}
|
||||
.boardList td.title .replyNum sup{ font:10px Tahoma;}
|
||||
.boardList td.author{}
|
||||
.boardList td.replies{ font:11px Tahoma;}
|
||||
.boardList td.reading{ font:11px Tahoma;}
|
||||
.boardList td.recommend{ font:11px Tahoma;}
|
||||
.boardList td.date{ font:11px Tahoma;}
|
||||
.boardList td .replyAnchor{ position:relative; margin-right:10px; font-size:.9em;}
|
||||
.boardList td .replyAnchor .bubble{ display:none; position:absolute; font:9px Tahoma; top:-7px; right:4px; text-decoration:none;}
|
||||
.boardList td .replyAnchor:hover .bubble,
|
||||
.boardList td .replyAnchor:active .bubble,
|
||||
.boardList td .replyAnchor:focus .bubble{ display:block;}
|
||||
.boardList td .by{ font:9px Tahoma;}
|
||||
|
||||
.boardList td.summary { text-align:left; border-top-style:dotted; white-space:normal;}
|
||||
.boardList td.summary .thumb{ display:block; float:left; padding:2px; border:1px solid; margin-right:10px;}
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
.board .inputText,
|
||||
.board textarea,
|
||||
.board select{ background:#fff; color:#333;}
|
||||
.board a{color:#000;}
|
||||
.board a:link{color:#000;}
|
||||
|
||||
/* Board Header */
|
||||
.boardHeader .boardTitle{ border-color:#ddd; background-image:url(../images/common/iconBoardHeading.gif);}
|
||||
|
|
@ -43,6 +43,9 @@
|
|||
.boardList td .category{ color:#000; background-image:url(../images/white/lineVr11.gif);}
|
||||
.boardList td.title .replyNum{ color:#ccc;}
|
||||
.boardList td.title .replyNum sup{ color:#999;}
|
||||
.boardList td.title a.forum:link,
|
||||
.boardList td a.replyAnchor:link{ color:#06C;}
|
||||
.boardList td .by{ color:#ccc;}
|
||||
|
||||
.boardList td.summary .thumb{ border-color:#ddd; background:#fff;}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue