4992789c2a51a226c16e0bdfd626011a6a1cec57
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

1) body {
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

2)     background-color: #FFFFFF;
3)     margin-top: 0px;
4)     font-family: Arial, Helvetica, sans-serif;
5)     font-size: 10pt;
6)     font-style: normal;
7)     color: #000000;
8)     padding-top: 0px;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

9) }
10) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

11) /* images */
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

12) 
13) img {
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

14)     border: 0;
Thomas Sjögren Website 2/2: Applied Elly's...

Thomas Sjögren authored 19 years ago

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

Roger Dingledine authored 19 years ago

16) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

17) /* this centers the page */
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

18) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

19) .center { 
20)     text-align: center;
21)     background-color: white;
22)     margin-left: auto;
23)     margin-right: auto;
24)     width: 730px;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

25) }
26) 
27) .center table { 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

28)     margin-left: auto;
29)     margin-right: auto;
30)     text-align: left;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

31) }
32) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

33) /* for the shadow box */
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

34) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

35) table.shadowbox {
36)     width: 788px;
37)     border-collapse: collapse; 
38)     padding: 0;
39)     margin-bottom: 2em;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

40) }
41) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

42) table.shadowbox td {
43)     margin: 0;
44)     padding: 0;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

45) }
46) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

47) /* spacer */
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

48) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

49) td.spacer {
50)     width: 110px;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

51) }
52) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

53) /* the banner */
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

54) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

55) div.banner {
56)     text-align: center;
57)     height: 79px;
58)     margin-bottom: 10px;
59)     width:100%;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

60) }
61) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

62) table.table-banner {
63)     margin: 0 auto 0 auto;
64)     background-image: url("images/tor_mast.gif");
65)     background-repeat: no-repeat;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

66) }
67) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

68) div.bottom {
69)     font-size: 8px;
70)     margin-top: 2cm;
71)     margin-left: 1em;
72)     margin-right: 1em;
73)     text-align: right;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

74) }
75) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

76) /* the sidebar */
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

77) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

78) div.sidebar {
79)     float: right;
80)     padding-top: 0px;
81)     padding-right: 10px;
82)     padding-bottom: 15px;
83)     padding-left: 10px;
84)     width: 260px;
85)     text-align: center;
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

86) }
87) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

88) a.current {
89)     color: #FF7F00;
90)     font-weight: bold;
91)     font-size: 11px;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

92) }
93) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

94) /* The main column (left text) */
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

95) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

96) div.main-column {
97)     padding: 0 0 10px 10px;
98)     text-indent: 0pt;
99)     font-size: 10pt;
100)     text-align: left;
Roger Dingledine some more tweaks while play...

Roger Dingledine authored 19 years ago

101) }
102) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

103) /* formatting styles */
Thomas Sjögren Missed a line when updating...

Thomas Sjögren authored 19 years ago

104) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

105) h1 {
106)     font-size: 12pt;
107)     margin-bottom: 0.5em;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

108) }
109) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

110) h2 {
111)     font-size: 12pt;
112)     margin-bottom: 0em;
113)     font-weight: bold;
114)     margin-top: 0;
Roger Dingledine make the current page we're...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

116) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

117) p {
118)     margin-top: 0;
119)     margin-bottom: 1em;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

120) }
121) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

122) a:link {
123)     color: blue;
124)     font-size: 10pt;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

125) }
126) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

127) a:visited {
128)     color: purple; 
129)     font-size: 10pt;
Thomas Sjögren Website 2/2: Applied Elly's...

Thomas Sjögren authored 19 years ago

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

Roger Dingledine authored 19 years ago

131) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

132) td {
133)     vertical-align: top;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

134) }
135) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

136) a.smalllink {
137)     font-size: 8px;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

138) }
139) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

140) table.banner {
141)     height: 79px;
142)     margin-left: auto;
143)     margin-right: auto;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

144) }
145) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

146) td.banner-left {
Geoff Goodell renaming banner image files...

Geoff Goodell authored 19 years ago

147)     background-image: url("images/top-left.png");
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

148)     background-repeat: no-repeat;
149)     width: 193px;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

150) }
151) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

152) td.banner-middle {
Geoff Goodell renaming banner image files...

Geoff Goodell authored 19 years ago

153)     background-image: url("images/top-middle.png");
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

154)     background-repeat: repeat-x;
155)     vertical-align: bottom;
156)     padding-bottom: 10px;
157)     color: white;
158)     font-weight: bold;
159)     font-size: 11px;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

160) }
161) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

162) td.banner-middle a:link, td.banner-middle a:visited {
163)     color: white;
164)     font-weight: bold;
165)     font-size: 11px;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

166) }
167) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

168) td.banner-middle a:hover {
169)     color: #FF7F00;
170)     font-weight: bold;
171)     font-size: 11px;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

172) }
173) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

174) td.banner-right {
Geoff Goodell renaming banner image files...

Geoff Goodell authored 19 years ago

175)     background-image: url("images/top-right.png");
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

176)     background-repeat: no-repeat;
177)     width: 24px;