Thu, 15 Jan 2015 15:59:08 +0100
Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
michael@0 | 1 | body { |
michael@0 | 2 | background-image: url("chrome://global/skin/media/imagedoc-darknoise.png"); |
michael@0 | 3 | margin: 0; |
michael@0 | 4 | } |
michael@0 | 5 | |
michael@0 | 6 | body > :first-child { |
michael@0 | 7 | display: block; |
michael@0 | 8 | position: absolute; |
michael@0 | 9 | margin: auto; |
michael@0 | 10 | top: 0; |
michael@0 | 11 | right: 0; |
michael@0 | 12 | bottom: 0; |
michael@0 | 13 | left: 0; |
michael@0 | 14 | background: hsl(0,0%,90%) url("chrome://global/skin/media/imagedoc-lightnoise.png"); |
michael@0 | 15 | color: #222; |
michael@0 | 16 | } |