mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +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 +1 @@
|
|||
div.archiveBox .header h2 { font-size:1em; color:#1187d8;}
|
||||
div.cozy_ab_blue .header h2 { font-size:1em; color:#1187d8;}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
div.archiveBox .header h2 { font-size:1em; color:#9ab09f;}
|
||||
div.cozy_ab_bluish_green .header h2 { font-size:1em; color:#9ab09f;}
|
||||
|
|
|
|||
|
|
@ -2,8 +2,9 @@ div.archiveBox { padding-bottom:1em;}
|
|||
div.archiveBox .header { padding:7px 0 0 12px; height:21px; _height:20px; background:#f5f5f5; }
|
||||
*:first-child+html div.archiveBox .header { height:20px; color:#ef2121;}
|
||||
|
||||
div.archiveBox ul { padding:.5em; overflow:hidden;}
|
||||
div.archiveBox ul li { color:#a4a4a4; margin-right:.1em; line-height:1.5em; font-size:.9em;}
|
||||
div.archiveBox .header h2 { margin:0; padding:0; }
|
||||
div.archiveBox ul { margin:0; padding:.5em; overflow:hidden;}
|
||||
div.archiveBox ul li { list-style:none;color:#a4a4a4; margin-right:.1em; line-height:1.5em; font-size:.9em;}
|
||||
div.archiveBox ul li a { font-size:.9em; color:#a4a4a4;}
|
||||
div.archiveBox ul li.typeA a { color:#717171; font-weight:bold;}
|
||||
div.archiveBox ul li.typeB a { color:#3d3d3d;}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
div.archiveBox .header h2 { font-size:1em; color:#8dc63f;}
|
||||
div.cozy_ab_green .header h2 { font-size:1em; color:#8dc63f;}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
div.archiveBox .header h2 { font-size:1em; color:#f70795;}
|
||||
div.cozy_ab_pink .header h2 { font-size:1em; color:#f70795;}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
div.archiveBox .header h2 { font-size:1em; color:#ef2121;}
|
||||
div.cozy_ab_red .header h2 { font-size:1em; color:#ef2121;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue