home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / ctenari / Grebenicek / doc / main.css < prev    next >
Cascading Style Sheet File  |  2002-09-16  |  755b  |  67 lines

  1. BODY {
  2.   font-size : 11;
  3.   font-family : Verdana, sans-serif;
  4. }
  5.  
  6. h2 {
  7.   font-size : 14;
  8.   font-weight : bold;
  9. }
  10.  
  11. caption {
  12.   font-size : 11;
  13.   font-weight : bold;  
  14. }
  15.  
  16. td, th {
  17.   font-size : 11;
  18. }
  19.  
  20. th {
  21.   background-color: #C0DDC0;
  22. }
  23.  
  24. em {
  25.   font-style : normal;
  26.   font-weight : bold;
  27. }
  28.  
  29. code {
  30.   color: #336633;
  31.   font-weight : bold;
  32. }
  33.  
  34. .venovani {
  35.   font-size : 11;
  36.   font-style : italic;
  37.   color : #008040;
  38. }
  39.  
  40. .text {
  41.   text-align: justify;
  42. }
  43.  
  44. .button {
  45.   color: white;
  46.   background-color: #336600;
  47. }
  48.  
  49. .rules {
  50.   background-color: #FFFFCC;
  51. }
  52.  
  53. .yes {
  54.   color: white;
  55.   background-color: #339933;
  56. }
  57.  
  58. .no {
  59.   color: white;
  60.   background-color: #FF6633;
  61. }
  62.  
  63. .content {
  64.   font-size : 14;  
  65. }
  66.  
  67.