equal
deleted
inserted
replaced
|
1 /* $Id: gss.css,v 1.1.6.3 2009/06/12 14:34:45 earnie Exp $ */ |
|
2 |
|
3 body { |
|
4 margin-top: 0; |
|
5 background-color: #fff; |
|
6 } |
|
7 |
|
8 body, td, th { |
|
9 font-family: arial,sans-serif; |
|
10 font-size: 13px; |
|
11 } |
|
12 |
|
13 h1 { |
|
14 font-size: 1.2em; |
|
15 margin-bottom: 1em; |
|
16 margin-top: 0; |
|
17 } |
|
18 |
|
19 h1 a { |
|
20 font-size: 0.8em; |
|
21 font-weight: normal; |
|
22 } |
|
23 |
|
24 h2 { |
|
25 font-weight: bold; |
|
26 font-size: 1.0em; |
|
27 color: #707070; |
|
28 padding-bottom: .5em; |
|
29 padding-top: 0px; |
|
30 margin: 1.5em 0 .5em 0; |
|
31 } |
|
32 |
|
33 h2 a { |
|
34 font-size: 1.0em; |
|
35 font-weight: normal; |
|
36 } |
|
37 |
|
38 p.sml { |
|
39 font-size: 0.8em; |
|
40 margin-top: 0; |
|
41 } |
|
42 |
|
43 a { |
|
44 color: #0000cc; |
|
45 text-decoration: none; |
|
46 } |
|
47 |
|
48 a:visited { |
|
49 color: #551a8b; |
|
50 } |
|
51 |
|
52 .header { |
|
53 font-weight: bold; |
|
54 font-size: 1.3em; |
|
55 margin-top: 30px; |
|
56 padding-left: 4px; |
|
57 border-bottom: 1px solid #dbe6de; |
|
58 } |
|
59 |
|
60 .data { |
|
61 border-collapse: collapse; |
|
62 border: 1px solid #BFC7D9; |
|
63 margin-top: 3px; |
|
64 width: 100%; |
|
65 _word-wrap: break-word; |
|
66 } |
|
67 |
|
68 .data td { |
|
69 border-bottom: 1px solid #BFC7D9; |
|
70 text-align: left; |
|
71 padding: 3px; |
|
72 } |
|
73 |
|
74 .sortup { |
|
75 background-position: right center; |
|
76 background-image: url(/misc/arrow-asc.png); |
|
77 background-repeat: no-repeat; |
|
78 font-style: italic; |
|
79 white-space: pre; |
|
80 } |
|
81 |
|
82 .sortdown { |
|
83 background-position: right center; |
|
84 background-image: url(/misc/arrow-desc.png); |
|
85 background-repeat: no-repeat; |
|
86 font-style: italic; |
|
87 white-space: pre; |
|
88 } |
|
89 |