home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / program / cecko / style.css < prev   
Cascading Style Sheet File  |  2003-10-21  |  3KB  |  49 lines

  1. p, td, ul, ol {
  2.     font-family: Arial, Helvetica, sans-serif;
  3.     font-size: 12px;
  4.     text-indent: 2pt;
  5. }
  6. h1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold}.highlight {  color: #CC3333}
  7. h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold}
  8. a {  text-decoration: none}
  9. a:hover { text-decoration: none }
  10. .nadpis {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: gray; font-weight: bold}
  11. .issue {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #000000; cursor: default}
  12. .topic {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #FFFFFF; font-weight: bold}
  13. .menu {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CCCCCC; text-decoration: none; font-weight: bold}
  14. .menu:hover { color: #FFFFFF; text-decoration: none }
  15.  
  16. .submenu {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: gray; text-decoration: none; font-weight: bold}
  17. .submenu:hover {color: #646464}
  18. .submenu_highlighted { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: white; text-decoration: none; font-weight: bold; background-color: #CC3333 }
  19.  
  20. .catlink {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #404040; text-decoration: none }
  21. .catlink:hover {color: navy }
  22. .catlink_highlighted { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: navy; text-decoration: none }
  23.  
  24. .list {list-style-image: url(pics/bullet.gif); font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666}
  25. .collapsed {display:none}
  26. .expanded {display:block}
  27. .hit {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none; font-weight: bold}
  28. .copyright {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; text-align: center}
  29. .small {  font-size: 10px}
  30. .highlightNo { color: #999999}
  31. hr {  color: #000000; height: 1px}
  32. .comment {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #404040}
  33. .obsah {color: #CC3333; text-decoration: none; font-weight: normal;cursor: default}
  34. .obsah_nadpis {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold}
  35. .ovladace_nadpis {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal}
  36. #preview {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666}
  37.  
  38. .var {color:olive}
  39. .fce {color:red}
  40. .cls {color:blue}
  41. .cod {
  42.     color:blue;
  43.     font-size:10pt;
  44.     font-weight:normal;
  45.     font-family: "Courier New", Courier, mono;
  46. }
  47. .com {color:green; font-weight:400}
  48. .str {color:fuchsia;}
  49.