1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
html { background-color: #f0fff0; background-image: url('/style/green-grid.png'); color: #404040; } body > header { background-color: #000000; background-image: url('/style/green-grid.png'); } h1 { color: #00c000; text-shadow: 0 0 0.2em #00c000; } nav { background-color: #00c000; color: #000000; } nav ul li.selected { color: #ffffff; }