summaryrefslogtreecommitdiffstats
path: root/comm/suite/themes/classic/communicator/aboutPrivateBrowsing.css
blob: 4d34fcd5e9e4f5b916096cfca24b2c03d7a04295 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

#warningScreen {
  background-color: -moz-Dialog;
}

#warningBox {
  background-color: -moz-Field;
  color: -moz-FieldText;
  border: 1px solid ThreeDShadow;
  border-radius: 10px;
  padding: 3em;
  padding-inline-start: 30px;
  margin-left: 1em;
  margin-right: 1em;
}

#warningInnerBox {
 max-width: 50em;
}

#warningTitle {
  margin: 0 0 .6em 0;
  font-size: 160%;
  border-bottom: 1px solid ThreeDLightShadow
}

#warningText {
  font-size: 110%;
  margin-left: 0;
}

/* Pick the desired icons depending on the window's context */

#warningBox.private > #warningBoxIcon {
  list-style-image: url("chrome://communicator/skin/icons/information-48.png");

  width: 48px;
  height: 48px;
  margin-inline-end: 3em;
}

#warningBox.normal > #warningBoxIcon {
  list-style-image: url("chrome://communicator/skin/icons/question-48.png");
  width: 48px;
  height: 48px;
  margin-inline-end: 3em;
}

#trackWarnBox {
  margin-top: 0.6em;
  margin-inline-end: 7em;
  -moz-box-align: center;
}

#trackWarnIcon {
  list-style-image: url("chrome://communicator/skin/icons/warning-24.png");
  width: 24px;
  height: 24px;
}

/* Define additional styles to look similar to the netError/certError pages */

#warningTitle {
  font-weight: bold;
}

#warningStatus {
  margin: 0.4em 0 1.2em 0;
  padding-bottom: 1.2em;
  border-bottom: 1px solid ThreeDLightShadow;
  font-size: 135%;
}

#warningInnerBox > button {
  margin: 0.8em 0 1em 0;
}

#warningOuterBox > vbox > label,
#warningInnerBox > description {
  margin-inline-start: 0;
}