From 6dbd39ca415a463302910ee2391be62fb23f2dd1 Mon Sep 17 00:00:00 2001 From: Jean Philip Orsini Date: Tue, 19 Jan 2016 16:28:01 +0100 Subject: [PATCH] improved L&F --- html/index.html | 138 +++++++++++++++++++++++++++----------------------------- html/style.css | 16 +++---- 2 files changed, 74 insertions(+), 80 deletions(-) diff --git a/html/index.html b/html/index.html index 6354cde..8109c8a 100644 --- a/html/index.html +++ b/html/index.html @@ -11,7 +11,7 @@ src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"> - + @@ -82,58 +81,55 @@ $(document).ready(function(){
+ + -

Current track: LIVE.

- -

If the above player does not work you can play directly the - stream.

- -

The name of the current song can be read on - the icecast - page.

- -

See the list of recently played songs.

-

All songs have been downloaded from the Free Music Archive and as far as I know can be shared on this stream. Feel free to send me an email to proxyradio@wpitchoune.net if you have a concern about a song. Read the list of songs with credits and licensing information. No changes have been made to the songs.

diff --git a/html/style.css b/html/style.css index 01b8e48..03c4778 100644 --- a/html/style.css +++ b/html/style.css @@ -21,13 +21,8 @@ footer { font-size: 80%; } -audio { - margin: 20pt 20pt 20pt 20pt; -} - -nav ul { +nav ul, footer ul { background-color: #444; - color: #eee; padding: 1em 0 1em 1em; margin: 0; text-transform: uppercase; @@ -35,24 +30,27 @@ nav ul { border-bottom-color: #444; border-bottom-width: medium; border-bottom-style: solid; + list-style: none; } -nav ul li { +nav ul li, footer ul li { display: inline; margin: 0 1.5em 0 0; padding: 0; letter-spacing: 1px; + } -nav a { +nav a, footer a { color: #eee; text-decoration: none; } -li.selected { +nav li.selected { border-bottom-color: #eee; border-bottom-style: solid; border-bottom-width: medium; padding-bottom: 1em; font-weight: bold; + color: #eee; } -- 2.7.4