Tomato 1.28
[tomato.git] / release / src / router / www / pumpkin.css
blob31e716febfe0a2fda0b49a916ba7854bdef6aa07
1 a {
2 color: #b35a00;
4 a:hover {
5 background: #ff8000;
6 color: #fff;
9 input[type='button']:hover {
10 background: #ff8000;
11 color: #fff;
14 #header {
15 background: #b35a00;
18 #navi a {
19 color: #b35a00;
21 #navi a:hover {
22 background: #ff8000;
23 color: #fff;
26 #tabs a.active {
27 background: #b35a00;
28 color: #fff;
30 #tabs a:hover {
31 background: #ff8000;
32 color: #fff;
35 .tomato-grid .odd:hover,
36 .tomato-grid .even:hover {
37 background: #FFD9BF;
39 .tomato-grid a {
40 color: #b35a00;