X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=jukebox-bonus%2Fjukebox.css;fp=jukebox-bonus%2Fjukebox.css;h=0000000000000000000000000000000000000000;hb=1c6591f392e7ba5450914e37d4cb25eca357a178;hp=eec999018d10df6238804026d5929d90a024d0cb;hpb=ca88871f4c51e904ec23305abf2fd1aa17226103;p=mirrors%2FJukeBox.git diff --git a/jukebox-bonus/jukebox.css b/jukebox-bonus/jukebox.css deleted file mode 100755 index eec9990..0000000 --- a/jukebox-bonus/jukebox.css +++ /dev/null @@ -1,60 +0,0 @@ -/* - * Example CSS for Harvie's JuKe!Box - */ - -body { - background-color: black; - color: lightblue; - font-family: monospace; - margin: 5px; - background-image: url(corner.gif); - background-repeat: no-repeat; -} - -a { - color: white; -} - -h1 { - color: white; - margin: 25px 0px 0px 25px; -} - -a h1 { - text-decoration: underline; -} - -input { - border: 1px solid lightblue; -} - -table * { - background-color: darkblue; - color: white; -} - -table { - border: 0px solid blue; - background-color: black; -} - -td { - border: 0px solid blue; - margin: 0px; -} - -.odd * { - background-color: darkblue; -} - -.even * { - background-color: #000044; -} - -*.red { - color: red; -} - -*.yellow { - color: yellow; -}