0b2311e8df897b1934d57919a580599ca5d60aaa
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;
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

5)     font-size: 1em;
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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) 
Roger Dingledine trivial whitespace fixes

Roger Dingledine authored 18 years ago

19) .center {
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

20)     text-align: center;
21)     background-color: white;
Geoff Goodell added whitespace between he...

Geoff Goodell authored 19 years ago

22)     margin: 10px auto 0 auto;
Roger Dingledine make the body of the webpag...

Roger Dingledine authored 18 years ago

23)     width: 85%;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

24) }
25) 
Roger Dingledine trivial whitespace fixes

Roger Dingledine authored 18 years ago

26) .center table {
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

30) }
31) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

33) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

34) table.shadowbox {
35)     width: 788px;
Roger Dingledine trivial whitespace fixes

Roger Dingledine authored 18 years ago

36)     border-collapse: collapse;
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

37)     padding: 0;
38)     margin-bottom: 2em;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

39) }
40) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

44) }
45) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

47) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

50) }
51) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

53) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

59) }
60) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

65) }
66) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

67) div.bottom {
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

68)     font-size: 0.8em;
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

69)     margin-top: 2cm;
70)     margin-left: 1em;
71)     margin-right: 1em;
72)     text-align: right;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

73) }
74) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

76) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

85) }
86) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

87) a.current {
88)     color: #FF7F00;
89)     font-weight: bold;
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

90)     font-size: 1em;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

91) }
92) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

94) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

95) div.main-column {
96)     padding: 0 0 10px 10px;
97)     text-indent: 0pt;
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

98)     font-size: 1em;
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

99)     text-align: left;
Roger Dingledine some more tweaks while play...

Roger Dingledine authored 19 years ago

100) }
101) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Thomas Sjögren authored 19 years ago

103) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

104) h1 {
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

105)     font-size: 1.5em;
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

107) }
108) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

109) h2 {
Thomas Sjögren Fix vim madness

Thomas Sjögren authored 18 years ago

110)     font-size: 1.2em;
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

111)     margin-bottom: 0em;
112)     font-weight: bold;
113)     margin-top: 0;
Roger Dingledine make the current page we're...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

115) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

119) }
120) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

121) a:link {
122)     color: blue;
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

123)     font-size: 1em;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

124) }
125) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

126) a:visited {
Roger Dingledine trivial whitespace fixes

Roger Dingledine authored 18 years ago

127)     color: purple;
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

128)     font-size: 1em;
Thomas Sjögren Website 2/2: Applied Elly's...

Thomas Sjögren authored 19 years ago

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

Roger Dingledine authored 19 years ago

130) 
Thomas Sjögren Move and fix the rest of a:...

Thomas Sjögren authored 18 years ago

131) 
132) a.anchor:link {
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

133)     font-size: 1em;
Thomas Sjögren Move and fix the rest of a:...

Thomas Sjögren authored 18 years ago

134)     color: black;
135)     font-weight: bold;
136)     text-decoration: none;
137) }
138) 
139) a.anchor:visited {
140)     font-size: 12pt;
141)     color: black;
142)     font-weight: bold;
143)     text-decoration: none;
144) }
145) 
146) a.anchor {
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

147)     font-size: 1em;
Thomas Sjögren Move and fix the rest of a:...

Thomas Sjögren authored 18 years ago

148)     color: black;
149)     font-weight: bold;
150)     text-decoration: none;
151) }
152) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

155) }
156) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

157) a.smalllink {
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

158)     font-size: 0.8em;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

159) }
160) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

161) table.banner {
162)     height: 79px;
163)     margin-left: auto;
164)     margin-right: auto;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

165) }
166) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Geoff Goodell authored 19 years ago

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

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

171) }
172) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Geoff Goodell authored 19 years ago

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

Geoff Goodell authored 19 years ago

175)     background-repeat: repeat-x;
176)     vertical-align: bottom;
177)     padding-bottom: 10px;
178)     color: white;
179)     font-weight: bold;
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

180)     font-size: 1em;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

181) }
182) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

183) td.banner-middle a:link, td.banner-middle a:visited {
184)     color: white;
185)     font-weight: bold;
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

186)     font-size: 1em;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

187) }
188) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

189) td.banner-middle a:hover {
190)     color: #FF7F00;
191)     font-weight: bold;
Thomas Sjögren Lets try relative font sizes

Thomas Sjögren authored 18 years ago

192)     font-size: 1em;
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

193) }
194) 
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Geoff Goodell authored 19 years ago

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

Geoff Goodell authored 19 years ago

197)     background-repeat: no-repeat;
198)     width: 24px;
Roger Dingledine commit the smalllink class...

Roger Dingledine authored 19 years ago

199) }
200)