Template:Team:UC Davis/Head

From 2014.igem.org

(Difference between revisions)
 
(25 intermediate revisions not shown)
Line 15: Line 15:
               a{color:#909090}
               a{color:#909090}
 +
              .brightlink {color:#00BA00 !important;
 +
                       
 +
              }
 +
              .centertext {text-align: center;
 +
              }
               a:visited{color:#909090}
               a:visited{color:#909090}
Line 34: Line 39:
               }
               }
               .genpic { border-radius:4px;
               .genpic { border-radius:4px;
-
                       margin-right:10px;
+
                       margin-right:20px;
-
                       margin-bottom:10px;
+
                       margin-bottom:20px;
               }
               }
               .genpicfloatleft { border-radius:4px;
               .genpicfloatleft { border-radius:4px;
-
                                 margin-right:10px;
+
                                 margin-right:20px;
-
                                 margin-bottom:10px;
+
                                 margin-bottom:20px;
                                 float:left;
                                 float:left;
               }
               }
               .genpicfloatright { border-radius:4px;
               .genpicfloatright { border-radius:4px;
-
                                   margin-left:10px;
+
                                   margin-left:20px;
                                   float:right;
                                   float:right;
-
                                   margin-bottom:10px;
+
                                   margin-bottom:20px;
               }
               }
   
   
Line 83: Line 88:
                             clear:both;
                             clear:both;
               }
               }
 +
              .clear {      clear:both;
 +
              }
/* END Random CSS */
/* END Random CSS */
Line 98: Line 105:
border: 2px solid black;
border: 2px solid black;
color:#212f20;
color:#212f20;
 +
}
 +
 +
.partstable {float:center;
 +
            border:none;
 +
            padding:3px;
 +
            margin:20px;
 +
            color:#212f20;
 +
            margin-right:auto;
 +
            margin-left:auto;
 +
           
 +
}
 +
.partstable td {
 +
            padding: 5px;
}
}
Line 110: Line 130:
                     color:rgba(225,225,225,.9);
                     color:rgba(225,225,225,.9);
                     text-align:justify;
                     text-align:justify;
-
                     background: rgba(168, 182, 120, .95)
+
                     background: rgba(168, 182, 120, .95);
}
}
Line 201: Line 221:
/*END James' Crap*/
/*END James' Crap*/
 +
/* Begin Databox styling*/
 +
        .databox {float:left;
 +
                  margin-top: 10px;
 +
                  border-radius: 4px;
 +
                  padding: 5px 15px 5px 15px;
 +
                  font:sans-serif;
 +
                  font-size:13px;
 +
                  color:rgba(225,225,225,.9);
 +
                  text-align:justify;
 +
                  background: rgba(168, 182, 120, .95);
 +
          }
 +
          .databox a {color:#000000;
 +
          }
 +
          .databox img {
 +
                  float:none;
 +
                  margin:0px 8px 0px 4px;
 +
          }
 +
/* Begin Databox styling*/
/* Begin floatbox styling*/
/* Begin floatbox styling*/
Line 801: Line 839:
               }
               }
</style>
</style>
-
/* -----------------------------------------------------------------Image Slider Start-- */
 
-
<style>
 
-
 
-
#slider {
 
-
  position: relative;
 
-
  overflow: hidden;
 
-
  margin: 20px auto 0 auto;
 
-
  border-radius: 4px;
 
-
}
 
-
 
-
#slider ul {
 
-
  position: relative;
 
-
  margin: 0;
 
-
  padding: 0;
 
-
  height: 200px;
 
-
  list-style: none;
 
-
}
 
-
 
-
#slider ul li {
 
-
  position: relative;
 
-
  display: block;
 
-
  float: left;
 
-
  margin: auto;
 
-
  padding: 0;
 
-
  width: 600px;
 
-
  height: 300px;
 
-
  background: rgba(0,0,0,0);
 
-
  text-align: center;
 
-
  line-height: 300px;
 
-
}
 
-
 
-
#slider ul li img {
 
-
  position: relative;
 
-
  display: block;
 
-
  float: center;
 
-
  margin: auto;
 
-
  padding: 0;
 
-
  max-width: 600px;
 
-
  max-height: 300px;
 
-
  text-align: center;
 
-
  line-height: 300px;
 
-
}
 
-
 
-
a.control_prev, a.control_next {
 
-
  position: absolute;
 
-
  top: 40%;
 
-
  z-index: 999;
 
-
  display: block;
 
-
  padding: 2% 1%;
 
-
  width: auto;
 
-
  height: auto;
 
-
  background: #2a2a2a;
 
-
  color: #fff;
 
-
  text-decoration: none;
 
-
  font-weight: 600;
 
-
  font-size: 18px;
 
-
  opacity: 0.8;
 
-
  cursor: pointer;
 
-
}
 
