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)
- */
-
- /* Modified for IE Skin by Bamm Gabriana, Jan 2004 */
-
- /* ===== addressbook.css ================================================
- == Styles for the main Address Book window.
- ======================================================================= */
-
- @import url("chrome://messenger/skin/");
- @import url("chrome://communicator/skin/sidebar/sidebar.css");
-
- @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
- /* ::::: primary toolbar ::::: */
-
- .toolbarbutton-1,
- .toolbarbutton-1 > .toolbarbutton-menubutton-button {
- min-width: 6em !important;
- }
-
- .toolbarbutton-1 {
- list-style-image: url("chrome://messenger/skin/icons/btn1.gif");
- }
-
- .toolbarbutton-1 > .toolbarbutton-icon,
- .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
- margin: 0px 1px 0px 0px !important;
- padding: 1px 0px 1px 1px !important;
- }
-
- /* ::::: primary toolbar buttons ::::: */
-
- #button-newcard {
- -moz-image-region: rect(0px 23px 21px 0px);
- }
-
- #button-newcard:hover {
- -moz-image-region: rect(0px 46px 21px 23px);
- }
-
- #button-newcard:hover:active {
- -moz-image-region: rect(0px 69px 21px 46px);
- }
-
- #button-newcard[disabled] {
- -moz-image-region: rect(0px 92px 21px 69px) !important;
- }
-
- #button-newlist {
- -moz-image-region: rect(21px 23px 42px 0px);
- }
-
- #button-newlist:hover {
- -moz-image-region: rect(21px 46px 42px 23px);
- }
-
- #button-newlist:hover:active {
- -moz-image-region: rect(21px 69px 42px 46px);
- }
-
- #button-newlist[disabled] {
- -moz-image-region: rect(21px 92px 42px 69px) !important;
- }
-
- #button-editcard {
- -moz-image-region: rect(42px 23px 63px 0px);
- }
-
- #button-editcard:hover {
- -moz-image-region: rect(42px 46px 63px 23px);
- }
-
- #button-editcard:hover:active {
- -moz-image-region: rect(42px 69px 63px 46px);
- }
-
- #button-editcard[disabled] {
- -moz-image-region: rect(42px 92px 63px 69px) !important;
- }
-
- #button-newmessage {
- -moz-image-region: rect(126px 23px 147px 0px);
- }
-
- #button-newmessage:hover {
- -moz-image-region: rect(126px 46px 147px 23px);
- }
-
- #button-newmessage:hover:active {
- -moz-image-region: rect(126px 69px 147px 46px);
- }
-
- #button-newmessage[disabled] {
- -moz-image-region: rect(126px 92px 147px 69px) !important;
- }
-
- #button-newim {
- -moz-image-region: rect(399px 23px 420px 0);
- }
-
- #button-newim:hover {
- -moz-image-region: rect(399px 46px 420px 23px);
- }
-
- #button-newim:hover:active {
- -moz-image-region: rect(399px 69px 420px 46px);
- }
-
- #button-newim[disabled] {
- -moz-image-region: rect(399px 92px 420px 69px) !important;
- }
-
- #button-delete {
- -moz-image-region: rect(210px 23px 231px 0px);
- }
-
- #button-delete:hover {
- -moz-image-region: rect(210px 46px 231px 23px);
- }
-
- #button-delete:hover:active {
- -moz-image-region: rect(210px 69px 231px 46px);
- }
-
- #button-delete[disabled] {
- -moz-image-region: rect(210px 92px 231px 69px) !important;
- }
-
- /* ::::: splitter adjustments ::::: */
-
- #dirTree-splitter {
- border: none;
- min-width: 3px;
- }
-
- #results-splitter {
- border: none;
- min-height: 4px;
- }
-
- #results-splitter[state="collapsed"] {
- border-bottom: 2px solid transparent;
- }
-
- /* ::::: border adjustments ::::: */
-
- #dirTreeBox,
- #abResultsTree,
- #CardViewOuterBox {
- margin: none;
- border: 2px solid;
- -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
- -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
- -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
- -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
- min-width: 1px;
- }
-
- #dirTreeBox {
- margin-top: 3px;
- }
-
- #searchBox {
- border: none;
- min-width: 1px;
- }
-
- #searchBox textbox {
- min-height: 20px;
- }
-
- /* ::::: Styles for Card View Pane ::::: */
-
- #CardViewBox {
- -moz-user-focus: ignore;
- border: none;
- background: url("chrome://messenger/skin/icons/acct-central.jpg");
- background-repeat: no-repeat;
- background-position: 100% 0%;
- background-color: #ffffff;
- min-width: 150px;
- overflow: auto;
- }
-
- #CardViewInnerBox {
- margin: 2px;
- border: none;
- padding: 6px;
- }
-
- #CardTitle {
- font-family: Verdana, sans-serif;
- 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: #99ccff;
- color: black;
- font-weight: bold;
- min-width: 30px;
- }
-
- .CardViewText,
- .CardViewLink {
- padding-left: 20px;
- padding-right: 2px;
- min-width: 30px;
- margin: 0px;
- }
-
- .CardViewLink {
- text-decoration: underline;
- cursor: pointer;
- color: #0033ff;
- }
-
- .CardViewLink:hover {
- color: #0099ff;
- }
-
- #cvHomeMapIt, #cvWorkMapIt {
- margin-bottom: 0px;
- }
-
- #cvBuddyIcon {
- padding-left: 20px;
- padding-top: 2px;
- }
-
- html|a {
- padding-left: 0px;
- padding-right: 2px;
- border: none !important;
- }
-
- html|p {
- border: none !important;
- }
-