Team:INSA Toulouse/contenu/extras/gallery

From 2013.igem.org

(Difference between revisions)
 
(22 intermediate revisions not shown)
Line 63: Line 63:
     .tablecontent td{padding:0 25px 0 20px;}  
     .tablecontent td{padding:0 25px 0 20px;}  
-
<!--/* CSS Gallery*/-->
 
-
 
+
#slideshow {
-
.simpleviewer-mobile-glry a {
+
    position:relative;
-
  color: #fff;
+
    height:428px;
-
}
+
-
.simpleviewer-mobile-glry img {
+
-
  border: none;
+
}
}
-
/*--- layout ---*/
+
#slideshow IMG {
-
.simpleviewer-mobile-glry {
+
    position:absolute;
-
  position: relative;
+
    top:0;
-
  top: 0;
+
    left:0;
-
  left: 0;
+
    z-index:8;
-
  overflow: hidden;
+
-
  color: #fff;
+
-
  font: 11px/1.5em sans-serif;
+
-
}
+
-
.loading {
+
-
  background: url(../img/spinner.gif) no-repeat center;
+
-
}
+
-
.cls-mobile-flash {
+
-
  overflow: hidden;
+
}
}
-
/*--- /layout ---*/
 
-
/*--- detail ---*/
+
#slideshow IMG.active {
-
.cls-photos {
+
    z-index:10;
-
  position: absolute;
+
-
  top: 0;
+
-
  left: 0;
+
-
}
+
-
.sv-photo {
+
-
  float: none;
+
-
  text-align: center;
+
-
  position: absolute;
+
-
}
+
-
.sv-caption {
+
-
  background: url(../img/caption-bg.png);
+
-
  width: 100%;
+
-
  padding: 10px 0 35px;
+
-
  position: absolute;
+
-
  left: 0;
+
-
  bottom: 0;
+
-
  text-align: left;
+
-
  z-index: 9;
+
-
}
+
-
.sv-caption div {
+
-
  padding: 0 10px;
+
-
}
+
-
.sv-caption .sv-paging {
+
-
  float: right;
+
-
  margin: 0 0 0 15px;
+
-
  padding: 0 10px 0 0;
+
-
  line-height: normal;
+
-
}
+
-
.sv-caption .sv-title {
+
-
  font-size: 150%;
+
-
  line-height: normal;
+
-
  margin: 0;
+
}
}
-
.cls-prev-photo {
+
#slideshow IMG.last-active {
-
  display: block;
+
    z-index:9;
-
  width: 50%;
+
-
  height: 680px;
+
-
  position: absolute;
+
-
  left: 0;
+
-
  top: 0;
+
-
  display: none;
+
-
  cursor: pointer;
+
-
  background: url(../img/empty-pixel.png);
+
-
  z-index: 8;
+
-
}
+
-
.cls-prev-photo span, .sv-nav-page-prev {
+
-
  display: block;
+
-
  width: 27px;
+
-
  height: 27px;
+
-
  position: absolute;
+
-
  left: 15px;
+
-
  top: 50%;
+
-
  margin-top: -23px;
+
-
  background: url(../img/assets.png) no-repeat -9px -12px;
+
-
  display: none;
+
-
}
+
-
.sv-cls-4-ipad .cls-prev-photo span,
+
-
.sv-cls-4-iphone .cls-prev-photo span,
+
-
.sv-cls-4-android .cls-prev-photo span
+
-
{
+
-
  width: 55px;
+
-
  height: 55px;
+
-
  background: url(../img/assets.png) no-repeat 6px 0px;
+
}
}
-
.cls-next-photo {
+
</style>
-
  display: block;
+
-
  width: 50%;
+
-
  height: 680px;
+
-
  position: absolute;
+
-
  right: 0;
+
-
  top: 0;
+
-
  display: none;
+
-
  cursor: pointer;
+
-
  background: url(../img/empty-pixel.png);
+
-
  z-index: 8;
+
-
}
+
-
.sv-nav-logo, .sv-photo-logo {
+
-
  display: block;
+
-
  width: 105px;
+
-
  height: 15px;
+
-
  overflow: hidden;
+
-
  position: absolute;
+
-
  bottom: 0px;
+
-
  right: 0px;
+
-
  z-index: 10;
+
-
  text-decoration: none;
+
-
  font-size: 90%;
+
-
  background: url(http://simpleviewer.net/m/sv.png) no-repeat 0 0;
+
-
}
+
-
.sv-cls-4-iphone.sv-vertical .sv-nav-logo,
+
    <script>
-
.sv-cls-4-iphone.sv-vertical .sv-photo-logo
+
function slideSwitch() {
-
{
+
    var $active = $('#slideshow IMG.active');
-
bottom:10px;
+
    var $next = $active.next();   
 +
   
 +
    $next.addClass('active');
 +
   
 +
    $active.removeClass('active');
}
}
-
/*
+
$(function() {
-
.sv-cls-4-iphone.sv-horizental .sv-nav-logo
+
    setInterval( "slideSwitch()", 2500 );
-
{
+
});
-
bottom:0px;
+
-
}
+
-
*/
+
-
.cls-next-photo span, .sv-nav-page-next {
+
  </script>
-
  display: block;
+
-
  width: 27px;
+
-
  height: 27px;
+
-
  position: absolute;
+
-
  right: 15px;
+
-
  top: 50%;
+
-
  margin-top: -23px;
+
-
  background: url(../img/assets.png) no-repeat -59px -12px;
+
-
  display: none;
+
-
}
+
-
.sv-cls-4-ipad .cls-next-photo span,
 
-
.sv-cls-4-iphone .cls-next-photo span,
 
-
.sv-cls-4-android .cls-next-photo span
 
-
{
 
-
  width: 55px;
 
-
  height: 55px;
 
-
  background: url(../img/assets.png) no-repeat -44px 0px;
 
-
}
 
-
.sv-photo-nav .sv-nav-page-prev
 
-
{
 
-
position:absolute;
 
-
display:block;
 
-
cursor:pointer;
 
-
height:60px;
 
-
width:55px;
 
-
background: url(../img/assets.png) no-repeat 7px 8px;
 
-
margin-top: -40px;
 
-
}
 
-
.sv-photo-nav .sv-nav-page-next
 
-
{
 
-
position:absolute;
 
-
display:block;
 
-
cursor:pointer;
 
-
height:60px;
 
-
width:55px;
 
-
background: url(../img/assets.png) no-repeat -44px 8px;
 
-
margin-top: -40px;
 
-
}
 
-
.sv-nav-page-label
 
-
{
 
-
position:absolute;
 
-
display:block;
 
-
font-size:15px;
 
-
}
 
-
.sv-nav-page-caption
 
-
{
 
-
position:absolute;
 
-
display:block;
 
-
font-size:19px;
 
-
}
 
-
.cls-topmenu {
 
-
  height: 38px;
 
-
  position: absolute;
 
-
  top: 10px;
 
-
  right: 10px;
 
-
  display: none;
 
-
  z-index: 9;
 
-
}
 
-
.cls-topmenu a {
 
-
  display: block;
 
-
  float: right;
 
-
  height: 38px;
 
-
  width: 37px;
 
-
  background: url(../img/assets.png) no-repeat;
 
-
  position: relative;
 
-
  cursor: pointer;
 
-
}
 
-
.cls-topmenu .cls-open-window {
 
-
  display: none;
 
-
  background-position: -147px -5px;
 
-
}
 
-
.cls-topmenu .cls-go-fullscreen {
 
-
  display: none;
 
-
  background-position: -97px -5px;
 
-
}
 
-
.cls-topmenu .cls-go-nav-panel{
 
-
  background-position: -197px -5px;
 
-
}
 
-
.cls-topmenu a span {
 
-
  display: none;
 
-
}
 
-
.cls-topmenu-right, .cls-topmenu-left, .cls-topmenu-links {
 
-
  display: none;
 
-
  float: right;
 
-
  height: 38px;
 
-
  overflow: hidden;
 
-
  margin: 0;
 
-
  position: relative;
 
-
  background-color: #111;
 
-
  background: transparent url(../img/assets.png) no-repeat -10px -56px;
 
-
}
 
-
.cls-topmenu-right {
 
-
  width: 5px;
 
-
  background: transparent url(../img/assets.png) no-repeat -148px -56px;
 
-
}
 
-
.sv-cls-4-msie9 .cls-topmenu-right
 
-
{
 
-
display:none;
 
-
}
 
-
.cls-topmenu-left {
 
-
  width: 5px;
 
-
  background: transparent url(../img/assets.png) no-repeat 0 -56px;
 
-
}
 
-
.sv-cls-4-msie9 .cls-topmenu-left
 
-
{
 
-
display:none;
 
-
}
 
-
/*--- /detail ---*/
 
-
/*--- error ---*/
 
-
.sv-cls-error {
 
-
  color: #fff;
 
-
  font-size: 12px;
 
-
  font-weight: bold;
 
-
  line-height: 1.5em;
 
-
  text-align: center;
 
-
  font-family: sans-serif;
 
-
  position: absolute;
 
-
}
 
-
.sv-cls-error .sv-cls-error-text {
 
-
  float: left;
 
-
  padding: 0.7em 20px;
 
-
  position: relative;
 
-
  z-index: 10;
 
-
}
 
-
.sv-cls-error .sv-cls-error-bg {
 
-
  position: absolute;
 
-
  left: 0;
 
-
  top: 0;
 
-
  width: 100%;
 
-
  background: #000;
 
-
  border: 1px solid #000;
 
-
  border-radius: 5px;
 
-
  -moz-border-radius: 5px;
 
-
  -webkit-border-radius: 5px;
 
-
  opacity: 0.5;
 
-
  filter: alpha(opacity=50);
 
-
  z-index: 9;
 
-
}
 
-
/*--- /error ---*/
 
 +
<!--/* HTML Contenu*/-->
-
.clearfix:after {
+
<div class="maincontent" style="width: 700px; margin: 25px 0 25px 0; float: right;">
-
content: ".";
+
-
display: block;
+
-
height: 0;
+
-
clear: both;
+
-
visibility: hidden;
+
-
}
+
-
.clearfix {
+
-
display: inline-block;
+
-
}
+
-
* html .clearfix {
+
-
height: 1%;
+
-
}
+
-
.clearfix {
+
-
display: block;
+
-
}
+
-
.sv-photo-detail
+
-
{
+
-
position:relative;
+
-
display:inline-block;
+
-
overflow:hidden;
+
-
}
+
-
/****** photo navigation panel ******/
+
-
.sv-photo-nav
+
-
{
+
-
z-index:50;
+
-
position:relative;
+
-
float:left;
+
-
overflow:hidden;
+
-
}
+
-
.sv-photo-nav table
+
-
{
+
-
position:absolute;
+
-
top:0;
+
-
}
+
-
.sv-nav-photo-list
+
-
{
+
-
position:relative;
+
-
overflow:hidden;
+
-
}
+
-
.sv-nav-photo-list table
+
  <h1 class="title1">Gallery</h1>
-
{
+
-
border: none !important;
+
-
padding:5px !important;
+
-
}
+
-
.sv-nav-photo-list table tr td
 
-
{
 
-
width:80px !important;
 
-
height:80px !important;
 
-
border:none !important;
 
-
padding:0 !important;
 
-
margin:0 !important;
 
-
}
 
-
.sv-nav-photo-list a
 
-
{
 
-
/*
 
-
-moz-box-shadow: -1px -1px 2px rgba(0, 0, 0, .2);
 
-
    -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, .2);
 
-
    box-shadow: -1px -1px 2px rgba(0, 0, 0, .2);
 
-
    display:block;
 
-
*/
 
-
}
 
-
.sv-nav-photo-list a img
 
-
{
 
-
display:block;
 
-
border:none;
 
-
width:75px;
 
-
height:75px;
 
-
padding:0;
 
-
margin:0;
 
-
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
 
-
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
 
-
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
 
-
}
 
-
.sv-nav-photo-list a img:hover
 
-
{
 
-
width: 75px;
 
-
height: 75px;
 
-
border: none;
 
-
}
 
-
.sv-nav-photo-list a.current img
+
<div id="slideshow">
-
{
+
    <img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-prn2/1236007_1419796204900241_1999422488_n.jpg" alt="" class="active" />
-
width: 75px;
+
    <img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash4/1238103_1419940718219123_417330044_n.jpg" alt="" />
-
height: 75px;
+
    <img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash4/1376464_1422388284641033_1745430514_n.jpg" alt="" />
-
border: none;
+
    <img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash4/1236705_1419796291566899_1003188038_n.jpg" alt="" />
-
}
+
    <img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash3/541384_1419796281566900_1841635351_n.jpg" alt="" />
 +
    <img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash3/1235207_1419796288233566_1285295409_n.jpg" alt="" />
 +
    <img style="width:650px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-ash3/554139_1419796341566894_2132904243_n.jpg" alt="" />
 +
    <img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash4/1234873_1420014384878423_1407317352_n.jpg" alt="" />
 +
    <img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-prn1/625509_1420014418211753_1329568741_n.jpg" alt="" />
 +
    <img style="width:650px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-frc3/1375024_1420014298211765_2062487505_n.jpg" alt="" />
 +
    <img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash4/1255522_1419796334900228_503304179_n.jpg" alt="" />
 +
    <img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-prn2/1378623_1420303551516173_292006398_n.jpg" alt="" />
 +
    <img style="width:650px;" src="https://fbcdn-sphotos-e-a.akamaihd.net/hphotos-ak-prn2/1255213_1419796244900237_2036327008_n.jpg" alt="" />
 +
    <img style="width:650px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-frc3/988256_1419796148233580_501449810_n.jpg" alt="" />
 +
    <img style="width:650px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-prn2/1235049_1419941108219084_264711912_n.jpg" alt="" />
 +
    <img style="width:650px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-ash3/541851_1420014094878452_572900423_n.jpg" alt="" />
 +
    <img style="width:650px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-ash3/1234122_1420014164878445_128474308_n.jpg" alt="" />
 +
    <img style="width:650px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-ash3/558273_1420014244878437_438035030_n.jpg" alt="" />
 +
    <img style="width:650px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-prn2/1236576_1419796141566914_1842411106_n.jpg" alt="" />
 +
    <img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-prn2/1238313_1419941211552407_440954302_n.jpg" alt="" />
 +
    <img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-prn2/1375155_1419941194885742_900385286_n.jpg" alt="" />
 +
    <img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash3/1385142_1422400324639829_434849428_n.jpg" alt="" />
 +
    <img style="width:650px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-prn1/1381963_1422398574640004_1968436394_n.jpg" alt="" />
 +
    <img style="width:650px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-prn2/1374958_1420014061545122_1221010474_n.jpg" alt="" />
 +
    <img style="width:650px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-prn1/1234900_1420014198211775_117146023_n.jpg" alt="" />
 +
    <img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash4/1374244_1419941178219077_1214187788_n.jpg" alt="" />
 +
    <img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash3/1235216_1419941154885746_923215578_n.jpg" alt="" />
 +
    <img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-frc1/45475_1420014528211742_1165009527_n.jpg" alt="" />
 +
    <img style="width:650px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-prn2/960152_1422397577973437_959559485_n.jpg" alt="" />
 +
    <img style="width:650px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-ash3/1380506_1422397614640100_139474114_n.jpg" alt="" />
 +
    <img style="width:650px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-prn2/1375881_1422397581306770_1439230489_n.jpg" alt="" />
-
.sv-nav-photo-list .visited img
+
<img style="width:650px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-prn2/1378852_1422467511299777_1580367618_n.jpg" alt="" />
-
{
+
<img style="width:650px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-frc3/1384382_1422467507966444_405777107_n.jpg" alt="" />
-
width:75px;
+
<img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-prn1/1378598_1422467504633111_2028068025_n.jpg" alt="" />
-
height:75px;
+
<img style="width:650px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-prn2/1385054_1422467537966441_1550699325_n.jpg" alt="" />
-
border: none;
+
<img style="width:650px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-prn2/988321_1422467541299774_171755916_n.jpg" alt="" />
-
}
+
<img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-frc3/1376462_1422467544633107_1524066353_n.jpg" alt="" />
-
/****** for hand hold devices ******/
+
<img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-frc3/988739_1422467584633103_1223506844_n.jpg" alt="" />
-
/* iphone */
+
<img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-frc3/1375132_1422467587966436_160553176_n.jpg" alt="" />
-
/*
+
<img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-prn2/1380592_1422467594633102_533191268_n.jpg" alt="" />
-
.sv-cls-4-iphone .sv-photo-nav
+
<img style="width:650px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-ash3/521991_1422467634633098_1764843779_n.jpg" alt="" />
-
{
+
<img style="width:650px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-prn2/1376370_1422467637966431_901814657_n.jpg" alt="" />
-
margin-left: 3px;
+
<img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-prn2/1385962_1422467651299763_491936505_n.jpg" alt="" />
-
margin-top:5px;
+
<img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash4/1390634_1422467677966427_1826004855_n.jpg" alt="" />
-
}
+
<img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash3/559875_1422467681299760_1599868029_n.jpg" alt="" />
-
*/
+
<img style="width:650px;" src="https://fbcdn-sphotos-f-a.akamaihd.net/hphotos-ak-prn2/1186056_1422467691299759_871461924_n.jpg" alt="" />
 +
<img style="width:650px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-ash3/11507_1422467717966423_1463338953_n.jpg" alt="" />
 +
<img style="width:650px;" src="https://fbcdn-sphotos-a-a.akamaihd.net/hphotos-ak-prn2/1378844_1422467727966422_837800661_n.jpg" alt="" />
 +
<img style="width:650px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-prn2/1157449_1422467731299755_936125843_n.jpg" alt="" />
 +
<img style="width:650px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-prn1/547526_1422467764633085_1097818076_n.jpg" alt="" />
 +
<img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-prn1/1013570_1422467771299751_1679213397_n.jpg" alt="" />
 +
<img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-prn2/1380008_1422467774633084_346479006_n.jpg" alt="" />
 +
<img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-prn2/1377194_1422467807966414_1702660951_n.jpg" alt="" />
 +
<img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-prn2/1380742_1422467817966413_197191773_n.jpg" alt="" />
 +
<img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash4/r90/1379321_1422467821299746_2097082180_n.jpg" alt="" />
 +
<img style="width:650px;" src="https://scontent-b-mxp.xx.fbcdn.net/hphotos-ash3/1381507_1422467887966406_545487424_n.jpg" alt="" />
 +
<img style="width:650px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-ash3/r90/994598_1422467907966404_1834330811_n.jpg" alt="" />
 +
<img style="width:650px;" src="https://scontent-a-mxp.xx.fbcdn.net/hphotos-ash3/r90/1378038_1422467914633070_1405904565_n.jpg" alt="" />
-
/* android */
 
-
/*
 
-
.sv-cls-4-android .sv-photo-nav
 
-
{
 
-
margin-left: 3px;
 
-
margin-top:5px;
 
-
}
 
-
*/
 
-
/* iPad */
 
-
/*
 
-
.sv-cls-4-ipad .sv-photo-nav
 
-
{
 
-
margin-left: 3px;
 
-
margin-top:5px;
 
-
}
 
-
*/
 
 +
</div>
-
</style>
 
-
<!--/* HTML Contenu*/-->
 
-
<div class="maincontent" style="width: 720px; margin: 25px 0 25px 0; float: right;">
 
-
  <h1 class="title1">Gallery</h1>
 

Latest revision as of 01:03, 5 October 2013

logo


Gallery