Team:Evry/template v1

From 2013.igem.org

(Difference between revisions)
Line 49: Line 49:
                 $('a.team-link').css('background','none');
                 $('a.team-link').css('background','none');
                 $('a.notebook-link').css('background','none');  
                 $('a.notebook-link').css('background','none');  
-
                 $('.active').css('box-shadow','none');  
+
                 $('.active').css('box-shadow','none').css('background-color','transparent');  
             }
             }
             else
             else
Line 58: Line 58:
                 $('a.team-link').css('background','url("http://note.woku1.com/images/img/team.png") no-repeat scroll 50% 5px transparent');
                 $('a.team-link').css('background','url("http://note.woku1.com/images/img/team.png") no-repeat scroll 50% 5px transparent');
                 $('a.notebook-link').css('background','url("http://note.woku1.com/images/img/notebook.png") no-repeat scroll 50% 5px transparent');
                 $('a.notebook-link').css('background','url("http://note.woku1.com/images/img/notebook.png") no-repeat scroll 50% 5px transparent');
-
                 $('.active').css('box-shadow','inset 1px 1px   2px #1c1a19,inset -1px -1px   2px #c6d1c3 ,inset 0   10px 20px #1c1a19,inset 0   -10px 20px #c6d1c3');                 
+
                 $('.active').css('box-shadow','inset 1px 1px 2px #1c1a19,inset -1px -1px 2px #c6d1c3 ,inset 0 10px 20px #1c1a19,inset 0 -10px 20px #c6d1c3').css('background-color','#cbc9ba');                 
             }     
             }     
     });
     });

Revision as of 21:57, 10 August 2013