[or-cvs] r19688: {website} change links in warning to blue, fix some formatting of the (website/trunk)

phobos at seul.org phobos at seul.org
Wed Jun 10 02:28:59 UTC 2009


Author: phobos
Date: 2009-06-09 22:28:59 -0400 (Tue, 09 Jun 2009)
New Revision: 19688

Modified:
   website/trunk/stylesheet-ltr.css
Log:
change links in warning to blue, fix some formatting of the css file,
add rounded corners to the other sidebars.


Modified: website/trunk/stylesheet-ltr.css
===================================================================
--- website/trunk/stylesheet-ltr.css	2009-06-10 02:16:52 UTC (rev 19687)
+++ website/trunk/stylesheet-ltr.css	2009-06-10 02:28:59 UTC (rev 19688)
@@ -78,10 +78,10 @@
 /* the sidebars */
 
 div.sidebar {
--moz-border-radius-bottomleft:5px;
--moz-border-radius-bottomright:5px;
--moz-border-radius-topleft:5px;
--moz-border-radius-topright:5px;
+	-moz-border-radius-bottomleft:5px;
+	-moz-border-radius-bottomright:5px;
+	-moz-border-radius-topleft:5px;
+	-moz-border-radius-topright:5px;
     background-color: #e5e5e5;
     float: right;
     margin: 0 0 10px 10px;
@@ -92,6 +92,10 @@
 }
 
 div.sidebar-left {
+	-moz-border-radius-bottomleft:5px;
+	-moz-border-radius-bottomright:5px;
+	-moz-border-radius-topleft:5px;
+	-moz-border-radius-topright:5px;
     background-color: #e5e5e5;
     float: right;
     margin: 0 0 5px 5px;
@@ -415,53 +419,49 @@
 }
 
 .nb {
--moz-border-radius-bottomleft:5px;
--moz-border-radius-bottomright:5px;
--moz-border-radius-topleft:5px;
--moz-border-radius-topright: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;
+	-moz-border-radius-bottomleft:5px;
+	-moz-border-radius-bottomright:5px;
+	-moz-border-radius-topleft:5px;
+	-moz-border-radius-topright: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-bottomleft:5px;
--moz-border-radius-bottomright:5px;
--moz-border-radius-topleft:5px;
--moz-border-radius-topright: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;
+	-moz-border-radius-bottomleft:5px;
+	-moz-border-radius-bottomright:5px;
+	-moz-border-radius-topleft:5px;
+	-moz-border-radius-topright: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;
 }
 
-.warning a:link {
-color:#FF6600;
-}
-
 hr {
-background-color:#002200;
-color:#666666;
-font-size:1px;
-height:1px;
-line-height:0;
-margin:15px 0 5px;
+	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;
+	border-bottom:1px solid #000022;
+	margin:10px 0 20px;
+	padding:5px 0;
 }



More information about the tor-commits mailing list