I've had this in my working dir for a bit, start a relays4tor campaign.
Andrew Lewman

Andrew Lewman commited on 2009-12-30 23:42:04
Zeige 4 geänderte Dateien mit 55 Einfügungen und 1 Löschungen.

... ...
@@ -17,13 +17,17 @@
17 17
 <p><a href="<page overview>#overview">Why Tor?</a></p>
18 18
 <p><a href="<page torusers>">Who uses Tor?</a></p>
19 19
 <p><a href="<page overview>#thesolution">What is Tor?</a></p>
20
-<hr />
20
+<div class="underline"></div>
21 21
 <div class="downloadbutton">
22 22
 <p><a href="<page easy-download>">Download Tor</a></p>
23 23
 </div>
24 24
 <div class="donatebutton">
25 25
 <p><a href="<page donate>">Donate to support Tor!</a></p>
26 26
 </div>
27
+<div class="underline"></div>
28
+<h3>Help us reach <a href="<page docs/tor-doc-relay>">5,000 relays</a> in 2010!</h3>
29
+<div class="relaythermometer"><div class="relaythermofill">1956</div>
30
+</div>
27 31
 </div>
28 32
 <!-- END SIDEBAR -->
29 33
 
... ...
@@ -299,6 +299,31 @@ td.banner-right {
299 299
         color: green;
300 300
 }
301 301
 
302
+.relaythermometer {
303
+  width: 120px; 
304
+  -moz-border-radius-bottomleft: 20px;
305
+  -moz-border-radius-bottomright: 20px; 
306
+  margin: 1em auto; 
307
+  height: 100px;
308
+  position: relative; 
309
+  background-color: orange;
310
+}
311
+
312
+.relaythermofill {
313
+  width: 120px; 
314
+  -moz-border-radius-bottomleft: 20px;
315
+  -moz-border-radius-bottomright: 20px; 
316
+  height: 39px; 
317
+  background-color: green; 
318
+  font-size: 30px; 
319
+  position: absolute; 
320
+  bottom: 0; 
321
+  line-height: 50px;
322
+  text-align: center; 
323
+  color: white; 
324
+  font-weight: bold;
325
+}
326
+
302 327
 /* these styles are for the menu on the gui contest pages */
303 328
 
304 329
 .guileft {
... ...
@@ -281,6 +281,31 @@ td.banner-right {
281 281
   color: orange;
282 282
 }
283 283
 
284
+.relaythermometer a {
285
+  width: 50px; 
286
+  -moz-border-radius-bottomleft: 20px;
287
+  -moz-border-radius-bottomright: 20px; 
288
+  margin: 1em auto; 
289
+  height: 100px;
290
+  position: relative; 
291
+  background-color: orange;
292
+}
293
+
294
+.relaythermofill a {
295
+  width: 50px; 
296
+  -moz-border-radius-bottomleft: 20px;
297
+  -moz-border-radius-bottomright: 20px; 
298
+  height: 39px; 
299
+  background-color: green; 
300
+  font-size: 40px; 
301
+  position: absolute; 
302
+  bottom: 0; 
303
+  line-height: 50px;
304
+  text-align: center; 
305
+  color: white; 
306
+  font-weight: bold;
307
+}
308
+
284 309
 /* these styles are for the menu on the gui contest pages */
285 310
 
286 311
 .guileft {
287 312