CharisKomos (Talk | contribs) |
CharisKomos (Talk | contribs) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 13: | Line 13: | ||
//SHOW | //SHOW | ||
void(document.getElementById('main-wraper').style.display = 'block'); | void(document.getElementById('main-wraper').style.display = 'block'); | ||
+ | |||
+ | // Change color of current link | ||
+ | $('a[href*="' +window.location.href+'"]').each(function() { $(this).css('color', '#000000'); }); | ||
} | } | ||
</script> | </script> | ||
Line 32: | Line 35: | ||
<span id='just_to_align'> | <span id='just_to_align'> | ||
<li style='width:' class='li_indiv'><a target='_self' href='https://2017.igem.org/Team:Greece/our_project'>PROJECT</a></li> | <li style='width:' class='li_indiv'><a target='_self' href='https://2017.igem.org/Team:Greece/our_project'>PROJECT</a></li> | ||
− | <li style='width:' class='li_indiv'><a target='_self' href='https://2017.igem.org/Team:Greece/ | + | <li style='width:' class='li_indiv'><a target='_self' href='https://2017.igem.org/Team:Greece/Model'>MODELING</a></li> |
<li style='width:' class='li_indiv'><a target='_self' href='https://2017.igem.org/Team:Greece/human_practices'>HUMAN PRACTICES</a></li> | <li style='width:' class='li_indiv'><a target='_self' href='https://2017.igem.org/Team:Greece/human_practices'>HUMAN PRACTICES</a></li> | ||
<li style='width:' class='li_indiv'><a target='_self' href='https://2017.igem.org/Team:Greece/contribution'>CONTRIBUTION</a></li> | <li style='width:' class='li_indiv'><a target='_self' href='https://2017.igem.org/Team:Greece/contribution'>CONTRIBUTION</a></li> | ||
Line 56: | Line 59: | ||
a:link{ text-decoration:none; } | a:link{ text-decoration:none; } | ||
a:hover{ text-decoration:none; } | a:hover{ text-decoration:none; } | ||
− | a:active{ | + | a:active{ text-decoration: none; } |
.clearfix:after { | .clearfix:after { | ||
Line 271: | Line 274: | ||
$('a[href*="' +window.location.href+'"]').each(function() { $(this).css('color', '#ddeeff'); }); | $('a[href*="' +window.location.href+'"]').each(function() { $(this).css('color', '#ddeeff'); }); | ||
</script> | </script> | ||
+ | <noscript> | ||
+ | // Change color of current link | ||
+ | $('a[href*="' +window.location.href+'"]').each(function() { $(this).css('color', '#ddeeff'); }); | ||
+ | </noscript> | ||
<style> | <style> | ||
#loading-background{ | #loading-background{ |
Latest revision as of 00:11, 17 August 2017