summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-08-09 23:24:25 -0700
committerraylu <raylu@mixpanel.com>2011-08-10 00:57:43 -0700
commit7fa87d8daae7c62c9e3c66426baabd2f0122b13a (patch)
tree0d2dddc5d58ca17457b2cef21225dd9ceac9e71c /static
parent163983e794867d6099908ade5649e51bc4c00f7b (diff)
downloadaudioaxis-7fa87d8daae7c62c9e3c66426baabd2f0122b13a.tar.xz
add some content to homepage
Diffstat (limited to 'static')
-rw-r--r--static/home.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/static/home.css b/static/home.css
new file mode 100644
index 0000000..8931b48
--- /dev/null
+++ b/static/home.css
@@ -0,0 +1,20 @@
+p {
+ font-size: 1.5em;
+ text-align: center;
+ margin: 50px 0;
+}
+
+article p a:link, article p a:visited {
+ color: #111;
+ padding: 10px;
+ border: 1px solid #888;
+ background: -moz-linear-gradient(top, #07a, #047);
+ background: -webkit-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));
+ font-weight: bold;
+}
+
+article p a:hover {
+ background: -moz-linear-gradient(top, #08b, #047);
+ background: -webkit-linear-gradient(left, rgba(255,255,255,1), rgba(255,255,255,0));
+ text-decoration: none;
+}