[or-cvs] r19723: {website} update rtl with the ltr css changes. (website/trunk)

phobos at seul.org phobos at seul.org
Mon Jun 15 19:51:45 UTC 2009


Author: phobos
Date: 2009-06-15 15:51:45 -0400 (Mon, 15 Jun 2009)
New Revision: 19723

Modified:
   website/trunk/stylesheet-rtl.css
Log:
update rtl with the ltr css changes.


Modified: website/trunk/stylesheet-rtl.css
===================================================================
--- website/trunk/stylesheet-rtl.css	2009-06-15 19:51:27 UTC (rev 19722)
+++ website/trunk/stylesheet-rtl.css	2009-06-15 19:51:45 UTC (rev 19723)
@@ -1,5 +1,5 @@
 body {
-    background-color: #FFFFFF;
+    background-color: white;
     margin-top: 0px;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1em;
@@ -69,7 +69,7 @@
 
 div.bottom {
     font-size: 0.8em;
-    margin-top: 2cm;
+    margin-top: 0.5cm;
     margin-left: 1em;
     margin-right: 1em;
     text-align: right;
@@ -78,15 +78,28 @@
 /* the sidebar */
 
 div.sidebar {
-    float: right;
-    padding-top: 10px;
-    padding-right: 10px;
-    padding-bottom: 15px;
-    padding-left: 10px;
-    width: 260px;
-    text-align: center;
+	-moz-border-radius: 5px;
+	-webkit-border-radius: 5px;
+	background-color: #e5e5e5;
+  float: right;
+  margin: 0 0 10px 10px;
+  /* border: 2px solid #666; */
+  padding: 10px;
+  width: 275px;
+  text-align: center;
 }
 
+div.sidebar-left {
+	-moz-border-radius: 5px;
+	-webkit-border-radius: 5px;
+  background-color: #e5e5e5;
+  float: right;
+  margin: 0 0 5px 5px;
+  /* border: 2px solid #666; */
+  padding: 5px;
+  width: 275px;
+  text-align: right;
+}
 
 /* The main column (left text) */
 
@@ -240,6 +253,8 @@
 }
 
 .donatebutton a {
+	-moz-border-radius: 5px;
+	-webkit-border-radius: 5px;
         margin: 10px 0 0 0;
         font-weight: bold;
         display: block;
@@ -260,6 +275,30 @@
         color: orange;
 }
 
+.downloadbutton {
+        width: auto;
+        text-align: center;
+}
+
+.downloadbutton a {
+	-moz-border-radius: 5px;
+	-webkit-border-radius: 5px;
+	margin: 10px 0 0 0;
+	font-weight: bold;
+	display: block;
+	padding: 6px;
+	background-color: orange;
+	color: #FFFFFF;
+}
+
+.downloadbutton a:hover {
+        color: green;
+}
+
+.donatebutton a:active {
+        color: green;
+}
+
 /* these styles are for the menu on the gui contest pages */
 
 .guileft {
@@ -343,7 +382,6 @@
 		  background-position: bottom right;
 }
 
-
 table.mirrors {
 	margin: 0 auto;
 	border-width: 3px;
@@ -369,3 +407,46 @@
   font-style: italic;
 }
 
+.nb {
+	-moz-border-radius: 5px;
+	-webkit-border-radius: 5px;
+	background-color:#EEEEFF;
+	border:1px solid #000000;
+	color:black;
+	font-size:8pt;
+	font-weight:bold;
+	margin:10px 0;
+	padding:15px 20px;
+	text-align:justify;
+}
+
+.warning {
+	-moz-border-radius: 5px;
+	-webkit-border-radius: 5px;
+	background-color:#FFFFFF;
+	background-image:url(/images/distros/warning.png);
+	background-position:15px center;
+	background-repeat:no-repeat;
+	border:2px solid #FF0000;
+	color:#1A1A1A;
+	font-size:10pt;
+	font-weight:bold;
+	margin:10px 0;
+	padding:15px 20px 15px 67px;
+	text-align:justify;
+}
+
+hr {
+	background-color:#002200;
+	color:#666666;
+	font-size:1px;
+	height:1px;
+	line-height:0;
+	margin:15px 0 5px;
+}
+
+.underline {
+	border-bottom:1px solid #000022;
+	margin:10px 0 20px;
+	padding:5px 0;
+}



More information about the tor-commits mailing list