c9a4924ab7422d79bd0b79606607fbc71a1ada50
Jacob Appelbaum For left to right.

Jacob Appelbaum authored 15 years ago

1) body {
Andrew Lewman update the css sidebar, add...

Andrew Lewman authored 15 years ago

2)     background-color: white;
Jacob Appelbaum For left to right.

Jacob Appelbaum authored 15 years ago

3)     margin-top: 0px;
4)     font-family: Arial, Helvetica, sans-serif;
5)     font-size: 1em;
6)     font-style: normal;
7)     color: #000000;
8)     padding-top: 0px;
9) }
10) 
11) /* images */
12) 
13) img {
14)     border: 0;
15) }
16) 
17) 
18) li {
19)    margin: .2em .2em .2em 1em;
20) }
21) 
22) /* this centers the page */
23) 
24) .center {
25)     text-align: center;
26)     background-color: white;
27)     margin: 0px auto 0 auto;
28)     width: 85%;
29) }
30) 
31) .center table {
32)     margin-left: auto;
33)     margin-right: auto;
34)     text-align: left;
35) }
36) 
37) /* for the shadow box */
38) 
39) table.shadowbox {
40)     width: 788px;
41)     border-collapse: collapse;
42)     padding: 0;
43)     margin-bottom: 2em;
44) }
45) 
46) table.shadowbox td {
47)     margin: 0;
48)     padding: 0;
49) }
50) 
51) /* spacer */
52) 
53) td.spacer {
54)     width: 110px;
55) }
56) 
57) div.banner {
58)     text-align: center;
59)     height: 79px;
60)     margin-bottom: 10px;
61)     width:100%;
62) }
63) 
64) table.table-banner {
65)     margin: 0 auto 0 auto;
66)     background-image: url("images/tor_mast.gif");
67)     background-repeat: no-repeat;
68) }
69) 
70) div.bottom {
71)     font-size: 0.8em;
72)     margin-top: 2cm;
73)     margin-left: 1em;
74)     margin-right: 1em;
75)     text-align: right;
76) }
77) 
Andrew Lewman update the css sidebar, add...

Andrew Lewman authored 15 years ago

78) /* the sidebars */
Jacob Appelbaum For left to right.

Jacob Appelbaum authored 15 years ago

79) 
80) div.sidebar {
Andrew Lewman update the css sidebar, add...

Andrew Lewman authored 15 years ago

81)     background-color: #e5e5e5;
Jacob Appelbaum For left to right.

Jacob Appelbaum authored 15 years ago

82)     float: right;
Andrew Lewman update the css sidebar, add...

Andrew Lewman authored 15 years ago

83)     margin: 0 0 10px 10px;
84)     /* border: 2px solid #666; */
85)     padding: 10px;
86)     width: 150px;
Jacob Appelbaum For left to right.

Jacob Appelbaum authored 15 years ago

87)     text-align: center;
88) }
89) 
Andrew Lewman update the css sidebar, add...

Andrew Lewman authored 15 years ago

90) div.sidebar-left {
91)     background-color: #e5e5e5;
92)     float: right;
93)     margin: 0 0 5px 5px;
94)     /* border: 2px solid #666; */
95)     padding: 5px;
96)     width: 275px;
97)     text-align: left;
98) }
99) 
100)