From c3c734bf38df0819230fb7d83b9d8ed9877854b2 Mon Sep 17 00:00:00 2001 From: David Singleton Date: Sun, 28 Aug 2011 00:11:06 +0100 Subject: [PATCH] add a footer with credits, might need toning down --- README.textile | 5 +---- css/now-playing.css | 10 +++++++--- index.html | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/README.textile b/README.textile index 5af1d5c..8a33aea 100644 --- a/README.textile +++ b/README.textile @@ -5,13 +5,10 @@ A "second screen" / ""information radiator" / "glancable" / for a Last.fm user h2. Demo -http://dsingleton.github.com/now-playing-radiator +Try it out: "http://dsingleton.github.com/now-playing-radiator":http://dsingleton.github.com/now-playing-radiator h2. Todo -* Footer credit (bigger on doc page) -* Link to http://www.last.fm/home/friends - h3. Future plans * Playing/not-playing selector hooks, for styling diff --git a/css/now-playing.css b/css/now-playing.css index ad7c99d..7abd092 100644 --- a/css/now-playing.css +++ b/css/now-playing.css @@ -15,11 +15,15 @@ h1 { font-size: 5em; } -header { +header, footer { text-align: right; - color: #999; + color: #ccc; text-transform: uppercase; - font-size: 13px; + font-size: 12px; +} + +header a, footer a { + color: #bababa; } /** Artist + Track */ diff --git a/index.html b/index.html index ceb1997..75b0367 100644 --- a/index.html +++ b/index.html @@ -77,7 +77,7 @@