tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

412093-1.html (911B)


      1 <html>
      2 <head>
      3  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      4  <title>Bidi text in inline with background image</title>
      5  <style type="text/css">
      6 body {
      7  font-size: 0;
      8 }
      9 span {
     10  padding: 29px 0;
     11  line-height: 58px;
     12 }
     13 .bgleft {
     14  background: url(mozilla-banner.gif) no-repeat;
     15 }
     16 .bgright {
     17  background: url(mozilla-banner.gif) no-repeat right top;
     18 }
     19 i {
     20  padding: 30px;
     21 }
     22  </style>
     23 </head>
     24 <body>
     25  <p dir="rtl"><span class="bgleft"><i>&rlm;</i><br><i>&lrm;</i><i>&rlm;</i><i>&lrm;</i></span><i>&lrm;</i></p>
     26  <p dir="rtl"><span class="bgright"><i>&rlm;</i><br><i>&lrm;</i><i>&rlm;</i><i>&lrm;</i></span><i>&lrm;</i></p>
     27  <p dir="ltr"><span class="bgleft"><i>&lrm;</i><br><i>&lrm;</i><i>&rlm;</i><i dir="ltr">&lrm;</i></span><i>&rlm;</i></p>
     28  <p dir="ltr"><span class="bgright"><i>&lrm;</i><br><i>&lrm;</i><i>&rlm;</i><i dir="ltr">&lrm;</i></span><i>&rlm;</i></p>
     29 </body>
     30 </html>