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

  1. //TAGS FOR INTERNET PREVIEW SCREENS
  2.  
  3. //tags.BODY.fontFamily="PrimaSans BT, Helvetica,Arial";
  4. //tags.BODY.fontSize="12px";
  5. //tags.BODY.textAlign="left";
  6. //tags.BODY.color="black";
  7. //tags.BODY.marginTop="0";
  8. //tags.BODY.marginBottom="0";
  9. //tags.BODY.marginLeft="72";
  10. //tags.BODY.borderWidths(0, 0, 0, 0);
  11. //tags.BODY.paddings(0, 0, 0, 0);
  12.  
  13. document.tags.P.fontFamily="PrimaSans BT, Helvetica,Arial";
  14. document.tags.P.fontSize="12px";
  15. document.tags.P.lineHeight="1.2";
  16. document.tags.P.margins(14,40,0,255);
  17.  
  18.  
  19. //Titles of Internet Preview screens
  20.  
  21. document.classes.title.all.fontSize="23px";
  22. document.classes.title.all.fontFamily="PrimaSans BT, Helvetica,Arial";
  23. document.classes.title.all.margins(34,0,0,43);
  24.  
  25.  
  26. //Tables (for forms inputs, etc.)
  27.  
  28. document.tags.TABLE.marginTop="14";
  29.  
  30. document.tags.TD.fontFamily="PrimaSans BT, Helvetica,Arial";
  31. document.tags.TD.fontSize="11px";
  32. document.tags.TD.lineHeight="1.2"
  33.  
  34.  
  35.  
  36. //the entries below are exceptions to the standard definition
  37.  
  38. document.ids.nospace.marginTop="0";
  39. document.ids.nospace1.marginTop="-9";
  40. document.ids.minspace.marginTop="6";
  41. document.ids.nomargins.margins(14,8,8,8);
  42. document.ids.buttontext.fontSize="11px";
  43.  
  44. document.ids.mediumleftmargin.margins(14,40,0,300);
  45. document.ids.largeleftmargin.margins(14,40,0,312);
  46. document.ids.bulletslargeleftmargin.marginLeft="312"
  47.  
  48.  
  49. //Lists
  50.  
  51. document.tags.UL.listStyleType="disc";
  52. document.tags.UL.fontFamily="PrimaSans BT, Helvetica,Arial";
  53. document.tags.UL.fontSize="12px";
  54. //tags.UL.lineHeight="1.2";
  55. document.tags.UL.margins(-6,40,0,255)
  56. document.tags.LI.fontSize="10";
  57.  
  58.  
  59.  
  60. //Internet Preview tag
  61.  
  62. document.classes.previewtag.all.fontSize="12px";
  63. document.classes.previewtag.all.paddingLeft="5";
  64. document.classes.previewtag.all.color="white";
  65.