Team:NCTU Formosa/source/header-project

From 2013.igem.org

(Difference between revisions)
 
(6 intermediate revisions not shown)
Line 2: Line 2:
<style>
<style>
.effect {
.effect {
-
left: 18.75%;
+
  left: 5.55%;
}
}
#cover{
#cover{
background:url(https://static.igem.org/mediawiki/2013/9/93/Nctu-cover-project.jpg) center no-repeat;
background:url(https://static.igem.org/mediawiki/2013/9/93/Nctu-cover-project.jpg) center no-repeat;
}
}
-
.floatnone .image::after {
+
.toclevel-3 {
-
background:#00A550;
+
display:none;
-
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;
+
-
}
+
-
.floatnone {
+
-
border:1px solid white;
+
-
border-radius:5px;
+
-
-webkit-transition: .5s;
+
-
-moz-transition: .5s;
+
-
-o-transition: .5s;
+
-
-ms-transition: .5s;
+
-
transition: .5s;
+
-
}
+
-
.floatnone:hover {
+
-
border:1px solid lightgrey;
+
-
}
+
-
.flotenone .image:hover {
+
-
text-decoration:none;
+
-
}
+
-
.image {
+
-
cursor:default;
+
}
}
</style>
</style>
Line 45: Line 14:
$(document).ready(function(){
$(document).ready(function(){
$('a.image').click(function() { return false; });
$('a.image').click(function() { return false; });
-
$('img').each(function(){ $(this).removeAttr('height'); });
+
$('img').each(function(){ $(this).removeAttr('height');$(this).removeAttr('width'); });
});
});
</script>
</script>

Latest revision as of 14:08, 24 October 2013