Team:Glendale CC AZ/test

From 2013.igem.org

(Difference between revisions)
Line 18: Line 18:
<head>
<head>
<style>
<style>
-
body
+
 
-
{
+
body { background:url(https://static.igem.org/mediawiki/2013/6/68/BackgroundGCC.png) repeat; }
-
background:#FFF url('img_tree.png') no-repeat right top;
+
figure { margin:20px auto; }
-
margin-right:200px;
+
 
-
}
+
 
</style>
</style>
Line 34: Line 34:
-
#contentSub, #search-controls, #footer-box, .firstHeading, #catlinks, #p-logo {
+
#contentSub, #search-controls, .firstHeading, #catlinks, #p-logo {
     display:none;}
     display:none;}
#top-section {
#top-section {
Line 46: Line 46:
#menubar > ul > li:last-child {
#menubar > ul > li:last-child {
     display: none;}
     display: none;}
-
/* Resizes the menubar to fik the links (default is 400px) */
+
/* Resizes the menubar to fit the links (default is 400px) */
#menubar {
#menubar {
     width: auto;}
     width: auto;}
Line 113: Line 113:
-
#cssmenu ul,
+
#cssmenu ul {
-
#cssmenu li,
+
-
#cssmenu span,
+
-
#cssmenu a {
+
   margin: 0;
   margin: 0;
   padding: 0;
   padding: 0;
-
  position: relative;
 
}
}
-
#cssmenu {
+
#cssmenu li {
-
   height: 49px;
+
   margin: 0;
-
  border-radius: 5px 5px 0 0;
+
   padding: 0;
-
   -moz-border-radius: 5px 5px 0 0;
+
-
  -webkit-border-radius: 5px 5px 0 0;
+
-
  background: #141414;
+
-
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALElEQVQImWMwMrJi+v//PxMDw3+m//8ZoPR/qBgDEhuXGLoeYswhXg8R5gAAdVpfoJ3dB5oAAAAASUVORK5CYII=) 100% 100%;
+
-
  background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
+
-
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
+
-
  background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
+
-
  background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
+
-
  background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
+
-
  background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
+
-
  border-bottom: 2px solid #e00f16;
+
-
}
+
-
#cssmenu:after,
+
-
#cssmenu ul:after {
+
-
  content: '';
+
-
  display: block;
+
-
  clear: both;
+
}
}
#cssmenu a {
#cssmenu a {
-
   background: #141414;
+
   margin: 0;
-
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALElEQVQImWMwMrJi+v//PxMDw3+m//8ZoPR/qBgDEhuXGLoeYswhXg8R5gAAdVpfoJ3dB5oAAAAASUVORK5CYII=) 100% 100%;
+
   padding: 0;
-
  background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
+
-
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
+
-
  background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
+
-
  background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
+
-
  background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
+
-
  background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
+
-
  color: #ffffff;
+
-
  display: inline-block;
+
-
  font-family: Helvetica, Arial, Verdana, sans-serif;
+
-
  font-size: 18px;
+
-
  line-height: 49px;
+
-
   padding: 0 20px;
+
-
  text-decoration: none;
+
}
}
#cssmenu ul {
#cssmenu ul {
   list-style: none;
   list-style: none;
}
}
-
#cssmenu > ul {
+
#cssmenu a {
-
   float: left;
+
   text-decoration: none;
 +
}
 +
#cssmenu {
 +
  height: 70px;
 +
  background-color: #232323;
 +
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
 +
  width: auto;
}
}
#cssmenu > ul > li {
#cssmenu > ul > li {
   float: left;
   float: left;
 +
  margin-left: 15px;
 +
  position: relative;
}
}
-
#cssmenu > ul > li:hover:after {
+
#cssmenu > ul > li > a {
-
   content: '';
+
   color: #a0a0a0;
-
   display: block;
+
  font-family: Verdana, 'Lucida Grande';
-
   width: 0;
+
   font-size: 15px;
-
   height: 0;
+
   line-height: 70px;
 +
  padding: 15px 20px;
 +
  -webkit-transition: color .15s;
 +
  -moz-transition: color .15s;
 +
  -o-transition: color .15s;
 +
  transition: color .15s;
 +
}
 +
#cssmenu > ul > li > a:hover {
 +
  color: #ffffff;
 +
}
 +
#cssmenu > ul > li > ul {
 +
  opacity: 0;
 +
   visibility: hidden;
 +
  padding: 16px 0 20px 0;
 +
  background-color: #fafafa;
 +
  text-align: left;
   position: absolute;
   position: absolute;
 +
  top: 55px;
   left: 50%;
   left: 50%;
