equal
deleted
inserted
replaced
|
1 body { |
|
2 margin:1px; |
|
3 } |
|
4 |
|
5 #TopChromeId { |
|
6 // background: transparent; |
|
7 //opacity: 0.5; |
|
8 width: 100%; |
|
9 height: 36px; |
|
10 //color:white; |
|
11 font-family:verdana; |
|
12 font-size:14px; |
|
13 } |
|
14 |
|
15 #TopChromeId img { |
|
16 opacity: 1.0; |
|
17 } |
|
18 |
|
19 #BottomChromeId { |
|
20 // background: transparent; |
|
21 width: 100%; |
|
22 height: 36px; |
|
23 //color:white; |
|
24 font-family:verdana; |
|
25 font-size:14px; |
|
26 } |
|
27 |
|
28 .PopChrome { |
|
29 background-color: DarkSeaGreen; |
|
30 color: white; |
|
31 width: 300px; |
|
32 height: 400px; |
|
33 padding: 20px; |
|
34 } |
|
35 |
|
36 .PageInfo { |
|
37 background: DarkSeaGreen; |
|
38 color: white; |
|
39 padding: 20px; |
|
40 } |
|
41 |
|
42 .ProgressBarWrapper { |
|
43 width: 300; |
|
44 border-style:none; |
|
45 background-color: SeaGreen; |
|
46 } |
|
47 .ProgressBar { |
|
48 width: 0px; |
|
49 background-color: Red; |
|
50 padding-right: 0px; |
|
51 } |
|
52 Button, input.Button { |
|
53 margin: 1px; |
|
54 border-style:solid; |
|
55 border-width:1px; |
|
56 // border-color:white; |
|
57 color:#eee; |
|
58 height: 22px; |
|
59 background: SeaGreen; |
|
60 } |
|
61 Text, input.Text { |
|
62 margin:2px; |
|
63 border-width:0px; |
|
64 color:white; |
|
65 background-color:transparent; |
|
66 } |