1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
14 font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
19 border-bottom: 1px solid #008484;
26 background-color: #9C9CFF;
29 -moz-padding-start: 10px;
37 border: 2px solid #FFCF00;
40 -moz-padding-start: 30px;
41 background: url("chrome://global/skin/icons/sslWarning.png") left 0 no-repeat #000000;
42 background-origin: content-box;
45 body[dir="rtl"] #errorPageContainer {
46 background-position: right 0;
50 -moz-margin-start: 80px;
54 -moz-margin-start: 80px;
57 #technicalContent > h2, #expertContent > h2 {
58 -moz-padding-start: 20px;
60 background-image: url("chrome://global/skin/tree/twisty-open-selected.gif");
61 background-position: 5px center;
62 background-repeat: no-repeat;
65 #technicalContent > h2:hover,
66 #technicalContent > h2:hover:active,
67 #expertContent > h2:hover,
68 #expertContent > h2:hover:active {
69 background-color: #FFCF00;
72 #technicalContent[collapsed] > h2,
73 #expertContent[collapsed] > h2 {
74 background-image: url("chrome://global/skin/tree/twisty-closed-selected.gif");
77 #technicalContent[collapsed] > p,
78 #expertContent[collapsed] > div {
82 #technicalContentText {
84 white-space: pre-wrap;