d68b41f9ec2b3dc5d61ce5b5da589fd342baabc6
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) 
Thomas Sjögren Missed a line when updating...

Thomas Sjögren authored 19 years ago

24) /*
Thomas Sjögren Website 2/2: Applied Elly's...

Thomas Sjögren authored 19 years ago

25) img.curve {
26) 	border: 1;
27) }
Thomas Sjögren Missed a line when updating...

Thomas Sjögren authored 19 years ago

28) */
Thomas Sjögren Website 2/2: Applied Elly's...

Thomas Sjögren authored 19 years ago

29) 
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

108) /* Spacer */
109) 
110) TD.spacer {
111) 	width: 110px;
112) }
113) 
Thomas Sjögren Missed a line when updating...

Thomas Sjögren authored 19 years ago

114) /* The banner */
Thomas Sjögren Website 2/2: Applied Elly's...

Thomas Sjögren authored 19 years ago

115) 
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

116) DIV.banner {
Thomas Sjögren Website 2/2: Applied Elly's...

Thomas Sjögren authored 19 years ago

117) 	text-align: center;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

118) 	height: 79px;
Thomas Sjögren Website 2/2: Applied Elly's...

Thomas Sjögren authored 19 years ago

119) 	margin-bottom: 10px;
120) 	width:100%;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

121) }
122) 
123) TABLE.table-banner {
Thomas Sjögren Missed a line when updating...

Thomas Sjögren authored 19 years ago

124) 	margin: 0 auto 0 auto;
125)     	background-image: url("images/tor_mast.gif");
Thomas Sjögren Website 2/2: Applied Elly's...

Thomas Sjögren authored 19 years ago

126) 	background-repeat: no-repeat;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

127) 
128) }
129) 
Roger Dingledine some more tweaks while play...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

138) /* The sidebar */
Thomas Sjögren Missed a line when updating...

Thomas Sjögren authored 19 years ago

139) 
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

140) DIV.sidebar {
141) 	float: right;
142) 	padding-top: 0px;
143) 	padding-right: 10px;
144) 	padding-bottom: 15px;
145) 	padding-left: 10px;
Roger Dingledine apply elly's fix for the sc...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

147) 	text-align: center;
148) }
149) 
Roger Dingledine make the current page we're...

Roger Dingledine authored 19 years ago

150) a.current {
151) 	color: orange;
152) }
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

153) 
154) /* The links */
Thomas Sjögren Missed a line when updating...

Thomas Sjögren authored 19 years ago

155) 
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

156) TD.links {
157) 	font-size: 8pt;
158) 	color: white;
159) 	font-weight: bold;
160) 	vertical-align: top;
Thomas Sjögren Website 2/2: Applied Elly's...

Thomas Sjögren authored 19 years ago

161) 	padding: 55px 5px 0 75px;
162) 	white-space: nowrap;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

163) }
164) 
165) TD.links A:link, TD.links A:visited {
166) 	color: white;
167) 	font-size: 11px;
Thomas Sjögren Website 2/2: Applied Elly's...

Thomas Sjögren authored 19 years ago

168) /*	white-space: nowrap; */
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

169) }
170) 
171) TD.links A:hover {
172) 	color: orange;
Thomas Sjögren Website 2/2: Applied Elly's...

Thomas Sjögren authored 19 years ago

173) }
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

174) 
Thomas Sjögren Website 2/2: Applied Elly's...

Thomas Sjögren authored 19 years ago

175) TD.curve {
176)     width: 18px;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

177) }
178) 
179) /* The main column (left text) */
180) 
181) DIV.main-column {
182) /*	padding-right: 280px; */
183) 	padding: 0 0 10px 10px;
184) 	text-indent: 0pt;
185) 	font-size: 10pt;
186) 	text-align: left;
187) }
188) 
189) /* 
190)  * Formatting styles
191)  */
Thomas Sjögren Missed a line when updating...

Thomas Sjögren authored 19 years ago

192) 
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

193) H1 {
194) 	font-size: 12pt;
Roger Dingledine make all the links (visited...

Roger Dingledine authored 19 years ago

195) 	margin-bottom: 0.5em;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

196) }
197) 
198) H2
199) {
200) 	font-size: 12pt;
201) 	margin-bottom: 0em;
202) 	font-weight: bold;
203) 	margin-top: 0;
204) }
205) 
206) P {
207) 	margin-top: 0;
208) 	margin-bottom: 1em;
209) }
210) 
211) A:link {
212) 	color: blue;
213) 	font-size: 10pt;
214) }
215) 
216) A:visited {
217) 	color: purple; 
218) 	font-size: 10pt;
219) }
220) 
221) TD {
222) 	vertical-align: top;
223) }
224) 
Roger Dingledine commit the smalllink class...

Roger Dingledine authored 19 years ago

225) A.smalllink {
226) 	font-size: 8px;
227) }
228)