tor-browser

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

bordercol.css (804B)


      1 table {
      2  margin-bottom: 0.5in;
      3 }
      4 caption {
      5  font-weight: bold;
      6  font-style: italic;
      7 }
      8 td {background-color:LightCyan}
      9 table.topLight {border-top: 1px solid #b2b2b2}
     10 table.bottom {border-bottom: 1px solid black}
     11 table.bottomDark {border-bottom: 1px solid #4c4c4c}
     12 table.leftLight {border-left: 1px solid #b2b2b2}
     13 table.right {border-right: 1px solid  black}
     14 table.rightDark {border-right: 1px solid #4c4c4c}
     15 table.top {border-top: 1px solid  black}
     16 table.left {border-left: 1px solid  black}
     17 table.bc {border-collapse:collapse}
     18 tbody.border{border-top: 1px solid  black; border-bottom: 1px solid black; }
     19 tr.border{border-top: 1px solid black; border-bottom: 1px solid  black; }
     20 td.border{border-left:1px solid black;}
     21 div.maskPixel{position:absolute; background-color:Black; width:1px; height:1px; }