/* 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/. */ html { background: #000000; } body { margin: 0; padding: 0 1em; color: #FF9F00; font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; } h1 { margin: 0 0 .6em; border-bottom: 1px solid #008484; font-size: 160%; color: #FF0000; } h2 { font-size: 130%; background-color: #9C9CFF; color: #000000; border-radius: 10px; -moz-padding-start: 10px; } #errorPageContainer { position: relative; min-width: 13em; max-width: 52em; margin: 4em auto; border: 2px solid #FFCF00; border-radius: 10px; padding: 3em; -moz-padding-start: 30px; background: url("chrome://global/skin/icons/sslWarning.png") left 0 no-repeat #000000; background-origin: content-box; } #errorPageContainer:-moz-dir(rtl) { background-position: right 0; } #errorTitle { -moz-margin-start: 80px; } #errorLongContent { -moz-margin-start: 80px; } #getMeOutOfHereButton, #exceptionDialogButton { border-radius: 10px; background: #C09070; color: #000000; border: none; padding: 0 .5em; } .expander > button { -moz-padding-start: 22px; -moz-margin-start: -22px; border-radius: 10px; background: url("chrome://global/skin/tree/twisty-open-selected.gif") 3px center no-repeat; border: none; font: inherit; color: inherit; cursor: pointer; } #getMeOutOfHereButton:hover, #exceptionDialogButton:hover, .expander:hover, .expander:hover > button, .expander > button:hover, .expander > button:hover:active { background-color: #FFCF00; color: #000000; } .expander > button:-moz-dir(rtl) { background-position: right center; } .expander[collapsed] > button { background-image: url("chrome://global/skin/tree/twisty-closed-selected.gif"); } .expander[collapsed] > button:-moz-dir(rtl) { background-image: url("chrome://global/skin/tree/twisty-closed-rtl-selected.gif"); }