[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r21364: {website} I've had this in my working dir for a bit, start a relays4to (in website/trunk: . en press/presskit)
Author: phobos
Date: 2009-12-30 17:42:04 -0500 (Wed, 30 Dec 2009)
New Revision: 21364
Modified:
website/trunk/en/index.wml
website/trunk/press/presskit/2009-General-Online-Anonymity-with-Tor.odp
website/trunk/stylesheet-ltr.css
website/trunk/stylesheet.css
Log:
I've had this in my working dir for a bit, start a relays4tor campaign.
Modified: website/trunk/en/index.wml
===================================================================
--- website/trunk/en/index.wml 2009-12-30 16:19:40 UTC (rev 21363)
+++ website/trunk/en/index.wml 2009-12-30 22:42:04 UTC (rev 21364)
@@ -17,14 +17,18 @@
<p><a href="<page overview>#overview">Why Tor?</a></p>
<p><a href="<page torusers>">Who uses Tor?</a></p>
<p><a href="<page overview>#thesolution">What is Tor?</a></p>
-<hr />
+<div class="underline"></div>
<div class="downloadbutton">
<p><a href="<page easy-download>">Download Tor</a></p>
</div>
<div class="donatebutton">
<p><a href="<page donate>">Donate to support Tor!</a></p>
</div>
+<div class="underline"></div>
+<h3>Help us reach <a href="<page docs/tor-doc-relay>">5,000 relays</a> in 2010!</h3>
+<div class="relaythermometer"><div class="relaythermofill">1956</div>
</div>
+</div>
<!-- END SIDEBAR -->
<div class="underline"></div>
Modified: website/trunk/press/presskit/2009-General-Online-Anonymity-with-Tor.odp
===================================================================
(Binary files differ)
Modified: website/trunk/stylesheet-ltr.css
===================================================================
--- website/trunk/stylesheet-ltr.css 2009-12-30 16:19:40 UTC (rev 21363)
+++ website/trunk/stylesheet-ltr.css 2009-12-30 22:42:04 UTC (rev 21364)
@@ -299,6 +299,31 @@
color: green;
}
+.relaythermometer {
+ width: 120px;
+ -moz-border-radius-bottomleft: 20px;
+ -moz-border-radius-bottomright: 20px;
+ margin: 1em auto;
+ height: 100px;
+ position: relative;
+ background-color: orange;
+}
+
+.relaythermofill {
+ width: 120px;
+ -moz-border-radius-bottomleft: 20px;
+ -moz-border-radius-bottomright: 20px;
+ height: 39px;
+ background-color: green;
+ font-size: 30px;
+ position: absolute;
+ bottom: 0;
+ line-height: 50px;
+ text-align: center;
+ color: white;
+ font-weight: bold;
+}
+
/* these styles are for the menu on the gui contest pages */
.guileft {
Modified: website/trunk/stylesheet.css
===================================================================
--- website/trunk/stylesheet.css 2009-12-30 16:19:40 UTC (rev 21363)
+++ website/trunk/stylesheet.css 2009-12-30 22:42:04 UTC (rev 21364)
@@ -256,31 +256,56 @@
}
.donatebutton {
- width: auto;
- text-align: center;
+ width: auto;
+ text-align: center;
}
.donatebutton a {
- margin: 10px 0 0 0;
- font-weight: bold;
- display: block;
- padding: 6px;
- background-color: #00802B;
- /* border-top: 1px solid #00A838;
- border-left: 1px solid #00A838;
- border-bottom: 1px solid #00591E;
- border-right: 1px solid #00591E; */
- color: #FFFFFF;
+ margin: 10px 0 0 0;
+ font-weight: bold;
+ display: block;
+ padding: 6px;
+ background-color: #00802B;
+ /* border-top: 1px solid #00A838;
+ border-left: 1px solid #00A838;
+ border-bottom: 1px solid #00591E;
+ border-right: 1px solid #00591E; */
+ color: #FFFFFF;
}
.donatebutton a:hover {
- color: orange;
+ color: orange;
}
.donatebutton a:active {
- color: orange;
+ color: orange;
}
+.relaythermometer a {
+ width: 50px;
+ -moz-border-radius-bottomleft: 20px;
+ -moz-border-radius-bottomright: 20px;
+ margin: 1em auto;
+ height: 100px;
+ position: relative;
+ background-color: orange;
+}
+
+.relaythermofill a {
+ width: 50px;
+ -moz-border-radius-bottomleft: 20px;
+ -moz-border-radius-bottomright: 20px;
+ height: 39px;
+ background-color: green;
+ font-size: 40px;
+ position: absolute;
+ bottom: 0;
+ line-height: 50px;
+ text-align: center;
+ color: white;
+ font-weight: bold;
+}
+
/* these styles are for the menu on the gui contest pages */
.guileft {