tor-browser

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

common.css (602B)


      1 SearchResult {
      2  display: block;
      3  margin-top: 8px;
      4  margin-left: 8px;
      5 }
      6 
      7 Header {
      8  width: 612px;
      9  display: block;
     10 }
     11 
     12 SearchTitle {
     13  display: block;
     14  width: 280px;
     15  border-bottom: thin solid black;
     16  padding-bottom: 6px;
     17  margin-bottom: 12px;
     18 }
     19 
     20 SearchTitle:first-line {
     21  font-family: Verdana, Sans-Serif;
     22  color: #cc6600;
     23  font-size: 14pt;
     24 }
     25 
     26 Toolbar {
     27  font-family: Verdana, Sans-Serif;
     28  float: right;
     29  font-size: 7pt;
     30  display: block;
     31  border: ridge #ddddff 4px;
     32  width: 220px;
     33  margin-right: 0;
     34  text-align: center;
     35 }
     36 
     37 Label {
     38  font-weight: bold;
     39 }
     40 
     41 input {
     42  margin-top: 2px;
     43 }