Dairyu6115 (Talk | contribs) |
|||
(140 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
<style type="text/css"> | <style type="text/css"> | ||
− | + | div#floating-menu { | |
− | + | position: fixed; | |
− | + | top: 0px; | |
+ | left: 0px; | ||
+ | right: 0px; | ||
+ | background-color: #FFFFFF; | ||
+ | border: 1px solid #000000; | ||
+ | z-index: 9999; | ||
+ | } | ||
+ | div#top-button { | ||
+ | position: fixed; | ||
+ | top: 90px; | ||
+ | left: 1000px; | ||
+ | right: 350px; | ||
+ | z-index: 9999; | ||
+ | } | ||
+ | div#footer { | ||
+ | position: fixed; | ||
+ | left: 0px; | ||
+ | right: 0px | ||
+ | width: 100%; | ||
} | } | ||
− | + | .small { | |
− | font-family: | + | font-family: Verdana; |
− | font-size: | + | font-size: 90%; |
} | } | ||
− | + | .nomal { | |
− | font-family: | + | font-family: Verdana; |
− | font-family: | + | font-size: 150%; |
− | font-size: | + | color: #663300; |
+ | } | ||
+ | .nomal2 { | ||
+ | font-family: Verdana; | ||
+ | font-size: 110%; | ||
+ | color: #663300; | ||
+ | } | ||
+ | .big { | ||
+ | font-family: Verdana; | ||
+ | font-size: 200%; | ||
+ | color: #8fbc8f; | ||
} | } | ||
+ | |||
+ | span.sitatuki { vertical-align: sub; } | ||
</style> | </style> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | <div id="top-button"> | ||
+ | <a href="#"><img src="https://static.igem.org/mediawiki/2016/c/ca/T--HokkaidoU_Japan--icon_top.png" width="50" heigh="50" style="float:right"></a> | ||
+ | </div> | ||
+ | |||
+ | </body> | ||
</html> | </html> |
Latest revision as of 12:46, 19 October 2016