Team:York

From 2014.igem.org

(Difference between revisions)
Line 238: Line 238:
}
}
 +
</style>
 +
<style>
 +
.css-slideshow {
 +
position: relative;
 +
max-width: 495px;
 +
height: 370px;
 +
margin-left: 100px;
 +
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
 +
font-weight: 300;
 +
}
 +
.css-slideshow figure {
 +
margin: 0;
 +
max-width: 495px;
 +
background: #fff;
 +
position: absolute;
 +
}
 +
.css-slideshow img {
 +
-webkit-box-shadow: 0 0 2px #666;
 +
box-shadow: 0 0 2px #666;
 +
}
 +
.css-slideshow figcaption {
 +
position: absolute;
 +
top: 5px;
 +
color: #fff;
 +
background: rgba(0,0,0, .3);
 +
font-size: .8em;
 +
padding: 8px 12px;
 +
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 +
filter: alpha(opacity=0);
 +
opacity: 0;
 +
-webkit-transition: opacity .5s;
 +
-moz-transition: opacity .5s;
 +
-o-transition: opacity .5s;
 +
-ms-transition: opacity .5s;
 +
transition: opacity .5s;
 +
}
 +
.css-slideshow:hover figure figcaption {
 +
-webkit-transition: opacity .5s;
 +
-moz-transition: opacity .5s;
 +
-o-transition: opacity .5s;
 +
-ms-transition: opacity .5s;
 +
transition: opacity .5s;
 +
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 +
filter: alpha(opacity=100);
 +
opacity: 1;
 +
}
 +
.css-slideshow-attr {
 +
max-width: 530px;
 +
text-align: right;
 +
font-size: .7em;
 +
font-style: italic;
 +
}
 +
.css-slideshow-attr a {
 +
color: #666;
 +
}
 +
.css-slideshow figure:nth-child(1),.css-slideshow figure:nth-child(2),.css-slideshow figure:nth-child(3),.css-slideshow figure:nth-child(4),.css-slideshow figure:nth-child(5),.css-slideshow figure:nth-child(6),.css-slideshow figure:nth-child(7) {
 +
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 +
filter: alpha(opacity=0);
 +
opacity: 0;
 +
}
 +
.css-slideshow figure:nth-child(1) {
 +
-webkit-animation: xfade 48s 42s 5;
 +
-moz-animation: xfade 48s 42s 5;
 +
-ms-animation: xfade 48s 42s infinite;
 +
-o-animation: xfade 48s 42s infinite;
 +
animation: xfade 48s 42s infinite;
 +
}
 +
.css-slideshow figure:nth-child(2) {
 +
-webkit-animation: xfade 48s 36s infinite;
 +
-moz-animation: xfade 48s 36s infinite;
 +
-ms-animation: xfade 48s 36s infinite;
 +
-o-animation: xfade 48s 36s infinite;
 +
animation: xfade 48s 36s infinite;
 +
}
 +
.css-slideshow figure:nth-child(3) {
 +
-webkit-animation: xfade 48s 30s infinite;
 +
-moz-animation: xfade 48s 30s infinite;
 +
-ms-animation: xfade 48s 30s infinite;
 +
-o-animation: xfade 48s 30s infinite;
 +
animation: xfade 48s 30s infinite;
 +
}
 +
.css-slideshow figure:nth-child(4) {
 +
-webkit-animation: xfade 48s 24s infinite;
 +
-moz-animation: xfade 48s 24s infinite;
 +
-ms-animation: xfade 48s 24s infinite;
 +
-o-animation: xfade 48s 24s infinite;
 +
animation: xfade 48s 24s infinite;
 +
}
 +
.css-slideshow figure:nth-child(5) {
 +
-webkit-animation: xfade 48s 18s infinite;
 +
-moz-animation: xfade 48s 18s infinite;
 +
-ms-animation: xfade 48s 18s infinite;
 +
-o-animation: xfade 48s 18s infinite;
 +
animation: xfade 48s 18s infinite;
 +
}
 +