-
   bottom: 0;
+
   margin-left: -90px;
-
   border-left: 10px solid transparent;
+
   width: 180px;
-
   border-right: 10px solid transparent;
+
  -webkit-transition: all .3s .1s;
-
   border-bottom: 10px solid #e00f16;
+
  -moz-transition: all .3s .1s;
-
   margin-left: -10px;
+
  -o-transition: all .3s .1s;
 +
  transition: all .3s .1s;
 +
  -webkit-border-radius: 5px;
 +
   -moz-border-radius: 5px;
 +
   border-radius: 5px;
 +
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
 +
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
 +
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
}
-
#cssmenu > ul > li:first-child > a {
+
#cssmenu > ul > li:hover > ul {
-
   border-radius: 5px 0 0 0;
+
   opacity: 1;
-
   -moz-border-radius: 5px 0 0 0;
+
   top: 65px;
-
   -webkit-border-radius: 5px 0 0 0;
+
   visibility: visible;
}
}
-
#cssmenu > ul > li:last-child > a {
+
#cssmenu > ul > li > ul:before {
-
  border-radius: 0 5px 0 0;
+
   content: '';
-
  -moz-border-radius: 0 5px 0 0;
+
-
  -webkit-border-radius: 0 5px 0 0;
+
-
}
+
-
#cssmenu > ul > li.active > a {
+
-
  box-shadow: inset 0 0 3px #000000;
+
-
  -moz-box-shadow: inset 0 0 3px #000000;
+
-
  -webkit-box-shadow: inset 0 0 3px #000000;
+
-
  background: #070707;
+
-
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALklEQVQImWNQU9Nh+v//PxMDw3+m//8ZkNj/mRgYIHxy5f//Z0BSi18e2TwS5QG4MGB54HL+mAAAAABJRU5ErkJggg==) 100% 100%;
+
-
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
+
-
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
+
-
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
+
-
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
+
-
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
+
-
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
+
-
}
+
-
#cssmenu > ul > li:hover > a {
+
-
   background: #070707;
+
-
  background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAxCAIAAACUDVRzAAAAA3NCSVQICAjb4U/gAAAALklEQVQImWNQU9Nh+v//PxMDw3+m//8ZkNj/mRgYIHxy5f//Z0BSi18e2TwS5QG4MGB54HL+mAAAAABJRU5ErkJggg==) 100% 100%;
+
-
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
+
-
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
+
-
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
+
-
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
+
-
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
+
-
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
+
-
  box-shadow: inset 0 0 3px #000000;
+
-
  -moz-box-shadow: inset 0 0 3px #000000;
+
-
  -webkit-box-shadow: inset 0 0 3px #000000;
+
-
}
+
-
#cssmenu .has-sub {
+
-
  z-index: 1;
+
-
}
+
-
#cssmenu .has-sub:hover > ul {
+
   display: block;
   display: block;
-
}
+
  border-color: transparent transparent #fafafa transparent;
-
#cssmenu .has-sub ul {
+
  border-style: solid;
-
   display: none;
+
   border-width: 10px;
   position: absolute;
   position: absolute;
-
   width: 200px;
+
   top: -20px;
-
   top: 100%;
+
   left: 50%;
-
   left: 0;
+
   margin-left: -10px;
}
}
-
#cssmenu .has-sub ul li {
+
#cssmenu > ul ul > li {
-
   *margin-bottom: -1px;
+
   position: relative;
}
}
-
#cssmenu .has-sub ul li a {
+
#cssmenu ul ul a {
-
   background: #e00f16;
+
   color: #323232;
-
   border-bottom: 1px dotted #ec6f73;
+
   font-family: Verdana, 'Lucida Grande';
-
   filter: none;
+
   font-size: 13px;
-
   font-size: 11px;
+
   background-color: #fafafa;
 +
  padding: 5px 8px 7px 16px;
   display: block;
   display: block;
-
   line-height: 120%;
+
   -webkit-transition: background-color 0.1s;
-
   padding: 10px;
+
   -moz-transition: background-color 0.1s;
 +
  -o-transition: background-color 0.1s;
 +
  transition: background-color 0.1s;
}
}
-
#cssmenu .has-sub ul li:hover a {
+
#cssmenu ul ul a:hover {
-
   background: #b00c11;
+
   background-color: #f0f0f0;
-
}
+
-
#cssmenu .has-sub .has-sub:hover > ul {
+
-
  display: block;
