home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / zkuste / ffiler / basic.css < prev    next >
Cascading Style Sheet File  |  2001-07-04  |  1KB  |  77 lines

  1. BODY, TD, P, H2, H3 {
  2.     font-family : Verdana, "Verdana CE", Arial, Helvetica, sans-serif;
  3.     color : black;
  4.     font-size : 11px;
  5. }
  6.  
  7. BODY {
  8.     margin-right : 0;
  9.     margin-left : 0;
  10.     margin-top : 0;
  11.     background-color : white;
  12.     font-size : 8px;
  13. }
  14.  
  15. A:LINK,  A:VISITED, A:ACTIVE, A:HOVER
  16. {
  17.     text-decoration : none;
  18.     font-weight : bold;
  19.     color : #000080;
  20. }
  21. A:HOVER
  22.  {
  23.     text-decoration : underline;
  24. }
  25.  
  26. H1 {
  27.     font-family : Arial, Helvetica, sans-serif;
  28.     color : #000080;
  29.     font : italic 12pt/2;
  30.     font-weight : bold;
  31.     letter-spacing : 3px;
  32.     background-image : url(images/h1.gif) ;
  33.     background-repeat: no-repeat ;
  34.     margin-left : 150px;
  35.     text-indent : 45px;
  36. }
  37.  
  38. H2, H3 {
  39.     text-align : left ;
  40.     font : 8pt;
  41.     font-weight : bold;
  42. }
  43.  
  44. H2 {
  45.     background-color : #D9D9D9;
  46. }
  47.  
  48. P    {
  49.     text-align : justify;
  50. }
  51.  
  52. .DATE
  53. {
  54.     color : white;
  55. }
  56.  
  57. .red {
  58.     color : red;
  59.     font-size : 8pt;
  60.     font-weight : bold;
  61. }
  62.  
  63. INPUT, SELECT, TEXTAREA, TD
  64. {
  65.     FONT-FAMILY: Verdana, 'Verdana CE', 'Arial CE', Arial, Helvetica, sans-serif;
  66.     font-size : 8pt;
  67. }
  68.  
  69. .tbw{
  70.     font-family : Arial, Helvetica, sans-serif;
  71.     font-size : 9pt;
  72.     color : white;
  73.     font-weight : bold;
  74.     font-style : italic;
  75.     letter-spacing : 2px;
  76. }
  77.