mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
기본 css에서 margin/padding등 html elements에 대해서 영향을 끼칠 수 있는 모든 속성 제거. 기본 패키지의 css 및 css 관련 오류 일괄 조절
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3794 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
14e047557f
commit
ccf770e892
126 changed files with 250 additions and 227 deletions
|
|
@ -1,6 +1,6 @@
|
|||
@charset "utf-8";
|
||||
#spot { border:8px solid #cecece; height:64px; position:relative; margin-bottom:30px;}
|
||||
#spot h2 { position:absolute; top:24px; left:-8px;}
|
||||
#spot h2 { padding:0; margin:0; 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;}
|
||||
|
|
@ -8,6 +8,7 @@
|
|||
#spot .search .submit {}
|
||||
|
||||
#content { width:100%; overflow:hidden; position:relative;}
|
||||
#content h3 { margin:0; padding:0; }
|
||||
#content h3.result { width:100%; height:23px; border-bottom:1px solid #cecece; margin-bottom:23px; margin-left:15px;}
|
||||
#content h3.result strong { color:#ff1a00;}
|
||||
#content .sortBy { position:absolute; top:0; right:0; overflow:hidden;}
|
||||
|
|
@ -15,17 +16,17 @@
|
|||
#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;}
|
||||
|
||||
.searchResult { margin-left:15px;}
|
||||
.searchResult { margin:0 0 0 15px; padding:0;}
|
||||
.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 { margin:0; }
|
||||
.searchResult li dl dt { color:#d8d8d8; margin-bottom:1px;}
|
||||
.searchResult li dl { margin:0; padding:0; }
|
||||
.searchResult li dl dt { padding:0; margin:0; 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 dt .category a { color:#818181; border:none; text-decoration:none;}
|
||||
.searchResult li dl dd { line-height:18px; color:#555555; margin-bottom:4px;}
|
||||
.searchResult li dl dd { padding:0; margin:0; 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;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue