tor-browser

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

canvas-spec.css (682B)


      1 .testrefs {
      2    font-size: small;
      3    margin-left: 0.2em;
      4    margin-right: 0.2em;
      5    border-bottom: none !important;
      6 
      7    font-weight: normal;
      8    font-style: normal;
      9    white-space: normal;
     10    font-family: sans-serif;
     11 }
     12 
     13 .kw-must, .kw-required {
     14    background: #fda;
     15 }
     16 
     17 .kw-should {
     18    background: #ffa;
     19 }
     20 
     21 .kw-none {
     22    background: #dfa;
     23 }
     24 
     25 
     26 pre.idl .testrefs :link {
     27    color: #00c;
     28 }
     29 
     30 pre.idl .testrefs :visited {
     31    color: #609;
     32 }
     33 
     34 .testrefs a:hover {
     35    background: transparent;
     36    text-decoration: none;
     37 }
     38 
     39 .testrefs:before {
     40    content: '[';
     41 }
     42 
     43 .testrefs:after {
     44    content: ']';
     45 }
     46 
     47 .testrefs a:first-child {
     48    font-weight: bold;
     49    text-decoration: none;
     50 }