home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 April / PCWorld_2005-04_cd.bin / software / vyzkuste / autoit / autoit-v3-setup.exe / AutoIt.chm / html / css / default.css
Cascading Style Sheet File  |  2005-02-07  |  4KB  |  162 lines

  1. /* Standard tags */
  2. body{background-color:#FFFFFF;font-family: Verdana, Arial, Helvetica, sans-serif, "MS sans serif";font-size:x-small;font-weight:normal;color:#000000;}
  3. table{font-family:Verdana, Arial, Helvetica, sans-serif, "MS sans serif";font-size:x-small;}
  4. tr{font-family:Verdana, Arial, Helvetica, sans-serif, "MS sans serif";font-size:x-small;}
  5. td{font-family:Verdana, Arial, Helvetica, sans-serif, "MS sans serif";font-size:x-small;}
  6. b{font-weight:bold;}
  7. p{
  8.     font-family:Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
  9.     line-height: normal;
  10.     margin-top: 0.5em;
  11.     margin-bottom: 0.5em;
  12.  
  13.  
  14.  
  15. }
  16. div{font-family:Verdana, Arial, Helvetica, sans-serif, "MS sans serif";}
  17. a{font-family:Verdana, Arial, Helvetica, sans-serif, "MS sans serif";text-decoration:none;}
  18.  
  19. /* Normal body text links */
  20. a:link   {font-family:Verdana,Arial,Helvetica,sans-serif,"MS sans serif";text-decoration:none;color:#000099;}
  21. a:visited{font-family:Verdana, Arial, Helvetica, sans-serif, "MS sans serif";text-decoration:none;color:#000088;}
  22. a:active {font-family:Verdana,Arial,Helvetica,sans-serif,"MS sans serif";text-decoration:none;color:#000099;}
  23. a:hover  {font-family:Verdana,Arial,Helvetica,sans-serif,"MS sans serif";text-decoration:underline;color:#6666CC;}
  24.  
  25. a.ext:link   {font-family:Verdana,Arial,Helvetica,sans-serif,"MS sans serif";text-decoration:none;color:#990000;}
  26. a.ext:visited{font-family:Verdana, Arial, Helvetica, sans-serif, "MS sans serif";text-decoration:none;color:#880000;}
  27. a.ext:active {font-family:Verdana,Arial,Helvetica,sans-serif,"MS sans serif";text-decoration:none;color:#990000;}
  28. a.ext:hover  {font-family:Verdana,Arial,Helvetica,sans-serif,"MS sans serif";text-decoration:underline;color:#CC6666;}
  29.  
  30. H1 {
  31.     font-family: Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
  32.     font-size: small;
  33.     line-height: normal;
  34.     color: #FFFFFF;
  35.     background-image: url(../images/blue_gradient_1024x24.jpg);
  36.     background-repeat: repeat-y;
  37.  
  38.  
  39. }
  40.  
  41.  
  42. H2 {
  43.     font-family: Verdana, Arial, Helvetica, sans-serif, "MS sans serif";
  44.     font-size: small;
  45.     font-weight: bold;
  46.     color: #000080;
  47.     line-height: normal;
  48.  
  49. }
  50.  
  51. .code {
  52.     font-family: "Courier New", Courier, mono;
  53.     font-size: x-small;
  54.     white-space: nowrap;
  55. }
  56.  
  57. .codeheader {
  58.     BORDER-BOTTOM: #AAAAAA 1px solid; 
  59.     BORDER-LEFT: #AAAAAA 1px solid; 
  60.     BORDER-RIGHT: #AAAAAA 1px solid; 
  61.     BORDER-TOP: #AAAAAA 1px solid; 
  62.     PADDING-RIGHT: 16px; 
  63.     PADDING-LEFT: 16px; 
  64.     PADDING-BOTTOM: 16px; 
  65.     PADDING-TOP: 16px; 
  66.     FONT-SIZE: x-small; 
  67.     FONT-FAMILY: Courier New, Courier, Verdana, Arial; 
  68.     COLOR: #000000; 
  69.     WHITE-SPACE: normal; 
  70.     BACKGROUND-COLOR: #FFFFAA
  71. }
  72.  
  73. .codebox {
  74.     BORDER-BOTTOM: #AAAAAA 1px solid; 
  75.     BORDER-LEFT: #AAAAAA 1px solid; 
  76.     BORDER-RIGHT: #AAAAAA 1px solid; 
  77.     BORDER-TOP: #AAAAAA 1px solid; 
  78.     PADDING-RIGHT: 8px; 
  79.     PADDING-LEFT: 8px; 
  80.     PADDING-BOTTOM: 8px; 
  81.     PADDING-TOP: 8px; 
  82.     FONT-SIZE: x-small; 
  83.     FONT-FAMILY: Courier New, Courier, Verdana, Arial;
  84.     COLOR: #465584; 
  85.     WHITE-SPACE: normal; 
  86.     BACKGROUND-COLOR: #fafcfe
  87. }
  88.  
  89. .S0 {
  90.     color: #000000;
  91.     background: #FFFFFF;
  92. }
  93. .S1 {
  94.     font-style: italic;
  95.     color: #009933;
  96.     background: #FFFFFF;
  97. }
  98. .S2 {
  99.     font-style: italic;
  100.     color: #669900;
  101.     background: #FFFFFF;
  102. }
  103. .S3 {
  104.     font-style: italic;
  105.     font-weight: bold;
  106.     color: #AC00A9;
  107.     background: #FFFFFF;
  108. }
  109. .S4 {
  110.     font-style: italic;
  111.     font-weight: bold;
  112.     color: #000090;
  113.     background: #FFFFFF;
  114. }
  115. .S5 {
  116.     font-weight: bold;
  117.     color: #0000FF;
  118.     background: #FFFFFF;
  119. }
  120. .S6 {
  121.     font-weight: bold;
  122.     color: #FF33FF;
  123.     background: #FFFFFF;
  124. }
  125. .S7 {
  126.     font-weight: bold;
  127.     color: #9999CC;
  128.     background: #FFFFFF;
  129. }
  130. .S8 {
  131.     font-weight: bold;
  132.     color: #FF0000;
  133.     background: #FFFFFF;
  134. }
  135. .S9 {
  136.     font-weight: bold;
  137.     color: #AA0000;
  138.     background: #FFFFFF;
  139. }
  140. .S10 {
  141.     font-weight: bold;
  142.     color: #FF8800;
  143.     background: #FFFFFF;
  144. }
  145. .S11 {
  146.     font-style: italic;
  147.     color: #F000FF;
  148.     background: #FFFFFF;
  149. }
  150. .S12 {
  151.     font-style: italic;
  152.     color: #A00FF0;
  153.     background: #FFFFFF;
  154. }
  155. span {
  156.     font-family: 'Courier New';
  157.     color: #000000;
  158.     background: #FFFFFF;
  159.     font-size: 10pt;
  160. }
  161.  
  162.