+
}
}
-
#cssmenu .has-sub .has-sub ul {
+
#cssmenu ul ul ul {
-
   display: none;
+
   visibility: hidden;
 +
  opacity: 0;
   position: absolute;
   position: absolute;
-
   left: 100%;
+
  top: -16px;
-
   top: 0;
+
   left: 206px;
 +
   padding: 16px 0 20px 0;
 +
  background-color: #fafafa;
 +
  text-align: left;
 +
  width: 180px;
 +
  -webkit-transition: all .3s;
 +
  -moz-transition: all .3s;
 +
  -o-transition: all .3s;
 +
  transition: all .3s;
 +
  -webkit-border-radius: 5px;
 +
  -moz-border-radius: 5px;
 +
  border-radius: 5px;
 +
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
 +
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
 +
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
}
-
#cssmenu .has-sub .has-sub ul li a {
+
#cssmenu ul ul > li:hover > ul {
-
   background: #b00c11;
+
   opacity: 1;
-
   border-bottom: 1px dotted #d06d70;
+
  left: 190px;
 +
   visibility: visible;
}
}
-
#cssmenu .has-sub .has-sub ul li a:hover {
+
#cssmenu ul ul a:hover {
-
   background: #80090d;
+
   background-color: #cc2c24;
 +
  color: #f0f0f0;
}
}
Line 283: Line 264:
         <li><a href='eam:Glendale_CC_AZ/Project/PreviousResearch'><span>Previous Research</span></a></li>
         <li><a href='eam:Glendale_CC_AZ/Project/PreviousResearch'><span>Previous Research</span></a></li>
         <li><a href='https://2013.igem.org/Team:Glendale_CC_AZ/Project/ExperimentalOverview'><span>Experimental Overview</span></a></li>
         <li><a href='https://2013.igem.org/Team:Glendale_CC_AZ/Project/ExperimentalOverview'><span>Experimental Overview</span></a></li>
-
         <li><a href='https://2013.igem.org/Team:Glendale_CC_AZ/Project/Approach'><span>Our Approach</span></a></li>
+
         <li><a href='eam:Glendale_CC_AZ/Project/Approach'><span>Our Approach</span></a></li>
         <li><a href='https://2013.igem.org/Team:Glendale_CC_AZ/Wetlab/Overview/Experiments/Results'><span>Results</span></a></li>
         <li><a href='https://2013.igem.org/Team:Glendale_CC_AZ/Wetlab/Overview/Experiments/Results'><span>Results</span></a></li>
         <li class='last'><a href='https://2013.igem.org/Team:Glendale_CC_AZ/Achievements'><span>Achievements</span></a></li>
         <li class='last'><a href='https://2013.igem.org/Team:Glendale_CC_AZ/Achievements'><span>Achievements</span></a></li>
       </ul>
       </ul>
   </li>
   </li>
-
   <li class='has-sub'><a href='https://2013.igem.org/Team:Glendale_CC_AZ/Protocols'><span>Protocols</span></a>
+
   <li class='has-sub'><a href='https://2013.igem.org/Team:Glendale_CC_AZ/Notebook'><span>Notebook</span></a>
       <ul>
       <ul>
-
         <li><a href='https://2013.igem.org/Team:Glendale_CC_AZ/Notebook'><span>Notebook</span></a></li>
+
         <li><a href='https://2013.igem.org/Team:Glendale_CC_AZ/Protocols'><span>Protocols</span></a></li>
         <li><a href='https://2013.igem.org/Team:Glendale_CC_AZ/Notebook/Calendar'><span>Daily Logs</span></a></li>
         <li><a href='https://2013.igem.org/Team:Glendale_CC_AZ/Notebook/Calendar'><span>Daily Logs</span></a></li>
-
        <li class='last'><a href='https://2013.igem.org/Team:Glendale_CC_AZ/Safety'><span>Safety</span></a></li>
 
       </ul>
       </ul>
   </li>
   </li>
Line 306: Line 286:
       <ul>
       <ul>
         <li class='last'><a href='https://2013.igem.org/Team:Glendale_CC_AZ/Human_Practices'><span>Overview</span></a></li>
         <li class='last'><a href='https://2013.igem.org/Team:Glendale_CC_AZ/Human_Practices'><span>Overview</span></a></li>
 +
        <li class='last'><a href='https://2013.igem.org/Team:Glendale_CC_AZ/Human_Practices'><span>Safety</span></a></li>
       </ul>
       </ul>
   </li>
   </li>

Revision as of 18:55, 16 August 2013

Igemlogo.jpg
Protocols
PCR