Difference between revisions of "Template:Elan Vital Korea/Templates/Header"

Line 42: Line 42:
  
 
     <style type="text/css">
 
     <style type="text/css">
 +
/*header*/
 +
html, body { width:100%; height: 100%;  background-color: #fff; border:0; margin:0; padding:0; font:Verdana, Helvetica, sans-serif; }
 +
div, h1, h2, h3, h4, h5, table, th, td, p, ul, li, nav, img { border:0; margin:0; padding:0; list-style:none; }
 +
 +
 +
h1, h2, h3, h4, h5 {
 +
font-weight:bold; border-bottom:none;
 +
}
 +
 +
 +
 +
/* WIKI SETTINGS*/
 +
 +
/* Hide first heading */
 +
.firstHeading {
 +
display: none;
 +
}
 +
 +
/*-- Remove borders, float content left and remove padding/margin */
 +
#globalWrapper, #content{
 +
background-color: transparent;
 +
border: 0px;
 +
margin:0px;
 +
padding: 0px;
 +
}
 +
#content {
 +
width: auto;
 +
}
 +
 +
/*navigation*/
 +
.gnb {
 +
width:100%;
 +
    position:fixed;
 +
background:url(../img/NCtopmenu_bg.png) repeat-x;
 +
height:85px;
 +
z-index:9999;
 +
}
 +
.gnb .default {
 +
width:980px;
 +
margin:0 auto;
 +
font-size:14px;
 +
font-family: Verdana, Helvetica, sans-serif;
 +
}
 +
.gnb_on, .gnb .default ul a:hover {
 +
color:#5ab9cc;
 +
}
 +
.gnb_off, .gnb a {
 +
color:#585858;
 +
text-decoration:none;
 +
}
 +
.gnb .default ul {
 +
padding-top:40px;
 +
}
 +
.gnb .default ul li {
 +
display:inline-block;
 +
margin-left:20px;
 +
height:40px;   
 +
}
 
     </style>
 
     </style>
 
</head>
 
</head>

Revision as of 14:01, 15 September 2015