Difference between revisions of "CSS/gifu/main"
(49 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
+ | <head> | ||
+ | <meta http-equiv="Content-Script-Type" content="text/javascript"> | ||
+ | <meta http-equiv="Content-Script-Type" content="text/css"> | ||
+ | <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> | ||
− | <body background="https://static.igem.org/mediawiki/2015/a/ae/Gifu- | + | <style type="text/css"> |
+ | .firstHeading { | ||
+ | visibility: hidden; | ||
+ | display:none; | ||
+ | background-color:#000000; | ||
+ | } | ||
+ | |||
+ | #rail { | ||
+ | position:relative; | ||
+ | margin-top:auto; | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | z-index:500; | ||
+ | } | ||
+ | |||
+ | |||
+ | #space { | ||
+ | width: auto; | ||
+ | height: 150px; | ||
+ | } | ||
+ | |||
+ | |||
+ | #ribosome{ | ||
+ | width:120px; | ||
+ | height:120px; | ||
+ | } | ||
+ | |||
+ | #rib{ | ||
+ | font-size:35px; | ||
+ | visibility:hidden; | ||
+ | color:white; | ||
+ | } | ||
+ | |||
+ | #base{ | ||
+ | position:relative; | ||
+ | margin-top:auto; | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | height:800px; | ||
+ | width:900px; | ||
+ | z-index:100; | ||
+ | } | ||
+ | |||
+ | #point1{ | ||
+ | position:absolute; | ||
+ | top:200px; | ||
+ | left:450px; | ||
+ | transform: rotate(0 deg); | ||
+ | z-index:1000; | ||
+ | visibility:; | ||
+ | } | ||
+ | |||
+ | #point2{ | ||
+ | position:absolute; | ||
+ | top:200px; | ||
+ | left:450px; | ||
+ | transform: rotate(0 deg); | ||
+ | z-index:1001; | ||
+ | visibility:; | ||
+ | } | ||
+ | |||
+ | #catchcopy{ | ||
+ | position:relative; | ||
+ | top:90px; | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | z-index:100; | ||
+ | font-size:xx-large; | ||
+ | text-align:center; | ||
+ | height:600px; | ||
+ | |||
+ | } | ||
+ | |||
+ | #link{ | ||
+ | z-index:100000; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | </head> | ||
+ | |||
+ | <body background="https://static.igem.org/mediawiki/2015/a/ae/Gifu-cell4.png"></body> | ||
</html> | </html> |
Latest revision as of 21:54, 18 September 2015