Team:NCTU Formosa/source/header-safety

From 2013.igem.org

(Difference between revisions)
 
(10 intermediate revisions not shown)
Line 2: Line 2:
<style>
<style>
.effect {
.effect {
-
left: 93.75%;
+
  left: 83.33%;
}
}
#cover{
#cover{
background:url(https://static.igem.org/mediawiki/2013/f/fe/Nctu-cover-safety.jpg);
background:url(https://static.igem.org/mediawiki/2013/f/fe/Nctu-cover-safety.jpg);
-
}
 
-
.floatnone .image::after {
 
-
background:#74C365;
 
-
padding-left:10px;
 
-
padding-right:10px;
 
-
padding-top:5px;
 
-
padding-bottom:5px;
 
-
border-radius:2px;
 
-
color:white;
 
-
content: attr(title);
 
-
bottom: 0;
 
-
height: 25%;
 
-
font-size: 12px;
 
-
display:inline-block;
 
-
margin-bottom:20px;
 
-
text-decoration:none!important;
 
-
margin-left:100px;
 
-
margin-right:100px;
 
-
}
 
-
.floatnone {
 
-
border:1px solid white;
 
-
border-radius:5px;
 
-
-webkit-transition: .5s;
 
-
-moz-transition: .5s;
 
-
-o-transition: .5s;
 
-
-ms-transition: .5s;
 
-
transition: .5s;
 
-
text-decoration: none!important;
 
-
}
 
-
.floatnone:hover {
 
-
border:1px solid lightgrey;
 
-
}
 
-
.flotenone .image:hover {
 
-
text-decoration:none;
 
-
}
 
-
.image {
 
-
cursor:default;
 
}
}
</style>
</style>
 +
<script>
 +
  $(document).ready(function(){
 +
$('a.image').click(function() { return false; });
 +
$('img').each(function(){ $(this).removeAttr('height');$(this).removeAttr('width'); });
 +
  });
 +
</script>

Latest revision as of 07:50, 24 July 2014