Team:Heidelberg LSL/Gallery2

From 2012hs.igem.org

(Difference between revisions)
Line 4: Line 4:
{{Stylesheet}}
{{Stylesheet}}
-
<html>
+
<style type="text/css">
-
<script type="text/javascript" src="highslide/highslide-with-gallery.js"></script>
+
-
<script type="text/javascript" src="highslide/highslide.config.js" charset="utf-8"></script>
+
-
<link rel="stylesheet" type="text/css" href="highslide/highslide.css" />
+
 +
/* line 6, ../sass/lightbox.sass */
 +
#lightboxOverlay {
 +
  position: absolute;
 +
  top: 0;
 +
  left: 0;
 +
  z-index: 9999;
 +
  background-color: black;
 +
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
 +
  opacity: 0.85;
 +
  display: none;
 +
}
-
<style type="text/css">
+
/* line 15, ../sass/lightbox.sass */
 +
#lightbox {
 +
  position: absolute;
 +
  left: 0;
 +
  width: 100%;
 +
  z-index: 10000;
 +
  text-align: center;
 +
  line-height: 0;
 +
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
 +
  font-weight: normal;
 +
}
 +
/* line 24, ../sass/lightbox.sass */
 +
#lightbox img {
 +
  width: auto;
 +
  height: auto;
 +
}
 +
/* line 27, ../sass/lightbox.sass */
 +
#lightbox a img {
 +
  border: none;
 +
}
 +
/* line 30, ../sass/lightbox.sass */
 +
.lb-outerContainer {
 +
  position: relative;
 +
  background-color: white;
 +
  *zoom: 1;
 +
  width: 250px;
 +
  height: 250px;
 +
  margin: 0 auto;
 +
  -webkit-border-radius: 4px;
 +
  -moz-border-radius: 4px;
 +
  -ms-border-radius: 4px;
 +
  -o-border-radius: 4px;
 +
  border-radius: 4px;
 +
}
 +
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
 +
.lb-outerContainer:after {
 +
  content: "";
 +
  display: table;
 +
  clear: both;
 +
}
 +
 +
/* line 39, ../sass/lightbox.sass */
 +
.lb-container {
 +
  padding: 10px;
 +
}
 +
 +
/* line 42, ../sass/lightbox.sass */
 +
.lb-loader {
 +
  position: absolute;
 +
  top: 40%;
 +
  left: 0%;
 +
  height: 25%;
 +
  width: 100%;
 +
  text-align: center;
 +
  line-height: 0;
 +
}
 +
 +
/* line 51, ../sass/lightbox.sass */
 +
.lb-nav {
 +
  position: absolute;
 +
  top: 0;
 +
  left: 0;
 +
  height: 100%;
 +
  width: 100%;
 +
  z-index: 10;
 +
}
 +
 +
/* line 59, ../sass/lightbox.sass */
 +
.lb-container > .nav {
 +
  left: 0;
 +
}
 +
 +
/* line 62, ../sass/lightbox.sass */
 +
.lb-nav a {
 +
  outline: none;
 +
}
 +
 +
/* line 65, ../sass/lightbox.sass */
 +
.lb-prev, .lb-next {
 +
  width: 49%;
 +
  height: 100%;
 +
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
 +
  /* Trick IE into showing hover */
 +
  display: block;
 +
}
 +
 +
/* line 72, ../sass/lightbox.sass */
 +
.lb-prev {
 +
  left: 0;
 +
  float: left;
 +
}
 +
 +
/* line 76, ../sass/lightbox.sass */
 +
.lb-next {
 +
  right: 0;
 +
  float: right;
 +
}
 +
 +
/* line 81, ../sass/lightbox.sass */
 +
