home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #3 / Amiga Plus CD - 2002 - No. 03.iso / AmigaPlus / Tools / Development / source-highlight-1.6.2 / share / doc / source-highlight / Hello2.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-02-08  |  273 b   |  29 lines

  1. BODY {
  2.   font-weight: normal;
  3.   background-color: #E0E0E0;
  4. }
  5.  
  6. .keyword {
  7.   color: brown;
  8.   font-weight: bold;
  9. }
  10.  
  11. .type {
  12.   color: brown;
  13.   font-weight: bold;
  14. }
  15.  
  16. .string {
  17.   color: darkgreen;
  18. }
  19.  
  20. .comment {
  21.   color: navy;
  22.   font-style: italic;
  23. }
  24.  
  25. .number {
  26.   color: blue;
  27. }
  28.  
  29.