home *** CD-ROM | disk | FTP | other *** search
/ Internet News 1998 November / InternetNews_1998_11.iso / pc / HTML / INEWS.CSS < prev    next >
Cascading Style Sheet File  |  1998-11-22  |  2KB  |  132 lines

  1. <HTML>
  2. <HEAD>
  3. <TITLE>
  4. </TITLE>
  5. </HEAD>
  6.  
  7. <style type="text/css">
  8. <!--
  9.  
  10.  
  11.    .TitoloOffmouse {
  12.      font-family: Verdana, Arial;
  13.      font-size: 24px;
  14.      font-weight: 700;
  15.      background: #000000;
  16.      text-decoration : none;
  17.      font-style: normal;
  18.      color: #FF0000;
  19.  
  20.    }
  21.    .TitoloOnmouse {
  22.      font-family: Verdana, Arial;
  23.      font-size: 24px;
  24.      font-weight: 700;
  25.      color: #FFFFFF;
  26.      font-style: normal;
  27.      background: #FF6600;
  28.      text-decoration : none;
  29.    }
  30.  
  31.  
  32.  
  33.    BODY {
  34.      color: #FFFFFF;
  35.      background: #000000;
  36.    }
  37.    H1 {
  38.      font-family: Verdana, Arial;
  39.      font-size: 24px;
  40.      font-weight: 700;
  41.      color: #FF0000;
  42.      background: #000000;
  43.    }
  44.    H2 {
  45.      font-family: Verdana, Arial;
  46.      font-size: 18px;
  47.      font-weight: 700;
  48.      color: #FF8000;
  49.      background: #000000;
  50.    }
  51.  
  52.   H3 {
  53.      font-family: Verdana, Arial;
  54.      font-size: 14px;
  55.      font-weight: 700;
  56.      color: #FF6600;
  57.      background: #000000;
  58.    }
  59.  
  60.  
  61.   H4 {
  62.      font-family: Verdana, Arial;
  63.      font-size: 14px;
  64.      font-weight: 700;
  65.      color: #FF6600;
  66.      background: #FFFFFF;
  67.    }
  68.  
  69.    P {
  70.      font-family: Verdana, Arial;
  71.      font-size: 14px;
  72.      font-weight: 700;
  73.      color: #FFFFFF;
  74.      background: #000000;
  75.    }
  76.  
  77.    .Collaborazione {
  78.      font-family: Verdana, Arial;
  79.      font-size: 14px;
  80.      font-weight: 700;
  81.      color: #000000;
  82.      background: #FFFFFF;
  83.    }
  84.  
  85.  
  86.    .HomeOffmouse {
  87.      font-family: Verdana, Arial;
  88.      font-size: 14px;
  89.      font-weight: 700;
  90.      color: #FF0000;
  91.      background: #000000;
  92.      text-decoration : none;
  93.      margin-left: 20px;
  94.  
  95.    }
  96.  
  97.    .HomeOnmouse {
  98.      font-family: Verdana, Arial;
  99.      font-size: 14px;
  100.      font-weight: 800;
  101.      color: #FFFFFF;
  102.      background: #FF0000;
  103.      margin-left: 20px;
  104.      text-decoration : none;
  105.     
  106.    }
  107.    .footer {
  108.      font-family: Verdana, Arial;
  109.      font-size: 14px;
  110.      font-weight: 700;
  111.      color: #FFFFFF;
  112.      background: FF6600;
  113.      text-align: center;
  114.    }
  115.    .header {
  116.      font-family: Verdana, Arial;
  117.      font-size: 14px;
  118.      font-weight: 700;
  119.      color: #FFFFFF;
  120.      background: FF6600;
  121.      text-align: center;
  122.    }
  123.  
  124.  
  125. -->
  126. </style>
  127.  
  128. <BODY>
  129. </BODY>
  130. </HTML>
  131.  
  132.