You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
131 lines
2.7 KiB
131 lines
2.7 KiB
@CHARSET "UTF-8"; |
|
|
|
#main { |
|
border-top: 3px solid #48ADE7; |
|
clear: both; |
|
/* |
|
background: #EEEEF0; |
|
padding-top: 2em; |
|
*/ |
|
} |
|
|
|
#contents { /*padding: 1.5em;*/ |
|
padding-top: 2px; |
|
/*background: #FFFDF3;*/ |
|
/*min-height: 300px;*/ |
|
} |
|
|
|
#header { |
|
position: relative; |
|
width: 100%; |
|
height: 1em; |
|
width: 45em; |
|
/* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */ |
|
} |
|
|
|
#header ul#primary { |
|
margin: 0; |
|
padding: 0; |
|
position: absolute; |
|
bottom: -3px; |
|
width: 45em; |
|
/* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */ |
|
} |
|
|
|
#header ul li { |
|
display: inline; |
|
list-style: none; |
|
} |
|
|
|
#header ul#primary a,#header ul#primary span,#header ul#primary a.current |
|
{ |
|
width: 83px; |
|
display: block; |
|
float: left; |
|
padding: 2px 0 0 0; |
|
margin: 1px 3px 1px 0; |
|
text-align: center; |
|
font-weight: bold; |
|
font-family: Dotum, tahoma, verdana, sans-serif; |
|
font-size: 82%; |
|
text-decoration: none; |
|
color: #307AA7; |
|
} |
|
|
|
#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover |
|
{ /*border: 3px solid #58BDF7;*/ |
|
border-bottom: none; |
|
border-radius: 9px 9px 0 0; |
|
-moz-border-radius: 9px 9px 0 0; |
|
-webkit-border-radius: 9px 9px 0 0; |
|
-khtml-border-radius: 9px 9px 0 0; |
|
/*background: #FCFCFF;*/ |
|
background: transparent url('/totsys/common/images/tab_on.gif'); |
|
padding-top: 2px; |
|
padding-bottom: 3px; |
|
margin-top: 0; |
|
margin-bottom: 0; |
|
} |
|
|
|
#header ul#primary a { /*background: #FFFAE1;*/ |
|
background: transparent url('/totsys/common/images/tab_off.gif'); |
|
/*border: 2px solid #DADADA;*/ |
|
border-bottom: none; |
|
border-radius: 9px 9px 0 0; |
|
-moz-border-radius: 9px 9px 0 0; |
|
-webkit-border-radius: 9px 9px 0 0; |
|
-khtml-border-radius: 9px 9px 0 0; |
|
padding-top: 2px; |
|
color: #777; |
|
} |
|
|
|
#header ul#primary a:hover { |
|
margin-top: 0; |
|
border-color: #666; |
|
/*background: #FFF7CD;*/ |
|
padding-bottom: 3px; |
|
} |
|
|
|
#header ul#secondary { |
|
position: absolute; |
|
margin: 0; |
|
padding: 0; |
|
bottom: -1.4em; |
|
left: 1px; |
|
width: 50em; |
|
/* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */ |
|
} |
|
|
|
#header ul#secondary li a,#header ul#secondary li span { |
|
width: auto; |
|
display: block; |
|
float: left; |
|
/*padding: 0 10px;*/ |
|
margin: 0; |
|
text-align: auto; |
|
border: none; |
|
border-right: 1px solid #AAA; |
|
background: none; |
|
} |
|
|
|
#header ul#secondary li a { |
|
color: #06C; |
|
text-decoration: underline; |
|
} |
|
|
|
#header ul#secondary li a:hover { |
|
color: #333; |
|
background: transparent; |
|
padding: 0 10px; |
|
border: none; |
|
border-right: 1px solid #AAA; |
|
} |
|
|
|
#header ul#secondary li a:active { |
|
color: #000; |
|
background: transparent; |
|
} |
|
|
|
#header ul#secondary li:last-child a { |
|
border: none; |
|
}
|
|
|