Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | body { |
michael@0 | 2 | margin: 0; |
michael@0 | 3 | padding: 0; |
michael@0 | 4 | font-family: Verdana, Helvetica, Arial, sans-serif; |
michael@0 | 5 | font-size: 11px; |
michael@0 | 6 | background-color: #fff; |
michael@0 | 7 | } |
michael@0 | 8 | |
michael@0 | 9 | #xulharness { |
michael@0 | 10 | position: fixed; |
michael@0 | 11 | top: 30px; |
michael@0 | 12 | bottom: 0; |
michael@0 | 13 | right: 0px; |
michael@0 | 14 | left: 0px; |
michael@0 | 15 | overflow:auto; |
michael@0 | 16 | } |
michael@0 | 17 | |
michael@0 | 18 | th, td { |
michael@0 | 19 | font-family: Verdana, Helvetica, Arial, sans-serif; |
michael@0 | 20 | font-size: 11px; |
michael@0 | 21 | padding-left: .2em; |
michael@0 | 22 | padding-right: .2em; |
michael@0 | 23 | text-align: left; |
michael@0 | 24 | height: 15px; |
michael@0 | 25 | margin: 0; |
michael@0 | 26 | } |
michael@0 | 27 | |
michael@0 | 28 | li, li.test, li.dir { |
michael@0 | 29 | padding: 0; |
michael@0 | 30 | line-height: 15px; |
michael@0 | 31 | } |
michael@0 | 32 | |
michael@0 | 33 | ul { |
michael@0 | 34 | list-style: none; |
michael@0 | 35 | margin: 0; |
michael@0 | 36 | margin-left: 1em; |
michael@0 | 37 | padding: 0; |
michael@0 | 38 | border: none; |
michael@0 | 39 | } |
michael@0 | 40 | |
michael@0 | 41 | ul.top { |
michael@0 | 42 | padding: 0; |
michael@0 | 43 | padding-left: 1em; |
michael@0 | 44 | } |
michael@0 | 45 | |
michael@0 | 46 | table#test-table { |
michael@0 | 47 | background: #f6f6f6; |
michael@0 | 48 | margin-left: 1em; |
michael@0 | 49 | padding: 0; |
michael@0 | 50 | } |
michael@0 | 51 | |
michael@0 | 52 | div.container { |
michael@0 | 53 | margin: 1em; |
michael@0 | 54 | } |
michael@0 | 55 | |
michael@0 | 56 | a#runtests, a { |
michael@0 | 57 | color: #3333cc; |
michael@0 | 58 | } |
michael@0 | 59 | |
michael@0 | 60 | li.non-test a { |
michael@0 | 61 | color: #999999; |
michael@0 | 62 | } |
michael@0 | 63 | |
michael@0 | 64 | small a { |
michael@0 | 65 | color: #000; |
michael@0 | 66 | } |
michael@0 | 67 | |
michael@0 | 68 | .clear { clear: both;} |
michael@0 | 69 | .invisible { display: none;} |
michael@0 | 70 | |
michael@0 | 71 | div.status { |
michael@0 | 72 | min-height: 170px; |
michael@0 | 73 | width: 100%; |
michael@0 | 74 | border: 1px solid #666; |
michael@0 | 75 | } |
michael@0 | 76 | div.frameholder { |
michael@0 | 77 | min-height: 170px; |
michael@0 | 78 | min-width: 500px; |
michael@0 | 79 | background-color: #ffffff; |
michael@0 | 80 | } |
michael@0 | 81 | |
michael@0 | 82 | div#current-test { |
michael@0 | 83 | margin-top: 1em; |
michael@0 | 84 | margin-bottom: 1em; |
michael@0 | 85 | } |
michael@0 | 86 | |
michael@0 | 87 | #indicator { |
michael@0 | 88 | color: white; |
michael@0 | 89 | background-color: green; |
michael@0 | 90 | padding: .5em; |
michael@0 | 91 | margin: 0; |
michael@0 | 92 | } |
michael@0 | 93 | |
michael@0 | 94 | #pass, #fail { |
michael@0 | 95 | margin: 0; |
michael@0 | 96 | padding: .5em; |
michael@0 | 97 | } |