home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Software / Shareware / Programare / flashplayer / Help / FlashPlayerControl.chm / html / style.css < prev   
Encoding:
Cascading Style Sheet File  |  2004-11-07  |  1.6 KB  |  132 lines

  1. .logo
  2. {
  3.     font-size: 22pt;
  4.     font-family: tahoma;
  5.     font-weight: bold;
  6.     text-decoration: none;
  7. }
  8.  
  9. a
  10. {
  11.     color: #0000ee;
  12.     font-size: 8pt;
  13.     font-family: tahoma;
  14.     text-decoration: underline;
  15. }
  16.  
  17. a:hover
  18. {
  19.     color: #0080ff;
  20.     text-decoration: none;
  21. }
  22.  
  23. .text
  24. {
  25.     color: black;
  26.     font-size: 8pt;
  27.     text-decoration: none;
  28.     font-family: tahoma;
  29. }
  30.  
  31. .quoting
  32. {
  33.     color: gray;
  34.     font-size: 8pt;
  35.     text-decoration: italic;
  36.     font-family: tahoma;
  37. }
  38.  
  39. p
  40. {
  41.     text-indent: 15;
  42. }
  43.  
  44. .header
  45. {
  46.     color: maroon;
  47.     font-size: 10pt;
  48.     font-family: tahoma;
  49.     font-weight: bold;
  50. }
  51.  
  52. .code
  53. {
  54.     font-family: courier new;
  55.     font-size: 8pt;
  56.     background-color: #fafafa;
  57. }
  58.  
  59. code
  60. {
  61.     font-family: courier new;
  62.     font-size: 8pt;
  63.     background-color: #fafafa;
  64. }
  65.  
  66. .delphi_preprocessor
  67. {
  68.     color: green;
  69.     text-decoration: italic;
  70. }
  71.  
  72. .delphi_keyword
  73. {
  74.     font-weight: bold;
  75. }
  76.  
  77. .delphi_string_const
  78. {
  79.     color: #0000a0;
  80. }
  81.  
  82. .faq_question
  83. {
  84.     color: maroon;
  85. }
  86.  
  87. .button
  88. {
  89.     color: black;
  90.     font-size: 10pt;
  91.     text-decoration: none;
  92.     font-family: tahoma;
  93.     background-color: #fefefe;
  94.     border-width: 2;
  95.     border-style: solid;
  96.     border-color: #dfdfdf;
  97. }
  98.  
  99. .editbox
  100. {
  101.     color: black;
  102.     font-size: 10pt;
  103.     text-decoration: none;
  104.     font-family: tahoma;
  105.     background-color: #fefefe;
  106.     border-width: 2;
  107.     border-style: solid;
  108.     border-color: #dfdfdf;
  109. }
  110.  
  111. SPAN.COMMENT {
  112.     COLOR: #008800
  113. }
  114. SPAN.STRING {
  115.     COLOR: #007777
  116. }
  117. SPAN.CHARACTER {
  118.     COLOR: black
  119. }
  120. SPAN.KEYWORD {
  121.     COLOR: blue
  122. }
  123. SPAN.PREPROCESSOR {
  124.     COLOR: blue
  125. }
  126. SPAN.NUMBER {
  127.     COLOR: black
  128. }
  129. SPAN.ACCENT {
  130.     COLOR: red
  131. }
  132.