410fec62caa5b7e29b6f94adebac053afa35b293
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) 
18) /* 
19) * this centers the page
20) */
21) 
22) .center	{ 
23) 	text-align: center;
24) 	background-color: white;
25) 	margin-left: auto;
26) 	margin-right: auto;
27) 	width: 730px;
28) 
29) }
30) 
31) .center table { 
32) 	margin-left: auto;
33) 	margin-right: auto;
34) 	text-align: left;
35) }
36) 
37) /* 
38) * for the shadow box
39) */
40) 
41) 
42) TABLE.shadowbox {
43) 	width: 788px;
44) /*	margin-left: auto;
45) 	margin-right: auto;
46) 	margin: 0; */
47) 	border-collapse: collapse; 
48) 	padding: 0;
49) 	margin-bottom: 2em;
50) }
51) 
52) TABLE.shadowbox TD {
53) 	margin: 0;
54) 	padding: 0;
55) }
56) 
57) /* 
58) * for the shadow edges
59) 
60) TD.leftedge {
61) 	width: 9px;
62) 	background: url("images/leftedge.png");
63) }
64) 
65) TD.rightedge {
66) 	width: 9px;
67) 	background: url("images/rightedge.png");
68) }
69) 
70) TD.bottomleft {
71) 	width: 9px;
72) 	height: 7px;
73) 	background: url("images/bottomleft.png");
74) 	background-repeat: no-repeat;
75) }
76) 
77) TD.bottomright {
78) 	width: 9px;
79) 	height: 7px;
80) 	background: url("images/bottomright.png");
81) 	background-repeat: no-repeat;
82) }
83) 
84) TD.bottomedge {
85) 	height: 7px;
86) 	background: url("images/bottomedge.png");
87) 	background-repeat: repeat-x;
88) }
89) 
90) TD.main {
91) 	background-color: white;
92) 	width: 770px;
93) }
94) */
95) 
96) /*
97) * The banner
98) */
99) 
100) DIV.banner {
101) 	background-image: url("images/tor_mast.png");
102) 	background-repeat: no-repeat;
103) 	text-align: left;
104) 	height: 79px;
105) 	width: 730px;
106) 	padding-bottom: 10px;
107) }
108) 
109) TABLE.table-banner {
110) 	float: right;
111) 	width: 730px;
112) 
113) }
114) 
Roger Dingledine some more tweaks while play...

Roger Dingledine authored 19 years ago

115) div.bottom {
116)         font-size: 8px;
117)         margin-top: 2cm;
118)         margin-left: 1em;
119)         margin-right: 1em;
120)         text-align: right;
121) }
122) 
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

123) /* The sidebar */
124) DIV.sidebar {
125) 	float: right;
126) 	padding-top: 0px;
127) 	padding-right: 10px;
128) 	padding-bottom: 15px;
129) 	padding-left: 10px;
130) 	overflow: auto;
131) 	width: 260px;
132) 	text-align: center;
133) }
134) 
135) 
136) /* The links */
137) TD.links {
138) 	font-size: 8pt;
139) 	color: white;
140) 	font-weight: bold;
141) 	text-align: right;
142) 	vertical-align: top;
143) 	padding: 58px 15px 0 0;
144) }
145) 
146) TD.links A:link, TD.links A:visited {
147) 	color: white;
148) 	text-decoration: none;
149) 	font-size: 11px;
150) }
151) 
152) TD.links A:hover {
153) 	color: orange;
154) 	text-decoration: underline;
155) 
156) }
157) 
158) /* The main column (left text) */
159) 
160) DIV.main-column {
161) /*	padding-right: 280px; */
162) 	padding: 0 0 10px 10px;
163) 	text-indent: 0pt;
164) 	font-size: 10pt;
165) 	text-align: left;
166) }
167) 
168) /* 
169)  * Formatting styles
170)  */
171) H1 {
172) 	font-size: 12pt;
173) 	margin-bottom: 0.5em;	
174) }
175) 
176) H2
177) {
178) 	font-size: 12pt;
179) 	margin-bottom: 0em;
180) 	font-weight: bold;
181) 	margin-top: 0;
182) }
183) 
184) P {
185) 	margin-top: 0;
186) 	margin-bottom: 1em;
187) }
188) 
189) A:link {
190) 	color: blue;
191) 	font-size: 10pt;
192) 	text-decoration: none;
193) }
194) 
195) A:visited {
196) 	color: purple; 
197) 	font-size: 10pt;
198) 	text-decoration: none;
199) }
200) 
201) TD {
202) 	vertical-align: top;
203) }
204) 
Roger Dingledine commit the smalllink class...

Roger Dingledine authored 19 years ago

205) A.smalllink {
206) 	font-size: 8px;
207) }
208)