tor-browser

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

594624-1-ref.html (582B)


      1 <html>
      2 <head>
      3    <style>
      4        #TB_window
      5        {
      6            border: 1px solid red;
      7            position: fixed;
      8            top: 0;
      9            left: 0;
     10        }
     11        
     12        #TB_overlay {
     13            height: 200px;
     14            left: 10px;
     15            position: fixed;
     16            top: 80px;
     17            width: 200px;
     18            
     19            opacity: 0.1;
     20 
     21            background-color: green;
     22        }
     23    </style>
     24 </head>
     25 <body>
     26    SOME CONTENT
     27    <div id="TB_overlay">
     28    </div>
     29    <div id="TB_window"></div>
     30 
     31 </body>
     32 </html>