Team:NCTU Formosa/source/header-Achievement
From 2014.igem.org
(Difference between revisions)
(Created page with "<html> <style> .effect { left: 81.25%; } .left{ float:right; width:45%; display:block; } .right{ float:left; width:45%; display:block; } #cover{ background-color: #fbfbfb; ...") |
|||
(14 intermediate revisions not shown) | |||
Line 3: | Line 3: | ||
.effect { | .effect { | ||
left: 81.25%; | left: 81.25%; | ||
+ | } | ||
+ | |||
+ | .backgroundred{ | ||
+ | color:rgb(160, 255, 255); | ||
} | } | ||
Line 18: | Line 22: | ||
background-color: #fbfbfb; | background-color: #fbfbfb; | ||
} | } | ||
- | + | ul { | |
list-style-image: url('https://static.igem.org/mediawiki/2014/c/cd/CCHECK.gif'); | list-style-image: url('https://static.igem.org/mediawiki/2014/c/cd/CCHECK.gif'); | ||
} | } | ||
Line 183: | Line 187: | ||
);} | );} | ||
$(document).ready(function() {initMenu();}); | $(document).ready(function() {initMenu();}); | ||
+ | </script> | ||
+ | <script src="//code.jquery.com/jquery-1.10.2.js"></script> | ||
+ | <script src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script> | ||
+ | <link rel="stylesheet" href="/resources/demos/style.css"> | ||
+ | <script> | ||
+ | $(function() { | ||
+ | $( "#dialog" ).dialog({ | ||
+ | autoOpen: false, | ||
+ | show: { | ||
+ | effect: "blind", | ||
+ | duration: 1000 | ||
+ | }, | ||
+ | hide: { | ||
+ | effect: "explode", | ||
+ | duration: 1000 | ||
+ | } | ||
+ | }); | ||
+ | $( "#opener" ).click(function() { | ||
+ | $( "#dialog" ).dialog( "open" ); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | |||
+ | <script src="//code.jquery.com/jquery-1.10.2.js"></script> | ||
+ | <script src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script> | ||
+ | <link rel="stylesheet" href="/resources/demos/style.css"> | ||
+ | <script> | ||
+ | $(function() { | ||
+ | $( ".doo111" ).dialog({ | ||
+ | autoOpen: false, | ||
+ | show: { | ||
+ | effect: "blind", | ||
+ | duration: 1000 | ||
+ | }, | ||
+ | hide: { | ||
+ | effect: "explode", | ||
+ | duration: 1000 | ||
+ | } | ||
+ | }); | ||
+ | $( "#move111" ).click(function() { | ||
+ | $( ".doo111" ).dialog( "open" ); | ||
+ | }); | ||
+ | }); | ||
</script> | </script> |
Latest revision as of 18:56, 17 October 2014