initial commit - version 2.0 + README added
[mirrors/JukeBox.git] / jukebox-bonus / jukebox.css
1 /*
2 * Example CSS for Harvie's JuKe!Box
3 */
4
5 body {
6 background-color: black;
7 color: lightblue;
8 font-family: monospace;
9 margin: 5px;
10 background-image: url(corner.gif);
11 background-repeat: no-repeat;
12 }
13
14 a {
15 color: white;
16 }
17
18 h1 {
19 color: white;
20 margin: 25px 0px 0px 25px;
21 }
22
23 a h1 {
24 text-decoration: underline;
25 }
26
27 input {
28 border: 1px solid lightblue;
29 }
30
31 table * {
32 background-color: darkblue;
33 color: white;
34 }
35
36 table {
37 border: 0px solid blue;
38 background-color: black;
39 }
40
41 td {
42 border: 0px solid blue;
43 margin: 0px;
44 }
45
46 .odd * {
47 background-color: darkblue;
48 }
49
50 .even * {
51 background-color: #000044;
52 }
53
54 *.red {
55 color: red;
56 }
57
58 *.yellow {
59 color: yellow;
60 }
This page took 0.326425 seconds and 4 git commands to generate.