.css-slideshow figure:nth-child(6) {
 +
-webkit-animation: xfade 48s 12s infinite;
 +
-moz-animation: xfade 48s 12s infinite;
 +
-ms-animation: xfade 48s 12s infinite;
 +
-o-animation: xfade 48s 12s infinite;
 +
animation: xfade 48s 12s infinite;
 +
}
 +
.css-slideshow figure:nth-child(7) {
 +
-webkit-animation: xfade 48s 6s infinite;
 +
-moz-animation: xfade 48s 6s infinite;
 +
-ms-animation: xfade 48s 6s infinite;
 +
-o-animation: xfade 48s 6s infinite;
 +
animation: xfade 48s 6s infinite;
 +
}
 +
.css-slideshow figure:nth-child(8) {
 +
-webkit-animation: xfade 48s 0s infinite;
 +
-moz-animation: xfade 48s 0s infinite;
 +
-ms-animation: xfade 48s 0s infinite;
 +
-o-animation: xfade 48s 0s infinite;
 +
animation: xfade 48s 0s infinite;
 +
}
 +
@keyframes "xfade" {
 +
0% {
 +
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 +
  filter: alpha(opacity=100);
 +
  opacity: 1;
 +
}
 +
14.67% {
 +
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 +
filter: alpha(opacity=100);
 +
opacity: 1;
 +
}
 +
16.67% {
 +
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 +
filter: alpha(opacity=0);
 +
opacity: 0;
 +
}
 +
98% {
 +
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 +
  filter: alpha(opacity=0);
 +
  opacity: 0;
 +
}
 +
100% {
 +
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 +
  filter: alpha(opacity=100);
 +
  opacity: 1;
 +
}
 +
}
 +
@-moz-keyframes xfade {
 +
0% {
 +
  filter: alpha(opacity=100);
 +
  opacity: 1;
 +
}
 +
14.67% {
 +
filter: alpha(opacity=100);
 +
opacity: 1;
 +
}
 +
16.67% {
 +
filter: alpha(opacity=0);
 +
opacity: 0;
 +
}
 +
98% {
 +
  filter: alpha(opacity=0);
 +
  opacity: 0;
 +
}
 +
100% {
 +
  filter: alpha(opacity=100);
 +
  opacity: 1;
 +
}
 +
}
 +
@-webkit-keyframes "xfade" {
 +
0% {
 +
  filter: alpha(opacity=100);
 +
  opacity: 1;
 +
}
 +
14.67% {
 +
filter: alpha(opacity=100);
 +
opacity: 1;
 +
}
 +
16.67% {
 +
filter: alpha(opacity=0);
 +
opacity: 0;
 +
}
 +
98% {
 +
  filter: alpha(opacity=0);
 +
  opacity: 0;
 +
}
 +
100% {
 +
  filter: alpha(opacity=100);
 +
  opacity: 1;
 +
}
 +
}
 +
@-ms-keyframes "xfade" {
 +
0% {
 +
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 +
  filter: alpha(opacity=100);
 +
  opacity: 1;
 +
}
 +
14.67% {
 +
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 +
filter: alpha(opacity=100);
 +
opacity: 1;
 +
}
 +
16.67% {
 +
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 +
filter: alpha(opacity=0);
 +
opacity: 0;
 +
}
 +
98% {
 +
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
 +
  filter: alpha(opacity=0);
 +
  opacity: 0;
 +
}
 +
100% {
 +
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 +
  filter: alpha(opacity=100);
 +
  opacity: 1;
 +
}
 +
}
 +
