Team:SEU A

From 2012.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
<head>
<head>
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+
<meta charset="utf-8">
-
<meta name="description" content="Pretty Simple Content Slider with jQuery and CSS3" />
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
-
<meta name="keywords" content="jquery,css3, content slider, slide, auto-play"/>
+
<title>iGEM 2012 SEU_A</title>
-
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen"/>
+
<link href="http://fonts.googleapis.com/css?family=Arvo" rel="stylesheet" type="text/css" />
 +
<link href="css/styles.css" rel="stylesheet" type="text/css" />
 +
<script src="js/jquery-1.7.1.min.js"></script>
 +
<script src="js/jquery.flexslider-min.js"></script>
 +
</head>
<style>
<style>
-
* {  
+
* {
-
margin:0;  
+
margin:0;
-
padding:0;  
+
padding:0;
}
}
-
body {  
+
body {  
-
background-image:url('https://static.igem.org/mediawiki/2012/1/1f/Background.jpg');
+
background:#FFF;
-
background-repeat:repeat-x repeat-y;
+
         position:relative;
         position:relative;
         width:100%;   
         width:100%;   
-
font-family:font-family:Tahoma, Geneva, sans-serif;
 
}
}
#globalWrapper{
#globalWrapper{
Line 24: Line 26:
}
}
#content {  
#content {  
-
top:-160px;
+
top:-150px;
position:relative;
position:relative;
width:100%;
width:100%;
Line 49: Line 51:
.reference p a:hover {  
.reference p a:hover {  
color:#333;  
color:#333;  
-
}
 
-
.title1{
 
-
position:relative;
 
-
margin:-40px 180px 0px;
 
}
}
.rotator{
.rotator{
Line 158: Line 156:
     color:#fff;
     color:#fff;
}
}
 +
a {
 +
color:#000;
 +
text-decoration:none;
 +
}
 +
p {
 +
line-height:140%;
 +
}
 +
h2 {
 +
font-size:30px;
 +
color:#160000;
 +
padding:0 0 10px 0;
 +
}
 +
h3 {
 +
font-size:18px;
 +
color:#160000;
 +
padding:0 0 10px 0;
 +
}
 +
h4 {
 +
color:#9e9e9e;
 +
font-size:18px;
 +
}
 +
.container {
 +
width: 960px;
 +
margin: 0 auto;
 +
}
 +
header h1 {
 +
padding:25px 0 0 0;
 +
}
 +
header h1 a {
 +
font-size: 42px;
 +
color:#160000;
 +
text-decoration:none;
 +
}
 +
.title1{
 +
position:relative;
 +
margin:40px 180px 0px;
 +
}
 +
.titleword{
 +
    position:relative;
 +
    margin:120px auto;
 +
    font-size:40px;
 +
    color:#000;
 +
    text-align:center;
 +
}
 +
.mainContent {
 +
float: right;
 +
width: 660px;
 +
padding:20px 0 20px 0;
 +
}
 +
.post {
 +
border-bottom: 1px  dashed #4b4b4b;
 +
    box-shadow: 0 1px #F2F2F2;
 +
margin-bottom:40px;
 +
}
 +
.post p {
 +
padding:10px 0;
 +
}
 +
.date {
 +
float:left;
 +
}
 +
.author {
 +
float:right;
 +
}
 +
.readmore {
 +
padding:0 0 20px 0;
 +
}
 +
.sidebar1 {
 +
margin: 0 690px 0 0;
 +
padding:20px 0 20px 0;
 +
border-right: 1px solid #BBBBBB;
 +
    box-shadow: 1px 0px #ffffff;
 +
}
 +
.sidebar1 p {
 +
width:220px;
 +
}
 +
input {
 +
}
 +
.sidebar1Separator {
 +
height:50px;
 +
}
 +
 +
footer {
 +
border-top:1px solid #bbbbbb;
 +
background:#e1e1e1;
 +
}
 +
footer p {
 +
text-align:center;
 +
padding:30px;
 +
}
 +
.clearfloat {
 +
clear:both;
 +
    height:0;
 +
    font-size: 1px;
 +
    line-height: 0px;
 +
}
 +
/*--------------------------------------------------------------------------------------------*/
 +
/********* begin MAIN NAV ********/
 +
/*--------------------------------------------------------------------------------------------*/
 +
.navcontainer ul {
 +
padding: 20px 0;
 +
margin: 0;
 +
list-style-type: none;
 +
background:#000;
 +
color: #FFF;
 +
width: 100%;
 +
text-align: center;
 +
box-shadow: 0px 6px 7px 0px #828282;
 +
}
 +
.navcontainer li {
 +
display: inline;
 +
}
 +
.navcontainer li a {
 +
text-decoration: none;
 +
color: #9c9b9b;
 +
padding: 20px 10px;
 +
text-shadow: none;
 +
text-transform:uppercase;
 +
font-weight:bold;
 +
font-size:18px;
 +
}
 +
.navcontainer li a:hover {
 +
background:url(../images/activeMenuGradient.jpg) repeat-x;
 +
color: #fff;
 +
}
 +
