home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 October / Chip Ekim 2003.iso / prog / code / contr / setup.exe / Disk1 / data1.cab / Help_En / contrib.chm / help.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-07-18  |  2.1 KB  |  158 lines

  1. body {
  2.     font-family: Verdana, Arial, Helvetica, sans-serif; 
  3.     font-size: .7em;
  4.     margin: 5px 5px 5px 5px;
  5.     bgcolor: #FFFFFF;
  6. }
  7.  
  8. a:link {
  9.     color: #333399
  10. }
  11.  
  12. a:active {
  13.     color: #000000
  14. }
  15.  
  16. a:visited {
  17.     color: #660033
  18. }
  19.  
  20. .procedurelink {
  21.     text-decoration: none;
  22. }
  23.  
  24. h1 { 
  25.     font-size: 130%; 
  26.     margin-top: 0;
  27.     margin-bottom: .7em;
  28. }
  29.  
  30. h2 {   
  31.     font-size: 120%;
  32.     margin-top: 1.4em;
  33.     margin-bottom: .7em;
  34. }
  35.  
  36. h3 {  
  37.     font-size: 110%;
  38.     margin-top: 1.2em;
  39.     margin-bottom: .7em; 
  40. }
  41.  
  42. h4 { 
  43.     font-size: 100%; 
  44.     font-weight: bold;
  45.     margin-top: 1.2em;
  46.     margin-bottom: .6em; 
  47. }
  48.  
  49. p.procedurehead {  
  50.     font-weight: bold;
  51.     margin-top: 1.2em;
  52.     margin-bottom: .6em;
  53. }
  54.  
  55. p.apihead {
  56.     margin-top: 1.2em;
  57.     margin-bottom: 0; 
  58. }
  59.  
  60. p, table {  
  61.     margin-top: .6em;
  62.     margin-bottom: .6em;
  63. }
  64.  
  65. ol p, ul p {  
  66.     margin-top: .7em;
  67.     margin-bottom: 0;
  68. }
  69.  
  70. ol {
  71.     font-size: 100%; 
  72.     margin-top: .5em; 
  73.     margin-bottom: 0em; 
  74.     margin-left: 4.5em;
  75. }
  76. ul {
  77.     font-size: 100%; 
  78.     margin-top: .5em; 
  79.     margin-bottom: 0em;
  80. }
  81. ol ul, ul ul {
  82.     list-style: square; 
  83.     margin-top: .5em;
  84. }
  85.  
  86. li {
  87.     margin-bottom: .7em; 
  88.     margin-left: -2em;
  89. }
  90.  
  91. .caption { 
  92.     font-style: italic;
  93.     margin-top: .9em;
  94. }
  95.  
  96. li .caption { 
  97.     font-style: italic;
  98.     margin-top: .7em;
  99. }
  100.  
  101. pre {  
  102.     font-family: Courier New, Courier, mono; 
  103.     font-size: 100%;
  104.     margin-top: 0;
  105.     margin-bottom: 0;
  106. }
  107.  
  108. ol pre, ul pre {  
  109.     font-family: Courier New, Courier, mono; 
  110.     font-size: 100%;
  111.     margin-top: .5em;
  112.     margin-bottom: 0em;
  113. }
  114.  
  115. code {  
  116.     font-family: Courier New, Courier, mono;
  117.     font-size: 100%;
  118. }
  119.  
  120. th {
  121.     font-size: .8em;
  122.     font-weight: bold;
  123.     color: #FFFFFF;
  124.     background-color: #000000;
  125.     border-bottom: 2 solid #000000;
  126. }
  127.  
  128. td {
  129.     font-size: .8em;
  130.     border-bottom: 1 solid #000000;
  131. }
  132.  
  133. img {
  134.     margin: 11px 0px 0px 0px;
  135. }
  136.  
  137. img.inline {
  138.     margin: 0px 5px 0px 0px;
  139. }
  140.  
  141. .nav {  
  142.     margin-top: 0em;
  143.     margin-bottom: 0em;
  144.     text-align: right;
  145. }
  146.  
  147. .nav img {  
  148.     margin: 0px 0px 0px 0px;
  149.     border: none;
  150. }
  151.  
  152. img.nav {
  153.     margin: 0px 0px 0px 0px;
  154. }
  155.  
  156. div.procedure {
  157.     display:none;
  158. }