diff options
| author | Ryder Ripps <theryderproject@gmail.com> | 2013-01-24 12:43:42 -0500 |
|---|---|---|
| committer | Ryder Ripps <theryderproject@gmail.com> | 2013-01-24 12:43:42 -0500 |
| commit | 6bdc551f64ce9d5ab9ddd99acb66d6bf7f80f5d1 (patch) | |
| tree | 8128bc7b5a6a618e881f5177c260b5d5ab14101e /views | |
| parent | e5a45eba8a382c2c5f943ee8ecb9019bf1c54a6e (diff) | |
more stuffs
Diffstat (limited to 'views')
| -rw-r--r-- | views/index.ejs | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/views/index.ejs b/views/index.ejs index 71c8321..2b29d28 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -207,6 +207,10 @@ text-shadow:0 0 30px #888; color:transparent; } + + 60%{ + color:transparent; + } 100% { opacity: 1; @@ -215,6 +219,7 @@ -moz-transform: translate3d(0, 0px, 0); -webkit-transform: translate3d(0, 0px, 0); transform: translate3d(0, 0px, 0); + } } @@ -321,8 +326,12 @@ opacity: 0; } - + 60% { + opacity:0.2; + } + + 90% { opacity: 1; } @@ -467,7 +476,6 @@ text-align: center; background-attachment: fixed; background-size: cover; - cursor:url(https://s3.amazonaws.com/luckyplop/52d5f60fde3d8562ad566838e0e09ca52725bb09.gif), default; } header { position:relative; @@ -565,12 +573,12 @@ </head> <body> <h1>WAIT SITE</h1> - <h2>The Longest Game Ever</h2> + <h2>Waiting Alone Together</h2> <% if (currentUser) { %> <style> body{ - + cursor:url(https://s3.amazonaws.com/luckyplop/52d5f60fde3d8562ad566838e0e09ca52725bb09.gif), default; } </style> <% } %> |
