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