Team:UNC-Chapel Hill/practicemenu

From 2014.igem.org

(Difference between revisions)
 
(29 intermediate revisions not shown)
Line 1: Line 1:
 +
{{CSS/Main}}
<html>
<html>
<style>
<style>
Line 10: Line 11:
<style type="text/css">
<style type="text/css">
-
              a.white:link {color:#FFF;}      /* unvisited link */
 
-
              a.white:visited {color:#FFF;}  /* visited link */
 
-
              a.white:hover {color:#FFF;}  /* mouse over link */
 
-
              a.white:active {color:#FFF;}  /* selected link */
 
-
 
-
a{color:#909090}
 
-
 
-
a:visited{color:#909090}
 
-
 
-
.floatbox
 
-
              {
 
-
                    width:707px;
 
-
                    float:left;
 
-
                    background-color: rgba(0,0,0,.65);
 
-
                    margin-top: 10px;
 
-
                    border-radius: 4px;
 
-
                    padding: 15px 15px 15px 15px;
 
-
                    font:sans-serif;
 
-
                    font-size:13px;
 
-
                    color:rgba(225,225,225,.9);
 
-
                    text-align:justify;
 
-
              }
 
-
 
-
.floatboxwide
 
-
              {
 
-
                    width:937px;
 
-
                    float:left;
 
-
                    background-color: rgba(0,0,0,.65);
 
-
                    margin-top: 10px;
 
-
                    border-radius: 4px;
 
-
                    padding: 15px 15px 15px 15px;
 
-
                    font:sans-serif;
 
-
                    font-size:13px;
 
-
                    color:rgba(225,225,225,.9);
 
-
                    text-align:justify;
 
-
              }
 
-
.floatboxleft
 
-
              {
 
-
                    width:102px;
 
-
                    float:left;
 
-
                    background-color: rgba(0,0,0,.65);
 
-
                    border-radius: 4px;
 
-
                    padding: 15px 15px 15px 15px;
 
-
                    font:sans-serif;
 
-
                    font-size:13px;
 
-
                    color:rgba(225,225,225,.9);
 
-
              }
 
-
 
-
.floatprotocol
 
-
              {
 
-
                    width:710px;
 
-
                    float:left;
 
-
                    background-color: rgba(0,0,0,.65);
 
-
                    margin-top: 10px;
 
-
                    border-radius: 4px;
 
-
                    padding: 15px 15px 15px 15px;
 
-
                    font: sans-serif;
 
-
                    font-size: 13px;
 
-
                    color: rgba(225,225,225,.9);
 
-
              }
 
-
 
-
.floatbox1
 
-
                  {width:97%;
 
-
                  float:left;
 
-
                  background-color: rgba(0,0,0,.4);
 
-
                  margin-top: 10px;
 
-
                  margin-bottom: 0px;
 
-
                  border-radius: 4px;
 
-
                  padding: 15px 15px 15px 15px;
 
-
                  font: sans-serif;
 
-
                  font-size: 13px;
 
-
                  color: rgba(225,225,225,1);
 
-
                  text-align:justify;
 
-
              }
 
-
 
-
.floatbox2
 
-
                    {width:194px;
 
-
                    float:right;
 
-
                    background-color:rgba(0,0,0,.65);
 
-
                    margin-top:10px;
 
-
                    margin-bottom:0px;
 
-
                    border-radius:4px;
 
-
                    padding: 15px 15px 15px 15px;
 
-
                    font:sans-serif;
 
-
                    font-size:11px;
 
-
                    color:#FFFFFF;
 
-
                    text-align:justify;                           
 
-
              }
 
               /* Some stylesheet reset */
               /* Some stylesheet reset */
               .nav, .nav ul {
               .nav, .nav ul {
              margin: 0;
              margin: 0;
-
                       margin-bottom: 10px;  
+
                       margin-bottom: 30px;  
              padding: 0;
              padding: 0;
              list-style: none;
              list-style: none;
Line 114: Line 27:
              display: block;
              display: block;
              position: relative;
              position: relative;
-
              width: 967px; /*1000px*/
+
                      top: 20px;
 +
                     
 +
              width: 975px; /*1000px*/
              height: 43px;
              height: 43px;
                       border-radius:4px;
                       border-radius:4px;
              /* Background & effects */
              /* Background & effects */
-
              background: #232323; /* Background for Internet Explorer 9 and older browsers */
+
              background: #56A0D3; /* Background for Internet Explorer 9 and older browsers */
               }
               }
Line 145: Line 60:
                     font-weight: normal;
                     font-weight: normal;
              text-decoration: none;
              text-decoration: none;
-
              color: rgba(255, 255, 255, .9);
+
              color: #ffffff;
-
              text-shadow: 0 1px 0 #2a2a2a;
+
               
              text-align: center;
              text-align: center;
Line 157: Line 72:
               }
               }
-
               /* Centering dotted line dividers */
+
               /* Centering solid line dividers */
               .leftbookend {
               .leftbookend {
-
                       border-right: 1px dotted #393939;
+
                       border-right: 1px solid #ffffff;
               }
               }
                
                
               .rightbookend {
               .rightbookend {
-
                       border-left: 1px dotted #595959;
+
                       border-left: 1px solid #ffffff;
               }   
               }   
Line 309: Line 224:
               }
               }
       </style>
       </style>
-
       <style type="text/css">
+
        
-
 
+
-
              /* Hiding default wiki displays: Credits to TU-Delft and Groningen for the code! */
+
-
             
+
-
 
+
-
             
+
-
 
+
-
             
+
-
           
+
-
              .left-menu {
+
-
                    width: 400px;
+
-
                    display:block;
+
-
                    float:left;
+
-
                    border: none;
+
-
              }
+
-
              #menubar.right-menu {
+
-
                    width:300px;
+
-
                    display:block;
+
-
                    float:left;
+
-
                    margin-top:-80px;
+
-
                    border: none;
+
-
                    color: #000;
+
-
              }
+
-
 
+
-
 
+
-
              hr{
+
-
                    margin:50px 0;
+
-
                    color:#eee;
+
-
              }
+
-
 
+
-
              ul li.active{ /*IE6 hack- hide effect from that browser*/
+
-
                    _visibility: hidden; /*IE6 rule*/
+
-
              }
+
-
 
+
-
              p {border:none;}
+
-
              .teampagetext {vertical-align:text-top; display:inline; width:740px; float:left;}
+
-
              h1 {border-color:white;
+
-
                  color:white;
+
-
              }
+
-
              h2 {color:white;}
+
-
              h3 {margin-bottom:0px;
+
-
                  font-size:140%;
+
-
                  padding:0px;
+
-
                  color:white;
+
-
              }
+
-
              .banner {border-radius:4px;
+
-
              }
+
-
              img.leftpic {margin-right:15px;
+
-
                            float:left;
+
-
                            vertical-align:top;
+
-
                            border-radius:4px;
+
-
                            width:150px;
+
-
                            border-collapse:separate;
+
-
                           
+
-
              }
+
-
              img.rightpic {margin-left:15px;
+
-
                            float:right;
+
-
                            vertical-align:top;
+
-
                            border-radius:4px;
+
-
                            width:150px;
+
-
                           
+
-
              }
+
-
             
+
-
              #myleftbox .smallboxsite
+
-
              {
+
-
              width:707px;
+
-
              float:left;
+
-
              background-color:rgba(0,0,0,.65);
+
-
              margin-top: 17px;
+
-
              border-radius: 4px;
+
-
              padding: 0px 15px 15px 15px;
+
-
              font: sans-serif;
+
-
              font-size: 13px;
+
-
              line-height:1.5em;
+
-
              color:black;
+
-
              }
+
-
              #myleftbox
+
-
              {
+
-
              position:relative;
+
-
              bottom:0px;
+
-
              width:707px;
+
-
              float:left;
+
-
              margin-top: 0px;
+
-
              border-radius: 4px;
+
-
              padding: 0px;
+
-
              font: sans-serif;
+
-
              font-size: 13px;
+
-
              color: white;
+
-
              } 
+
-
 
+
-
 
+
-
/*sitemap styling*/
+
-
 
+
-
#sitemap1 {background:none;
+
-
            width:100%;
+
-
            }
