Team:Sheffield/aaa

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
<html>
-
<html xmlns="http://www.w3.org/1999/xhtml">
+
 
-
<head>
+
 
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+
 
-
<title>纯CSS实现的多级下拉导航菜单5,可设定下拉菜单宽度mobanwang.com</title>
+
<style type="text/css">
<style type="text/css">
 +
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .firstHeading,.visualClear {display: none;} /*-- hides default wiki settings --*/
 +
 +
#top-section {
 +
 +
border: 0 none;
 +
height: 14px;
 +
z-index: 100;
 +
top: 0;
 +
position: fixed;
 +
width: 975px;
 +
left: 50%;
 +
margin-left: -487px;
 +
}
 +
 +
#globalWrapper, #content {
 +
width: 100%;
 +
height: 100%;
 +
border: 0px;
 +
background-color: transparent;
 +
margin: 0px;
 +
padding: 0px;
 +
}
 +
 +
html, body, .wrapper {
 +
width: 100%;
 +
height: 100%;
 +
background-color: transparent;
 +
}
 +
 +
 +
 +
 +
    #firstSection {
 +
background-color: #DCEDDE;
 +
/* background-color: #B5888A; */
 +
/* background-color: #FFFFFF; */
 +
width:1050px;
 +
height:30em;
 +
                                margin-top:15px;
 +
                                margin-left:auto;
 +
margin-right:auto;
 +
 +
    }
 +
 +
            #secondSection{
 +
    background-color: #DCEDDE;
 +
/* background-color: #B5888A; */
 +
/* background-color: #FFFFFF; */
 +
MARGIN-RIGHT: 11.9em;
 +
float:right;
 +
width:63.4em;
 +
            }
 +
            #thirdSection{
 +
    /* 1: background-color: #E1FCEF; */
 +
background-color: #C4B7A2;
 +
/* background-color: #FFFFFF; */
 +
MARGIN-LEFT: 11.9em;
 +
width:0em;
 +
            }
 +
            #fourthSection{
 +
                background-color: orange;
 +
width:1100px;
 +
}
 +
#fifthSection{
 +
/* background-color: #F7F4E0; */
 +
background-color: #BAD0AA;
 +
/* background-color: #FFFFFF; */
 +
/* MARGIN-RIGHT: auto; */
 +
                MARGIN-LEFT: 11.9em;
 +
width:43.5em;
 +
                float:left;
 +
}
 +
#sixthSection{
 +
    /* 1: background-color: #E3F4E5; */
 +
background-color: #80B8A3;
 +
/* background-color: #FFFFFF; */
 +
MARGIN-Right: 12em;
 +
width:43.5em;
 +
                float:right; 
 +
}
 +
#seventhSection{
 +
/* 1: background-color: #EDF7D3; */
 +
/* 2: background-color: #73A09A; */
 +
background-color: #000;
 +
MARGIN-LEFT: 11.9em;
 +
width:0em;
 +
}
 +
#eighthSection{
 +
    /* 1: background-color: #EDF7D3; */
 +
/* background-color: #73A09A; */
 +
background-color: #FFFFFF;
 +
MARGIN-LEFT: 11.9em;
 +
width:87.5em;
 +
 +
}
 +
 +
 +
 +
/* for this demo only */
/* for this demo only */
#backgroundHolder { width:750px; height:490px; padding-top:10px; background:url(ulmulti5/pic.jpg); margin:0 auto; text-align:center; }
#backgroundHolder { width:750px; height:490px; padding-top:10px; background:url(ulmulti5/pic.jpg); margin:0 auto; text-align:center; }
Line 83: Line 181:
   
   
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
 +
</style>
</style>
-
<!--[if lte IE 7]>
+
 
-
<style type="text/css">
+
-
/* bug fixes for IE7 and lower - DO NOT CHANGE */
+
-
.nav .fly {width:99%;} /* make each flyout 99% of the prevous flyout */
+
-
a:active {} /* requires a blank style for :active to stop it being buggy */
+
-
</style>
+
-
<![endif]-->
+
-
</head>
+
<body>
<body>
 +
 +
 +
 +
<div id="contentcontainer">
 +
 +
 +
 +
 +
<!-- menu -->
 +
 +
<div id="backgroundHolder">
<div id="backgroundHolder">
   <ul class="nav">
   <ul class="nav">
Line 273: Line 376:
   </ul>
   </ul>
</div>
</div>
-
<br>
+
 
-
<br>
+
 
-
<div align="center"> </div>
+
 
-
<div style="width:550px;margin:20px auto;">
+
<!-- end of menu -->
-
<p><strong><a href="http://js.mobanwang.com">模板王整理</a></strong> </p>
+
 
 +
 
 +
 
 +
    <div align=center id="firstSection">
 +
 +
</div>
 +
 
 +
 
</div>
</div>
</body>
</body>
</html>
</html>

Revision as of 16:10, 27 August 2014