Template:SeuOHeader

From 2012.igem.org

(Difference between revisions)
 
(39 intermediate revisions not shown)
Line 2: Line 2:
<head>
<head>
-
<title> Team: British Columbia - 2011.igem.org </title>
+
<title></title>
<style type="text/css">
<style type="text/css">
Line 19: Line 19:
   font-size: 10pt;
   font-size: 10pt;
}
}
 +
#p-logo {
#p-logo {
Line 84: Line 85:
}
}
-
body {
+
#search-controls {
-
   background-color: #A60901;
+
   display: none;
-
   text-align: justify;
+
   margin-top: 0px;
}
}
-
 
+
#top-section {
-
/* END Wiki Hacks */
+
   
-
 
+
  display: none;
-
/* Menu BEGIN */
+
-
 
+
-
#menu{
+
-
        width: 100%;
+
-
        margin: 0;
+
-
        padding: 10px 0 0 0;
+
-
        list-style: none;
+
-
        background: #FFffff;
+
}
}
 +
body { 
-
#menu li{
+
/*
-
        float: left;
+
    background: rgb(255,255,255);
-
        padding: 0 0 10px 0;
+
-
        position: relative;
+
-
}
+
-
#menu a
+
    background-image: url('https://static.igem.org/mediawiki/2012/6/69/Seuobackground.jpg');
-
{
+
    background-position: top center;
-
        float: left;
+
    background-repeat: no-repeat;
-
        height: 25px;
+
*/
-
        padding: 0 16px;
+
-
        color: #A60901;
+
-
        font: bold 15px/25px Arial, Helvetica;
+
-
        text-decoration: none;
+
}
}
-
*html #menu li a:hover /* IE6 */
+
/* END Wiki Hacks */
-
{
+
-
        color: #A60901;
+
-
}
+
-
#menu li:hover > a
+
</style>
-
{
+
</head>
-
        color: #A60901;
+
<div style=" width:1074px">
-
}
+
    <div  style=" float:left; width:473px;"><img src="https://static.igem.org/mediawiki/2012/4/4a/Seuheader-0.JPG"  width=473px alt="header1" usemap ="#header1map"/></div>
 +
    <div  style=" float:left; width:566px;"><img src="https://static.igem.org/mediawiki/2012/e/e3/Seuheader-1.JPG" width=566px /></div>
 +
</div>
-
#menu li:hover > ul
+
<map name="header1map">
-
{
+
  <area shape="rect" coords="95,35,385,295" href="http://www.igem.org/Main_Page" />
-
        display: block;
+
  <area shape="poly" coords="35,520,140,460,165,500,55,560" href="https://2012.igem.org/Team:SEU_O_China" />
-
}
+
  <area shape="poly" coords="140,460,165,500,245,400,265,440" href="https://2012.igem.org/Team:SEU_O_China/Team" />
 +
  <area shape="poly" coords="245,400,265,440,355,335,375,375" href="https://2012.igem.org/Team:SEU_O_China/Project" />
 +
  <area shape="poly" coords="355,335,375,375,460,275,485,320" href="https://2012.igem.org/Team:SEU_O_China/Model" />
-
/* Sub-menu */
+
</map>
-
#menu ul
 
-
{
 
-
    list-style: none;
 
-
    margin: 0;
 
-
    padding: 0;
 
-
    display: none;
 
-
    position: absolute;
 
-
    top: 35px;
 
-
    left: 15px;
 
-
    z-index: 99999;
 
-
    background: #A60901;
 
-
}
 
-
 
-
#menu ul li
 
-
{
 
-
    float: none;
 
-
    margin: 0;
 
-
    padding: 0;
 
-
    display: block;
 
-
    -moz-box-shadow: 0 0px 0 #111111, 0 0px 0 #777777;
 
-
    -webkit-box-shadow: 0 0px 0 #111111, 0 0px 0 #777777;
 
-
    box-shadow: 0 0px 0 #111111, 0 0px 0 #777777;
 
-
}
 
-
 
-
#menu ul li:last-child
 
-
{
 
-
    -moz-box-shadow: none;
 
-
    -webkit-box-shadow: none;
 
-
    box-shadow: none;
 
-
}
 
-
 
-
#menu ul a
 
-
{
 
-
    padding: 10px;
 
-
        height: auto;
 
-
    line-height: 1;
 
-
    display: block;
 
-
color: #ffffff;
 
-
    white-space: nowrap;
 
-
    float: none;
 
-
        text-transform: none;
 
-
}
 
-
 
-
*html #menu ul a /* IE6 */
 
-
{
 
-
        height: 10px;
 
-
        width: 150px;
 
-
}
 
-
 
-
*:first-child+html #menu ul a /* IE7 */
 
-
{
 
-
        height: 10px;
 
-
        width: 150px;
 
-
}
 
-
 
-
#menu ul a:hover
 
-
{
 
-
    background: #fff;
 
-
}
 
-
 
-
#menu ul li:first-child a
 
-
{
 
-
    -moz-border-radius: 15px 15px 0 0;
 
-
    border-radius: 15px 15px 0 0;
 
-
}
 
-
 
-
#menu ul li:first-child a:after
 
-
{
 
-
    content: '';
 
-
    position: absolute;
 
-
    left: 10px;
 
-
    top: -8px;
 
-
    width: 0;
 
-
    height: 0;
 
-
    border-left: 15px solid transparent;
 
-
    border-right: 15px solid transparent;
 
-
    border-bottom: 8px solid #000;
 
-
}
 
-
 
-
#menu ul li:first-child a:hover:after
 
-
{
 
-
    border-bottom-color: #060606;
 
-
}
 
-
 
-
#menu ul li:last-child a
 
-
{
 
-
    -moz-border-radius: 0 0 15px 15px;
 
-
    border-radius: 0 0 15px 15px;
 
-
}
 
-
 
-
/* Clear floated elements */
 
-
#menu:after
 
-
{
 
-
        visibility: hidden;
 
-
        display: block;
 
-
        font-size: 0;
 
-
        content: " ";
 
-
        clear: both;
 
-
        height: 0;
 
-
}
 
-
 
-
* html #menu            { zoom: 1; } /* IE6 */
 
-
*:first-child+html #menu { zoom: 1; } /* IE7 */
 
-
 
-
/* Menu END */
 
-
 
-
h1 {
 
-
  color: #A60901;
 
-
}
 
-
 
-
h2 {
 
-
  color: #A60901;
 
-
}
 
-
 
-
h3 {
 
-
  color: #A60901;
 
-
}
 
-
 
-
</style>
 
-
</head>
 
<body>
<body>
-
 
+
aaaaaaaaaaaaaaaaaa
</body>
</body>
</html>
</html>

Latest revision as of 13:23, 18 September 2012

header1
aaaaaaaaaaaaaaaaaa