206b98ea3c4f4a9ec1c5d9ac967e7395eaa78afc
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)