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