-
 
-
a.control_prev:hover, a.control_next:hover {
 
-
  opacity: 1;
 
-
  -webkit-transition: all 0.2s ease;
 
-
}
 
-
 
-
a.control_prev {
 
-
  border-radius: 0 2px 2px 0;
 
-
}
 
-
 
-
a.control_next {
 
-
  right: 0;
 
-
  border-radius: 2px 0 0 2px;
 
-
}
 
-
 
-
</style>
 
-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
 
-
<script  type='text/javascript'>
 
-
 
-
jQuery(document).ready(function ($) {
 
-
 
-
  $('#checkbox').change(function(){
 
-
    setInterval(function () {
 
-
        moveRight();
 
-
    }, 3000);
 
-
  });
 
-
 
 
-
var slideCount = $('#slider ul li').length;
 
-
var slideWidth = $('#slider ul li').width();
 
-
var slideHeight = $('#slider ul li').height();
 
-
var sliderUlWidth = slideCount * slideWidth;
 
-
 
-
$('#slider').css({ width: slideWidth, height: slideHeight });
 
-
 
-
$('#slider ul').css({ width: sliderUlWidth, marginLeft: - slideWidth });
 
-
 
-
    $('#slider ul li:last-child').prependTo('#slider ul');
 
-
 
-
    function moveLeft() {
 
-
        $('#slider ul').animate({
 
-
            left: + slideWidth
 
-
        }, 200, function () {
 
-
            $('#slider ul li:last-child').prependTo('#slider ul');
 
-
            $('#slider ul').css('left', '');
 
-
        });
 
-
    };
 
-
 
-
    function moveRight() {
 
-
        $('#slider ul').animate({
 
-
            left: - slideWidth
 
-
        }, 200, function () {
 
-
            $('#slider ul li:first-child').appendTo('#slider ul');
 
-
            $('#slider ul').css('left', '');
 
-
        });
 
-
    };
 
-
 
-
    $('a.control_prev').click(function () {
 
-
        moveLeft();
 
-
    });
 
-
 
-
    $('a.control_next').click(function () {
 
-
        moveRight();
 
-
    });
 
-
 
-
});
 
-
</script>
 
-
/*-----------------------------------------------------------------Image Silder End--*/
 
-
 
-
 
-
 
     </head>
     </head>
Line 946: Line 855:
                                 <li><a href="/Team:UC_Davis/Electrochemistry">Electrochemistry</a></li>
                                 <li><a href="/Team:UC_Davis/Electrochemistry">Electrochemistry</a></li>
                                 <li><a href="/Team:UC_Davis/Signal_Processing">Signal Processing</a></li>
                                 <li><a href="/Team:UC_Davis/Signal_Processing">Signal Processing</a></li>
-
                                 <li><a href="/Team:UC_Davis/Achievements">Achievements</a></li>
+
                                 <li><a href="/Team:UC_Davis/Criteria">Achievements</a></li>
<li><a href='/Team:UC_Davis/Parts'>Parts</a></li>
<li><a href='/Team:UC_Davis/Parts'>Parts</a></li>
</ul>
</ul>
Line 965: Line 874:
                             <li><a href="https://2014.igem.org/Team:UC_Davis/Bios">Bios</a></li>
                             <li><a href="https://2014.igem.org/Team:UC_Davis/Bios">Bios</a></li>
    <li><a href='/Team:UC_Davis/Contact'>Contact Us</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>
+
                    <li><a href="https://igem.org/Team.cgi?id=1324">Official Team Profile</a></li>
                     </ul>
                     </ul>
        </li>
        </li>
Line 972: Line 881:
</li>
</li>
<li class="dropdown leftbookend rightbookend">
<li class="dropdown leftbookend rightbookend">
-
                         <a href="" style="font-size:13px;">Notebook</a>
+
                         <a href="https://2014.igem.org/Main_Page" style="font-size:13px;">iGEM</a>
<ul>
<ul>
-
                                <li><a href="/Team:UC_Davis/Notebook_Protein_Engineering">Notebook</a></li>
 
-
<li><a href="/Team:UC_Davis/Protocols">Protocols</a></li>
 
-
                                <li><a href="https://2014.igem.org/Team:UC_Davis/Gallery">Gallery</a></li>
 
</ul>
</ul>
</li>
</li>

Latest revision as of 02:33, 18 October 2014

UC Davis iGEM 2014