mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 19:59:54 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1820 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
10b6924d1e
commit
a91eb76184
7 changed files with 10 additions and 81 deletions
|
|
@ -19,7 +19,7 @@ IE7 Only
|
|||
* { margin:0; padding:0; font-family:"돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
|
||||
html, body { }
|
||||
html { width:100%; position:relative;}
|
||||
body { font-size:.75em; width:100%; background:#2f2f2f; margin:0em;}
|
||||
body { font-size:.75em; width:100%; background:#2f2f2f; margin:0;}
|
||||
img { border:none;}
|
||||
label { cursor:pointer;}
|
||||
select { height:1.6em;}
|
||||
|
|
@ -35,9 +35,6 @@ address { font-style:normal;}
|
|||
.inputTypeText:focus { background:#f4f4f4;}
|
||||
.inputTypeTextArea { border:1px solid #c9c9c9; padding:3px; background:#ffffff;}
|
||||
|
||||
/* Internet Explorer 6 PNG Bug Fix */
|
||||
.iePngFix { behavior:url(../js/iePngFix.htc);}
|
||||
|
||||
/* Special Class Selector */
|
||||
.fr { float:right;}
|
||||
.fl { float:left;}
|
||||
|
|
@ -54,13 +51,16 @@ address { font-style:normal;}
|
|||
/* ----- Header | End ----- */
|
||||
|
||||
#cBody { position:relative; clear:both; padding:0px 18px 0px 198px; margin:-71px 0 -38px 0; overflow:hidden; background:#ffffff url(../images/menuBg.gif) repeat-y;}
|
||||
|
||||
#gNavigation { float:left; width:180px; padding:71px 0 200px 0; margin-right:18px; margin-left:-198px; _margin-left:-99px;}
|
||||
#gNavigation h2 { margin-bottom:8px;}
|
||||
#gNavigation ul { width:180px;}
|
||||
#gNavigation ul li { width:180px; height:30px; background:url(../images/menuBg.png) no-repeat left top; behavior:url(../js/iePngFix.htc);}
|
||||
#gNavigation ul li { width:180px; height:30px; background:url(../images/menuBg.png) no-repeat left top; } /* behavior:url(./common/js/iePngFix.htc);}*/
|
||||
#gNavigation ul li.on { background-position:left -30px; margin-top:-2px; _background:url(../images/menuBgIeFix.png) no-repeat left top;}
|
||||
#gNavigation ul li.on a { color:#ffffff; font-weight:bold;}
|
||||
#gNavigation ul li a { display:block; padding:9px 0 0 28px; height:21px; color:#606060;}
|
||||
#gNavigation ul li a:hover { background:url(../images/menuBgIeFix.png) no-repeat; margin-top:-2px; font-weight:bold; color:#ffffff; text-decoration:none;}
|
||||
#gNavigation ul li.on a:hover { background:url(../images/menuBgIeFix.png) no-repeat; margin-top:0; font-weight:bold; color:#ffffff; text-decoration:none;}
|
||||
#gNavigation .menuEdit { float:left; padding:15px 0 0 26px;}
|
||||
|
||||
#content { float:left; width:100%; padding:71px 0 100px 0;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue