|
1 | | -a { |
2 | | - color: #000000; |
3 | | - text-decoration: none; |
4 | | -} |
5 | | -body { |
6 | | - margin: 20px 0; |
7 | | - background: #cccccc url(img/bg.gif) repeat-y fixed center bottom; |
8 | | - color: #333333; |
9 | | - text-align: center; |
10 | | - font-family: sans-serif,Arial; |
11 | | - font-style: normal; |
12 | | - font-variant: normal; |
13 | | - font-weight: normal; |
14 | | - font-size: 1em; |
15 | | - line-height: normal; |
16 | | - font-size-adjust: none; |
17 | | - font-stretch: normal; |
18 | | -} |
19 | | -.logo a { |
20 | | - background: #ffffff url(img/logo.png) no-repeat scroll 0% 50%; |
21 | | - display: block; |
22 | | - height: 300px; |
23 | | -} |
24 | | -.header { |
25 | | - border-bottom: 1px solid #e5e5e5; |
26 | | - background: #ffffff none repeat scroll 0% 50%; |
27 | | - font-family: Arial; |
28 | | - font-style: normal; |
29 | | - font-variant: normal; |
30 | | - font-weight: bold; |
31 | | - font-size: 2.6em; |
32 | | - font-size-adjust: none; |
33 | | - font-stretch: normal; |
34 | | - line-height: 3em; |
35 | | -} |
36 | | -.main { |
37 | | - border-style: double; |
38 | | - border-color: #e4e4e4 #cfcfcf #cccccc; |
39 | | - border-width: 3px; |
40 | | - margin: 20px auto 4px; |
41 | | - background: #ffffff none repeat scroll 0% 50%; |
42 | | - text-align: left; |
43 | | - width: 760px; |
44 | | -} |
45 | | -.menu a { |
46 | | - border-top: 1px solid #e5e5e5; |
47 | | - border-right: 1px solid #cecece; |
48 | | - background: #eeeeee none repeat scroll 0% 50%; |
49 | | - color: #888888; |
50 | | - float: left; |
51 | | - padding-top: 4px; |
52 | | - width: 149px; |
53 | | - height: 36px; |
54 | | -} |
55 | | -.menu a span { |
56 | | - padding-left: 6px; |
57 | | - font-weight: bold; |
58 | | -} |
59 | | -.menu a:hover { |
60 | | - background: #eeeeee url(img/bgmenu.gif) repeat-x scroll 0% 50%; |
61 | | - color: #555555; |
62 | | -} |
63 | | -.menu a#last { |
64 | | - border-right: medium none; |
65 | | - width: 150px; |
66 | | -} |
67 | | -.container { |
68 | | - margin: 10px; |
69 | | -} |
70 | | -.content { |
71 | | - border-top: 1px solid #e5e5e5; |
72 | | - background: #f5f5f5 none repeat scroll 0% 50%; |
73 | | - clear: both; |
74 | | -} |
75 | | -.content h1 { |
76 | | - margin: 0; |
77 | | - font-family: sans-serif,Arial; |
78 | | - font-style: normal; |
79 | | - font-variant: normal; |
80 | | - font-weight: bold; |
81 | | - font-size: 1.1em; |
82 | | - line-height: normal; |
83 | | - font-size-adjust: none; |
84 | | - font-stretch: normal; |
85 | | - color: #666666; |
86 | | -} |
87 | | -.content p { |
88 | | - margin: 3px 0 6px; |
89 | | - color: #666666; |
90 | | -} |
91 | | -.item { |
92 | | - padding: 10px; |
93 | | - background: #fcfcfc url(img/bgitem.gif) repeat-x scroll 0% 50%; |
94 | | -} |
95 | | -.footer { |
96 | | - padding: 5px; |
97 | | - background: #f5f5f5 none repeat scroll 0% 50%; |
98 | | - color: #666666; |
99 | | -} |
| 1 | +a { |
| 2 | + color: #000000; |
| 3 | + text-decoration: none; |
| 4 | +} |
| 5 | +body { |
| 6 | + margin: 20px 0; |
| 7 | + background: #cccccc url(img/bg.gif) repeat-y fixed center bottom; |
| 8 | + color: #333333; |
| 9 | + text-align: center; |
| 10 | + font-family: sans-serif,Arial; |
| 11 | + font-style: normal; |
| 12 | + font-variant: normal; |
| 13 | + font-weight: normal; |
| 14 | + font-size: 1em; |
| 15 | + line-height: normal; |
| 16 | + font-size-adjust: none; |
| 17 | + font-stretch: normal; |
| 18 | +} |
| 19 | +.logo a { |
| 20 | + background: #ffffff url(img/logo.png) no-repeat scroll 0% 50%; |
| 21 | + display: block; |
| 22 | + height: 300px; |
| 23 | +} |
| 24 | +.header { |
| 25 | + border-bottom: 1px solid #e5e5e5; |
| 26 | + background: #ffffff none repeat scroll 0% 50%; |
| 27 | + font-family: Arial; |
| 28 | + font-style: normal; |
| 29 | + font-variant: normal; |
| 30 | + font-weight: bold; |
| 31 | + font-size: 2.6em; |
| 32 | + font-size-adjust: none; |
| 33 | + font-stretch: normal; |
| 34 | + line-height: 3em; |
| 35 | +} |
| 36 | +.main { |
| 37 | + border-style: double; |
| 38 | + border-color: #e4e4e4 #cfcfcf #cccccc; |
| 39 | + border-width: 3px; |
| 40 | + margin: 20px auto 4px; |
| 41 | + background: #ffffff none repeat scroll 0% 50%; |
| 42 | + text-align: left; |
| 43 | + width: 760px; |
| 44 | +} |
| 45 | +.menu a { |
| 46 | + border-top: 1px solid #e5e5e5; |
| 47 | + border-right: 1px solid #cecece; |
| 48 | + background: #eeeeee none repeat scroll 0% 50%; |
| 49 | + color: #888888; |
| 50 | + float: left; |
| 51 | + padding-top: 4px; |
| 52 | + width: 149px; |
| 53 | + height: 36px; |
| 54 | +} |
| 55 | +.menu a span { |
| 56 | + padding-left: 6px; |
| 57 | + font-weight: bold; |
| 58 | +} |
| 59 | +.menu a:hover { |
| 60 | + background: #eeeeee url(img/bgmenu.gif) repeat-x scroll 0% 50%; |
| 61 | + color: #555555; |
| 62 | +} |
| 63 | +.menu a#last { |
| 64 | + border-right: medium none; |
| 65 | + width: 150px; |
| 66 | +} |
| 67 | +.container { |
| 68 | + margin: 10px; |
| 69 | +} |
| 70 | +.content { |
| 71 | + border-top: 1px solid #e5e5e5; |
| 72 | + background: #f5f5f5 none repeat scroll 0% 50%; |
| 73 | + clear: both; |
| 74 | +} |
| 75 | +.content h1 { |
| 76 | + margin: 0; |
| 77 | + font-family: sans-serif,Arial; |
| 78 | + font-style: normal; |
| 79 | + font-variant: normal; |
| 80 | + font-weight: bold; |
| 81 | + font-size: 1.1em; |
| 82 | + line-height: normal; |
| 83 | + font-size-adjust: none; |
| 84 | + font-stretch: normal; |
| 85 | + color: #666666; |
| 86 | +} |
| 87 | +.content p { |
| 88 | + margin: 3px 0 6px; |
| 89 | + color: #666666; |
| 90 | +} |
| 91 | +.item { |
| 92 | + padding: 10px; |
| 93 | + background: #fcfcfc url(img/bgitem.gif) repeat-x scroll 0% 50%; |
| 94 | +} |
| 95 | +.footer { |
| 96 | + padding: 5px; |
| 97 | + background: #f5f5f5 none repeat scroll 0% 50%; |
| 98 | + color: #666666; |
| 99 | +} |
| 100 | +.footer span { |
| 101 | + margin: 0px; |
| 102 | + float: right; |
| 103 | +} |
0 commit comments