summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/stylesheets/style.css25
-rw-r--r--views/index.ejs1
2 files changed, 10 insertions, 16 deletions
diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css
index aa6d16e..23c434f 100644
--- a/public/stylesheets/style.css
+++ b/public/stylesheets/style.css
@@ -80,6 +80,7 @@ a {
transform: translate3d(0, 5px, 0);
text-shadow:0 0 30px #888;
color:transparent;
+
}
60%{
@@ -173,6 +174,7 @@ a {
-moz-transform: translate3d(0, -40px, 0);
-webkit-transform: translate3d(0, -40px, 0);
transform: translate3d(0, -40px, 0);
+
}
30% {
@@ -317,9 +319,9 @@ h2 {
-moz-animation-duration: 2s;
-moz-animation-iteration-count: 1;
-moz-animation-delay: 0s;
- margin:7px 0 0 0;
- letter-spacing: 8px;
- font-size:18px;
+ margin: 5px 0 0 0;
+ letter-spacing: 10px;
+ font-size: 11px;
}
h3 {
@@ -331,11 +333,10 @@ h3 {
-moz-animation-duration: 2s;
-moz-animation-iteration-count: 1;
-moz-animation-delay: 0s;
- margin: 0;
- font-size: 33px;
+ font-size: 25px;
border-bottom: 1px solid;
- padding: 7px 0;
- margin-bottom: 10px;
+ padding: 4px 0;
+ margin: 5px 0 9px 0;
letter-spacing: 12px;
display: inline-block;
}
@@ -398,16 +399,8 @@ header {
.cursor.own div{
color:red;
font-weight:bold;
- font-family:"helvetica",sans-serif;
-}
-.cursor.own div.name {
-left: 23px;
-top:2px;
-}
-.cursor.own div.time {
-left: 23px;
-top:0;
}
+
.cursor div {
position: relative;
left: 25px;
diff --git a/views/index.ejs b/views/index.ejs
index 8658182..d423392 100644
--- a/views/index.ejs
+++ b/views/index.ejs
@@ -37,6 +37,7 @@
<body>
<h1>WAIT SITE</h1>
<h2>Waiting Alone Together</h2>
+ <h2>winner gets 1000 big ones</h2>
<!--
<div>You've been waiting for <span id="waiting">0 seconds</span><br>
<span id="reset"></span></div>