home *** CD-ROM | disk | FTP | other *** search
/ Online Praxis 1998 March / Image.iso / CD-ROM / NETSCAPE / CCK / INSTBLDR.Z / asw.jar / sheet.js < prev    next >
Encoding:
Text File  |  1998-02-27  |  4.7 KB  |  156 lines

  1.  //TAGS FOR ACCOUNT SETUP SCREENS
  2.  
  3.  
  4.  
  5. //tags.BODY.fontFamily="PrimaSans BT,Helvetica,Arial";
  6. //tags.BODY.fontSize="12px";
  7. //tags.BODY.textAlign="left";
  8. //tags.BODY.color="black";
  9. document.tags.BODY.marginTop="0";
  10. //tags.BODY.lineHeight="1.1";
  11. document.tags.BODY.marginBottom="0";
  12. //tags.BODY.marginLeft="72";
  13. //tags.BODY.borderWidths(0, 0, 0, 0);
  14. //tags.BODY.paddings(0, 0, 0, 0);
  15.  
  16. document.tags.P.fontFamily="PrimaSans BT,Helvetica,Arial";
  17. document.tags.P.fontSize="12px";
  18. document.tags.P.lineHeight="1";
  19. document.tags.P.marginTop="14";
  20. document.tags.P.marginRight="72";
  21. document.tags.P.marginBottom="-6";
  22. document.tags.P.marginLeft="72";
  23.  
  24.  
  25.  
  26. //Titles of Account Setup screens
  27.  
  28. document.classes.title.all.fontFamily="PrimaSans BT,Helvetica,Arial";
  29. document.classes.title.all.fontSize="23px";
  30. //classes.title.all.fontWeight="normal";
  31. document.classes.title.all.lineHeight="1";
  32. //classes.title.all.textAlign="left";
  33. document.classes.title.all.marginTop="29";
  34. document.classes.title.all.marginRight="40";
  35. //classes.title.all.marginBottom="16";
  36. document.classes.title.all.marginLeft="40";
  37.  
  38.  
  39.  
  40. //Tables (for forms inputs, etc.)
  41.  
  42. document.tags.TABLE.marginTop="14";
  43.  
  44. document.tags.TD.fontFamily="PrimaSans BT,Helvetica,Arial";
  45. document.tags.TD.fontSize="11px";
  46. document.tags.TD.lineHeight="1.0"
  47.  
  48.  
  49.  
  50. //the entries below are exceptions to the standard definition
  51.  
  52. //classes.modem1.P.width="260";
  53. document.classes.accounts.TD.fontSize="12px";
  54. document.ids.nospace.marginTop="0";
  55. document.ids.minspace.marginTop="6";
  56. document.ids.nomargins.margins(14,8,8,8);
  57. document.classes.buttontext.all.fontSize="11px";
  58. document.classes.buttontext.all.marginLeft="0";
  59. document.classes.tty.all.marginLeft="20";
  60. document.classes.tty.all.width="230";
  61. document.classes.tty.all.fontSize="11px";
  62. document.classes.tty.all.marginTop="-12";
  63. document.classes.clayer.all.fontFamily="PrimaSans BT,Helvetica,Arial";
  64. document.classes.clayer.all.fontSize="10";
  65. document.classes.clayer.all.color="#FFFFFF";
  66.  
  67.  
  68. //Lists
  69.  
  70. document.tags.UL.listStyleType="disc";
  71. document.tags.UL.fontFamily="PrimaSans BT,Helvetica,Arial";
  72. document.tags.UL.fontSize="12px";
  73. document.tags.UL.marginTop="0";
  74. document.tags.UL.marginBottom="-6";
  75. document.tags.UL.marginLeft="72";
  76. document.tags.UL.marginRight="72";
  77.  
  78. //document.tags.LI.fontSize="11px";
  79. //document.tags.LI.marginTop="0";
  80. //document.tags.LI.marginBottom="-14";
  81.  
  82. //Communicator tag in the main.htm (startup screen of Account Setup)
  83.  
  84. document.classes.tag.all.fontSize="12px";
  85. document.classes.tag.all.paddingLeft="2";
  86. document.classes.tag.all.color="white";
  87.  
  88.  
  89. //Account Setup tag
  90.  
  91. document.classes.previewtag.all.fontSize="12px";
  92. document.classes.previewtag.all.paddingLeft="5";
  93. document.classes.previewtag.all.color="white";
  94.  
  95. //TAGS FOR MAIN.HTM
  96.  
  97. //Previews buttons
  98.  
  99. document.classes.previewhead.all.fontSize="11px";
  100. document.classes.previewhead.all.fontFamily="PrimaSans BT, Helvetica,Arial";
  101. document.classes.previewhead.all.color="white";
  102.  
  103. document.classes.blurb.all.fontSize="11px";
  104. document.classes.blurb.all.fontFamily="PrimaSans BT, Helvetica,Arial";
  105. document.classes.blurb.all.color="black";
  106. document.classes.blurb.all.lineHeight="1.1";
  107.  
  108.  
  109. //This tag overrides the standard table marginTop to make bring previews table 
  110. //closer to Start Account Setup button
  111.  
  112. document.classes.previews.all.marginTop="-2";
  113.  
  114.  
  115.  
  116.  
  117. //Dial-Up Edition header
  118.  
  119. document.classes.due.all.fontSize="34px";
  120. document.classes.due.all.fontFamily="PrimaSans BT,Helvetica,Arial";
  121. document.classes.due.all.fontWeight="300";
  122. document.classes.due.all.marginRight="0";
  123. document.classes.due.all.marginLeft="80";
  124. document.classes.due.all.marginTop="12";
  125.  
  126.  
  127. //Start Account Setup button text
  128.  
  129. document.classes.sas.B.fontSize="23px";
  130. document.classes.sas.B.fontFamily="PrimaSans BT,Helvetica,Arial";
  131.  
  132. document.classes.sas1.B.fontSize="17px";
  133. document.classes.sas1.B.fontFamily="PrimaSans BT,Helvetica,Arial";
  134. document.classes.sas1.B.marginTop="12";
  135. document.classes.sas1.B.marginBottom="12";
  136.  
  137.  
  138. //Text for the body of main.htm--the dynamic layers
  139.  
  140.  
  141. //classes.body.all.width="560";
  142. document.classes.body.all.margins(54,25,0,38);
  143. document.classes.body.all.fontSize="12px";
  144.  
  145. //Text for all second paragraphs in the body section
  146.  
  147. document.classes.bodysecondparagraph.all.fontFamily="PrimaSans BT,Helvetica,Arial";
  148. document.classes.bodysecondparagraph.all.marginLeft="210";
  149. document.classes.bodysecondparagraph.all.marginRight="2";
  150. document.classes.bodysecondparagraph.all.marginTop="4";
  151. document.classes.bodysecondparagraph.all.fontSize="12px";
  152.  
  153. //Generic classes for tables
  154.  
  155. document.classes.tabletext.fontsize="11px";
  156. document.classes.tabletext.fontWeight="900";