Francischlin (Talk | contribs) |
Francischlin (Talk | contribs) |
||
Line 161: | Line 161: | ||
} | } | ||
− | + | /*----------------------------------------------------------------------------*/ | |
− | + | /*----------------------------------------------------------------------------*/ | |
− | + | ||
− | + | #flow_chart{ | |
− | + | margin-left: 10vw; | |
+ | margin-right: 10vw; | ||
+ | position: relative; | ||
+ | } | ||
+ | #flow_dsocpd{ | ||
+ | width: 19vw; | ||
+ | position: absolute; | ||
+ | left: 54vw; | ||
+ | top: 7vw; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | |||
+ | #flow_exp{ | ||
+ | width: 13vw; | ||
+ | position: absolute; | ||
+ | left: 42vw; | ||
+ | top: 19vw; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | |||
+ | #flow_ptp{ | ||
+ | width: 18vw; | ||
+ | position: absolute; | ||
+ | left: 25vw; | ||
+ | top: 8vw; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | /*----------------------------------------------------------------------------*/ | ||
+ | |||
+ | #flow_dsocpd:hover, #flow_dsocpd:focus{ | ||
+ | width: 21vw; | ||
+ | position: absolute; | ||
+ | left: 53vw; | ||
+ | top: 6vw; | ||
+ | } | ||
+ | |||
+ | #flow_exp:hover, #flow_exp:focus{ | ||
+ | width: 15vw; | ||
+ | position: absolute; | ||
+ | left: 41vw; | ||
+ | top: 18vw; | ||
+ | } | ||
+ | |||
+ | #flow_ptp:hover, #flow_ptp:focus{ | ||
+ | width: 20vw; | ||
+ | position: absolute; | ||
+ | left: 24vw; | ||
+ | top: 7vw; | ||
+ | } | ||
+ | |||
+ | /*----------------------------------------------------------------------------*/ | ||
</head> | </head> | ||
Line 194: | Line 243: | ||
</div> | </div> | ||
+ | <div id="flow_chart"> | ||
+ | <img id="flow_main" src="https://static.igem.org/mediawiki/2017/7/72/Design_flow.png" width="100%"> | ||
+ | <a href="https://2017.igem.org/Team:NCTU_Formosa/Disease_Occurrence_Prediction"><img id="flow_dsocpd" src="https://static.igem.org/mediawiki/2017/5/55/Design_flow_dsocpd.png"></a> | ||
+ | <a href="https://2017.igem.org/Team:NCTU_Formosa/Experiments"><img id="flow_exp" src="https://static.igem.org/mediawiki/2017/b/bf/Design_flow_exp.png"></a> | ||
+ | <a href="https://2017.igem.org/Team:NCTU_Formosa/Peptide_Prediction"><img id="flow_ptp" src="https://static.igem.org/mediawiki/2017/7/75/Design_flow_ptp.png"></a> | ||
+ | </div> | ||
+ | </body> | ||
</body> | </body> | ||
</html> | </html> | ||
{{NCTU_Formosa/Footer}} | {{NCTU_Formosa/Footer}} |
Revision as of 16:06, 24 October 2017