@-o-keyframes "xfade" {
 +
0% {
 +
  filter: alpha(opacity=100);
 +
  opacity: 1;
 +
}
 +
14.67% {
 +
filter: alpha(opacity=100);
 +
opacity: 1;
 +
}
 +
16.67% {
 +
filter: alpha(opacity=0);
 +
opacity: 0;
 +
}
 +
98% {
 +
  filter: alpha(opacity=0);
 +
  opacity: 0;
 +
}
 +
100% {
 +
  filter: alpha(opacity=100);
 +
  opacity: 1;
 +
}
 +
}
</style></head>
</style></head>
Line 257: Line 493:
<div id="actualcontent">
<div id="actualcontent">
-
<h2>Welcome to the beautiful City of York! </h2><br>
+
<br>
-
<img src="https://static.igem.org/mediawiki/2014/0/0a/York_Team_Photo.jpg" style="border: 2px solid; border-color: black; margin-left: 150px;" >
+
<div class="css-slideshow">
 +
<figure>
 +
<img src="https://static.igem.org/mediawiki/2014/4/4f/York_imagegallery_1.JPG" alt="class-header-css3" width="700" height="306" class="alignnone size-full wp-image-172" /><figcaption>The York iGEM Team in Labs</figcaption>  
 +
</figure>
 +
<figure>
 +
<img src="https://static.igem.org/mediawiki/2014/e/e9/York_imagegallery_2.JPG" alt="class-header-semantics" width="700" height="306" class="alignnone size-full wp-image-179" /><figcaption></figcaption>
 +
</figure>
 +
<figure>
 +
<img src="https://static.igem.org/mediawiki/2014/8/85/York_imagegallery_3.JPG" alt="class-header-offline" width="700" height="306" class="alignnone size-large wp-image-178" /><figcaption></figcaption>
 +
</figure>
 +
<figure>
 +
<img src="https://static.igem.org/mediawiki/2014/d/d9/York_imagegallery_4.JPG" alt="class-header-device" width="700" height="306" class="alignnone size-full wp-image-177" /><figcaption></figcaption>
 +
</figure>
 +
<figure>
 +
<img src="https://static.igem.org/mediawiki/2014/7/7c/York_imagegallery_5.JPG" alt="class-header-connectivity" width="700" height="306" class="alignnone size-large wp-image-176" /><figcaption></figcaption>
 +
</figure>
 +
<figure>
 +
<img src="https://static.igem.org/mediawiki/2014/e/ea/York_imagegallery_6.JPG" alt="class-header-multimedia" width="700" height="306" class="alignnone size-large wp-image-175" /><figcaption></figcaption>
 +
</figure>
 +
<figure>
 +
<img src="https://static.igem.org/mediawiki/2014/0/06/York_imagegallery_7.JPG" alt="class-header-3d" width="700" height="306" class="alignnone size-large wp-image-174" /><figcaption></figcaption>
 +
</figure>
 +
<figure>
 +
<img src="https://static.igem.org/mediawiki/2014/9/9d/York_imagegallery_8.JPG" alt="class-header-performance" width="700" height="306" class="alignnone size-large wp-image-173" /><figcaption></figcaption>
 +
</figure>
 +
  </div>
<p>We're the 2014 iGEM team for the University of York, UK. In just 50 years, the University has become one of the top in the UK. We think this is because of its passion and dedication towards each of its subjects; something we share! Our team is made up of 20 undergraduates from a range of disciplines, as well as our two supervisors.<br><br>
<p>We're the 2014 iGEM team for the University of York, UK. In just 50 years, the University has become one of the top in the UK. We think this is because of its passion and dedication towards each of its subjects; something we share! Our team is made up of 20 undergraduates from a range of disciplines, as well as our two supervisors.<br><br>

Revision as of 21:11, 27 August 2014


class-header-css3
The York iGEM Team in Labs
class-header-semantics
class-header-offline
class-header-device
class-header-connectivity
class-header-multimedia
class-header-3d
class-header-performance

We're the 2014 iGEM team for the University of York, UK. In just 50 years, the University has become one of the top in the UK. We think this is because of its passion and dedication towards each of its subjects; something we share! Our team is made up of 20 undergraduates from a range of disciplines, as well as our two supervisors.