michael@0: %if 0 michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: %endif michael@0: michael@0: html { michael@0: height: 100%; michael@0: } michael@0: michael@0: body { michael@0: height: 100%; michael@0: text-align: center; michael@0: } michael@0: michael@0: #errorPageContainer { michael@0: background-image: url("moz-icon://stock/gtk-dialog-warning?size=dialog"); michael@0: display: -moz-box; michael@0: width: -moz-available; michael@0: height: 70%; michael@0: -moz-box-orient: vertical; michael@0: text-align: start; michael@0: } michael@0: michael@0: #errorShortDesc > p { michael@0: margin-top: 0.4em; michael@0: margin-bottom: 0; michael@0: } michael@0: michael@0: #errorLongContent, #errorTrailerDesc { michael@0: display: -moz-box; michael@0: -moz-box-flex: 1; michael@0: -moz-box-orient: vertical; michael@0: } michael@0: michael@0: #tabList { michael@0: margin-top: 2.5em; michael@0: width: 100%; michael@0: min-height: 12em; michael@0: } michael@0: michael@0: treechildren::-moz-tree-image(icon), michael@0: treechildren::-moz-tree-image(noicon) { michael@0: padding-right: 2px; michael@0: margin: 0px 2px; michael@0: width: 16px; michael@0: height: 16px; michael@0: } michael@0: michael@0: treechildren::-moz-tree-image(noicon) { michael@0: list-style-image: url("chrome://mozapps/skin/places/defaultFavicon.png"); michael@0: } michael@0: treechildren::-moz-tree-image(container, noicon) { michael@0: list-style-image: url("chrome://browser/skin/aboutSessionRestore-window-icon.png"); michael@0: } michael@0: treechildren::-moz-tree-image(checked) { michael@0: list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif"); michael@0: } michael@0: treechildren::-moz-tree-image(partial) { michael@0: list-style-image: url("chrome://global/skin/checkbox/cbox-check-dis.gif"); michael@0: } michael@0: michael@0: /* undo odd row highlighting from tree.css */ michael@0: treechildren::-moz-tree-row(odd) { michael@0: background-color: transparent; michael@0: } michael@0: treechildren::-moz-tree-row(odd, selected, focus) { michael@0: background-color: Highlight; michael@0: } michael@0: michael@0: /* highlight "windows" instead */ michael@0: treechildren::-moz-tree-row(alternate) { michael@0: background-color: -moz-oddtreerow; michael@0: } michael@0: treechildren::-moz-tree-row(alternate, selected) { michael@0: background-color: Highlight; michael@0: } michael@0: michael@0: #buttons { michael@0: -moz-margin-start: 80px; /* same as #errorLongContent in netError.css */ michael@0: } michael@0: #buttons > button { michael@0: margin-top: 2em; michael@0: -moz-margin-start: 5px; michael@0: }