X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fcommon.css;fp=EarlyBlue%2Fcommunicator%2Fcommon.css;h=1760db3a39059470f3f75a34950b51334497fa05;hp=0000000000000000000000000000000000000000;hb=cf0d81c6b23a3e984b21f111b3cd04e0c2bac5bd;hpb=689d55520a6b693a10bd5ecb82afa7ee0deb8cac diff --git a/EarlyBlue/communicator/common.css b/EarlyBlue/communicator/common.css new file mode 100644 index 00000000..1760db3a --- /dev/null +++ b/EarlyBlue/communicator/common.css @@ -0,0 +1,67 @@ +/* - 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; +}