d6d602c4e6c15cc52c9050c12e96119c4698f452
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

1) /*
2) BEGIN custom styles
3) */
4) 
5) /* 
6) * the page's main body style, including background
7) */
8) 
9) body {
10) 	background-color: #FFFFFF;
11) 	margin-top: 0px;
12) 	font-family: Arial, Helvetica, sans-serif;
13) 	font-size: 10pt;
14) 	font-style: normal;
15) 	color: #000000;
16) }
17) 
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

18) /* Images */
19) 
20) img {
21) 	border: 0;
22) }
23) 
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

24) /* 
25) * this centers the page
26) */
27) 
28) .center	{ 
29) 	text-align: center;
30) 	background-color: white;
31) 	margin-left: auto;
32) 	margin-right: auto;
33) 	width: 730px;
34) 
35) }
36) 
37) .center table { 
38) 	margin-left: auto;
39) 	margin-right: auto;
40) 	text-align: left;
41) }
42) 
43) /* 
44) * for the shadow box
45) */
46) 
47) 
48) TABLE.shadowbox {
49) 	width: 788px;
50) /*	margin-left: auto;
51) 	margin-right: auto;
52) 	margin: 0; */
53) 	border-collapse: collapse; 
54) 	padding: 0;
55) 	margin-bottom: 2em;
56) }
57) 
58) TABLE.shadowbox TD {
59) 	margin: 0;
60) 	padding: 0;
61) }
62) 
63) /* 
64) * for the shadow edges
65) 
66) TD.leftedge {
67) 	width: 9px;
68) 	background: url("images/leftedge.png");
69) }
70) 
71) TD.rightedge {
72) 	width: 9px;
73) 	background: url("images/rightedge.png");
74) }
75) 
76) TD.bottomleft {
77) 	width: 9px;
78) 	height: 7px;
79) 	background: url("images/bottomleft.png");
80) 	background-repeat: no-repeat;
81) }
82) 
83) TD.bottomright {
84) 	width: 9px;
85) 	height: 7px;
86) 	background: url("images/bottomright.png");
87) 	background-repeat: no-repeat;
88) }
89) 
90) TD.bottomedge {
91) 	height: 7px;
92) 	background: url("images/bottomedge.png");
93) 	background-repeat: repeat-x;
94) }
95) 
96) TD.main {
97) 	background-color: white;
98) 	width: 770px;
99) }
100) */
101) 
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

102) /* Spacer */
103) 
104) TD.spacer {
105) 	width: 110px;
106) }
107) 
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

108) /*
109) * The banner
110) */
111) 
112) DIV.banner {
113) 	background-image: url("images/tor_mast.png");
114) 	background-repeat: no-repeat;
115) 	text-align: left;
116) 	height: 79px;
117) 	width: 730px;
118) 	padding-bottom: 10px;
119) }
120) 
121) TABLE.table-banner {
122) 	float: right;
123) 	width: 730px;
124) 
125) }
126) 
Roger Dingledine some more tweaks while play...

Roger Dingledine authored 19 years ago

127) div.bottom {
128)         font-size: 8px;
129)         margin-top: 2cm;
130)         margin-left: 1em;
131)         margin-right: 1em;
132)         text-align: right;
133) }
134) 
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

135) /* The sidebar */
136) DIV.sidebar {
137) 	float: right;
138) 	padding-top: 0px;
139) 	padding-right: 10px;
140) 	padding-bottom: 15px;
141) 	padding-left: 10px;
Roger Dingledine apply elly's fix for the sc...

Roger Dingledine authored 19 years ago

142) 	width: 260px;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

143) 	text-align: center;
144) }
145) 
Roger Dingledine make the current page we're...

Roger Dingledine authored 19 years ago

146) a.current {
147) 	color: orange;
148) }
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

149) 
150) /* The links */
151) TD.links {
152) 	font-size: 8pt;
153) 	color: white;
154) 	font-weight: bold;
155) 	text-align: right;
156) 	vertical-align: top;
157) 	padding: 58px 15px 0 0;
158) }
159) 
160) TD.links A:link, TD.links A:visited {
161) 	color: white;
162) 	text-decoration: none;
163) 	font-size: 11px;
164) }
165) 
166) TD.links A:hover {
167) 	color: orange;
168) 	text-decoration: underline;
169) 
170) }
171) 
172) /* The main column (left text) */
173) 
174) DIV.main-column {
175) /*	padding-right: 280px; */
176) 	padding: 0 0 10px 10px;
177) 	text-indent: 0pt;
178) 	font-size: 10pt;
179) 	text-align: left;
180) }
181) 
182) /* 
183)  * Formatting styles
184)  */
185) H1 {
186) 	font-size: 12pt;
187) 	margin-bottom: 0.5em;	
188) }
189) 
190) H2
191) {
192) 	font-size: 12pt;
193) 	margin-bottom: 0em;
194) 	font-weight: bold;
195) 	margin-top: 0;
196) }
197) 
198) P {
199) 	margin-top: 0;
200) 	margin-bottom: 1em;
201) }
202) 
203) A:link {
204) 	color: blue;
205) 	font-size: 10pt;
206) 	text-decoration: none;
207) }
208) 
209) A:visited {
210) 	color: purple; 
211) 	font-size: 10pt;
212) 	text-decoration: none;
213) }
214) 
215) TD {
216) 	vertical-align: top;
217) }
218) 
Roger Dingledine commit the smalllink class...

Roger Dingledine authored 19 years ago

219) A.smalllink {
220) 	font-size: 8px;
221) }
222)