Team:Shenzhen BGIC 0101/Templates/Banner

From 2013.igem.org

(Difference between revisions)
 
(40 intermediate revisions not shown)
Line 4: Line 4:
   <style type="text/css">
   <style type="text/css">
 +
 +
 
 +
  #top-section {
 +
  width: 975px;
 +
  height: 20px;
 +
  background-color: #ffffff;
 +
  border:none;
 +
  }
 +
 +
  #p-logo {
 +
  display: none;}
 +
 +
  #search-controls {
 +
  display: none;}
 +
 +
  .right-menu li a, .right-menu li a:hover {
 +
  color: #3c6b27;
 +
  background-color: transparent;
 +
  }
 +
 +
  .firstHeading {
 +
    display: none;}
   #Genovologo {
   #Genovologo {
   position: relative;
   position: relative;
-
   text-align:center;
+
   margin-left:250px;
   z-index:-1;
   z-index:-1;
   }
   }
Line 13: Line 35:
   #iGEMLogo {
   #iGEMLogo {
   position:absolute;
   position:absolute;
-
   top:80px;
+
   top:10px;
   left:25px;
   left:25px;
   }
   }
Line 20: Line 42:
   position:absolute;
   position:absolute;
   top:150px;
   top:150px;
-
   left:790px;
+
   left:750px;
   }
   }
html, body {
html, body {
Line 32: Line 54:
   }
   }
-
   #navigator {
+
   ##menucontainer {
   overflow:visible;
   overflow:visible;
   position:relative;
   position:relative;
Line 40: Line 62:
   #wrapper {
   #wrapper {
   overflow:visible;
   overflow:visible;
-
   width: 800px;
+
   width: 900px;
   height: 500px;
   height: 500px;
   position: relative;
   position: relative;
   top: 50%;
   top: 50%;
   margin:100px 50px 50px 110px;
   margin:100px 50px 50px 110px;
-
 
   }
   }
-
 
 
-
.redtab
 
-
  {
 
-
    width: 900px;
 
-
    margin: 100px auto 0 auto;
 
-
    font-size: 1.5em;
 
-
  }
 
-
  #tabs
+
  #content {
-
  {
+
  position: relative;
-
  overflow: auto;
+
  width: 975px;
-
  width: 100%;
+
  margin: 0 auto;
-
  list-style: none;
+
  padding-top:1px;
-
  margin: 0;
+
  padding-left:0px;
-
  padding: 0;
+
  padding-right:0px;
-
  }
+
  padding-bottom:0px;
 +
  background: #ffffff;
 +
  color: black;
 +
  border: none;
 +
  line-height: 1.5em;
 +
  z-index: 2;
 +
  }
-
   #tabs li
+
   #contentSub {
-
   {
+
   margin: 0 0 0 0;
-
    margin: 0;
+
-
    padding: 0;
+
-
    float: left;
+
   }
   }
-
   #tabs a
+
   #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 {
