home *** CD-ROM | disk | FTP | other *** search
/ Your Business Pak / BusinessPak2.iso / Netscape / CD / as.z / isheet.jar / isheet.js
Text File  |  1998-10-15  |  3KB  |  96 lines

  1. /*  -*- Mode: HTML; tab-width: 8; indent-tabs-mode: nil -*-
  2.  *
  3.  * The contents of this file are subject to the Netscape Public License
  4.  * Version 1.0 (the "NPL"); you may not use this file except in
  5.  * compliance with the NPL.  You may obtain a copy of the NPL at
  6.  * http://www.mozilla.org/NPL/
  7.  *
  8.  * Software distributed under the NPL is distributed on an "AS IS" basis,
  9.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  10.  * for the specific language governing rights and limitations under the
  11.  * NPL.
  12.  *
  13.  * The Initial Developer of this code under the NPL is Netscape
  14.  * Communications Corporation.  Portions created by Netscape are
  15.  * Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  16.  * Reserved.
  17.  */
  18. //TAGS FOR INTERNET PREVIEW SCREENS
  19.  
  20. document.tags.BODY.fontFamily="PrimaSans BT, Helvetica,Arial";
  21. //tags.BODY.fontSize="12px";
  22. //tags.BODY.textAlign="left";
  23. //tags.BODY.color="black";
  24. //tags.BODY.marginTop="0";
  25. //tags.BODY.marginBottom="0";
  26. //tags.BODY.marginLeft="72";
  27. document.tags.BODY.borderWidths(0, 0, 0, 0);
  28. document.tags.BODY.paddings(0, 0, 0, 0);
  29.  
  30. document.tags.P.fontFamily="PrimaSans BT, Helvetica,Arial";
  31. document.tags.P.fontSize="12px";
  32. document.tags.P.lineHeight="1.1";
  33. document.tags.P.margins(14,40,0,255);
  34.  
  35.  
  36. //Titles of Internet Preview screens
  37.  
  38. document.classes.title.all.fontSize="23px";
  39. document.classes.title.all.fontFamily="PrimaSans BT, Helvetica,Arial";
  40. document.classes.title.all.margins(34,0,0,43);
  41.  
  42.  
  43. //Tables (for forms inputs, etc.)
  44.  
  45. document.tags.TABLE.marginTop="14";
  46.  
  47. document.tags.TD.fontFamily="PrimaSans BT, Helvetica,Arial";
  48. document.tags.TD.fontSize="11px";
  49. document.tags.TD.lineHeight="1.2"
  50.  
  51.  
  52.  
  53. //the entries below are exceptions to the standard definition
  54.  
  55. document.ids.nospace.marginTop="0";
  56. document.ids.minspace.marginTop="6";
  57. document.ids.nomargins.margins(14,8,8,8);
  58. document.ids.buttontext.fontSize="11px";
  59.  
  60. document.ids.smallleftmargin.margins(14,40,0,160);
  61. document.ids.mediumleftmargin.margins(14,40,0,265);
  62. document.ids.bulletssmallleftmargin.marginLeft="160";
  63.  
  64.  
  65. //Lists
  66.  
  67. document.tags.UL.listStyleType="disc";
  68. document.tags.UL.fontFamily="PrimaSans BT, Helvetica,Arial";
  69. document.tags.UL.fontSize="12px";
  70. //tags.UL.lineHeight="1.2";
  71. document.tags.UL.margins(-6,40,0,255);
  72. document.tags.LI.fontSize="10";
  73.  
  74.  
  75. //Account Setup tag
  76.  
  77. document.classes.previewtag.all.fontSize="12px";
  78. document.classes.previewtag.all.paddingLeft="5";
  79. document.classes.previewtag.all.color="white";
  80.  
  81. document.classes.colorbartext.all.fontSize="11px";
  82. document.classes.colorbartext.all.color="white";
  83.  
  84.  
  85. //tags for intro screens callouts (intro3,intro4,intro5,intro6)
  86.  
  87. document.classes.ispcallout.all.fontFamily="PrimaSans BT,Helvetica,Arial";
  88. document.classes.ispcallout.all.fontSize="29px";
  89. document.classes.ispcallout.all.color="FFFFFF";
  90.  
  91. document.classes.accountscallout.all.fontFamily="PrimaSans BT,Helvetica,Arial";
  92. document.classes.accountscallout.all.fontSize="13px";
  93. document.classes.accountscallout.all.color="FFFFFF";
  94.  
  95.  
  96.