git-svn-id: http://xe-core.googlecode.com/svn/trunk@1589 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-11 06:48:44 +00:00
parent 3b9f07a90d
commit 7461841819
99 changed files with 1260 additions and 58 deletions

View file

@ -1,8 +1,4 @@
@charset "utf-8";
/*
NHN UIT Lab. WebStandardization Team (http://html.nhndesign.com/)
Jeong, Chan Myeong 070601~070630
*/
/* default.css - Type Selector Definition */
* { margin:0; padding:0; font-family:"돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
@ -12,8 +8,6 @@ body { font-size:.75em; margin:2em;}
img { border:none;}
label { cursor:pointer;}
select { height:1.6em;}
select:hover,
select:focus { background:#eeeeee;}
option { padding-right:.5em;}
li { list-style:none;}
a { text-decoration:none;}
@ -21,9 +15,10 @@ a:hover { text-decoration:underline;}
address { font-style:normal;}
/* Input Style Definition */
.inputTypeText { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; padding:3px; height:1em; line-height:1em; background:#fbfbfb;}
.inputTypeText { border:1px solid; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6; padding:3px; height:1em; line-height:1em; background:#ffffff;}
.inputTypeText:hover,
.inputTypeText:focus { background:#eeeeee;}
.inputTypeText:focus { background:#f4f4f4;}
.inputTypeTextArea { border:1px solid !important; border-color:#a6a6a6 #d8d8d8 #d8d8d8 #a6a6a6 !important; padding:3px; background:#ffffff;}
a.bold {
font-weight:bold;
@ -45,54 +40,6 @@ a.bold {
display:block;
}
h1 {
font-size:25px;
font-weight:bold;
background-color:#efefef;
color:#0f217c;
padding:0px 5px 0px 5px;
border-bottom:1px solid #445bcd;
}
h2 {
font-size:20px;
font-weight:bold;
background-color:#efefef;
color:#0f217c;
padding:0px 5px 0px 5px;
border-bottom:1px solid #445bcd;
}
h3 {
color:#0f217c;
font-size:20px;
font-weight:bold;
background-color:#efefef;
border-bottom:1px solid #445bcd;
padding:0px 5px 0px 5px;
}
h4 {
color:#0f217c;
font-size:15px;
font-weight:normal;
background-color:#efefef;
border-bottom:1px solid #445bcd;
padding:0px 5px 0px 5px;
}
h5 {
font-size:12px;
font-weight:normal;
line-height:0px;
}
h6 {
font-size:11px;
font-weight:normal;
line-height:0px;
}
.member_signature {
margin-top:10px;
border:1px solid #DDDDDD;