home *** CD-ROM | disk | FTP | other *** search
- /*
- * The contents of this file are subject to the Netscape Public
- * License Version 1.1 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.mozilla.org/NPL/
- *
- * Software distributed under the License is distributed on an "AS
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
- * implied. See the License for the specific language governing
- * rights and limitations under the License.
- *
- * The Original Code is Mozilla Communicator client code, released
- * March 31, 1998.
- *
- * The Initial Developer of the Original Code is Netscape
- * Communications Corporation. Portions created by Netscape are
- * Copyright (C) 1998-2001 Netscape Communications Corporation. All
- * Rights Reserved.
- *
- * Contributor(s):
- * Joe Hewitt (hewitt@netscape.com)
- */
-
- /* ===== addressbook.css ================================================
- == Styles for the main Address Book window.
- ======================================================================= */
-
- @import url("chrome://messenger/skin/");
-
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- /* ::::: primary toolbar buttons ::::: */
-
- .toolbarbutton-1 {
- list-style-image: url("chrome://messenger/skin/icons/btn1.png");
- }
-
- #button-newcard {
- -moz-image-region: rect(360px 24px 384px 0px);
- }
-
- #button-newcard:hover {
- -moz-image-region: rect(360px 48px 384px 24px);
- }
-
- #button-newcard:hover:active {
- -moz-image-region: rect(360px 72px 384px 48px);
- }
-
- #button-newcard[disabled] {
- -moz-image-region: rect(360px 96px 384px 72px) !important;
- }
-
- #button-newlist {
- -moz-image-region: rect(384px 24px 408px 0px);
- }
-
- #button-newlist:hover {
- -moz-image-region: rect(384px 48px 408px 24px);
- }
-
- #button-newlist:hover:active {
- -moz-image-region: rect(384px 72px 408px 48px);
- }
-
- #button-newlist[disabled] {
- -moz-image-region: rect(384px 96px 408px 72px) !important;
- }
-
- #button-editcard {
- -moz-image-region: rect(408px 24px 432px 0px);
- }
-
- #button-editcard:hover {
- -moz-image-region: rect(408px 48px 432px 24px);
- }
-
- #button-editcard:hover:active {
- -moz-image-region: rect(408px 72px 432px 48px);
- }
-
- #button-editcard[disabled] {
- -moz-image-region: rect(408px 96px 432px 72px) !important;
- }
-
- #button-newmessage {
- -moz-image-region: rect(24px 24px 48px 0px);
- }
-
- #button-newmessage:hover {
- -moz-image-region: rect(24px 48px 48px 24px);
- }
-
- #button-newmessage:hover:active {
- -moz-image-region: rect(24px 72px 48px 48px);
- }
-
- #button-newmessage[disabled] {
- -moz-image-region: rect(24px 96px 48px 72px) !important;
- }
-
- #button-newim {
- list-style-image: url("chrome://messenger/skin/addressbook/icons/im.png");
- }
-
- #button-newim:hover {
- list-style-image: url("chrome://messenger/skin/addressbook/icons/im-hov.png");
- }
-
- button-newim:hover:active {
- list-style-image: url("chrome://messenger/skin/addressbook/icons/im-act.png");
- }
-
- #button-newim[disabled] {
- list-style-image: url("chrome://messenger/skin/addressbook/icons/im-dis.png");
- }
-
- #button-delete {
- -moz-image-region: rect(216px 24px 240px 0px);
- }
-
- #button-delete:hover {
- -moz-image-region: rect(216px 48px 240px 24px);
- }
-
- #button-delete:hover:active {
- -moz-image-region: rect(216px 72px 240px 48px);
- }
-
- #button-delete[disabled] {
- -moz-image-region: rect(216px 96px 240px 72px) !important;
- }
-
- /* CardView styles - used in the Card View Pane */
-
- #CardViewOuterBox {
- border-left: 1px solid ThreeDShadow;
- border-top: 1px solid ThreeDShadow;
- border-right: 1px solid ThreeDHighlight;
- }
-
- #CardViewBox {
- -moz-user-focus: ignore;
- overflow: auto;
- min-width: 150px;
- border-left: 1px solid ThreeDDarkShadow;
- border-top: 1px solid ThreeDDarkShadow;
- border-bottom: 1px solid ThreeDLightShadow;
- border-right: 1px solid ThreeDLightShadow;
- background-color: #FFFFFF;
- }
-
- #CardViewInnerBox {
- margin-top: 2px;
- margin-bottom: 2px;
- padding-left: 8px;
- padding-right: 8px;
- }
-
- #CardTitle {
- font-size: 150%;
- font-weight: bold;
- border-bottom: 2px solid black;
- min-width: 120px;
- margin: 0px;
- }
-
- .cardViewGroup {
- margin-top: 8px;
- padding-bottom: 5px;
- min-width: 50px;
- }
-
- .CardViewHeading {
- padding: 1px;
- padding-left: 5px;
- margin: 0px 0px 1px 0px;
- background-color: #CCCCFF;
- color: black;
- font-weight: bold;
- min-width: 30px;
- }
-
- #cvBuddyIcon {
- padding-left: 20px;
- padding-top: 2px;
- }
-
- .CardViewText,
- .CardViewLink {
- padding-left: 20px;
- padding-right: 2px;
- min-width: 30px;
- margin: 0px;
- }
-
- .CardViewLink {
- color: blue;
- text-decoration: underline;
- cursor: pointer;
- }
-
-
- #cvHomeMapIt, #cvWorkMapIt {
- margin-bottom: 0px;
- }
-
- html|a {
- padding-left: 0px;
- padding-right: 2px;
- border: none !important;
- }
-
- html|p {
- border: none !important;
- }
-
- /* ::::: border adjustments ::::: */
-
- #dirTree,
- #resultsTree {
- border: none;
- margin: 0px 0px 0px 0px !important;
- }
-
- #resultsTree {
- border-left: 1px solid ThreeDShadow;
- }
-
- /* ::::: Search Bar ::::: */
-
- #searchBox {
- border-top: 1px solid ThreeDHighlight;
- border-bottom: 1px solid ThreeDShadow;
- }
-