X-Git-Url: https://git.decadent.org.uk/gitweb/?p=videolink.git;a=blobdiff_plain;f=videolink.css;h=e3ae32229bdb64ae4912c30ab8af6799a49cce17;hp=b44149939e3c07d02643828b88c5fef76c428ead;hb=HEAD;hpb=4b8bff9ce93df43b120c5cf4d1476d3a435f99d3 diff --git a/videolink.css b/videolink.css index b441499..e3ae322 100644 --- a/videolink.css +++ b/videolink.css @@ -1,8 +1,6 @@ body { /* Sans-serif fonts will be much more readable than serif on a TV. */ font-family: sans-serif; - /* Let the background overscan, but not the content. */ - padding: 60px; /* No scroll bars. */ overflow: hidden; } @@ -14,11 +12,11 @@ a:link, a:visited { white-space: nowrap; } /* The hover state must be made obvious since DVD players have no pointer. */ -a:hover { +a:link:hover, a:visited:hover { color: red; } /* The active state should provide visual feedback, but is not so critical. */ -a:active { +a:link:active, a:visited:active { color: purple; } /* Don't show focus rectangles. */