X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=webdvd.css;fp=webdvd.css;h=0000000000000000000000000000000000000000;hb=4b8bff9ce93df43b120c5cf4d1476d3a435f99d3;hp=b44149939e3c07d02643828b88c5fef76c428ead;hpb=ab30f1996d97f10d243b7075021840c37ae8238a;p=videolink.git diff --git a/webdvd.css b/webdvd.css deleted file mode 100644 index b441499..0000000 --- a/webdvd.css +++ /dev/null @@ -1,27 +0,0 @@ -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; -} -a:link, a:visited { - color: blue; - /* Don't underline links because underlining tends to flicker on TVs. */ - text-decoration: none; - /* Buttons have to be rectangular (AFAIK). */ - white-space: nowrap; -} -/* The hover state must be made obvious since DVD players have no pointer. */ -a:hover { - color: red; -} -/* The active state should provide visual feedback, but is not so critical. */ -a:active { - color: purple; -} -/* Don't show focus rectangles. */ -*|*:-moz-any-link:focus { - -moz-outline: none !important; -}