X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=html%2Fstyle.css;h=e393467f968fb17e23684790097c19ff4961d2f2;hb=2e8198dc3b5d3e0d645b8fa402f2e6ce42ac5ee8;hp=01b8e48cc1f61b06591b2c0315b34c01e97479f2;hpb=b1a94bbe13dae39b5e81226aa8823fd9d66224bb;p=radio.git diff --git a/html/style.css b/html/style.css index 01b8e48..e393467 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,30 @@ 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 { + font-weight: bold; + color: #eee; +} + +nav li.selected, nav a:hover { + padding-bottom: 1em; border-bottom-color: #eee; border-bottom-style: solid; border-bottom-width: medium; - padding-bottom: 1em; - font-weight: bold; }