summaryrefslogtreecommitdiff
path: root/assets/css/viewtime.css
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2014-06-14 12:54:11 -0400
committerBen Burwell <bburwell1@gmail.com>2014-06-14 12:54:11 -0400
commit7f0448253abacb3259630af332ac3333d89f4c5e (patch)
tree4a7c1a61d9b142b49eed6a08c13fc5455e3feaef /assets/css/viewtime.css
parentea9293fe4be138313a238323d0f5adc96b0b77cc (diff)
Add screenshot to ViewTime page
Diffstat (limited to 'assets/css/viewtime.css')
-rw-r--r--assets/css/viewtime.css24
1 files changed, 12 insertions, 12 deletions
diff --git a/assets/css/viewtime.css b/assets/css/viewtime.css
index fa7e9ef..aee54c9 100644
--- a/assets/css/viewtime.css
+++ b/assets/css/viewtime.css
@@ -8,6 +8,7 @@ html {
font-size: 24px;
text-align: center;
background-color: #2A2A2A;
+ color: #2A2A2A;
}
.container {
@@ -20,7 +21,7 @@ html {
min-width: 240px;
margin-left: auto;
margin-right: auto;
- padding-bottom: 14px;
+ padding-bottom: 1em;
}
a {
@@ -70,19 +71,19 @@ a#install_button {
}
.active:hover {
- background-image: -o-linear-gradient(-89deg, #2F6F15 0%, #86C01E 100%);
- background-image: -moz-linear-gradient(-89deg, #2F6F15 0%, #86C01E 100%);
- background-image: -ms-linear-gradient(-89deg, #2F6F15 0%, #86C01E 100%);
- background-image: linear-gradient(-179deg, #2F6F15 0%, #86C01E 100%);
- text-shadow: 0px 2px 0px rgba(0,0,0,0.50);
+ background-image: -o-linear-gradient(-89deg, #6DA705 0%, #165600 100%);
+ background-image: -moz-linear-gradient(-89deg, #6DA705 0%, #165600 100%);
+ background-image: -ms-linear-gradient(-89deg, #6DA705 0%, #165600 100%);
+ background-image: linear-gradient(-179deg, #6DA705 0%, #165600 100%);
+ text-shadow: 0px -2px 0px rgba(0,0,0,0.50);
}
.active:active {
- background-image: -o-linear-gradient(-89deg, #2F6F15 0%, #86C01E 100%);
- background-image: -moz-linear-gradient(-89deg, #2F6F15 0%, #86C01E 100%);
- background-image: -ms-linear-gradient(-89deg, #2F6F15 0%, #86C01E 100%);
- background-image: linear-gradient(-179deg, #2F6F15 0%, #86C01E 100%);
- text-shadow: 0px -2px 0px rgba(0,0,0,0.50);
+ background-image: -o-linear-gradient(-89deg, #165600 0%, #6DA705 100%);
+ background-image: -moz-linear-gradient(-89deg, #165600 0%, #6DA705 100%);
+ background-image: -ms-linear-gradient(-89deg, #165600 0%, #6DA705 100%);
+ background-image: linear-gradient(-179deg, #165600 0%, #6DA705 100%);
+ text-shadow: 0px 2px 0px rgba(0,0,0,0.50);
}
p img {
@@ -91,7 +92,6 @@ p img {
.install_tagline {
font-size: 14px;
- color: #2A2A2A;
padding-top: 10px;
}