Team:ETH Zurich

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
{{:Team:ETH_Zurich/Templates}}
{{:Team:ETH_Zurich/Templates}}
-
<html>
+
 
-
<style type="text/css">
+
-
#carousel {
+
-
  margin: 0 auto;
+
-
  width: 600px;
+
-
  height: 150px;
+
-
  background: #efefef;
+
-
  overflow: hidden;
+
-
}
+
-
#carousel .carousel_box {
+
-
  float: left;
+
-
  border: solid #fff 5px;
+
-
  width: 140px;
+
-
  height: 140px;
+
-
  color: #fff;
+
-
  background: #252525;
+
-
  line-height: 140px;
+
-
  text-align: center;
+
-
  font-size: 123%;
+
-
}
+
-
</style>
+
-
<style type="text/javascript">
+
-
var $carousel = $('#carousel').carousel();
+
-
 
+
-
$('#carousel_prev').on('click', function(ev) {
+
-
  $carousel.carousel('prev');
+
-
});
+
-
$('#carousel_next').on('click', function(ev) {
+
-
  $carousel.carousel('next');
+
-
});
+
-
</style>
+
-
<div class="carousel">
+
-
  <div id="carousel" class="carousel_inner">
+
-
    <div class="carousel_box">1</div>
+
-
    <div class="carousel_box">2</div>
+
-
    <div class="carousel_box">3</div>
+
-
    <div class="carousel_box">4</div>
+
-
    <div class="carousel_box">5</div>
+
-
    <div class="carousel_box">6</div>
+
-
    <div class="carousel_box">7</div>
+
-
    <div class="carousel_box">8</div>
+
-
  </div>
+
-
  <p class="btns">
+
-
    <input type="button" id="carousel_prev" value="prev">
+
-
    <input type="button" id="carousel_next" value="next">
+
-
  </p>
+
-
</div>
+
-
</html>
+
<div style="opacity:1.5;float:left;position:relative;top:126px;width:97%;height:250px;background-color:#A20025;font-family:Helvetia;text-align:left;margin:5px 5px 5px 5px;margin-color:white;padding:10px 10px 10px 10px;color:white"><div style="font-size:25px;color: black;text-align:left;padding:5px 5px 5px 5px">General info to change the layout</div>
<div style="opacity:1.5;float:left;position:relative;top:126px;width:97%;height:250px;background-color:#A20025;font-family:Helvetia;text-align:left;margin:5px 5px 5px 5px;margin-color:white;padding:10px 10px 10px 10px;color:white"><div style="font-size:25px;color: black;text-align:left;padding:5px 5px 5px 5px">General info to change the layout</div>

Revision as of 15:56, 24 July 2013

Header2.png
80px-Eth igem logo.png


General info to change the layout


Go on "Templates" than "Layout" than "WIKI" than "edit page" to make modifications in the layout of the top section. Before saving the page please make "show preview" to see what you just did. In the worst case scenario, the person who did the change can undo the changes by checking the history of changes.

Feel free to change stuff ! The changes you do here are directly applied to all pages.

Attention : This top section layout is from ETH_Zurich Team 2012, I will have to ask their permission to use it for the submission. The source actually was written by Pieter van Boheemen from TU Delft!