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: michael@0: %filter substitution michael@0: %include defines.inc michael@0: michael@0: body { michael@0: background-color: #F4F4F4; michael@0: margin-left: 16%; michael@0: margin-right: 23%; michael@0: margin-top: 115px; michael@0: } michael@0: michael@0: a { michael@0: text-decoration: none; michael@0: } michael@0: michael@0: #detailsLink { michael@0: color: black; michael@0: display: table-row; michael@0: } michael@0: michael@0: #detailsGrid { michael@0: display: table; michael@0: } michael@0: michael@0: #detailsContainer { michael@0: display: table-row; michael@0: } michael@0: michael@0: #detailsLinkLabel { michael@0: display: table-cell; michael@0: } michael@0: michael@0: .detailsSpacer { michael@0: display: table-cell; michael@0: padding-right: 8px; michael@0: } michael@0: michael@0: #crashpromptDetailedMessage { michael@0: font-size: @metro_font_snormal@; michael@0: display: table-cell; michael@0: } michael@0: michael@0: #crashPromptTitle { michael@0: color: #737980; michael@0: font-weight: normal; michael@0: } michael@0: michael@0: .hidden { michael@0: display: none !important; michael@0: } michael@0: michael@0: #crashPromptButtonContainer { michael@0: margin-top: 40px; michael@0: } michael@0: michael@0: #lightboxBackdrop { michael@0: position: fixed; michael@0: top: 0%; michael@0: left: 0%; michael@0: width: 100%; michael@0: height: 100%; michael@0: z-index: 1001; michael@0: background-color: rgba(0,0,0,0.7); michael@0: } michael@0: michael@0: #lightbox { michael@0: position: fixed; michael@0: top: 20%; michael@0: left: 15%; michael@0: width: 70%; michael@0: height: 60%; michael@0: padding-bottom: 1%; michael@0: padding-top: 1%; michael@0: background-color: white; michael@0: z-index: 1002; michael@0: } michael@0: michael@0: #privacyPolicyTitle { michael@0: margin-left: 10%; michael@0: } michael@0: michael@0: #privacyPolicyBody { michael@0: margin-left: 10%; michael@0: margin-right: 10%; michael@0: padding-right: 20px; michael@0: max-height: 75%; michael@0: overflow: auto; michael@0: } michael@0: michael@0: #lightboxCloseButton { michael@0: background-image: -moz-image-rect(url("chrome://browser/skin/images/infobar-close.png"), 0, 40, 40, 0); michael@0: width: 40px; michael@0: height: 40px; michael@0: float: right; michael@0: margin-right: 30px; michael@0: margin-top: 10px; michael@0: } michael@0: michael@0: button { michael@0: color: #FFFFFF; michael@0: } michael@0: michael@0: button:not([disabled]):hover { michael@0: color: #FFFFFF; michael@0: } michael@0: michael@0: #refuseButton { michael@0: background: #847F7C; michael@0: } michael@0: michael@0: #refuseButton:hover { michael@0: background: #B0B0B0; michael@0: } michael@0: michael@0: hr { michael@0: border: 1px solid #C7C7C7; michael@0: } michael@0: michael@0: #privacyPolicyLink { michael@0: color: #649FEF; michael@0: } michael@0: michael@0: .button-default { michael@0: background: #649FEF; michael@0: border-color: #9DCFF2; michael@0: } michael@0: michael@0: .button-default:not([disabled]):hover { michael@0: background: #2990D9; michael@0: border-color: #8DBAD9; michael@0: }