CVSROOT: /web/www Module name: www Changes by: Pavel Kharitonov <ineiev> 11/04/01 14:29:00
Modified files: . : layout.css Log message: initially fix RTL layouts RT #687840 CVSWeb URLs: http://web.cvs.savannah.gnu.org/viewcvs/www/layout.css?cvsroot=www&r1=1.126&r2=1.127 Patches: Index: layout.css =================================================================== RCS file: /web/www/www/layout.css,v retrieving revision 1.126 retrieving revision 1.127 diff -u -b -r1.126 -r1.127 --- layout.css 22 Jan 2011 18:19:20 -0000 1.126 +++ layout.css 1 Apr 2011 14:28:47 -0000 1.127 @@ -77,6 +77,7 @@ .inner { margin: auto; width: 99%; max-width:74.92em; } #logo{background:url(/graphics/topbanner.png) no-repeat;border:0;float: left;margin:0em;padding:0;} +#logo:lang(ar) {background:url(/graphics/topbanner.ar.png) no-repeat; float: right;} #logo a { display:block;text-decoration:none;overflow:hidden;border:0;margin:0;padding:0;padding-top:101px;height:0px !important;width:550px;cursor:pointer;} @@ -93,6 +94,8 @@ #content { background-color: #fff; padding-bottom: 1.8em; margin-top: 0.5em; text-align: left; } +#content:lang(ar), #content:lang(fa), #searcher:lang(he) {text-align: right;} + #navigation{ background-color: #bd0000; border-bottom: 5px solid #333; clear: both; } #navigation:after{ clear: both; content: ""; display: block; height: 0px; visibility: hidden; width: 0px; } @@ -239,6 +242,8 @@ #searcher{ float: right; margin-right: 1em; line-height: 3em; color: white; text-transform: uppercase; font-weight: bold; background-color: maroon; padding-left: 1em; padding-right: 1em;} +#searcher:lang(ar), #searcher:lang(fa), #searcher:lang(he) {float: left;} + #searcher, #searcher input{ font-size: 0.8em; } .highlight, .highlight-para{background-color: #ff6;} @@ -259,6 +264,7 @@ #takeactionhomepage li{line-height: 1.3em; list-style: none !important;} #fssbox {text-align: center; float: right; font-size: 80%;} +#fssbox:lang(ar) {float: left;} #fssbox p{ margin-bottom: 0px;}