Team:NCTU Formosa/source/header-project

From 2014.igem.org

(Difference between revisions)
 
(104 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<style>
<style>
 +
.ch-item {
 +
    width: 100%;
 +
    height: 100%;
 +
    border-radius: 50%;
 +
    position: relative;
 +
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
 +
    cursor: default;
 +
}
 +
.ch-info-wrap,
 +
.ch-info{
 +
    position: absolute;
 +
    width: 180px;
 +
    height: 180px;
 +
    border-radius: 50%;
 +
}
 +
.ch-info-wrap {
 +
    top: 20px;
 +
    left: 20px;
 +
    background: #f9f9f9 url(../images/bg.jpg);
 +
    box-shadow:
 +
        0 0 0 20px rgba(255,255,255,0.2),
 +
        inset 0 0 3px rgba(115,114, 23, 0.8);
 +
 +
}
 +
.ch-info > div {
 +
    display: block;
 +
    position: absolute;
 +
    width: 100%;
 +
    height: 100%;
 +
    border-radius: 50%;
 +
    background-position: center center;
 +
}
 +
.ch-info .ch-info-front {
 +
    transition: all 0.6s ease-in-out;
 +
}
 +
.ch-info .ch-info-back {
 +
    opacity: 0;
 +
    background: #223e87;
 +
    pointer-events: none;
 +
    transform: scale(1.5);
 +
    transition: all 0.4s ease-in-out 0.2s;
 +
}
 +
.ch-item:hover .ch-info-front {
 +
    transform: scale(0);
 +
    opacity: 0;
 +
}
 +
.ch-img-1 {
 +
background-image: url('https://static.igem.org/mediawiki/2014/8/8d/2014_NCTU_Formosa_Moth_Mamestra_brassicae.jpg');
 +
background-size: 130pt auto;
 +
}
 +
 +
.ch-img-2 {
 +
    background-image: url('https://static.igem.org/mediawiki/2014/d/d7/2014_NCTU_Formosa_Moth_Helicoverpa-armigera.jpg');
 +
background-size: 130pt auto;
 +
}
 +
 +
.ch-img-3 {
 +
    background-image: url('https://static.igem.org/mediawiki/2014/4/45/2014_NCTU_Formosa_Moth_Spodoptera_litura.jpg');
 +
background-size: 130pt auto;
 +
}
 +
 +
.ch-img-4 {
 +
    background-image: url('https://static.igem.org/mediawiki/2014/b/b5/2014_NCTU_Formosa_Moth_Solenopsis_invicta.jpg');
 +
background-size: 130pt auto;
 +
}
 +
 +
.ch-img-5 {
 +
    background-image: url('https://static.igem.org/mediawiki/2014/3/3e/2014_NCTU_Formosa_Moth_Mosquito.jpg');
 +
background-size: 170pt auto;
 +
}
 +
 +
.ch-img-6 {
 +
    background-image: url('https://static.igem.org/mediawiki/2014/a/a3/2014_NCTU_Formosa_Moth_Agrotis_ipsilon.jpg');
 +
background-size: 130pt auto;
 +
}
 +
 +
.ch-img-7 {
 +
    background-image: url('https://static.igem.org/mediawiki/2014/8/88/2014_NCTU_Formosa_Moth_Lymantria_dispar.jpg');
 +
background-size: 130pt auto;
 +
}
 +
.ch-img-8 {
 +
    background-image: url('https://static.igem.org/mediawiki/2014/0/0e/2014_NCTU_Formosa_Moth_Adoxophyes_sp1.jpg');
 +
background-size: 127pt auto;
 +
}
 +
.ch-img-9 {
 +
    background-image: url('https://static.igem.org/mediawiki/2014/3/3a/2014_NCTU_Formosa_Moth_Bombyx_mori.jpg');
 +
background-size: 130pt auto;
 +
}
 +
 +
 +
.ch-info h3 {
 +
    color: #fff;
 +
    text-transform: uppercase;
 +
    letter-spacing: 2px;
 +
    font-size: 18px;
 +
    margin: 0 15px;
 +
    padding: 40px 0 0 0;
 +
    height: 80px;
 +
    font-family: 'Open Sans', Arial, sans-serif;
 +
    text-shadow:
 +
        0 0 1px #fff,
 +
        0 1px 2px rgba(0,0,0,0.3);
 +
}
 +
 +
.ch-info p {
 +
    color: #fff;
 +
    padding: 10px 5px 0;
 +
    font-style: italic;
 +
    margin: 0 30px;
 +
    font-size: 12px;
 +
    border-top: 1px solid rgba(255,255,255,0.5);
 +
}
 +
 +
.ch-info p a {
 +
    display: block;
 +
    color: #e7615e;
 +
    font-style: normal;
 +
    font-weight: 700;
 +
    text-transform: uppercase;
 +
    font-size: 9px;
 +
    letter-spacing: 1px;
 +
    padding-top: 4px;
 +
    font-family: 'Open Sans', Arial, sans-serif;
 +
}
 +
 +
.ch-info p a:hover {
 +
    color: #fff;
 +
}
 +
.ch-item:hover .ch-info-back {
 +
    transform: scale(1);
 +
    opacity: 1;
 +
    pointer-events: auto;
 +
}
 +
</style>
 +
<style>
 +
.right{
 +
width:65%;
 +
float:right;
 +
}
 +
.left{
 +
width:30%;
 +
float:left;
 +
}
 +
.right2{
 +
width:30%;
 +
float:right;
 +
display:block;
 +
}
 +
.left2,.left2in{
 +
width:65%;
 +
float:left;
 +
display:block;
 +
}
 +
.right2in{
 +
width:30%;
 +
float:right;
 +
display:block;
 +
height:500pt;
 +
overflow:scroll;
 +
}
.effect {
.effect {
  left: 6.25%;
  left: 6.25%;
Line 9: Line 169:
.toclevel-3 {
.toclevel-3 {
display:none;
display:none;
 +
}
 +
.center{
 +
left: 10%;
 +
}
 +
.pban li{
 +
border-radius: 3px;
 +
text-align: center;
 +
font-weight: 700;
 +
width: 33%;
 +
padding:0;
 +
margin:0;
 +
border:0;
 +
display: block;
 +
float: left;
 +
height: 220px;
 +
vertical-align: middle;
 +
}
 +
.slopetxt{
 +
font-size: 130%;
 +
font-style:italic;
 +
}
 +
.bigtxt{
 +
font-size: 130%;
 +
font-weight:bolder;
}
}
 +
.smalltxt{
 +
font-size:x-small;
 +
font-style:italic;
 +
}
.BOX{
.BOX{
width :  90%;
width :  90%;
Line 23: Line 211:
margin: 0px auto;
margin: 0px auto;
   width:70% ;
   width:70% ;
-
   height:320px;
+
   height:330px;
}
}
.intable{
.intable{
Line 30: Line 218:
}
}
</style>
</style>
 +
 +
 +
<style type="text/css">
 +
.flex-container a:active,
 +
.flexslider a:active,
 +
.flex-container a:focus,
 +
.flexslider a:focus{
 +
outline:none;
 +
}
 +
.slides,
 +
.flex-control-nav,
 +
.flex-direction-nav{
 +
margin:0;
 +
padding:0;
 +
list-style:none;
 +
}
 +
.flexslider{
 +
margin:0;
 +
padding:0;
 +
}
 +
.flexslider .slides > li{
 +
display:none;
 +
-webkit-backface-visibility:hidden;
 +
-moz-backface-visibility:hidden;
 +
-ms-backface-visibility:hidden;
 +
-o-backface-visibility:hidden;
 +
backface-visibility:hidden;
 +
}
 +
.flexslider .slides img{
 +
width:100%;
 +
display:block;
 +
}
 +
.flex-pauseplay span{
 +
text-transform:capitalize;
 +
}
 +
.flexslider a.intro {
 +
bottom:0;
 +
color:rgba(0, 0, 0, 0.1);
 +
font-size:14px;
 +
position:absolute;
 +
right:0;
 +
text-decoration:none;
 +
z-index:99999;
 +
}
 +
.slides:after{
 +
content:".";
 +
display:block;
 +
clear:both;
 +
visibility:hidden;
 +
line-height:0;
 +
height:0;
 +
}
 +
html[xmlns] .slides{
 +
display:block;
 +
}
 +
* html .slides{
 +
height:1%;
 +
}
 +
.no-js .slides > li:first-child{
 +
display:block;
 +
}
 +
 +
.flexslider{
 +
margin:0 0 60px;
 +
background:#fff;
 +
border:4px solid #fff;
 +
position:relative;
 +
-webkit-border-radius:4px;
 +
-moz-border-radius:4px;
 +
border-radius:4px;
 +
-webkit-box-shadow:0 1px 4px rgba(0,0,0,.2);
 +
-moz-box-shadow:0 1px 4px rgba(0,0,0,.2);
 +
box-shadow:0 1px 4px rgba(0,0,0,.2);
 +
zoom:1;
 +
}
 +
.flex-viewport{
 +
max-height:2000px;
 +
-webkit-transition:all 1s ease;
 +
-moz-transition:all 1s ease;
 +
-o-transition:all 1s ease;
 +
transition:all 1s ease;
 +
}
 +
.loading .flex-viewport{
 +
max-height:300px;
 +
}
 +
.flexslider .slides{
 +
zoom:1;
 +
}
 +
.carousel li{
 +
margin-right:5px;
 +
}
 +
.flexslider li {
 +
border: 0 none !important;
 +
padding: 0 !important;
 +
text-indent: 0 !important;
 +
}
 +
.flex-direction-nav a{
 +
width:30px;
 +
height:30px;
 +
margin:-20px 0 0;
 +
display:block;
 +
background:url(http://project.dimpost.com/flexslider-carousel/images/bg_direction_nav.png) no-repeat 0 0;
 +
position:absolute;
 +
top:50%;
 +
cursor:pointer;
 +
text-indent:-9999px;
 +
opacity:0;
 +
-webkit-transition:all .3s ease;
 +
-moz-transition:all .3s ease;
 +
-o-transition:all .3s ease;
 +
transition:all .3s ease;
 +
}
 +
.flex-direction-nav .flex-next{
 +
background-position:100% 0;
 +
right:-36px;
 +
}
 +
.flex-direction-nav .flex-prev{
 +
left:-36px;
 +
}
 +
.flexslider:hover .flex-next{
 +
opacity:0.8;
 +
right:5px;
 +
}
 +
.flexslider:hover .flex-prev{
 +
opacity:0.8;
 +
left:5px;
 +
}
 +
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{
 +
opacity:1;
 +
}
 +
.flex-direction-nav .disabled{
 +
opacity:.3!important;
 +
filter:alpha(opacity=30);
 +
cursor:default;
 +
}
 +
.flex-control-nav{
 +
width:100%;
 +
position:absolute;
 +
bottom:-40px;
 +
text-align:center;
 +
}
 +
.flex-control-nav li{
 +
margin:0 6px;
 +
display:inline-block;
 +
zoom:1;
 +
*display:inline;
 +
}
 +
.flex-control-paging li a{
 +
width:11px;
 +
height:11px;
 +
display:block;
 +
background:#666;
 +
background:rgba(0,0,0,0.5);
 +
cursor:pointer;
 +
text-indent:-9999px;
 +
-webkit-border-radius:20px;
 +
-moz-border-radius:20px;
 +
border-radius:20px;
 +
-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);
 +
-moz-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);
 +
box-shadow:inset 0 0 3px rgba(0,0,0,0.3);
 +
}
 +
.flex-control-paging li a:hover{
 +
background:#333;
 +
background:rgba(0,0,0,0.7);
 +
}
 +
.flex-control-paging li a.flex-active{
 +
background:#000;
 +
background:rgba(0,0,0,0.9);
 +
cursor:default;
 +
}
 +
.flex-control-thumbs{
 +
margin:5px 0 0;
 +
position:static;
 +
overflow:hidden;
 +
}
 +
.flex-control-thumbs li{
 +
width:25%;
 +
float:left;
 +
margin:0;
 +
}
 +
.flex-control-thumbs img{
 +
width:100%;
 +
display:block;
 +
opacity:.7;
 +
cursor:pointer;
 +
}
 +
.flex-control-thumbs img:hover{
 +
opacity:1;
 +
}
 +
.flex-control-thumbs .active{
 +
opacity:1;
 +
cursor:default;
 +
}
 +
</style>
 +
 +
 +
<script type="text/javascript" src="http://project.dimpost.com/flexslider-carousel/jquery.flexslider-min.js"></script>
 +
<script type="text/javascript">
 +
$(document).ready(function(){ 
 +
$(window).load(function() {
 +
  $('.flexslider').flexslider({
 +
    animation: "slide",
 +
    animationLoop: false,
 +
    itemWidth: 210,
 +
    itemMargin: 0,
 +
    minItems: 1,
 +
    maxItems: 1
 +
  });
 +
});
 +
});
 +
</script>
 +
 +
 +
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css">
 +
<script src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
 +
<link rel="stylesheet" href="/resources/demos/style.css">
<script>
<script>
-
$(document).ready(function(){
+
$(function() {
-
$('a.image').click(function() { return false; });
+
$( ".doo111" ).dialog({
-
$('img').each(function(){ $(this).removeAttr('height');$(this).removeAttr('width'); });
+
autoOpen: false,
 +
show: {
 +
effect: "blind",
 +
duration: 1000
 +
},
 +
hide: {
 +
effect: "explode",
 +
duration: 1000
 +
}
 +
});
 +
$( "#move111" ).click(function() {
 +
$( ".doo111" ).dialog( "open" );
 +
});
 +
});
 +
</script>
 +
<script>
 +
$(function() {
 +
$( ".doo11" ).dialog({
 +
autoOpen: false,
 +
show: {
 +
effect: "blind",
 +
duration: 1000
 +
},
 +
hide: {
 +
effect: "explode",
 +
duration: 1000
 +
}
 +
,width:800
 +
});
 +
$( "#move11" ).click(function() {
 +
$( ".doo11" ).dialog( "open" );
 +
});
 +
});
 +
</script>
 +
 
 +
<script>
 +
$(function() {
 +
$( ".doo22" ).dialog({
 +
autoOpen: false,
 +
show: {
 +
effect: "blind",
 +
duration: 1000
 +
},
 +
hide: {
 +
effect: "explode",
 +
duration: 1000
 +
}
 +
,width:800
 +
 
 +
});
 +
$( "#move22" ).click(function() {
 +
$( ".doo22" ).dialog( "open" );
 +
});
 +
});
 +
</script>
 +
 
 +
<script>
 +
$(function() {
 +
$( ".doo33" ).dialog({
 +
autoOpen: false,
 +
show: {
 +
effect: "blind",
 +
duration: 1000
 +
},
 +
hide: {
 +
effect: "explode",
 +
duration: 1000
 +
}
 +
,width:800
 +
 
 +
});
 +
$( "#move33" ).click(function() {
 +
$( ".doo33" ).dialog( "open" );
 +
});
 +
});
 +
</script>
 +
 
 +
<script>
 +
$(function() {
 +
$( ".doo44" ).dialog({
 +
autoOpen: false,
 +
show: {
 +
effect: "blind",
 +
duration: 1000
 +
},
 +
hide: {
 +
effect: "explode",
 +
duration: 1000
 +
}
 +
,width:800
 +
 
 +
});
 +
$( "#move44" ).click(function() {
 +
$( ".doo44" ).dialog( "open" );
 +
});
 +
});
 +
</script>
 +
 
 +
<script>
 +
$(function() {
 +
$( ".doo55" ).dialog({
 +
autoOpen: false,
 +
show: {
 +
effect: "blind",
 +
duration: 1000
 +
},
 +
hide: {
 +
effect: "explode",
 +
duration: 1000
 +
}
 +
,width:800
 +
 
 +
});
 +
$( "#move55" ).click(function() {
 +
$( ".doo55" ).dialog( "open" );
 +
});
 +
});
 +
</script>
 +
<script>
 +
$(function() {
 +
$( ".doo66" ).dialog({
 +
autoOpen: false,
 +
show: {
 +
effect: "blind",
 +
duration: 1000
 +
},
 +
hide: {
 +
effect: "explode",
 +
duration: 1000
 +
}
 +
,width:800
 +
 
 +
});
 +
$( "#move66" ).click(function() {
 +
$( ".doo66" ).dialog( "open" );
 +
});
 +
});
 +
</script>
 +
<script>
 +
$(function() {
 +
$( ".doo77" ).dialog({
 +
autoOpen: false,
 +
show: {
 +
effect: "blind",
 +
duration: 1000
 +
},
 +
hide: {
 +
effect: "explode",
 +
duration: 1000
 +
}
 +
,width:800
 +
 
 +
});
 +
$( "#move77" ).click(function() {
 +
$( ".doo77" ).dialog( "open" );
 +
});
 +
});
 +
</script>
 +
<script>
 +
$(function() {
 +
$( ".doo88" ).dialog({
 +
autoOpen: false,
 +
show: {
 +
effect: "blind",
 +
duration: 1000
 +
},
 +
hide: {
 +
effect: "explode",
 +
duration: 1000
 +
}
 +
,width:800
 +
 
 +
});
 +
$( "#move88" ).click(function() {
 +
$( ".doo88" ).dialog( "open" );
 +
});
 +
});
 +
</script>
 +
<script>
 +
 
 +
$(function() {
 +
$( ".doo99" ).dialog({
 +
autoOpen: false,
 +
show: {
 +
effect: "blind",
 +
duration: 750
 +
},
 +
hide: {
 +
effect: "explode",
 +
duration: 750
 +
},
 +
width:800
 +
});
 +
$( "#move99" ).click(function() {
 +
$( ".doo99" ).dialog( "open" );
});
});
-
$(document).ready(function(){
 
-
  $("#hide").click(function(){
 
-
  $(.tohide").hide(500);
 
-
  });
 
-
  $("#show").click(function(){
 
-
  $(".tohide").show(500);
 
-
  });
 
});
});
</script>
</script>

Latest revision as of 02:43, 18 October 2014