Team:Hong Kong HKU/templates/header frontpage

From 2013.igem.org

(Difference between revisions)
(Created page with "<html> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="title" content="HKU iGEM 2013" /> <meta name="keywords" content="iGEM, ...")
Line 156: Line 156:
-
+
#slideshow{
 +
text-align:center;
 +
}
 +
p{font-family:"Times New Roman", Times, serif;}
 +
#divFooterNav{
 +
width:960px;
 +
text-align:center;
 +
}
 +
 
 +
 
 +
 
 +
 
 +
/*****parent menu*****/
 +
#nav li a {
 +
display:block;
 +
padding:8px 5px 0 5px;
 +
font-weight:700;
 +
height:20px;
 +
text-decoration:none;
 +
color:#00994D;
 +
text-align:center;
 +
color:#FFCC33;
 +
}
 +
 
 +
#nav li a:hover
 +
{
 +
 
 +
}
 +
 
 +
/* style for default selected value */ #nav a.selected {
 +
color:00CC66;
 +
}
 +
/* submenu */ #nav ul
 +
{
 +
position:absolute;
 +
left:0;
 +
display:none;
 +
margin:0 0 0 -1px;
 +
padding:0;
 +
list-style:none;
 +
}
 +
 
 +
#nav ul li
 +
{
 +
width:190px;
 +
float:left;
 +
border-top:1px solid;
 +
}
 +
 
 +
/* display block will make the link fill the whole area of LI */ #nav ul a
 +
{
 +
display:block;
 +
height:14px;
 +
padding: 8px 5px;
 +
 
 +
}
 +
 
 +
#nav ul a:hover
 +
{
 +
text-decoration:underline;
 +
padding-left:15px;
 +
}
 +
</style>
 +
 
 +
 
 +
 
 +
 
 +
 
 +
   
         </div>
         </div>
</div>
</div>

Revision as of 18:33, 26 September 2013