RSA Keylength to 1024
[tomato.git] / release / src / router / www / buffalo.css
blob797cea86b9262345b92124c02cc1737de2a41e7f
1 a {
2 color: #B21D19;
4 a:hover {
5 background: #FF0000;
7 input[type='button']:hover {
8 background: #FF0000;
10 #header {
11 background: #404040;
12 padding: 0px 0px 5px 0px;
13 border-bottom: 2px dotted #ddd;
15 #header .title {
16 background-image: url("buffalo.gif");
17 font: 0px sans-serif;
18 height: 154px;
19 width: 898px;
21 #header .version {
22 font: 15px sans-serif;
23 font-weight: bold;
24 margin-top: -25px;
25 padding-right: 5px;
26 text-align: right;
28 #navi a {
29 color: #B21D19;
31 #navi a:hover {
32 background: #FF0000;
34 #tabs a.active {
35 background: #FF0000;
37 #tabs a:hover {
38 background: #AFAFAF;
40 .tomato-grid .odd:hover,
41 .tomato-grid .even:hover {
42 background: #AFAFAF;