equal
deleted
inserted
replaced
|
1 @import url('common.css'); |
|
2 input { |
|
3 font-family: monospace; |
|
4 } |
|
5 .track { |
|
6 background-color: silver; |
|
7 } |
|
8 table { |
|
9 border-collapse: collapse; |
|
10 } |
|
11 table, tr, td { |
|
12 border: solid 1px black; |
|
13 } |
|
14 td, th { |
|
15 padding: 2px 5px; |
|
16 } |
|
17 thead { |
|
18 background-color: rgb(0, 85, 183); |
|
19 color: white; |
|
20 } |
|
21 html, body { |
|
22 padding: 0; |
|
23 margin: 0; |
|
24 } |
|
25 #body { |
|
26 padding: 16px; |
|
27 } |
|
28 #head h1 { |
|
29 display: block; |
|
30 font-size: 12px; |
|
31 margin: 20px 0 20px 10px; |
|
32 color: #666; |
|
33 } |
|
34 #head h1 span { |
|
35 vertical-align: bottom; |
|
36 } |
|
37 #head h1 img { |
|
38 display: inline; |
|
39 margin-right: 20px; |
|
40 vertical-align: bottom; |
|
41 } |
|
42 #head ul { |
|
43 display: block; |
|
44 padding: 0 0 0 10px; |
|
45 margin: 0; |
|
46 background-color: #0033cc;/*rgb(0, 85, 183);*/ |
|
47 clear: left; |
|
48 } |
|
49 #head ul li { |
|
50 display: inline; |
|
51 list-style-type: none; |
|
52 margin: 0; |
|
53 padding: 2px 5px; |
|
54 font-size: 12px; |
|
55 line-height: 18px; |
|
56 border-right: dotted 1px white; |
|
57 color: white; |
|
58 font-weight: bold; |
|
59 } |
|
60 #head ul li a { |
|
61 color: white; |
|
62 text-decoration: none; |
|
63 } |
|
64 #head ul li a:hover { |
|
65 text-decoration: underline; |
|
66 } |
|
67 #head ul li.active { |
|
68 background-color: #CCC; |
|
69 } |
|
70 #head ul li.active a { |
|
71 color: black; |
|
72 } |