home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 October / PCWorld_1999-10_cd1.bin / Software / Vyzkuste / ActionSt / SETUP.EXE / action.chm / ao.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1999-07-27  |  2.3 KB  |  159 lines

  1. body  {
  2.     background-color : #ffffff;
  3.     font-size : 70%;
  4.     font-family : Verdana, Arial, Helvetica, sans-serif;
  5. }
  6.  
  7. a:link  {
  8.     background : transparent;
  9.     color : #000099;
  10. }
  11.  
  12. a:visited    { color: #0000FF }
  13. a:active  {
  14.     color : #999999;
  15. }
  16.  
  17. a:hover  {
  18.     text-decoration : underline;
  19.     color : red;
  20. }
  21.  
  22. p  {
  23.     margin-bottom : -.75em;
  24. }
  25.  
  26. /* ---------------- lists &c. ----------------*/
  27. li p  {
  28.     margin-top : .75em;
  29.     margin-bottom : 1.25em;
  30. }
  31.  
  32. li  {
  33.     margin-left : -.25in;
  34. }
  35.  
  36. ol li  {
  37.     margin-left : -.15in;
  38. }
  39.  
  40. ul  {
  41.     list-style : disc;
  42. }
  43.  
  44. ul.onestep  {
  45.     list-style : disc;
  46. }
  47.  
  48. /* ---------------- code &c. ----------------*/
  49. code  {
  50.     font-family : Courier New, Courier;
  51. }
  52.  
  53. pre  {
  54.     font-family : Courier New, Courier;
  55. }
  56.  
  57. /* -------------- tables 'n' stuff --------------*/
  58. table  {
  59.     font-size : 100%;
  60.     text-align : left;
  61.     margin-top : 0em;
  62.     table-layout:fixed;
  63. }
  64.  
  65. tr  {
  66.     margin : .25em;
  67.     vertical-align : top;
  68. }
  69.  
  70. th  {
  71.     text-align : left;
  72.     margin : .25em;
  73.     vertical-align : top;
  74.     background : #dddddd;
  75. }
  76.  
  77. td  {
  78.     margin : .25em;
  79.     background : #eeeeee;
  80.     vertical-align : top;
  81. }
  82.  
  83. /* -------------- headings 'n' stuff --------------*/
  84. h5  {
  85.     font-size : 100%;
  86. }
  87.  
  88. /* -- subheading --*/
  89. h5.subh  {
  90.     margin-bottom : -1.5em;
  91.     margin-top : 2em;
  92. }
  93.  
  94. /* -- procedure heading --*/
  95. h5.proch  {
  96.     margin-bottom : -1em;
  97. }
  98.  
  99. /* -- topic heading --*/
  100. h5.topich  {
  101.     margin-bottom : -1em;
  102. }
  103.  
  104. /* -- note 'n' tip heading --*/
  105. h5.note  {
  106.     margin-top : 2em;
  107.     margin-bottom : -1em;
  108. }
  109.  
  110. /* -- related topics heading --*/
  111. h5.relh  {
  112.     margin-top : 2.75em;
  113.     margin-bottom : -1em;
  114. }
  115.  
  116. /* intended to applied with <div></div> tags to groups of links*/
  117. .dectree  {
  118.     margin-left : 1.33em;
  119.     margin-top : 1.5em;
  120. }
  121.  
  122. dectree p  {
  123.     margin-top : 1.25em;
  124. }
  125.  
  126. .reltopics  {
  127.     p.reltopics       margin-left : 3em;
  128. }
  129.  
  130. img.logo  {
  131.     position : relative;
  132.     left : -4px;
  133. }
  134.  
  135. /* -------------- part opening table styles -------------*/
  136. .open  {
  137.     background : #ffffff;
  138.     margin : 0em;
  139.     font-size : 2em;
  140. }
  141.  
  142. /* note: font-weight: 400 is normal, 700 is bold. We're trying for something a bit less bold than 700.*/
  143. .openprod  {
  144.     background : #ffffff;
  145.     font-family : Verdana, Arial, Helvetica, MS Sans Serif, sans-serif;
  146.     font-size : 1.25em;
  147.     font-weight : 600;
  148.     margin : 0em;
  149.     padding : 0em;
  150. }
  151.  
  152. .openhelp  {
  153.     font-family : Verdana, Arial, Helvetica, MS Sans Serif, sans-serif;
  154.     font-size : 2em;
  155.     background : #cccccc;
  156.     padding : .5em;
  157. }
  158.  
  159.