RSA Keylength to 1024
[tomato.git] / release / src / router / www / cyan.css
blobdcd725f62bd37d342e75c47f8d0de578034a84a1
1 a {
2 color: #226465;
4 a:hover {
5 background: #408080;
6 color: #fff;
9 input[type='button']:hover {
10 background: #408080;
11 color: white;
14 #header {
15 background: #729899;
18 #navi a {
19 color: #226465;
21 #navi a:hover {
22 background: #408080;
23 color: #fff;
26 ul.tabs a.active,
27 #tabs a.active {
28 background: #729899;
29 color: #fff;
31 ul.tabs a:hover,
32 #tabs a:hover {
33 background: #408080;
34 color: #fff;
37 .tomato-grid .odd:hover,
38 .tomato-grid .even:hover {
39 background: #CFE6E6;
41 .tomato-grid a {
42 color: #27764A;