.navcontainer #active a {
 +
background:url(../images/activeMenuGradient.jpg) repeat-x;
 +
color: #fff;
 +
}
 +
/*--------------------------------------------------------------------------------------------*/
 +
/********* end MAIN NAV ********/
</style>
</style>
-
</head>
 
<body>
<body>
 +
<div class="navcontainer">
 +
    <ul class="navlist">
 +
        <li><a href="https://2012.igem.org/Team:SEU_A">Home</a></li>
 +
        <li><a href="https://2012.igem.org/Team:SEU_A/Project">Project</a></li>
 +
        <li><a href="https://2012.igem.org/Team:SEU_A/Modeling">Modeling</a></li>
 +
        <li><a href="https://2012.igem.org/Team:SEU_A/Notebook">Notebook</a></li>
 +
        <li><a href="https://2012.igem.org/Team:SEU_A/Safety">Safety</a></li>
 +
        <li><a href="https://2012.igem.org/Team:SEU_A/Attributions">Human Practice</a></li>
 +
        <li id="active"><a href="https://2012.igem.org/Team:SEU_A/Team">About Us</a></li>
 +
    </ul>
 +
</div>
<div id="content"> <a class="back" href="https://2012.igem.org"></a>
<div id="content"> <a class="back" href="https://2012.igem.org"></a>
<div class="title1">
<div class="title1">
Line 171: Line 309:
           <div class="info_image">url(back20120901.jpg)</div>
           <div class="info_image">url(back20120901.jpg)</div>
           <div class="info_heading">Introduction</div>
           <div class="info_heading">Introduction</div>
-
           <div class="info_description"> As we all know,people gradually rely on various antibiotics to kill bacteria. However, the adaptation ability of bacteria that of responding to these medicines is out of our imagination ... <a href="https://2012.igem.org/Team:SEU_A/Project" class="more">Read more</a> </div>
+
           <div class="info_description"> As we all know,people gradually rely on various antibiotics to kill bacteria. However, the adaptation ability of bacteria that of responding  
 +
 
 +
to these medicines is out of our imagination ... <a href="https://2012.igem.org/Team:SEU_A/Project" class="more">Read more</a> </div>
         </div>
         </div>
       </li>
       </li>
Line 192: Line 332:
           <div class="info_image"><img src="https://static.igem.org/mediawiki/2012/a/af/Seua_title.png" width="1000" height="360" /></div>
           <div class="info_image"><img src="https://static.igem.org/mediawiki/2012/a/af/Seua_title.png" width="1000" height="360" /></div>
           <div class="info_heading">safety</div>
           <div class="info_heading">safety</div>
-
           <div class="info_description">Our safety page has been constructed, please click here to view...<a href="https://2012.igem.org/Team:SEU_A/Safety" class="more">Read more</a> </div>
+
           <div class="info_description">Our safety page has been constructed, please click here to view...<a href="https://2012.igem.org/Team:SEU_A/Safety" class="more">Read  
 +
 
 +
more</a> </div>
         </div>
         </div>
       </li>
       </li>
Line 206: Line 348:
           <div class="info_image">6.jpg</div>
           <div class="info_image">6.jpg</div>
           <div class="info_heading">Members</div>
           <div class="info_heading">Members</div>
-
           <div class="info_description"> If you want to contact with us, please click here. <a href="https://2012.igem.org/Team:SEU_A/Team" class="more">Contact us</a> </div>
+
           <div class="info_description"> If you want to contact with us, please click here. <a href="https://2012.igem.org/Team:SEU_A/Team" class="more">Contact us</a>  
 +
 
 +
</div>
         </div>
         </div>
       </li>
       </li>
Line 370: Line 514:
  * Open source under the BSD License.  
  * Open source under the BSD License.  
  *  
  *  
-
  * Copyright © 2001 Robert Penner
+
  * Copyright ? 2001 Robert Penner
  * All rights reserved.
  * All rights reserved.
  *  
  *  
Line 479: Line 623:
             });
             });
         </script>
         </script>
 +
<footer>
 +
    <p>
 +
        Copyright &copy; Southeast University, All rights reserved. Designed by iGEM 2012 SEU_A
 +
    </p>
 +
</footer>
</body>
</body>
</html>
</html>

Revision as of 13:22, 12 September 2012

iGEM 2012 SEU_A

  • Project
    url(back20120901.jpg)
    Introduction
    As we all know,people gradually rely on various antibiotics to kill bacteria. However, the adaptation ability of bacteria that of responding to these medicines is out of our imagination ... Read more
  • Modeling
    2.jpg
    Math Model
    Comming Soon...Read more
  • Notebook
    3.jpg
    Experiment
    Coming Soon.... Read more
  • Safety
    safety
    Our safety page has been constructed, please click here to view...Read more
  • Human Practice
    5.jpg
    Activities
    Comming Soon... Read more
  • About Us
    6.jpg
    Members
    If you want to contact with us, please click here. Contact us

SEU_iGEM 2012 TEAM_A

Welcome to SEU_A's Wiki~

Copyright © Southeast University, All rights reserved. Designed by iGEM 2012 SEU_A