home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / zkuste / freesoft / bin / Multivalent.jar / multivalent / std / adaptor / ManualPage.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-08-23  |  873 b   |  42 lines

  1. manualpage {
  2.     color: black; background-color: white;
  3.     padding: 5px;
  4. }
  5.  
  6. secthead {
  7.     font-weight: bold; font-size: 14pts;
  8.     /*margin-top: 15px;*/
  9.     margin-bottom: 0px; /*nothing in addition to PARA*/
  10.     elide: false; /* maybe have separate behavior loaded with set of structural tag names tweak bit in style sheet's generic structures */
  11. }
  12.  
  13. para { /* change to TP/LP/PP, with different indentations? */
  14.     margin: 5px 15px 5px 25px;    /* top right bottom left */
  15. }
  16.  
  17. line {
  18.     font-family: monospace; font-size: 10pt;
  19.     margin-left: 40px;
  20. }
  21.  
  22. tp {
  23.     margin: 0px 15px -15px 15px;
  24. }
  25.  
  26. /* no subsecthead */
  27.  
  28. indent {
  29.     margin-left: 50px;
  30. }
  31.  
  32. concat {
  33.     font-size: 10pt; font-style: plain; font-weight: normal;
  34. }
  35.  
  36. /* taken out of stylesheet when Exec Sum not active */
  37. excerpt {
  38.     font-size: 9pt;
  39.     color: #505050/*gray*/;
  40.     elide: false;    /* whole point */
  41. }
  42.