/* - 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/. */ @import url("resource://gre-resources/forms.css"); @import url("resource://gre-resources/html.css"); @import url("chrome://communicator/skin/communicator.css"); @namespace html "http://www.w3.org/1999/xhtml"; @namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"; *|*:root { --in-content-page-color: #000000; --in-content-page-background: #CCD0DD; --in-content-text-color: #000000; --in-content-selected-text: #000000; ---in-content-header-border-color: #c8c8c8; --in-content-box-background: #CCD0DD; ---in-content-box-background-odd: #f3f6fa; ---in-content-box-background-hover: #ebebeb; ---in-content-box-background-active: #dadada; --in-content-box-border-color: #CCD0DD; ---in-content-button-background-hover: -moz-buttonhoverface; ---in-content-button-color-hover: -moz-buttonhovertext; ---in-content-button-background-hover-active: ButtonFace; ---in-content-button-color-hover-active: ButtonText; ---in-content-item-hover: rgba(0,149,221,0.25); ---in-content-item-selected: #0095dd; --in-content-border-highlight: #33FF33; ---in-content-border-focus: #0095dd; --in-content-border-color: #9999CC; --in-content-border-dotted-color: 1px dotted #9999CC; --in-content-category-text: #000000; --in-content-category-border-focus: 1px dotted #FFFFFF; --in-content-category-text-selected: #FFFFFF; --in-content-category-background: #666699; --in-content-category-background-hover: #CCD0DD; --in-content-category-background-active: #336699; ---in-content-tab-color: #424f5a; ---in-content-link-color: #0095dd; ---in-content-link-color-hover: #178ce5; ---in-content-link-color-active: #ff9500; ---in-content-link-color-visited: #551a8b; ---in-content-primary-button-background: #0095dd; ---in-content-primary-button-background-hover: #008acb; ---in-content-primary-button-background-active: #006b9d; --in-content-table-background: #CCD0DD; --in-content-table-border-dark-color: #9999CC; --in-content-table-header-background: #666699; --in-content-disabled-text: #999999; } html|html, xul|page, xul|window { font: message-box; background-color: var(--in-content-page-background); color: var(--in-content-page-color); } html|body { font-size: inherit; } *|button { min-height: 0px; }