mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +09:00
xe_board 스킨의 글/댓글에 ipaddress주소를 관리자의 경우 온전히, 비관리자의 경우 A클래스를 지워서 노출하도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4304 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3c7fa167db
commit
24bab32a3b
5 changed files with 20 additions and 15 deletions
|
|
@ -58,7 +58,11 @@ Jeong, Chan Myeong 070601~070630
|
|||
.boardRead .titleAndUser .userInfo .author { color:#3074a5; }
|
||||
.boardRead .titleAndUser .userInfo .author a { font-size:.9em; color:#3074a5; text-decoration:none; }
|
||||
|
||||
.boardRead .dateAndCount { clear:both; white-space:nowrap; color:#444444; margin:5px 0 0 0; float:left; font-size:.9em; font-family:tahoma; line-height:17px; padding-bottom:10px; }
|
||||
.boardRead .dateAndCount { clear:both; white-space:nowrap; color:#444444; margin:5px 0 0 0; font-size:.9em; font-family:tahoma; line-height:17px; padding-bottom:10px; }
|
||||
|
||||
.boardRead .dateAndCount .uri { float:left; }
|
||||
.boardRead .dateAndCount .uri a { text-decoration:none; margin-left:4px; color:#BBBBBB; }
|
||||
|
||||
.boardRead .dateAndCount .date { float:right; background:url("../images/common/calendar.gif") no-repeat left top; padding-left:18px; margin-left:10px; }
|
||||
.boardRead .dateAndCount .readedCount { float:right; color:#AAAAAA; margin-left:10px; background:url("../images/common/read.gif") no-repeat left top; padding-left:18px; color:#4A3FD7;}
|
||||
.boardRead .dateAndCount .votedCount { float:right; color:#AAAAAA; margin-left:10px; background:url("../images/common/vote.gif") no-repeat left top; padding-left:18px; color:#D76A3F;}
|
||||
|
|
@ -70,8 +74,6 @@ Jeong, Chan Myeong 070601~070630
|
|||
.boardRead .dateAndCount .category { float:left; margin-right:10px; }
|
||||
.boardRead .dateAndCount .category a { color:#555555; text-decoration:none; background:url("../images/common/category.gif") no-repeat left -1px; padding-left:18px; font-weight:bold;}
|
||||
.boardRead .dateAndCount .category a:hover { text-decoration:underline; }
|
||||
.boardRead .dateAndCount .uri { float:left; }
|
||||
.boardRead .dateAndCount .uri a { text-decoration:none; margin-left:4px; color:#BBBBBB; }
|
||||
|
||||
/* extraVars list */
|
||||
.boardRead .extraVarsList { width:100%; border:1px solid #e0e1db; border-bottom:none; margin:0 0 30px 0; table-layout:fixed;}
|
||||
|
|
@ -80,7 +82,6 @@ Jeong, Chan Myeong 070601~070630
|
|||
.boardRead .extraVarsList td a { color:#555555; }
|
||||
|
||||
.boardRead .readBody { color:#555555; margin-top:20px; }
|
||||
.boardRead .readBody .contentBody .ipaddress { text-align:right; margin-top:10px; color:#bbbbbb; font-family:tahoma;}
|
||||
|
||||
|
||||
.boardRead .tag { background:#FFFFFF url(../images/common/iconTag.gif) no-repeat 3px 2px; padding-left:25px; margin:10px 0 0 0; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue