Team:NCTU Formosa/source/header-project

From 2013.igem.org

(Difference between revisions)
 
(23 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::before {
+
.toclevel-3 {
-
    content: attr(title);
+
display:none;
-
    top: 0;
+
-
    height: 25%;
+
-
    padding: 5px 30px 15px 10px;
+
-
    font-size: 40px;
+
-
    border-bottom: 1px solid rgba(0,0,0,0.1);
+
}
}
</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 14:08, 24 October 2013