home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DTEXT.Z / tables.tv < prev    next >
Text File  |  1997-09-03  |  2KB  |  71 lines

  1. <!-- Stylesheet for the table of contents window, IMI documents.
  2.  
  3.   Copyright 1992-1994 Electronic Book Technologies.  All rights reserved.
  4. -->
  5.  
  6. <!ENTITY    art.color    CDATA    "dark green"    >
  7. <!ENTITY    hottext.fontfam    CDATA    "MS Sans Serif"    >
  8. <!ENTITY    hottext.foreground    CDATA    "red"    >
  9. <!ENTITY    hottext.slant    CDATA    "Roman"    >
  10. <!ENTITY    hottext.weight    CDATA    "medium"    >
  11. <!ENTITY    std.font    CDATA    "MS Sans Serif"    >
  12. <!ENTITY    std.font-size    CDATA    "14"    >
  13. <!ENTITY    std.leftindent    CDATA    "10"    >
  14. <!ENTITY    std.line-spacing    CDATA    "16"    >
  15. <!ENTITY    std.rightindent    CDATA    "12"    >
  16. <!ENTITY    subscript    CDATA    "-3"    >
  17. <!ENTITY    title.color    CDATA    "blue"    >
  18. <!ENTITY    title.font    CDATA    "Times New Roman"    >
  19. <!ENTITY    verbatim.font    CDATA    "courier new"    >
  20. <!ENTITY    verbatim.font-size    CDATA    "10"    >
  21. <!ENTITY    verbatim.line-spacing    CDATA    "12"    >
  22.  
  23. <sheet >
  24.  
  25.  
  26.  
  27. <?INSTED COMMENT: UNGROUPED STYLES FOLLOW>
  28.  
  29. <style name="#TAGS">
  30.     <font-weight>    Bold    </>
  31. </style>
  32.  
  33. <!-- Style"#toc-annot" is reserved, and defines the appearance of the
  34.      bookmarks, word frequencies, location markers, etc. in left margin.
  35. -->
  36. <style name="#TOC-ANNOT">
  37.     <font-family>    annotation    </>
  38.     <foreground>    red    </>
  39.     <line-spacing>    12    </>
  40. </style>
  41.  
  42. <style name="BLOCK,TBLOCK">
  43.     <font-family>    &std.font    </>
  44.     <font-size>    14    </>
  45.     <left-indent>    50    </>
  46.     <first-indent>    -20    </>
  47.     <line-spacing>    16    </>
  48.     <space-before>    4    </>
  49.     <break-before>    True    </>
  50.     <title-tag>    #TEXT-BEFORE    </>
  51.     <text-before>  content(nchild(1,parent(BLOCK,me())))  </>
  52. </style>
  53.  
  54. <!-- Title of Book, inside front matter -->
  55. <style name="TITLEPG,TITLE">
  56.     <font-family>    &title.font    </>
  57.     <font-size>    18    </>
  58.     <foreground>    &title.color    </>
  59.     <left-indent>    10    </>
  60.     <line-spacing>    20    </>
  61.     <space-before>    4    </>
  62.     <space-after>    4    </>
  63.     <break-before>    True    </>
  64.     <title-tag>    #TEXT-BEFORE    </>
  65.     <text-before>  List of Tables  </>
  66. </style>
  67.  
  68.  
  69.  
  70. </sheet>
  71.