home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 December / MICD_2000_12_NR1.iso / Bokser / boxer.css < prev    next >
Cascading Style Sheet File  |  2000-11-07  |  1KB  |  74 lines

  1. <STYLE TYPE="text/css">
  2. <!--
  3. BODY {
  4.         font-family: Arial;
  5.         font-weight: normal;
  6.         font-style: normal;
  7.         font-size: 9pt;
  8.         font-variant: normal;
  9.         font-stretch: normal;
  10.         text-decoration: none;
  11.         white-space: normal;
  12.         line-height: 12pt;
  13.         background: #FFFF99;
  14.         text-align: justify;
  15. }
  16.  
  17.  
  18. A:ACTIVE {
  19.         text-decoration: none;
  20. }
  21.  
  22. A:HOVER {
  23.         text-decoration: underline;
  24. }
  25.  
  26. A:LINK {
  27.         text-decoration: none;
  28. }
  29.  
  30. A:VISITED {
  31.         text-decoration: none;
  32. }
  33.  
  34. .menu {
  35.         background: #CC9900;
  36.         line-height: 12pt;
  37.         font-size: 10pt;
  38.         font-variant: small-caps;
  39. }
  40.  
  41. .menu2 {
  42.         line-height: 11pt;
  43.         font-size: 10pt;
  44. }
  45.  
  46. HR {
  47.         color: #CC9900;
  48.         background: #CC9900;
  49.         text-shadow: inherit;
  50.         border-color: #CC9900;
  51.         width: 100%;
  52.         height: 3pt;
  53. }
  54.  
  55. .top {
  56.         font-size: 8pt;
  57. }
  58. .wyrownanie {
  59.         text-align: justify;
  60.         font-size: 9pt;
  61.         line-height: 11pt;
  62. }
  63.  
  64. .new        {
  65.         line-height: 10pt;
  66.         font-size: 11pt;
  67.         font-weight: normal;
  68.         font-style: normal;
  69.         color: #FFFFFF;
  70. }
  71.             
  72.  
  73. -->
  74. </STYLE>