최초등록
This commit is contained in:
@@ -0,0 +1,142 @@
|
||||
@charset "utf-8";
|
||||
|
||||
html, body{
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
font-family: gulim, Arial, Helvetica, sans-serif;
|
||||
font-size: 11px;
|
||||
color: #FFFFFF;
|
||||
|
||||
}
|
||||
|
||||
ul,li,img{margin:0;padding:0;border:0;list-style:none;}
|
||||
ol, ul, li {
|
||||
list-style-image:none;
|
||||
list-style-position:outside;
|
||||
list-style-type:none;
|
||||
}
|
||||
select{font-size: 12px;}
|
||||
|
||||
|
||||
#fbFooter {
|
||||
height: 54px;
|
||||
background-color: #000000;
|
||||
background-image: url('../img/footerBackground.gif');
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
|
||||
.fbPaginationMinor {
|
||||
color: #FFFFFF;
|
||||
letter-spacing:-1px;
|
||||
}
|
||||
|
||||
.fbPaginationMinor2 {
|
||||
color: #FFFFFF;
|
||||
font-weight:bold;
|
||||
margin-right: 10px;
|
||||
margin-left:5px;
|
||||
}
|
||||
|
||||
#fbCurrentPages{
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
#fbContents {
|
||||
float: right;
|
||||
margin-top: 12px;
|
||||
}
|
||||
#fbContents li {float:left;}
|
||||
|
||||
#fbContents2 {
|
||||
float: right;
|
||||
margin-top: 15px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
#fbContents2 li {float:left;}
|
||||
|
||||
#fbContentsMenu {
|
||||
margin-top:3px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
|
||||
#fbMenu {
|
||||
float: right;
|
||||
margin-top: 9px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
|
||||
#logo {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#content_move {
|
||||
float: left;
|
||||
margin-left:10px;
|
||||
margin-top:12px;
|
||||
}
|
||||
|
||||
#content_move select {
|
||||
background-color:#166E00;
|
||||
color:#ffffff;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.div {
|
||||
padding-left:4px;
|
||||
padding-right:4px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
#altmsg {
|
||||
position: absolute;
|
||||
background-color:#000000;
|
||||
width:100%;j
|
||||
padding:50px 0 50px 0;
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
text-align:center;
|
||||
}
|
||||
#altmsg:hover {
|
||||
opacity: 0.8;
|
||||
filter: alpha(opacity=80);
|
||||
}
|
||||
a.altlink:link {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
a.altlink:visited {
|
||||
color: #DDDDDD;
|
||||
}
|
||||
|
||||
a.altlink:hover{
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
|
||||
#helpTop {
|
||||
width:100%;
|
||||
height: 39px;
|
||||
background-color: #F1F1F1;
|
||||
background-image: url('../img/help_titbg.gif');
|
||||
}
|
||||
|
||||
#helpleft {
|
||||
float:left;
|
||||
padding:8px;
|
||||
}
|
||||
#helpright {
|
||||
float:right;
|
||||
}
|
||||
|
||||
#helpCon {
|
||||
text-align:center;
|
||||
padding:14px;
|
||||
}
|
||||
|
||||
#helpCon li {
|
||||
padding-bottom:14px;
|
||||
}
|
||||
Reference in New Issue
Block a user