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 | :root { |
michael@0 | 2 | font: caption; |
michael@0 | 3 | } |
michael@0 | 4 | |
michael@0 | 5 | html { |
michael@0 | 6 | background-color: #111; |
michael@0 | 7 | background-image: url("chrome://browser/skin/devtools/noise.png"); |
michael@0 | 8 | } |
michael@0 | 9 | |
michael@0 | 10 | body { |
michael@0 | 11 | font-family: Arial, sans-serif; |
michael@0 | 12 | color: white; |
michael@0 | 13 | max-width: 600px; |
michael@0 | 14 | margin: 30px auto 0; |
michael@0 | 15 | box-shadow: 0 2px 3px black; |
michael@0 | 16 | background-color: #3C3E40; |
michael@0 | 17 | } |
michael@0 | 18 | |
michael@0 | 19 | h1 { |
michael@0 | 20 | margin: 0; |
michael@0 | 21 | padding: 20px; |
michael@0 | 22 | background-color: rgba(0,0,0,0.12); |
michael@0 | 23 | background-image: radial-gradient(ellipse farthest-corner at center top , rgb(159, 223, 255), rgba(101, 203, 255, 0.3)), radial-gradient(ellipse farthest-side at center top , rgba(101, 203, 255, 0.4), rgba(101, 203, 255, 0)); |
michael@0 | 24 | background-size: 100% 2px, 100% 5px; |
michael@0 | 25 | background-repeat: no-repeat; |
michael@0 | 26 | border-bottom: 1px solid rgba(0,0,0,0.1); |
michael@0 | 27 | } |
michael@0 | 28 | |
michael@0 | 29 | form { |
michael@0 | 30 | display: inline-block; |
michael@0 | 31 | } |
michael@0 | 32 | |
michael@0 | 33 | label { |
michael@0 | 34 | display: block; |
michael@0 | 35 | margin: 10px; |
michael@0 | 36 | } |
michael@0 | 37 | |
michael@0 | 38 | label > span { |
michael@0 | 39 | display: inline-block; |
michael@0 | 40 | min-width: 150px; |
michael@0 | 41 | text-align: right; |
michael@0 | 42 | margin-right: 10px; |
michael@0 | 43 | } |
michael@0 | 44 | |
michael@0 | 45 | #submit { |
michael@0 | 46 | float: right; |
michael@0 | 47 | } |
michael@0 | 48 | |
michael@0 | 49 | input:invalid { |
michael@0 | 50 | box-shadow: 0 0 2px 2px #F06; |
michael@0 | 51 | } |
michael@0 | 52 | |
michael@0 | 53 | section { |
michael@0 | 54 | min-height: 160px; |
michael@0 | 55 | margin: 60px 20px; |
michael@0 | 56 | display: none; /* By default, hidden */ |
michael@0 | 57 | } |
michael@0 | 58 | |
michael@0 | 59 | .error-message { |
michael@0 | 60 | color: red; |
michael@0 | 61 | } |
michael@0 | 62 | |
michael@0 | 63 | .error-message:not(.active) { |
michael@0 | 64 | display: none; |
michael@0 | 65 | } |
michael@0 | 66 | |
michael@0 | 67 | body:not(.actors-mode):not(.connecting) > #connection-form { |
michael@0 | 68 | display: block; |
michael@0 | 69 | } |
michael@0 | 70 | |
michael@0 | 71 | body.actors-mode > #actors-list { |
michael@0 | 72 | display: block; |
michael@0 | 73 | } |
michael@0 | 74 | |
michael@0 | 75 | body.connecting > #connecting { |
michael@0 | 76 | display: block; |
michael@0 | 77 | } |
michael@0 | 78 | |
michael@0 | 79 | #connecting { |
michael@0 | 80 | text-align: center; |
michael@0 | 81 | } |
michael@0 | 82 | |
michael@0 | 83 | #connecting > p > img { |
michael@0 | 84 | vertical-align: top; |
michael@0 | 85 | } |
michael@0 | 86 | |
michael@0 | 87 | .actors { |
michael@0 | 88 | padding-left: 0; |
michael@0 | 89 | } |
michael@0 | 90 | |
michael@0 | 91 | .actors > a { |
michael@0 | 92 | display: block; |
michael@0 | 93 | margin: 5px; |
michael@0 | 94 | padding: 5px; |
michael@0 | 95 | color: white; |
michael@0 | 96 | } |
michael@0 | 97 | |
michael@0 | 98 | .remote-process { |
michael@0 | 99 | font-style: italic; |
michael@0 | 100 | opacity: 0.8; |
michael@0 | 101 | } |
michael@0 | 102 | |
michael@0 | 103 | footer { |
michael@0 | 104 | padding: 10px; |
michael@0 | 105 | background-color: rgba(0,0,0,0.12); |
michael@0 | 106 | border-top: 1px solid rgba(0,0,0,0.1); |
michael@0 | 107 | font-size: small; |
michael@0 | 108 | } |
michael@0 | 109 | |
michael@0 | 110 | footer > a, |
michael@0 | 111 | footer > a:visited { |
michael@0 | 112 | color: white; |
michael@0 | 113 | } |