Team:NCTU Formosa/source/head-index
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | <style> | ||
+ | .wordbox p{ | ||
+ | color: lime; | ||
+ | font-family: "Courier"; | ||
+ | font-size: 20px; | ||
+ | margin: 10px 0 0 10px; | ||
+ | white-space: nowrap; | ||
+ | overflow: hidden; | ||
+ | width: 30em; | ||
+ | animation: type 4s steps(60, end); | ||
+ | } | ||
+ | |||
+ | .wordbox p:nth-child(2){ | ||
+ | animation: type2 8s steps(60, end); | ||
+ | } | ||
+ | |||
+ | .wordbox p a{ | ||
+ | color: lime; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | .wordbox span{ | ||
+ | animation: blink 1s infinite; | ||
+ | } | ||
+ | |||
+ | @keyframes type{ | ||
+ | from { width: 0; } | ||
+ | } | ||
+ | |||
+ | @keyframes type2{ | ||
+ | 0%{width: 0;} | ||
+ | 50%{width: 0;} | ||
+ | 100%{ width: 100; } | ||
+ | } | ||
+ | |||
+ | @keyframes blink{ | ||
+ | to{opacity: .0;} | ||
+ | } | ||
+ | |||
+ | ::selection{ | ||
+ | background: black; | ||
+ | } | ||
+ | |||
+ | |||
.hh{height:200pt;} | .hh{height:200pt;} | ||
.ch-item { | .ch-item { |
Revision as of 16:59, 16 October 2014