5f8b57f8286c3a982bf77309b92e69b7ed7d0ffc
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) 
Jacob Appelbaum For left to right.

Jacob Appelbaum authored 15 years ago

101) 
102) /* The main column (left text) */
103) 
104) div.main-column {
105)     padding: 15px 0 10px 10px;
106)     text-indent: 0pt;
107)     font-size: 1em;
108)     direction: ltr;
109)     text-align: left; 
110) }
111) 
112) /* formatting styles */
113) 
114) h1 {
115)     font-size: 1.6em;
116)     margin-bottom: 0.5em;
117) }
118) 
119) h2 {
120)     font-size: 1.4em;
121)     margin-bottom: 0em;
122)     font-weight: bold;
123)     margin-top: 0;
124) }
125) 
126) h3 {
127)     font-size: 1.2em;
128)     margin-bottom: 0em;
129)     font-weight: bold;
130)     margin-top: 0;
131) }
132) 
133) h4 {
134)     font-size: 1.1em;
135)     margin-bottom: 0em;
136)     font-weight: bold;
137)     margin-top: 0;
138) }
139) 
140) h5 {
141)     font-size: 1.0em;
142)     margin-bottom: 0em;
143)     font-weight: bold;
144)     margin-top: 0;
145) }
146) 
147) p {
148)     margin-top: 0;
149)     margin-bottom: 1em;
150) }
151) 
152) a:link {
153)     color: blue;
154)     font-size: 1em;
155) }
156) 
157) a:visited {
158)     color: purple;
159)     font-size: 1em;
160) }
161) 
162) a.anchor:link {
163)     font-size: 1em;
164)     color: black;
165)     font-weight: bold;
166)     text-decoration: none;
167) }
168) 
169) a.anchor:visited {
170)     font-size: 1em;
171)     color: black;
172)     font-weight: bold;
173)     text-decoration: none;
174) }
175) 
176) a.anchor {
177)     font-size: 1em;
178)     color: black;
179)     font-weight: bold;
180)     text-decoration: none;
181) }
182) 
183) td {
184)     vertical-align: top;
185) }
186) 
187) a.smalllink {
188)     font-size: 0.8em;
189) }
190) 
191) /* the banner */
192) 
193) table.banner {
194)     width: 100%;
195)     height: 79px;
196)     margin-left: auto;
197)     margin-right: auto;
198) }
199) 
200) td.banner-left {
201) 	/* This is done with an <img> in the HTML so it can be clickable
202)     background-image: url("images/top-left.png");
203)     background-repeat: no-repeat; */
204)     width: 193px;
205) }
206) 
207) td.banner-middle {
208)     background-color: #00802B;
209)     background-image: url("images/top-middle.png");
210)     background-repeat: repeat-x;
211)     vertical-align: bottom;
212)     padding-bottom: 10px;
213)     color: white;
214)     font-weight: bold;
215)     font-size: 1em;
216) }
217) 
218) td.banner-middle a, td.banner-middle a:visited {
219)     margin-right: 5px;
220)     color: white;
221)     font-weight: bold;
222)     font-size: 1em;
223) }
224) 
225) td.banner-middle a:hover {
226)     color: #FF7F00;
227)     font-weight: bold;
228)     font-size: 1em;
229) }
230) 
231) td.banner-right {
232)     background-image: url("images/top-right.png");
233)     background-repeat: no-repeat;
234)     width: 180px;
235)     background-position: right;
236)     padding-top: 8px;
237) }
238) 
239) .banner-middle a.current {
240)     text-decoration: none;	       
241)     color: #FF7F00;
242)     font-weight: bold;
243)     font-size: 1em;
244)     width: auto;
245)     left: -50px;
246) }
247) 
248) .donatebutton {
249)         width: auto;
250)         text-align: center;
251) }
252) 
253) .donatebutton a {
254)         margin: 10px 0 0 0;
255)         font-weight: bold;
256)         display: block;
257)         padding: 6px;
258)         background-color: #00802B;
259)         border-top: 1px solid #00A838;
260)         border-left: 1px solid #00A838;
261)         border-bottom: 1px solid #00591E;
262)         border-right: 1px solid #00591E;
263)         color: #FFFFFF;
264) }
265) 
266) .donatebutton a:hover {
267)         color: orange;
268) }
269) 
270) .donatebutton a:active {
271)         color: orange;
272) }
273) 
Andrew Lewman make an orange download but...

Andrew Lewman authored 15 years ago

274) .downloadbutton {
275)         width: auto;
276)         text-align: center;
277) }
278) 
279) .downloadbutton a {
280)         margin: 10px 0 0 0;
281)         font-weight: bold;
282)         display: block;
283)         padding: 6px;
284)         background-color: orange;
285)         color: #FFFFFF;
286) }
287) 
288) .downloadbutton a:hover {
289)         color: green;
290) }
291) 
292) .donatebutton a:active {
293)         color: green;
294) }
295)