-
  {
+
  margin-bottom: 0;
-
    -moz-box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
+
-
    -webkit-box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
+
-
    box-shadow: -4px 0 0 rgba(0, 0, 0, .2);
+
-
    background: #ad1c1c;
+
-
    background:    -moz-linear-gradient(220deg, transparent 10px, #ad1c1c 10px);
+
-
    background:    -webkit-linear-gradient(220deg, transparent 10px, #ad1c1c 10px);   
+
-
    background:    -ms-linear-gradient(220deg, transparent 10px, #ad1c1c 10px);
+
-
    background:      -o-linear-gradient(220deg, transparent 10px, #ad1c1c 10px);
+
-
    background:        linear-gradient(220deg, transparent 10px, #ad1c1c 10px);
+
-
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
+
-
    color: #fff;
+
-
    float: left;
+
-
    font: bold 12px/35px 'Lucida sans', Arial, Helvetica;
+
-
    height: 35px;
+
-
    padding: 0 30px;
+
-
    text-decoration: none;
+
   }
   }
-
 
-
  #tabs a:hover
 
-
  {
 
-
    background: #c93434;
 
-
    background:    -moz-linear-gradient(220deg, transparent 10px, #c93434 10px);
 
-
    background:    -webkit-linear-gradient(220deg, transparent 10px, #c93434 10px);   
 
-
    background:    -ms-linear-gradient(220deg, transparent 10px, #c93434 10px);
 
-
    background:      -o-linear-gradient(220deg, transparent 10px, #c93434 10px);
 
-
    background:        linear-gradient(220deg, transparent 10px, #c93434 10px);   
 
-
    }
 
-
 
-
    #tabs a:focus
 
-
    {
 
-
    outline: 0;
 
-
    }
 
-
 
-
    #tabs #current a
 
-
    {
 
-
    background: #fff;
 
-
    background:    -moz-linear-gradient(220deg, transparent 10px, #fff 10px);
 
-
    background:    -webkit-linear-gradient(220deg, transparent 10px, #fff 10px);   
 
-
    background:    -ms-linear-gradient(220deg, transparent 10px, #fff 10px);
 
-
    background:      -o-linear-gradient(220deg, transparent 10px, #fff 10px);
 
-
    background:        linear-gradient(220deg, transparent 10px, #fff 10px);
 
-
    text-shadow: none;   
 
-
    color: #333;
 
-
    }
 
-
 
-
  #content
 
-
    {
 
-
    background-color: #fff;
 
-
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
 
-
    background-image: -webkit-linear-gradient(top, #fff, #ddd);
 
-
    background-image:    -moz-linear-gradient(top, #fff, #ddd);
 
-
    background-image:    -ms-linear-gradient(top, #fff, #ddd);
 
-
    background-image:      -o-linear-gradient(top, #fff, #ddd);
 
-
    background-image:        linear-gradient(top, #fff, #ddd);
 
-
    -moz-border-radius: 0 2px 2px 2px;
 
-
    -webkit-border-radius: 0 2px 2px 2px;
 
-
    border-radius: 0 2px 2px 2px;
 
-
    -moz-box-shadow: 0 2px 2px #000, 0 -1px 0 #fff inset;
 
-
    -webkit-box-shadow: 0 2px 2px #000, 0 -1px 0 #fff inset;
 
-
    box-shadow: 0 2px 2px #000, 0 -1px 0 #fff inset;
 
-
    padding: 30px;
 
-
    }
 
-
  #content div
 
-
{
 
-
    height: auto;
 
-
}
 
-
 
-
/* --- */
 
-
#about
 
-
{
 
-
    color: #999;
 
-
}
 
-
 
-
#about a
 
-
{
 
-
    color: #eee;
 
-
}
 
-
 
   a {color:#93B825;}
   a {color:#93B825;}
Line 212: Line 152:
   background: #ffffff;
   background: #ffffff;
   font-weight: normal;
   font-weight: normal;
-
   font-size: 1em;
+
   font-size: 1.5em;
   line-height: 1.7em;
   line-height: 1.7em;
   text-align: justify;
   text-align: justify;
   margin: 0 0 0 0;
   margin: 0 0 0 0;
   padding: 5px 20px 0px 20px;
   padding: 5px 20px 0px 20px;
-
  }
 
-
  #module p,#nextversion p{
 
-
  font-size:1.5em;
 
   }
   }
Line 225: Line 162:
   border:1px solid #B2B2B2;
   border:1px solid #B2B2B2;
   z-index:101;
   z-index:101;
 +
  }
 +
 +
  .borderMagnify {
 +
  border:1px solid #B2B2B2;
 +
  z-index:101;
 +
  margin-left:-9px;
 +
  margin-right:9px;
 +
  }
 +
 +
  .imgbox {
 +
  margin:20px;
 +
  padding:10px;
 +
  border:1px solid black;
 +
  text-align:center;
 +
  }
 +
 +
  .vidbox {
 +
  margin:20px;
 +
  padding:10px;
 +
  border:1px solid black;
 +
  text-align:center;
 +
  }
 +
 +
  .newouterbox {
 +
  background-color:#FF944D;border:1px solid #CCCCCC;margin:20px;padding-bottom:0px;
 +
  }
 +
 +
  .newinnerbox {
 +
  border:1px solid #CCCCCC;margin:10px 20px 20px 20px;padding-top:0px;padding-bottom:13px;background-color:#ffffff;
 +
  }
 +
 +
  .newtext {
 +
  text-align:center;background-color:#FF944D;color:#000000;
   }
   }
Line 254: Line 224:
   }
   }
 +
  iframe {
 +
  padding: 10px 20px 10px 20px;
 +
  }
   #BackToTop {
   #BackToTop {
   position:fixed;
   position:fixed;
   bottom:5px;
   bottom:5px;
-
   right:255px;
+
   right:5px;
   }
   }
-
 
+
<!--for the photos in team page--> 
   .container {
   .container {
   position: relative;
   position: relative;
Line 282: Line 255:
   float: left;
   float: left;
   background: #fff;
   background: #fff;
-
   box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .4);
+
   box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 4);
   border-radius: 2px;
   border-radius: 2px;
   overflow: hidden;
   overflow: hidden;
Line 296: Line 269:
   .mini-post:hover {
   .mini-post:hover {
   margin-top: -5px;
   margin-top: -5px;
-
   box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .4);
+
   box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .4);
   }
   }
-
 
+
 
   .hehe {
   .hehe {
     width:900px;
     width:900px;
     height:auto;
     height:auto;
-
    }
 
-
 
-
  .ta {
 
-
    width:600px;
 
-
    heigth:auto;
 
-
    text-align:center;
 
     }
     }
Line 317: Line 284:
<a name="top"></a>
<a name="top"></a>
<div id='Genovologo'>
<div id='Genovologo'>
-
   <a href='https://2013.igem.org/Team:Shenzhen_BGIC_0101/'>
+
   <a href='https://2013.igem.org/Team:Shenzhen_BGIC_0101'target="_blank">
     <img src="https://static.igem.org/mediawiki/2013/d/d5/Abcdgenovo.png" style="width:350px;" />
     <img src="https://static.igem.org/mediawiki/2013/d/d5/Abcdgenovo.png" style="width:350px;" />
   </a>
   </a>
Line 323: Line 290:
<div id='iGEMLogo'>
<div id='iGEMLogo'>
   <a href='https://2013.igem.org/Main_Page' target="_blank">
   <a href='https://2013.igem.org/Main_Page' target="_blank">
-
     <img src='https://static.igem.org/mediawiki/2011/b/be/ICL_iGEM_Logo.png' style="width:120px;" />
+
     <img src='https://static.igem.org/mediawiki/2011/b/be/ICL_iGEM_Logo.png' style="width:60px;" />
   </a>
   </a>
</div>
</div>
<div id='logo'>
<div id='logo'>
-
   <a href='http://www3.imperial.ac.uk/' target="_blank">
+
   <a href='https://2013.igem.org/Team:Shenzhen_BGIC_0101' target="_blank">
-
     <img src='https://static.igem.org/mediawiki/2013/d/d6/Genovoteamname.png' style="width:160px;" />
+
     <img src='https://static.igem.org/mediawiki/2013/d/d6/Genovoteamname.png' style="width:200px;" />
   </a>
   </a>
</div>
</div>

Latest revision as of 21:34, 28 October 2013