Team:NCTU Formosa/source/head

From 2013.igem.org

(Difference between revisions)
Line 12: Line 12:
<script src="https://2013.igem.org/Team:Team:NCTU_Formosa/js/modernizr.custom?action=raw&ctype=text/javascript"></script>
<script src="https://2013.igem.org/Team:Team:NCTU_Formosa/js/modernizr.custom?action=raw&ctype=text/javascript"></script>
<script>
<script>
-
function adjustStyle(width) {
 
-
    width = parseInt(width);
 
     /*
     /*
<link id="size-stylesheet" rel="stylesheet" type="text/css" href="https://2013.igem.org/Team:NCTU Formosa/css/style850u?action=raw&ctype=text/css" />
<link id="size-stylesheet" rel="stylesheet" type="text/css" href="https://2013.igem.org/Team:NCTU Formosa/css/style850u?action=raw&ctype=text/css" />
 +
 +
function adjustStyle(width) {
 +
    width = parseInt(width);
if (width < 850) {
if (width < 850) {
Line 21: Line 22:
     } else {
     } else {
       $("#size-stylesheet").attr("href", unescape('%68%74%74%70%3A%2F%2F%32%30%31%33%2E%69%67%65%6D%2E%6F%72%67%2F%54%65%61%6D%3A%4E%43%54%55%20%46%6F%72%6D%6F%73%61%2F%63%73%73%2F%73%74%79%6C%65%38%35%30%75%3F%61%63%74%69%6F%6E%3D%72%61%77%26%63%74%79%70%65%3D%74%65%78%74%2F%63%73%73'));  
       $("#size-stylesheet").attr("href", unescape('%68%74%74%70%3A%2F%2F%32%30%31%33%2E%69%67%65%6D%2E%6F%72%67%2F%54%65%61%6D%3A%4E%43%54%55%20%46%6F%72%6D%6F%73%61%2F%63%73%73%2F%73%74%79%6C%65%38%35%30%75%3F%61%63%74%69%6F%6E%3D%72%61%77%26%63%74%79%70%65%3D%74%65%78%74%2F%63%73%73'));  
-
     }*/
+
     }
}
}
$(function() {
$(function() {
Line 28: Line 29:
         adjustStyle($(this).width());
         adjustStyle($(this).width());
     });
     });
 +
*/
var lastId,
var lastId,
     topMenu = $("#toc"),
     topMenu = $("#toc"),
Line 125: Line 127:
$('.changeFontText').css({opacity: '1'});
$('.changeFontText').css({opacity: '1'});
$('.changeFontArrow').css({opacity: '1'});
$('.changeFontArrow').css({opacity: '1'});
-
}
 
-
if($(window).width()<850) {
 
-
$('.changeFont').css({display: 'none'});
 
-
} else {
 
-
 
-
$('.changeFont').css({display: 'block'});
 
}
}
});
});

Revision as of 13:14, 26 September 2013