Template:SUSTC/2

From 2012.igem.org

(Difference between revisions)
 
(22 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
 +
<head>
<head>
Line 12: Line 13:
#footer-box {border:none;}
#footer-box {border:none;}
.firstHeading {display:none;}
.firstHeading {display:none;}
-
#content { border:none; }
+
#content { border:none; }
-
#bodyContent {border:none; }
+
#bodyContent {border:none; padding-top:100px}
-
#header{background-color:red;}
+
-
 
+
 +
/* Div IDs */ /***********/ body, #content,#table {
 +
  background: transparent;
 +
}
body {
body {
         margin: 0px;
         margin: 0px;
Line 22: Line 24:
color: #625e5e;
color: #625e5e;
font-family: Tahoma, Geneva, sans-serif;
font-family: Tahoma, Geneva, sans-serif;
-
f
+
font-size: 13px;
 +
line-height: 1.5em;
 +
        background-color: #000;
 +
background-image: url(https://static.igem.org/mediawiki/2012/6/69/SUSTC_SHENZHEN_A_Background.png);
 +
background-position: top center;
 +
background-repeat: no-repeat;
 +
        background-attachment:fixed;
 +
}
 +
 
 +
a, a:link, a:visited { color: #333; text-decoration: underline; }
 +
a:hover { color: #000; text-decoration: none; }
 +
 
 +
p { margin: 0px; padding: 0; }
 +
img { border: none; }
 +
 
 +
ul { margin: 0; padding: 0; }
 +
ul li { margin: 0; padding: 0; }
 +
 
 +
 
 +
 
 +
#templatemo_wrapper {
 +
width: 900px;
 +
<!-- padding: 100px 20px 0;-->
 +
        padding-left:20px;
 +
        padding-top:-20px;
 +
margin: 0 auto;
 +
        background-color:transparent;
 +
}
 +
 
 +
#templatemo_header {
 +
width: 860px;
 +
height: 115px;
 +
padding: 0 30px;
 +
background: url(https://static.igem.org/mediawiki/2012/8/8f/Fruit_site_templatemo_header.png) no-repeat;
 +
}
 +
 
 +
#site_title {
 +
float: left;
 +
width: 350px;
 +
margin: 35px 0 0 0;
 +
text-align: center;
 +
 
 +
}
 +
 
 +
#site_title a {
 +
margin: 0px;
 +
padding: 0px;
 +
font-size: 36px;
 +
color: #252b2d;
 +
font-weight: bold;
 +
text-decoration: none;
 +
}
 +
 
 +
#site_title a span {
 +
display: block;
 +
font-size: 14px;
 +
color: #333;
 +
font-weight: normal;
 +
margin-top: 5px;
 +
letter-spacing: 5px;
 +
}
 +
/* menu */
 +
 
 +
#templatemo_menu {
 +
float: right;
 +
width: 450px;
 +
height: 90px;
 +
padding: 12px 20px;
 +
background: url(../images/templatemo_menu.jpg) no-repeat;
 +
 
 +
}
 +
 
 +
#templatemo_menu ul {
 +
float: right;
 +
margin: 8px 0 0 0;
 +
padding: 0;
 +
list-style: none;
 +
display: inline-block;
 +
}
 +
 
 +
#templatemo_menu ul li {
 +
float: left;
 +
height: 82px;
 +
padding: 0 5px;
 +
margin: 0;
 +
display: inline-block;
 +
background: url(https://static.igem.org/mediawiki/2012/7/77/Fruit_site_templatemo_menu_divider.png) no-repeat bottom right;
 +
}
 +
 
 +
#templatemo_menu ul .last { background: none; }
 +
 
 +
#templatemo_menu ul li a {
 +
float: left;
 +
display: block;
 +
height: 42px;
 +
font-size: 14px;
 +
padding: 40px 10px 0;
 +
color: #fff;
 +
text-decoration: none;
 +
font-weight: normal;
 +
text-align: center;
 +
outline: none;
 +
 +
}
 +
 
 +
#templatemo_menu ul li a:hover, #templatemo_menu ul .current {
 +
background: url(https://static.igem.org/mediawiki/2012/b/bb/SUSTC_SHENZHEN_A_templatemo_menu_hover.png) no-repeat center bottom;
 +
}
 +
 
 +
/* end of menu */
 +
 
 +
 
 +
</style>
 +
</head>
 +
 
 +
<body >
 +
<div id="templatemo_wrapper">
 +
<div id="templatemo_header">
 +
   
 +
        <div id="site_title">
 +
            <a href="https://2012.igem.org/Team:SUSTC-Shenzhen-A" target="_parent"><img src="https://static.igem.org/mediawiki/2012/2/2c/%E5%9B%BE%E6%A0%871.jpg" alt="logo" /><span>2012 SUSTC iGEM TEAM</span></a>
 +
        </div> <!-- end of site_title -->
 +
       
 +
        <div id="templatemo_menu">
 +
            <ul>
 +
                <li><a href="https://2012.igem.org/Team:SUSTC-Shenzhen-A" >Home</a></li>
 +
                <li><a href="https://2012.igem.org/Team:SUSTC-Shenzhen-A/Team" >Team</a></li>
 +
                <li><a href="https://2012.igem.org/Team:SUSTC-Shenzhen-A/Project">Project</a></li>
 +
                <li><a href="https://2012.igem.org/Team:SUSTC-Shenzhen-A/Notebook">Notebook</a></li>
 +
                <li ><a href="https://2012.igem.org/Team:SUSTC-Shenzhen-A/Safety">Safety</a></li>
 +
 
 +
            </ul>   
 +
    </div> <!-- end of templatemo_menu -->
 +
   
 +
    </div> <!-- end of header -->
 +
 
 +
 
 +
</body>
 +
</html>
 +
[[File:Barnew.jpg]]

Latest revision as of 08:59, 4 August 2012