+
-
 
+
-
#sitemap1 td {background:none;
+
-
            vertical-align:top;
+
-
            border: none;
+
-
            min-width:80px;
+
-
            }
+
-
 
+
-
#sitemap1 a:link {
+
-
            color:#ffffff;
+
-
            text-decoration:none;
+
-
            }
+
-
#sitemap1 a:visited {
+
-
            color:#ffffff;
+
-
            text-decoration:none;
+
-
            }
+
-
#sitemap1 a:hover {
+
-
            color:#ffffff;
+
-
            text-decoration:none;
+
-
            }
+
-
 
+
-
/*end sitemap style*/
+
-
 
+
-
 
+
-
/*showbox styling*/
+
-
 
+
-
      .showbox tr:first-child td { 
+
-
          border-top: 1px;
+
-
          padding-top: 1px
+
-
      }
+
-
      .showbox tr:last-child td {
+
-
          border-bottom: 1px;
+
-
          padding-bottom: 1px
+
-
      }
+
-
      .showbox tr td:first-child {
+
-
          border-left: 1px;
+
-
          padding-left: 1px;
+
-
      }
+
-
      .showbox tr td:last-child {
+
-
          border-right: 1px;
+
-
          padding-right: 1px;
+
-
      }
+
-
 
+
-
      .showbox {
+
-
          background:none;
+
-
          color:#ffffff;
+
-
          vertical-align:baseline;
+
-
          border-collapse:collapse;
+
-
          }
