www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www gnu-new_rtl.css


From: Abbas Esmaeeli Some eh
Subject: www gnu-new_rtl.css
Date: Mon, 12 Feb 2007 11:37:54 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Abbas Esmaeeli Some  eh <esmaeeli>      07/02/12 11:37:54

Removed files:
        .              : gnu-new_rtl.css 

Log message:
        No need to this anymore

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/gnu-new_rtl.css?cvsroot=www&r1=1.5&r2=0

Patches:
Index: gnu-new_rtl.css
===================================================================
RCS file: gnu-new_rtl.css
diff -N gnu-new_rtl.css
--- gnu-new_rtl.css     19 Oct 2006 20:58:27 -0000      1.5
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,240 +0,0 @@
-  body{
-  padding: 0;
-  margin: 0;
-  font-family: "Bitstream Vera Sans", sans-serif; 
-  font-size: 90%;
-  background-color: #c3daef;
-  min-width: 50em;
-  }
-  
-  p{
-  line-height: 1.5em;
-  }
-  
-  #wrapper{
-  min-width: 63em;
-  margin: 1em auto 1em auto;
-  background-color: #fff;
-  -moz-border-radius: 0.8em;
-  padding: 1em;
-  position: relative;
-  max-width: 75em;
-  }
-  
-  #top2{
-  margin-top: -0.6em;
-  padding: 0;
-  clear: both;
-  }
-  
-  #searcher{
-  line-height: 2.1em;
-  text-align: left;
-  padding-left: 0.6em;
-  background-color: transparent;
-  margin-bottom: 0.4em;
-  margin-top: 0em;
-  position: absolute;
-  top: 0.5em;
-  left: 0.5em;
-  }
-
-#fsflinks{
-position: absolute;
-top: 0.5em;
-right: 0.5em;
-}
-
-#fsflinks ul{
-list-style: none;
-}
-
-#fsflinks li{
-display: inline;
-padding-left: 0.5em;
-border-left: 1px solid #333;
-}
-
-#fsflinks li a{
-padding-right: 0.5em;
-}
-
-  
-  #searcher label{
-  text-transform: uppercase;
-  color: #666;
-  font-weight: bold;
-  font-size: 0.7em;
-  }
-  
-  #banner{
-  background-color: #fff;
-  text-align: center;
-  border-top: 1px solid #ddd;
-  margin-bottom: 0;
-  margin-top: 2.4em;
-  }
-  
-  #banner h1{
-  padding-top: 0.1em;
-  font-size: 130%;
-  }
-  
-  #links{
-  margin: 0;
-  padding: 0;
-  margin-left: 100px;
-  margin-right: 100px;
-  background-color: #eee;
-  list-style: none;
-  
-  }
-  
-  #links li{
-  display: inline;
-  margin-left: 0.5em;
-  border-left: 1px solid #333;
-  padding-left: 0.5em;
-  }
-
-  #gnulogo{
-  float: right;
-  }
-  
-  #dbdlogo{
-  float: left;
-  }
-  
-  #header {
-  float:right;
-  width:100%;
-  background:#fff url("/graphics/bg.png") repeat-x bottom;
-  font-size:93%;
-  line-height:normal;
-  }
-  #header ul {
-  margin:0;
-  padding:10px 10px 0;
-  list-style:none;
-  }
-  #header li {
-  float:right;
-  background:url("/graphics/left.png") no-repeat right top;
-  margin:0;
-  padding:0 0 0 9px;
-  }
-  #header a {
-  float:right;
-  display:block;
-  background:url("/graphics/right.png") no-repeat left top;
-  padding:5px 15px 4px 6px;
-  text-decoration:none;
-  font-weight:bold;
-  color:#765;
-  }
-
-  #header a:hover {
-  color:#333;
-  }
-  #header #current {
-  background-image:url("/graphics/left_on.png");
-  background-repeat: no-repeat;
-  }
-  #header #current a {
-  background-image:url("/graphics/right_on.png");
-  background-repeat: no-repeat;
-  color:#333;
-  padding-bottom:5px;
-  }
-  
-  #columns, #footer{
-  clear: both;
-  }
-  
-  #columns{
-  padding: 1em;
-  background-color: white;
-  }
-
-  #content{
-margin-left: 16em;
-}
-  
-  #footer{
-  padding: 0.9em;
-  font-size: 0.9em;
-  background-color: #afcde8;
-  -moz-border-radius-bottomleft: 0.5em;
-  -moz-border-radius-bottomright: 0.5em;
-  
-  }
-  
-  .netscape4{
-  display: none !important;
-  height: 0;
-  }
-
-
-
-#sidebar {
-position: absolute;
-top: 16em;
-width: 16em;
-background-color: transparent;
-left: 1em;
-}
-
-/* CSS classes for doing things like two columns */
-
-.rowOfBoxes {
-  clear: both;
-}
-
-.quarter, .oneThird, .half, .twoThirds, .fullWidth {
-  margin: 1em 0;
-  float: right;
-  border-right: 1px solid rgb(204,204,204);
-}
-
-.quarter {
-  width: 21%;
-  padding: 0 1.9%;
-}
-
-.oneThird {
-  width: 28%;
-  padding: 0 1.9%;
-}
-
-.half {
-  text-align: right;
-  width: 46%;
-  padding: 0 1.9%;
-}
-
-.twoThirds {
-  text-align: right;
-  width: 63%;
-  padding: 0 1.9%;
-}
-
-.fullWidth {
-  text-align: right;
-  width: 96%;
-  padding: 0 1.2em;
-  border-right: none;
-}
-
-.filler {  /* use with an empty <p> element to add padding to the end of a 
text box */
-  border: 1px solid white;
-}
- 
-.noBorderOnLeft {
-  border-right: none;
-}
-
-.dividingBorderAbove {
-  border-top: 1px solid rgb(204,204,204);
-}
-
-#validator{ position: absolute; bottom: 2em; right: 1em; }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]