Team:NCTU Formosa/Test
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | <! | + | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
- | <html> | + | <html xmlns="http://www.w3.org/1999/xhtml"> |
<head> | <head> | ||
- | <meta charset= | + | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
- | <title> | + | <title>無標題文件</title> |
- | + | ||
- | + | ||
- | + | ||
<style> | <style> | ||
+ | table { | ||
+ | border: 0; | ||
+ | font-family: arial; | ||
+ | |||
+ | } | ||
+ | table.sa { | ||
+ | z-index: 2; | ||
+ | position: | ||
+ | absolute; | ||
+ | width:300px; | ||
+ | height:450px; | ||
+ | top:20px; | ||
+ | left:20px; | ||
+ | } | ||
+ | table.sb { | ||
+ | z-index: 1; | ||
+ | position: | ||
+ | absolute; | ||
+ | width:300px; | ||
+ | height:450px; | ||
+ | top:20px; | ||
+ | left:20px; | ||
+ | } | ||
+ | th { | ||
+ | background-color:yellow; | ||
+ | transition:All 1s ease; | ||
+ | -webkit-transition:All 1s ease; | ||
+ | -moz-transition:All 1s ease; | ||
+ | -o-transition:All 1s ease; | ||
+ | transform: scale(1) translate(10px); | ||
+ | -webkit-transform: scale(1) translate(10px); | ||
+ | -moz-transform: scale(1) translate(10px); | ||
+ | -o-transform: scale(1) translate(10px); | ||
+ | -ms-transform: scale(1) translate(10px); | ||
+ | } | ||
+ | th:hover { | ||
+ | transform: rotate(0deg) scale(0.67) skew(1deg) translate(0px); | ||
+ | -webkit-transform: rotate3d(0,1,0,180deg) scale(0.02) skew(1deg) translate(0px); | ||
+ | -moz-transform: rotate3d(0,1,0,180deg) scale(0.02) skew(1deg) translate(0px); | ||
+ | -o-transform: rotate3d(0,1,0,180deg)) scale(0.02) skew(1deg) translate(0px); | ||
+ | -ms-transform: rotate3d(0,1,0,180deg) scale(0.02) skew(1deg) translate(0px); | ||
+ | } | ||
+ | th.aa { | ||
+ | background:#0C9 ; | ||
+ | } | ||
+ | th.ab{ | ||
+ | background:#30F ; | ||
+ | } | ||
+ | th.ac{ | ||
+ | background:#63F ; | ||
+ | } | ||
+ | th.ad{ | ||
+ | background:#F3C ; | ||
+ | } | ||
+ | th.ae { | ||
+ | background:#0C9 ; | ||
+ | } | ||
+ | th.af{ | ||
+ | background:#30F ; | ||
+ | } | ||
+ | th.ag{ | ||
+ | background:#63F ; | ||
+ | } | ||
+ | th.ah{ | ||
+ | background:#F3C ; | ||
+ | } | ||
+ | th.ai { | ||
+ | background:#0C9 ; | ||
+ | } | ||
+ | th.aj{ | ||
+ | background:#30F ; | ||
+ | } | ||
+ | th.ak{ | ||
+ | background:#63F ; | ||
+ | } | ||
+ | \ | ||
+ | |||
+ | td { | ||
+ | border-bottom:1 solid #000000; | ||
+ | } | ||
+ | .fail { | ||
+ | color:#FF0000; | ||
+ | } | ||
+ | </style> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
+ | |||
+ | } | ||
</style> | </style> | ||
</head> | </head> | ||
- | |||
- | |||
- | |||
<body> | <body> | ||
- | < | + | ------ |
- | + | <table class=sa> | |
- | + | <tr> | |
- | + | <th colspan="12" width="57" class=aa></th> | |
- | + | ||
- | + | </tr> | |
- | + | <tr> | |
- | + | <th colspan="6" class=ab></th> | |
- | + | <th colspan="6" class=ac></th> | |
- | + | </tr> | |
- | + | <tr> | |
- | < | + | <th colspan="4" class=ad></th> |
- | < | + | <th colspan="4" class=ae></th> |
- | < | + | <th colspan="4" class=af></th> |
- | + | </tr> | |
- | < | + | <tr> |
- | < | + | <th colspan="3" class=ag></th> |
- | + | <th colspan="3" class=ah></th> | |
- | + | <th colspan="3" class=ai></th> | |
- | + | <th colspan="3" class=aj></th> | |
- | </ | + | |
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | ------ | ||
+ | <table width="126" class=sb> | ||
+ | <tr> | ||
+ | <td colspan="12" width="57" class=aa>Project</td> | ||
+ | |||
+ | </tr> | ||
+ | <tr> | ||
+ | <td colspan="6" class=ab>Result</td> | ||
+ | <td colspan="6">MODELING</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td colspan="4">BIOBRICK</td> | ||
+ | <td colspan="4">Human Practice</td> | ||
+ | <td colspan="4">Team</td> | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <td colspan="3">Alice</td> | ||
+ | <td colspan="3">Notebook</td> | ||
+ | <td colspan="3">Safety</td> | ||
+ | <td colspan="3">Alice</td> | ||
+ | |||
+ | </tr> | ||
+ | </table> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 11:49, 4 September 2014
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Project | |||||||||||
Result | MODELING | ||||||||||
BIOBRICK | Human Practice | Team | |||||||||
Alice | Notebook | Safety | Alice |