home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mozil06.zip / bin / chrome / modern.jar / skin / modern / messenger / msgHdrViewOverlay.css < prev    next >
Cascading Style Sheet File  |  2001-02-14  |  3KB  |  99 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.  
  21.  
  22. /* These are the style attributes we are applying to the message header
  23.  * view overlay which shows the message headers for a selected message.
  24.  * some of this stuff originated from mailheaders.css
  25.  */
  26.  
  27. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
  28. @namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
  29.  
  30. mail-emailaddress {
  31.   -moz-binding: url(chrome://messenger/content/mailWidgets.xml#mail-emailaddress);
  32.   display: inline;
  33. }
  34.  
  35.  
  36. [hide] {
  37.   visibility: collapse;
  38. }
  39.  
  40. .buttonTopSpacer     { height: .3em; }
  41. .buttonSpacer        { width: .5em; }
  42. .headerBox              { overflow: hidden; min-width:50px;}
  43. .header-part1           { background-color: #EEEEEE; border: none; }
  44. .header-part2           { background-color: #CCCCCC; border: none; }
  45. .header-part3           { background-color: #CCCCCC; border: none; }
  46.  
  47. #msgHeaderView > toolbar > .toolbar-holder {
  48.   border: none;
  49. }
  50.  
  51. .headerValueBox { width: 7.7em; text-align: right;}
  52.  
  53. #addToAddressBookButton {
  54.     list-style-image:url("chrome://messenger/skin/addtoab.gif");
  55.   min-height: 20px;
  56.   margin: 0px;
  57. }
  58.  
  59. #attachmentButton {
  60.   list-style-image:url("chrome://messenger/skin/attach.gif");
  61.   min-height: 20px;
  62.   margin: 0px;
  63. }
  64.  
  65. .emailDisplayImage
  66. {
  67.   align: right;
  68.   display: inline;
  69. }
  70.  
  71. .emailSeparator {
  72.   display: inline;
  73. }
  74.  
  75. .emailDisplayButton {
  76.   color: blue;
  77.   text-decoration: underline;
  78.   cursor: pointer;
  79.   max-height: 15px;
  80.   display: inline;
  81.   orient: horizontal;
  82. }
  83.  
  84. .showMoreAddressesButton {
  85.   list-style-image:url("chrome://messenger/skin/more.gif");
  86.   display: inline;
  87. }
  88.  
  89. .showFewerAddressesButton {
  90.   list-style-image:url("chrome://messenger/skin/less.gif");
  91.   display: inline;
  92. }
  93.  
  94. html.headerValue   { white-space: normal; min-width: 50px; margin: 0px;}
  95. html.subjectvalue      {font-weight: bold;}
  96.  
  97. text.headerdisplayname { font-weight: bold; margin-right: .5em; margin-left: .5em; min-height: 18px }
  98. text.headerValue { white-space: normal; min-width: 50px; }
  99.