.lb-prev:hover {
 +
  background: url(https://static.igem.org/mediawiki/2012hs/f/f1/Prev.png) left 48% no-repeat;
 +
}
 +
 +
/* line 85, ../sass/lightbox.sass */
 +
.lb-next:hover {
 +
  background: url(https://static.igem.org/mediawiki/2012hs/c/c4/Next.png) right 48% no-repeat;
 +
}
 +
 +
/* line 88, ../sass/lightbox.sass */
 +
.lb-dataContainer {
 +
  margin: 0 auto;
 +
  padding-top: 5px;
 +
  *zoom: 1;
 +
  width: 100%;
 +
  -moz-border-radius-bottomleft: 4px;
 +
  -webkit-border-bottom-left-radius: 4px;
 +
  -ms-border-bottom-left-radius: 4px;
 +
  -o-border-bottom-left-radius: 4px;
 +
  border-bottom-left-radius: 4px;
 +
  -moz-border-radius-bottomright: 4px;
 +
  -webkit-border-bottom-right-radius: 4px;
 +
  -ms-border-bottom-right-radius: 4px;
 +
  -o-border-bottom-right-radius: 4px;
 +
  border-bottom-right-radius: 4px;
 +
}
 +
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
 +
.lb-dataContainer:after {
 +
  content: "";
 +
  display: table;
 +
  clear: both;
 +
}
 +
 +
/* line 95, ../sass/lightbox.sass */
 +
.lb-data {
 +
  padding: 0 10px;
 +
  color: #bbbbbb;
 +
}
 +
/* line 98, ../sass/lightbox.sass */
 +
.lb-data .lb-details {
 +
  width: 85%;
 +
  float: left;
 +
  text-align: left;
 +
  line-height: 1.1em;
 +
}
 +
/* line 103, ../sass/lightbox.sass */
 +
.lb-data .lb-caption {
 +
  font-size: 13px;
 +
  font-weight: bold;
 +
  line-height: 1em;
 +
}
 +
/* line 107, ../sass/lightbox.sass */
 +
.lb-data .lb-number {
 +
  display: block;
 +
  clear: left;
 +
  padding-bottom: 1em;
 +
  font-size: 11px;
 +
}
 +
/* line 112, ../sass/lightbox.sass */
 +
.lb-data .lb-close {
 +
  width: 35px;
 +
  float: right;
 +
  padding-bottom: 0.7em;
 +
  outline: none;
 +
}
 +
/* line 117, ../sass/lightbox.sass */
 +
.lb-data .lb-close:hover {
 +
  cursor: pointer;
 +
}
 +
</style>
 +
 +
<style type="text/css">
#bodyContent { background-color: transparent; border: none; width: 975px; min-height: 900px;}
#bodyContent { background-color: transparent; border: none; width: 975px; min-height: 900px;}
</style>
</style>
Line 27: Line 205:
<div id="SubWrapper">
<div id="SubWrapper">
-
<h3>Gallery</h3>
+
<a href="https://static.igem.org/mediawiki/2012hs/e/e3/DSC_3250.JPG" rel="lightbox">Agar-Plate</a>
-
<div class="highslide-gallery">
+
-
<ul>
+
-
<li>
+
-
<a href="https://static.igem.org/mediawiki/2012hs/e/e3/DSC_3250.JPG" class="highslide"
+
-
title="Caption from the anchor's title attribute"
+
-
onclick="return hs.expand(this, config1 )">
+
-
<img src="highslide/sample-images/thumbstrip08.thumb.jpg"  alt=""/>
+
-
</a>
+
-
</li>
+
-
<li>
+
-
<a href="https://static.igem.org/mediawiki/2012hs/c/c0/DSC04427.JPG" class="highslide"
+
-
title="Caption from the anchor's title attribute"
+
-
onclick="return hs.expand(this, config1 )">
+
-
<img src="highslide/sample-images/thumbstrip06.thumb.jpg"  alt=""/>
+
-
</a>
+
-
</li>
+
-
<li>
+
-
<a href="https://static.igem.org/mediawiki/2012hs/9/94/DSC04437.JPG" class="highslide"
+
-
title="Caption from the anchor's title attribute"
+
-
onclick="return hs.expand(this, config1 )">
+
-
<img src="highslide/sample-images/thumbstrip05.thumb.jpg"  alt=""/>
+
-
</a>
+
-
</li>
+
-
<li>
+
-
<a href="https://static.igem.org/mediawiki/2012hs/8/80/DSC04439.JPG" class="highslide"
+
-
title="Caption from the anchor's title attribute"
+
-
onclick="return hs.expand(this, config1 )">
+
-
<img src="highslide/sample-images/thumbstrip03.thumb.jpg"  alt=""/>
+
-
</a>
+
-
</li>
+
-
<li>
+
-
<a href="https://static.igem.org/mediawiki/2012hs/3/3a/DSC0283-1-..JPG" class="highslide"
+
-
title="Caption from the anchor's title attribute"
+
-
onclick="return hs.expand(this, config1 )">
+
-
<img src="highslide/sample-images/thumbstrip24.thumb.jpg"  alt=""/>
+
-
</a>
+
-
</li>
+
-
<li>
+
-
<a href="https://static.igem.org/mediawiki/2012hs/7/7f/DSC0367-1-.JPG" class="highslide"
+
-
title="Caption from the anchor's title attribute"
+
-
onclick="return hs.expand(this, config1 )">
+
-
<img src="highslide/sample-images/thumbstrip22.thumb.jpg"  alt=""/>
+
-
</a>
+
-
</li>
+
-
<li>
+
-
<a href="https://static.igem.org/mediawiki/2012hs/4/44/LifeScience_Lab_0004.jpg" class="highslide"
+
-
title="Caption from the anchor's title attribute"
+
-
onclick="return hs.expand(this, config1 )">
+
-
<img src="highslide/sample-images/thumbstrip07.thumb.jpg"  alt=""/>
+
-
</a>
+
-
</li>
+
-
<li>
+
-
<a href="https://static.igem.org/mediawiki/2012hs/d/de/LifeScience_Lab_0012.jpg" class="highslide"
+
-
title="Caption from the anchor's title attribute"
+
-
onclick="return hs.expand(this, config1 )">
+
-
<img src="highslide/sample-images/thumbstrip12.thumb.jpg"  alt=""/>
+
-
</a>
+
-
</li>
+
-
<li>
+
-
<a href="https://static.igem.org/mediawiki/2012hs/f/f0/LifeScience_Lab_0019.jpg" class="highslide"
+
-
title="Caption from the anchor's title attribute"
+
-
onclick="return hs.expand(this, config1 )">
+
-
<img src="highslide/sample-images/thumbstrip02.thumb.jpg"  alt=""/>
+
-
</a>
+
-
</li>
+
-
<li>
+
-
<a href="https://static.igem.org/mediawiki/2012hs/9/90/LifeScience_Lab_0034.jpg" class="highslide"
+
-
title="Caption from the anchor's title attribute"
+
-
onclick="return hs.expand(this, config1 )">
+
-
<img src="highslide/sample-images/thumbstrip01.thumb.jpg"  alt=""/>
+
-
</a>
+
-
</li>
+
-
</ul>
+
-
<div style="clear:both"></div></div>
+
</div><!--end SubWrapper-->
</div><!--end SubWrapper-->

Revision as of 01:50, 12 June 2012

iGEM-2012HS - LSL-Heidelberg iGEM-2012HS - LSL-Heidelberg

<style type="text/css">

/* line 6, ../sass/lightbox.sass */

  1. lightboxOverlay {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 9999;
 background-color: black;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
 opacity: 0.85;
 display: none;

}

/* line 15, ../sass/lightbox.sass */

  1. lightbox {
 position: absolute;
 left: 0;
 width: 100%;
 z-index: 10000;
 text-align: center;
 line-height: 0;
 font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
 font-weight: normal;

} /* line 24, ../sass/lightbox.sass */

  1. lightbox img {
 width: auto;
 height: auto;

} /* line 27, ../sass/lightbox.sass */

  1. lightbox a img {
 border: none;

}

/* line 30, ../sass/lightbox.sass */ .lb-outerContainer {

 position: relative;
 background-color: white;
 *zoom: 1;
 width: 250px;
 height: 250px;
 margin: 0 auto;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 -ms-border-radius: 4px;
 -o-border-radius: 4px;
 border-radius: 4px;

} /* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */ .lb-outerContainer:after {

 content: "";
 display: table;
 clear: both;

}

/* line 39, ../sass/lightbox.sass */ .lb-container {

 padding: 10px;

}

/* line 42, ../sass/lightbox.sass */ .lb-loader {

 position: absolute;
 top: 40%;
 left: 0%;
 height: 25%;
 width: 100%;
 text-align: center;
 line-height: 0;

}

/* line 51, ../sass/lightbox.sass */ .lb-nav {

 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
 z-index: 10;

}

/* line 59, ../sass/lightbox.sass */ .lb-container > .nav {

 left: 0;

}

/* line 62, ../sass/lightbox.sass */ .lb-nav a {

 outline: none;

}

/* line 65, ../sass/lightbox.sass */ .lb-prev, .lb-next {

 width: 49%;
 height: 100%;
 background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
 /* Trick IE into showing hover */
 display: block;

}

/* line 72, ../sass/lightbox.sass */ .lb-prev {

 left: 0;
 float: left;

}

/* line 76, ../sass/lightbox.sass */ .lb-next {

 right: 0;
 float: right;

}

/* line 81, ../sass/lightbox.sass */ .lb-prev:hover {

 background: url(Prev.png) left 48% no-repeat;

}

/* line 85, ../sass/lightbox.sass */ .lb-next:hover {

 background: url(Next.png) right 48% no-repeat;

}

/* line 88, ../sass/lightbox.sass */ .lb-dataContainer {

 margin: 0 auto;
 padding-top: 5px;
 *zoom: 1;
 width: 100%;
 -moz-border-radius-bottomleft: 4px;
 -webkit-border-bottom-left-radius: 4px;
 -ms-border-bottom-left-radius: 4px;
 -o-border-bottom-left-radius: 4px;
 border-bottom-left-radius: 4px;
 -moz-border-radius-bottomright: 4px;
 -webkit-border-bottom-right-radius: 4px;
 -ms-border-bottom-right-radius: 4px;
 -o-border-bottom-right-radius: 4px;
 border-bottom-right-radius: 4px;

} /* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */ .lb-dataContainer:after {

 content: "";
 display: table;
 clear: both;

}

/* line 95, ../sass/lightbox.sass */ .lb-data {

 padding: 0 10px;
 color: #bbbbbb;

} /* line 98, ../sass/lightbox.sass */ .lb-data .lb-details {

 width: 85%;
 float: left;
 text-align: left;
 line-height: 1.1em;

} /* line 103, ../sass/lightbox.sass */ .lb-data .lb-caption {

 font-size: 13px;
 font-weight: bold;
 line-height: 1em;

} /* line 107, ../sass/lightbox.sass */ .lb-data .lb-number {

 display: block;
 clear: left;
 padding-bottom: 1em;
 font-size: 11px;

} /* line 112, ../sass/lightbox.sass */ .lb-data .lb-close {

 width: 35px;
 float: right;
 padding-bottom: 0.7em;
 outline: none;

} /* line 117, ../sass/lightbox.sass */ .lb-data .lb-close:hover {

 cursor: pointer;

} </style>

<style type="text/css">

  1. bodyContent { background-color: transparent; border: none; width: 975px; min-height: 900px;}

</style>

<script type="text/javascript"> function setPageSize() { len = document.getElementById('super_main_wrapper').offsetHeight; document.getElementById('bodyContent').style.height = len + 'px'; document.getElementById('news').style.height = len + 'px'; } </script>

<body id="sponsors" onload="setPageSize()">

<a href="DSC_3250.JPG" rel="lightbox">Agar-Plate</a>