diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/stylesheets/style.css | 25 |
1 files changed, 9 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; |