+
-
      .showbox td {
+
-
          background:none;
+
-
          border:1px solid rgba(65,65,65,.64);
+
-
          padding:10px;
+
-
          width:50%;
+
-
          }
+
-
      .showbox p {
+
-
          text-align:top;
+
-
          color:#ffffff;
+
-
          margin:0px;
+
-
          }
+
-
      .showbox img {
+
-
          height:120px;
+
-
          width:120px;
+
-
          float:left;
+
-
          border-radius:4px;
+
-
          margin-right:10px;
+
-
          }
+
-
 
+
-
      .showbox1 tr:first-child td { 
+
-
          border-top: 1px;
+
-
          padding-top: 1px;
+
-
      }
+
-
      .showbox1 tr:last-child td {
+
-
          border-bottom: 1px;
+
-
          padding-bottom: 1px
+
-
      }
+
-
      .showbox1 tr td:first-child {
+
-
          border-left: 1px;
+
-
          padding-left: 1px;
+
-
      }
+
-
      .showbox1 tr td:last-child {
+
-
          border-right: 1px;
+
-
          padding-right: 1px;
+
-
      }
+
-
 
+
-
      .showbox1 {
+
-
          background:none;
+
-
          color:#ffffff;
+
-
          vertical-align:baseline;
+
-
          border-collapse:collapse;
+
-
          }
+
-
      .showbox1 td {
+
-
          background:none;
+
-
          border:1px solid rgba(65,65,65,.64);
+
-
          padding:10px;
+
-
          width:50%;
+
-
          }
+
-
      .showbox1 p {
+
-
          text-align:top;
+
-
          color:#ffffff;
+
-
          margin:0px;
+
-
          }
+
-
      .showbox1 img {
+
-
          height:120px;
+
-
          width:120px;
+
-
          float:left;
+
-
          border-radius:4px;
+
-
          margin-right:10px;
+
-
          }
+
-
 
+
-
 
+
-
      a:hover {
+
-
          text-decoration:none;
+
-
          }
+
-
 
+
-
  /*end showboxstyling */ 
+
-
 
+
-
         
+
-
 
+
-
    /* to center an image on a line by itself */
