home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / phoenx05.zip / phoenix / chrome / classic.jar / skin / classic / communicator / tasksOverlay.css < prev   
Cascading Style Sheet File  |  2002-04-04  |  3KB  |  101 lines

  1. /*
  2.  * The contents of this file are subject to the Netscape Public
  3.  * License Version 1.1 (the "License"); you may not use this file
  4.  * except in compliance with the License. You may obtain a copy of
  5.  * the License at http://www.mozilla.org/NPL/
  6.  *
  7.  * Software distributed under the License is distributed on an "AS
  8.  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  9.  * implied. See the License for the specific language governing
  10.  * rights and limitations under the License.
  11.  *
  12.  * The Original Code is Mozilla Communicator client code, released
  13.  * March 31, 1998.
  14.  *
  15.  * The Initial Developer of the Original Code is Netscape
  16.  * Communications Corporation. Portions created by Netscape are
  17.  * Copyright (C) 1998-1999 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  *
  20.  * Contributor(s):
  21.  *
  22.  */
  23.  
  24. /* ==== tasksOverlay.css ================================================
  25.    == Styles used by the the overlay which contains tasks related
  26.    == content, such as the taskbar and product launcher icons.
  27.    ====================================================================== */
  28.  
  29. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  30.  
  31. /* ::::: communicator product icons ::::: */
  32.  
  33. .taskbutton {
  34.   padding: 1px;
  35. }
  36.  
  37. .taskbutton:hover:active {
  38.   padding: 2px 0 0 2px;
  39. }
  40.  
  41. #mini-nav {
  42.   list-style-image: url("chrome://communicator/skin/taskbar/navigator.gif");
  43. }
  44.  
  45. #mini-nav:hover {
  46.   list-style-image: url("chrome://communicator/skin/taskbar/navigator-hov.gif");
  47. }
  48.  
  49. .icon-navigator16 {
  50.   list-style-image: url("chrome://communicator/skin/taskbar/navigator-16.gif");
  51. }
  52.  
  53. #mini-mail {
  54.   list-style-image: url("chrome://communicator/skin/taskbar/mail.gif");
  55. }
  56.  
  57. #mini-mail:hover {
  58.   list-style-image: url("chrome://communicator/skin/taskbar/mail-hov.gif");
  59. }
  60.  
  61. #mini-mail[BiffState="NewMail"] {
  62.   list-style-image: url("chrome://communicator/skin/taskbar/mailnew.gif");
  63. }
  64.  
  65. #mini-mail[BiffState="NewMail"]:hover {
  66.   list-style-image: url("chrome://communicator/skin/taskbar/mailnew-hov.gif");
  67. }
  68.  
  69. .icon-mail16 {
  70.   list-style-image: url("chrome://communicator/skin/taskbar/mail-16.gif");
  71. }
  72.  
  73. #mini-addr {
  74.   list-style-image: url("chrome://communicator/skin/taskbar/addressbook.gif");
  75. }
  76.  
  77. #mini-addr:hover {
  78.   list-style-image: url("chrome://communicator/skin/taskbar/addressbook-hov.gif");
  79. }
  80.  
  81. .icon-addressbook16 {
  82.   list-style-image: url("chrome://communicator/skin/taskbar/addressbook-16.gif");
  83. }
  84.  
  85. #mini-comp {
  86.   list-style-image: url("chrome://communicator/skin/taskbar/composer.gif");
  87. }
  88.  
  89. #mini-comp:hover {
  90.   list-style-image: url("chrome://communicator/skin/taskbar/composer-hov.gif");
  91. }
  92. .icon-composer16 {
  93.   list-style-image: url("chrome://communicator/skin/taskbar/composer-16.gif");
  94. }
  95.  
  96. /* ::::: component bar ::::: */
  97.  
  98. #component-bar {
  99.   -moz-box-align: stretch;
  100. }
  101.