home *** CD-ROM | disk | FTP | other *** search
/ Magazyn WWW 2000 January / www_01_2000.iso / poland / english / e / styl.css < prev    next >
Cascading Style Sheet File  |  1999-11-30  |  1KB  |  80 lines

  1. BODY {
  2.         font-family: Verdana, Arial, sans-serif;
  3.         font-size: x-small;
  4.         font-weight: medium;
  5.         color: yellow;
  6.         background: black;
  7.         text-align: justify;
  8.         margin: 10ex, 10ex;
  9. }
  10.  
  11. P.txt {
  12.        background: firebrick;
  13.        padding: 2ex;
  14. }
  15.  
  16. TABLE {
  17.         font-family: Verdana, Arial, sans-serif;
  18.         font-size: x-small;
  19. }
  20. COL.eng {
  21.         font-weight: bold;
  22.         }
  23.         
  24. COLGROUP.b {
  25.         background: A52A2A;
  26.         color: yellow;
  27.         }
  28.         
  29. COLGROUP.c {
  30.         background: #2F4F4F;
  31.         color: yellow;
  32.         }
  33.  
  34.  
  35.  
  36. TD {
  37.         text-align: center;
  38.         }
  39.         
  40.         
  41.         
  42. A:LINK {
  43.         font-family: Verdana, Arial, sans-serif;
  44.         color: #FFF8DC;
  45.         text-decoration: none;
  46. }
  47.  
  48. A:VISITED {
  49.         font-family: Verdana, Arial, sans-serif;
  50.         color: lightsalmon;
  51.         text-decoration: none;
  52. }
  53.  
  54. A:HOVER {
  55.         color: lime;
  56. }
  57.  
  58. H3 {
  59.         background: green;
  60.         font-family: Arial, Verdana, sans-serif;
  61.         font-size: 16pt;
  62.         font-weight: light;
  63.         color: lightgreen;
  64.         text-align: center;
  65. }
  66.  
  67. ul {
  68.         font-family: Verdana, Arial, sans-serif;
  69.         font-style: none;
  70.         color: moccasin;
  71.         }
  72. b {
  73.         color: goldenrod;
  74.         }
  75.         
  76. i {
  77.         font-family: Verdana, Arial, sans-serif;
  78.         color: lightblue
  79.         }
  80.