+
-
    .centerimg{
+
-
        display: block;
+
-
        margin-left:auto;
+
-
        margin-right:auto;
+
-
        float:none;
+
-
    }                 
+
-
 
+
-
    table.black{
+
-
        background: none;
+
-
        color:rgba(225,225,225,.9);}
+
-
    table.black td{
+
-
          border:1px solid rgba(65,65,65,.64);}
+
-
 
+
-
    .bold{font-weight:bolder;
+
-
            font-size:14pt;}
+
-
 
+
-
/*  Begin Blur CSS  */
+
-
.blur
+
-
{
+
-
filter: hue-rotate(0);
+
-
-webkit-filter: hue-rotate(0);
+
-
-moz-filter: hue-rotate(0);
+
-
-o-filter: hue-rotate(0);
+
-
-ms-filter: hue-rotate(0);
+
-
}
+
-
 
+
-
.blur:hover
+
-
{
+
-
 
+
-
 
+
-
        filter: hue-rotate(180deg);
+
-
-webkit-filter: hue-rotate(180deg);
+
-
-moz-filter: hue-rotate(180deg);
+
-
-o-filter: hue-rotate(180deg);
+
-
-ms-filter: hue-rotate(180deg);
+
-
}
+
-
 
+
-
/*End Blur CSS */
+
-
 
+
-
.genpic { border-radius:4px;
+
-
          margin-right:10px;
+
-
          margin-bottom:10px;
+
-
          }
+
-
 
+
-
.genpicfloatleft
+
-
        { border-radius:4px;
+
-
          margin-right:10px;
+
-
          margin-bottom:10px;
+
-
          float:left;
+
-
        }
+
-
.genpicfloatright
+
-
        { border-radius:4px;
+
-
          margin-left:10px;
+
-
          float:right;
+
-
          margin-bottom:10px;
+
-
        }
+
-
.clear  {clear:both;}
+
-
 
+
-
                 
+
-
 
+
-
</style>
+
-
 
+
-
 
+
Line 593: Line 231:
<a id="top">
<a id="top">
</a>
</a>
-
 
+
<center>
       <ul class="nav">
       <ul class="nav">
               <li class="dropdown leftbookend">
               <li class="dropdown leftbookend">
-
                     <a href="/Team:UC_Davis" style="font-size:13px;">Home</a>
+
                     <a href="/Team:UNC-Chapel_Hill" style="font-size:13px;">HOME</a>
 +
                    <ul>
 +
                    <li><a href="https://igem.org/Main_Page"> <img  src="https://static.igem.org/mediawiki/igem.org/6/60/Igemlogo_300px.png" width="30px"></a></li>
 +
 
 +
                    </ul>
      </li>
      </li>
-
      <li class="dropdown leftbookend rightbookend">
+
              <li class="dropdown leftbookend">
-
                     <a href="https://2013.igem.org/Team:UC_Davis/Team_Overview" style="font-size:13px;">Team</a>
+
                     <a href="/Team:UNC-Chapel_Hill/Background" style="font-size:13px;">BACKGROUND</a>
                     <ul>
                     <ul>
-
                            <li><a href="https://2013.igem.org/Team:UC_Davis/Team_Overview">Overview</a></li>
+
                    <li><a href="/Team:UNC-Chapel_Hill/BackgroundDiabetes">DIABETES</a></li>
-
                            <li><a href="https://2013.igem.org/Team:UC_Davis/Bios">Bios</a></li>
+
                    <li><a href="/Team:UNC-Chapel_Hill/BackgroundcAMP">cAMP-CRP</a></li>
-
    <li><a href='/Team:UC_Davis/Contact'>Contact Us</a></li>
+
 
-
                    <li><a href="https://igem.org/Team.cgi?id=1212">Official Team Profile</a></li>
+
                     </ul>
                     </ul>
-
        </li>
+
      </li>
-
<li class="dropdown leftbookend rightbookend">
+
              <li class="dropdown leftbookend rightbookend">
