home *** CD-ROM | disk | FTP | other *** search
/ ftp.swcp.com / ftp.swcp.com.zip / ftp.swcp.com / mac / mozilla-macos9-1.3.1.sea.bin / Mozilla1.3.1 / Chrome / comm.jar / content / editor / EditorExtra.css < prev    next >
Cascading Style Sheet File  |  2003-06-08  |  2KB  |  77 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. /* This contains CSS just for smiley menu */
  24.  
  25. #smileButton {
  26.   list-style-image:url("chrome://editor/content/images/smile.gif"); 
  27. }
  28.  
  29. menu:hover > #smileButton, 
  30. menu:hover:active > #smileButton[toggled="true"] {
  31.     list-style-image:url("chrome://editor/content/images/smile_hover.gif");
  32. }
  33.  
  34. menu:hover:active > #smileButton,
  35. menu:hover > #smileButton[toggled="true"] {
  36.     list-style-image:url("chrome://editor/content/images/smile_active.gif");
  37. }
  38.  
  39. #smileButton[disabled="true"], 
  40. menu:hover > #smileButton[disabled="true"], 
  41. menu:hover:active > #smileButton[disabled="true"] {
  42.     list-style-image:url("chrome://editor/content/images/smile_disabled.gif");
  43. }
  44.  
  45.  
  46. #insert-smile {
  47.  
  48.    list-style-image:url(chrome://editor/content/images/smile.gif);
  49. }
  50.  
  51. #insert-frown {
  52.    list-style-image:url(chrome://editor/content/images/frown.gif);
  53. }
  54.  
  55. #insert-wink {
  56.    list-style-image:url(chrome://editor/content/images/wink.gif);
  57. }
  58.  
  59. #insert-sick {
  60.    list-style-image:url(chrome://editor/content/images/sick.gif);
  61. }
  62.  
  63. #insert-smile5 {
  64.    list-style-image:url(chrome://editor/content/images/smile.gif);
  65. }
  66.  
  67. #insert-smile6 {
  68.    list-style-image:url(chrome://editor/content/images/frown.gif);
  69. }
  70.  
  71. #insert-smile7 {
  72.    list-style-image:url(chrome://editor/content/images/wink.gif);
  73. }
  74.  
  75.  
  76.  
  77.