Merge branch 'Toastman-RT' into Toastman-VLAN
[tomato.git] / release / src / router / www / asus.css
blob7e1c90c75f699be7437cb67cebee65baa76fbf2d
1 a {
2 color: #004584;
4 a:hover {
5 background: #007B00;
6 color: #fff;
8 input[type='button']:hover {
9 background: #007B00;
10 color: #fff;
12 #header {
13 background: #404040;
14 padding: 0px 0px 0px 0px;
15 border-bottom: 0px dotted #ddd;
17 #header .title {
18 background-image: url("asus.gif");
19 font: 0px sans-serif;
20 height: 153px;
21 width: 898px;
23 #header .version {
24 font: 16px sans-serif;
25 font-weight: bold;
26 margin-top: -20px;
27 padding-right: 5px;
28 text-align: right;
30 #navi a {
31 color: #004584;
33 #navi a:hover {
34 background: #007B00;
35 color: #fff;
37 #tabs a.active {
38 background: #003D73;
39 color: #fff;
41 #tabs a:hover {
42 background: #007B00;
43 color: #fff;
45 .tomato-grid .odd:hover,
46 .tomato-grid .even:hover {
47 background: #C4E2FF;
49 .tomato-grid a {
50 color: #004584;