-
<a href="https://2013.igem.org/Team:UC_Davis/Project_Overview" style="font-size:13px;">Project</a>
+
<a href="/Team:UNC-Chapel_Hill/Project" style="font-size:13px;">PROJECT</a>
<ul>
<ul>
-
<li><a href="https://2013.igem.org/Team:UC_Davis/Project_Overview">Overview</a></li>
+
                                 <li><a href="/Team:UNC-Chapel_Hill/Modeling">MODELING</a></li>
-
                                 <li><a href="/Team:UC_Davis/Modeling">Modeling</a></li>
+
<li><a href="/Team:UNC-Chapel_Hill/Parts">PARTS</a></li>
-
<li><a href='/Team:UC_Davis/Assembly'>Assembly</a></li>
+
<li><a href="/Team:UNC-Chapel_Hill/Safety">SAFETY</a></li>
-
<li><a href='/Team:UC_Davis/Parts'>Parts</a></li>
+
                                <li><a href="/Team:UNC-Chapel_Hill/Achievements">ACHIEVEMENTS</a></li>
-
<li><a href='/Team:UC_Davis/Safety'>Safety</a></li>
+
</ul>
</ul>
</li>
</li>
-
<li class="dropdown leftbookend rightbookend">
+
      <li class="dropdown leftbookend rightbookend">
-
<a href="/Team:UC_Davis/Data" style="font-size:13px;">Data</a>
+
                    <a href="/Team:UNC-Chapel_Hill/Team" style="font-size:13px;">TEAM</a>
-
                        <ul>
+
                    <ul>
-
                        <li><a href="/Team:UC_Davis/Data">Testing Constructs</a></li>
+
                            <li><a href="/Team:UNC-Chapel_Hill/Attributions">ATTRIBUTIONS</a></li>
-
<li><a href="/Team:UC_Davis/AndersonPromoters">Anderson Promoters</a></li>
+
                    <li><a href="https://igem.org/Team.cgi">iGEM PROFILE</a></li>
-
                        <li><a href="/Team:UC_Davis/AndersonPromoters2">Anderson II</a></li>
+
                    </ul>
-
                        </ul>
+
        </li>
-
</li>
+
 +
<li class="dropdown leftbookend rightbookend">
<li class="dropdown leftbookend rightbookend">
-
<a href='/Team:UC_Davis/Notebook_Overview' style="font-size:13px;">Notebook</a>
+
<a href='/Team:UNC-Chapel_Hill/Notebook' style="font-size:13px;">NOTEBOOK</a>
<ul>
<ul>
-
                                <li><a href="/Team:UC_Davis/Notebook">Notebook</a></li>
+
<li><a href="/Team:UNC-Chapel_Hill/Protocols">PROTOCOLS</a></li>
-
<li><a href="/Team:UC_Davis/Protocols">Protocols</a></li>
+
-
                                <li><a href="https://2013.igem.org/Team:UC_Davis/Gallery">Gallery</a></li>
+
-
                                <li><a href="https://2013.igem.org/Team:UC_Davis/Attributions">Attributions</a></li>
+
</ul>
</ul>
</li>
</li>
<li class="dropdown rightbookend">
<li class="dropdown rightbookend">
-
<a href="/Team:UC_Davis/HumanPracticesOverview" style="font-size:13px;">Human Practices</a>
+
<a href="/Team:UNC-Chapel_Hill/HumanPractices" style="font-size:13px;">HUMAN PRACTICES</a>
<ul>
<ul>
-
<li><a href='/Team:UC_Davis/HumanPracticesOverview'>Overview</a></li>
+
<li><a href='/Team:UNC-Chapel_Hill/Outreach'>OUTREACH</a></li>
-
<li><a href='/Team:UC_Davis/Outreach'>Outreach</a></li>
+
-
                                <li><a href='/Team:UC_Davis/Database'>The Depot</a></li>
+
</ul>
</ul>
</li>
</li>
</ul>
</ul>
-
 
+
</center>

Latest revision as of 02:53, 5 August 2014