home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / mozilla / skin / ieskin-0.0.3-IE5.5-skinVersion1.5.xpi / ieskin.jar / communicator / tasksOverlay.css < prev   
Encoding:
Cascading Style Sheet File  |  2004-01-05  |  2.8 KB  |  103 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. /* ::::: component icons ::::: */
  32.  
  33. .taskbutton {
  34.   margin: 0;
  35.   border-top: 0;
  36.   border-bottom: 0;
  37.   padding: 0px 3px 1px 2px;
  38. }
  39.  
  40. .taskbutton:active {
  41.   padding: 1px 2px 0px 3px;
  42. }
  43.  
  44. #mini-nav {
  45.   list-style-image: url("chrome://communicator/skin/taskbar/navigator.gif");
  46. }
  47.  
  48. .icon-navigator16 {
  49.   list-style-image: url("chrome://communicator/skin/taskbar/navigator.gif");
  50. }
  51.  
  52. #mini-mail {
  53.   list-style-image: url("chrome://communicator/skin/taskbar/mail.gif");
  54. }
  55.  
  56. .icon-mail16 {
  57.   list-style-image: url("chrome://communicator/skin/taskbar/mail.gif");
  58. }
  59.  
  60. #mini-mail[BiffState="NewMail"] {
  61.   list-style-image: url("chrome://communicator/skin/taskbar/mailnew.gif");
  62. }
  63.  
  64. #mini-addr {
  65.   list-style-image: url("chrome://communicator/skin/taskbar/addressbook.gif");
  66. }
  67.  
  68. .icon-addressbook16 {
  69.   list-style-image: url("chrome://communicator/skin/taskbar/addressbook.gif");
  70. }
  71.  
  72. #mini-comp {
  73.   list-style-image: url("chrome://communicator/skin/taskbar/composer.gif");
  74. }
  75.  
  76. .icon-composer16 {
  77.   list-style-image: url("chrome://communicator/skin/taskbar/composer.gif");
  78. }
  79.  
  80. #mini-irc {
  81.   list-style-image: url("chrome://communicator/skin/taskbar/ircchat.gif") !important;
  82.   -moz-image-region: rect(0px 16px 16px 0px);
  83. }
  84.  
  85. #tasksMenuIRC {
  86.   list-style-image: url("chrome://communicator/skin/taskbar/ircchat.gif") !important;
  87. }
  88.  
  89. #mini-cal, #mini-calendar {
  90.   list-style-image: url("chrome://communicator/skin/taskbar/calendar.gif");
  91. }
  92.  
  93. .icon-calendar16 {
  94.   list-style-image: url("chrome://communicator/skin/taskbar/calendar.gif");
  95. }
  96.  
  97. /* ::::: component bar ::::: */
  98.  
  99. #component-bar {
  100.   -moz-box-align: stretch;
  101.   padding-left: 4px;
  102. }
  103.