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.
1 body {
2 background-image: url("chrome://global/skin/media/imagedoc-darknoise.png");
3 margin: 0;
4 }
6 body > :first-child {
7 display: block;
8 position: absolute;
9 margin: auto;
10 top: 0;
11 right: 0;
12 bottom: 0;
13 left: 0;
14 background: hsl(0,0%,90%) url("chrome://global/skin/media/imagedoc-lightnoise.png");
15 color: #222;
16 }