2 * This defines the look-and-feel styling of the error pages.
3 * (see: netError.xhtml)
5 * Original styling by William Price <bugzilla@mob.rice.edu>
6 * Updated by: Steven Garrity <steven@silverorange.com>
7 * Henrik Skupin <mozilla@hskupin.info>
11 background: -moz-Dialog
;
17 color: -moz-FieldText
;
23 border-bottom: 1px solid ThreeDLightShadow
;
29 -moz-margin-start: 1.5em;
46 border: 1px solid ThreeDShadow
;
47 -moz-border-radius: 10px;
49 -moz-padding-start: 30px;
50 background: url
("chrome://global/skin/icons/warning-large.png") left
0 no-repeat
-moz-Field
;
51 -moz-background-origin: content
;
54 #errorPageContainer.certerror
{
55 background-image: url
("chrome://global/skin/icons/sslWarning.png");
58 body
[dir
="rtl"] #errorPageContainer
{
59 background-position: right
0;
63 -moz-margin-start: 80px;
67 -moz-margin-start: 80px;
72 border-bottom: 1px solid ThreeDLightShadow
;
75 white-space: pre-wrap
;
79 -moz-padding-end: 3em;
88 -moz-margin-start: 80px;
95 -moz-margin-end: 10px;
99 body
[dir
="rtl"] #brand
{
112 #securityOverrideDiv {
116 #securityOverrideContent {
117 background-color: InfoBackground
;
120 -moz-border-radius: 10px;
123 /* Custom styling for 'blacklist' error class */
124 :root
.blacklist #errorTitle
, :root
.blacklist #errorLongContent
,
125 :root
.blacklist #errorShortDesc
, :root
.blacklist #errorLongDesc
,
127 background-color: #722; /* Dark red */
131 :root
.blacklist #errorPageContainer
{
132 background-image: url
("chrome://global/skin/icons/blacklist_large.png");
133 background-color: #722;
140 :root
.blacklist #errorTryAgain
{