home *** CD-ROM | disk | FTP | other *** search
/ CD Action 80 / cdaction-80.iso / #uzytki / fprot / data1.cab / FpHELP / fpav-help.chm / fpav-style.css < prev    next >
Cascading Style Sheet File  |  2002-05-24  |  1KB  |  75 lines

  1. /*---------------------BASEFONT D╙TAR═------------------------*/
  2. BODY, TD {
  3.     background-color: #FFFFFF;
  4.     font-family : Arial;
  5.     font-size : 10pt;
  6.     color : Black;
  7. }
  8.  
  9. P {
  10.     font-size : 10pt;
  11.     font-family : Arial;
  12. }
  13.  
  14. /*---------------------VENJULEGIR LINKAR------------------------*/
  15. A {
  16.     color : Navy;
  17. }
  18. A.black{
  19.     color : Black;
  20. }
  21. /*---------------------MOUSEOVERTEXT LINKALITUR------------------------*/
  22. A:Hover {
  23.     color : #AAAAFF;
  24. }
  25.  
  26. /*--------------------- H1 NORMAL HEADER D╙TAR═------------------------*/
  27. H1 {
  28.     background-color: #549FCE;
  29.     color : Navy;
  30.     padding : 4px;
  31.     width : 100%;
  32.     font-size : 12pt;
  33.     padding-left : 5%;
  34. }
  35.  
  36. /*---------------------H2 (intro.htm Header) ------------------------*/
  37. H2 {
  38.     font-size : 10pt;
  39.     font-weight : bold;
  40.     background-color : #549FCE;
  41.     color : Navy;
  42.     padding : 4px;
  43.     width : 100%;
  44.     padding-left : 5%;
  45. }
  46.  
  47. /*---------------------Bottom bar heading ------------------------*/
  48. H3 {
  49.     font-size : 9;
  50.     color : Navy;
  51.     text-decoration : overline;
  52.     text-align : center;
  53. }
  54.  
  55. /*---------------------Anna≡ d≤t------------------------*/
  56. H4 {
  57.     color : black;
  58.     font-size : 8pt;
  59.     text-align : center;
  60.     font-weight : lighter;
  61. }
  62.  
  63. /*-------------------------------------------*/
  64.  
  65. .head {
  66.     font-size : small;
  67.     font-family: Geneva, Arial, Helvetica, sans-serif;
  68.     font-weight : bold;
  69. }
  70.  
  71. a.toc {
  72.     font-size : smaller;
  73.     font-family: Geneva, Arial, Helvetica, sans-serif;
  74.     font-weight : bold;
  75. }