mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 22:59:57 +09:00
통합검색 디자인 적용
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2291 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
978c77ef14
commit
c5ef12d0d3
20 changed files with 126 additions and 83 deletions
|
|
@ -1,30 +1,42 @@
|
|||
@charset "utf-8";
|
||||
#spot { border:8px solid #cecece; width:754px; height:64px; position:relative; margin:0 -15px 30px 0;}
|
||||
#spot h2 { position:absolute; top:24px; left:-8px;}
|
||||
#spot .search { text-align:center; position:relative; top:22px;}
|
||||
#spot .search * { vertical-align:middle;}
|
||||
#spot .search select { margin-top:1px;}
|
||||
#spot .search .inputText { border:1px solid #b6b6b6; padding:2px 3px; width:252px; height:14px;}
|
||||
#spot .search .submit {}
|
||||
|
||||
/* boardInformation */
|
||||
.boardInformation { clear:both; margin:1em 0 .5em 0; overflow:hidden; color:#666666;}
|
||||
.search strong { color:#ff6600;}
|
||||
.articleNum strong { font:bold 11px Tahoma; color:#ff6600;}
|
||||
#content { width:100%; overflow:hidden; position:relative;}
|
||||
#content h3.result { width:100%; height:23px; border-bottom:1px solid #cecece; _margin-top:-2px; margin-bottom:23px; margin-left:15px;}
|
||||
*:first-child+html #content h3.result { margin-top:-2px;}
|
||||
#content h3.result strong { color:#ff1a00;}
|
||||
#content .sortBy { position:absolute; top:0; right:0; overflow:hidden;}
|
||||
#content .sortBy li { list-style:none; float:left; padding:0 6px; position:relative; right:-6px; background:url(../images/white/vrType2.gif) no-repeat right 1px;}
|
||||
#content .sortBy li a { display:block; float:left; padding-left:9px; color:#3e3e3e; white-space:nowrap; background:url(../images/white/bulletSortBy.gif) no-repeat left 4px; text-decoration:none; }
|
||||
#content .sortBy li.on a { color:#ff1a00; background:url(../images/white/bulletSortByOn.gif) no-repeat left 4px;}
|
||||
|
||||
.no_result { text-align:center; padding:3em; border-top:1px solid #EEEEEE; border-bottom:1px solid #EEEEEE;}
|
||||
|
||||
/* search_result */
|
||||
.search_result { margin:1em 0 3em 0; list-style:none; clear:both;}
|
||||
.search_result .thumbnail { float:left; padding:10px; }
|
||||
.search_result .thumbnail img { width:100px; height:100px; border:1px solid #555555; }
|
||||
.search_result .title { margin-bottom:.5em; border-top:1px solid #EEEEEE; padding-top:.5em; }
|
||||
.search_result .title a { color:#4831F6; font-size:1.2em; font-weight:bold; text-decoration:none; }
|
||||
.search_result .title a:visited { color:#A59AFD;}
|
||||
.search_result .replyAndTrackback { font:.8em Tahoma; color:#ff6600; position:relative; top:-.2em;}
|
||||
.search_result .replyAndTrackback img.trackback { margin-bottom:-.1em;}
|
||||
.search_result .summary { margin-bottom:.5em; padding-left:2em; }
|
||||
.search_result .summary a { color:#888888; font-size:1em; text-decoration:none; }
|
||||
.search_result .summary a:visited { color:#BBBBBB;}
|
||||
.search_result .summary a:hover { color:#BBBBBB; text-decoration:none;}
|
||||
.search_result .author { padding-left:2em; float:left; color:#000000; font-size:.9em;}
|
||||
.search_result .date { padding-left:2em; float:left; color:#888888; font-size:.9em;}
|
||||
.searchResult { margin-left:15px;}
|
||||
.searchResult li { width:100%; margin-bottom:29px; clear:both; overflow:hidden;list-style:none; }
|
||||
.searchResult li .thumb { display:block; float:left; margin-right:14px;}
|
||||
.searchResult li dl {}
|
||||
.searchResult li dl dt { color:#d8d8d8; margin-bottom:1px;}
|
||||
.searchResult li dl dt a { color:#1a3588; text-decoration:underline;}
|
||||
.searchResult li dl dt .reply { color:#fe6700; font:.9em Tahoma;}
|
||||
.searchResult li dl dt .reply em { color:#fe6700; font:bold 1em Tahoma;}
|
||||
.searchResult li dl dt .category { color:#818181;}
|
||||
.searchResult li dl dd { line-height:18px; color:#555555; margin-bottom:4px;}
|
||||
.searchResult li address { color:#d8d8d8; font-size:11px;}
|
||||
.searchResult li address strong { color:#3e3e3e; font-size:1em; font-weight:normal;}
|
||||
.searchResult li address img { vertical-align:middle; margin-right:2px;}
|
||||
.searchResult li address .time { color:#818181; font:.8em Tahoma;}
|
||||
.searchResult li address .read { font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#818181;}
|
||||
.searchResult li address .readNum { color:#818181; font:.8em Tahoma;}
|
||||
.searchResult li address .recom { font:11px "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#818181;}
|
||||
.searchResult li address .recomNum { color:#fe6700; font:bold .8em Tahoma;}
|
||||
|
||||
/* pageNavigation */
|
||||
.pageNavigation { display:block; padding:1.5em 0 2em 0; text-align:center; font:bold .8em Tahoma; border-top:1px solid #EEEEEE; padding-top:.5em; }
|
||||
.pageNavigation { position:relative; display:block; text-align:center; font:bold .8em Tahoma; }
|
||||
.pageNavigation a { position:relative; margin-left:-4px; font:bold 1em Tahoma; color:#666666; display:inline-block; padding:1px 7px 2px 6px; border-left:1px solid #dedfde; border-right:1px solid #CCCCCC; text-decoration:none; line-height:1em; }
|
||||
.pageNavigation a:hover { background:#F7F7F7; text-decoration:none; }
|
||||
.pageNavigation a:visited { color:#999999;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue