/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla 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/MPL/ * * 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.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either of the GNU General Public License Version 2 or later (the "GPL"), * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ /* ===== 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"); @namespace html url("http://www.w3.org/1999/xhtml"); /* ::::: primary toolbar masthead ::::: */ #abToolbar > .toolbar-holder > .toolbar-primary-icon { background-image: url("chrome://messenger/skin/addressbook/icons/mast-ab.gif"); } /* ::::: primary toolbar buttons ::::: */ .toolbarbutton-1 { list-style-image: url("chrome://messenger/skin/icons/btn1.gif"); } #button-newcard { -moz-image-region: rect(476px 49px 509px 0); } #button-newcard:hover { -moz-image-region: rect(476px 99px 509px 50px); } #button-newcard:hover:active { -moz-image-region: rect(476px 149px 509px 100px); } #button-newcard[disabled] { -moz-image-region: rect(476px 199px 509px 150px) !important; } #button-newlist { -moz-image-region: rect(510px 49px 543px 0); } #button-newlist:hover { -moz-image-region: rect(510px 99px 543px 50px); } #button-newlist:hover:active { -moz-image-region: rect(510px 149px 543px 100px); } #button-newlist[disabled] { -moz-image-region: rect(510px 199px 543px 150px) !important; } #button-editcard { -moz-image-region: rect(442px 49px 475px 0); } #button-editcard:hover { -moz-image-region: rect(442px 99px 475px 50px); } #button-editcard:hover:active { -moz-image-region: rect(442px 149px 475px 100px); } #button-editcard[disabled] { -moz-image-region: rect(442px 199px 475px 150px) !important; } #button-newmessage { -moz-image-region: rect(170px 49px 203px 0); } #button-newmessage:hover { -moz-image-region: rect(170px 99px 203px 50px); } #button-newmessage:hover:active { -moz-image-region: rect(170px 149px 203px 100px); } #button-newmessage[disabled] { -moz-image-region: rect(170px 199px 203px 150px) !important; } #button-newim { list-style-image: url("chrome://messenger/skin/addressbook/icons/im.gif"); } #button-newim:hover { list-style-image: url("chrome://messenger/skin/addressbook/icons/im-hov.gif"); } #button-newim:hover:active { list-style-image: url("chrome://messenger/skin/addressbook/icons/im-act.gif"); } #button-newim[disabled] { list-style-image: url("chrome://messenger/skin/addressbook/icons/im-dis.gif"); } #button-delete { -moz-image-region: rect(408px 49px 441px 0); } #button-delete:hover { -moz-image-region: rect(408px 99px 441px 50px); } #button-delete:hover:active { -moz-image-region: rect(408px 149px 441px 100px); } #button-delete[disabled] { -moz-image-region: rect(408px 199px 441px 150px) !important; } /* ::::: Card View pane ::::: */ #CardViewBox { -moz-user-focus: ignore; min-width: 150px; background-color: #EFEFEF; overflow: auto; } #CardViewInnerBox { margin-top: 2px; margin-bottom: 2px; padding-right: 8px; padding-left: 8px; } #CardTitle { margin: 0px; border-bottom: 2px solid black; min-width: 120px; font-size: 150%; font-weight: bold; color: #000000; } .cardViewGroup { margin-top: 8px; padding-bottom: 5px; min-width: 50px; } .CardViewHeading { margin: 0px 0px 1px 0px; padding: 1px 1px 1px 5px; min-width: 30px; background-color: #8E9EAA; color: #ffffff; font-weight: bold; } #cvBuddyIcon { padding-left: 20px; padding-top: 2px; } .CardViewText, .CardViewLink { margin: 0px; padding-right: 2px; padding-left: 20px; min-width: 30px; color: #000000; } .CardViewLink { color: blue; text-decoration: underline; cursor: pointer; } #cvHomeMapIt, #cvWorkMapIt { margin-left: 3px; margin-bottom: -1px; } html|a { border: none !important; padding-right: 2px; padding-left: 0px; } html|p { border: none !important; } /* ::::: Search Bar ::::: */ #searchBox { border-top: 1px solid #EEF0F3; border-right: 1px solid #A5ABB0; border-bottom: 2px solid; -moz-border-bottom-colors: #5D616E #BEC3D3; }