home *** CD-ROM | disk | FTP | other *** search
/ Internet News 1999 October / INEWS_10_CD.ISO / mac / Html / INEWS.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  1999-04-06  |  2.1 KB  |  96 lines  |  [TEXT/ttxt]

  1. <style type="text/css">
  2.  
  3.      .TitoloOffmouse {
  4.           font-family: Verdana, Arial;
  5.           font-size: 24px;
  6.           font-weight: 700;
  7.           color: #FF0000;
  8.           font-style: normal;
  9.           background: #000000;
  10.       text-decoration : none;
  11.      }
  12.  
  13.  
  14.      .TitoloOnmouse {
  15.           font-family: Verdana, Arial;
  16.           font-size: 24px;
  17.           font-weight: 700;
  18.           color: #FFFFFF;
  19.           font-style: normal;
  20.           background: #FF6600;
  21.       text-decoration : none;
  22.      }
  23.  
  24.  
  25.  
  26.      BODY {
  27.           color: #FFFFFF;
  28.           background: #000000;
  29.      }
  30.     H1 {
  31.           font-family: Verdana, Arial;
  32.           font-size: 24px;
  33.           font-weight: 700;
  34.           color: #FF0000;
  35.           background: #000000;
  36.      }
  37.      H2 {
  38.           font-family: Verdana, Arial;
  39.           font-size: 18px;
  40.           font-weight: 700;
  41.           color: #FF8000;
  42.           background: #000000;
  43.      }
  44.  
  45.     H3 {
  46.           font-family: Verdana, Arial;
  47.           font-size: 14px;
  48.           font-weight: 700;
  49.           color: #FF6600;
  50.           background: #000000;
  51.      }
  52.      P {
  53.           font-family: Verdana, Arial;
  54.           font-size: 14px;
  55.           font-weight: 700;
  56.           color: #FFFFFF;
  57.           background: #000000;
  58.      }
  59.  
  60.      .HomeOffmouse {
  61.           font-family: Verdana, Arial;
  62.           font-size: 14px;
  63.           font-weight: 700;
  64.           color: #FF0000;
  65.           background: #000000;
  66.       text-decoration : none;
  67.           margin-left: 20px;
  68.  
  69.      }
  70.  
  71.      .HomeOnmouse {
  72.           font-family: Verdana, Arial;
  73.           font-size: 14px;
  74.           font-weight: 800;
  75.           color: #FFFFFF;
  76.           background: #FF0000;
  77.           margin-left: 20px;
  78.       text-decoration : none;
  79.  
  80.      }
  81.      .footer {
  82.           font-family: Verdana, Arial;
  83.          font-size: 14px;
  84.           font-weight: 700;
  85.           color: #FFFFFF;
  86.           background: FF6600;
  87.       text-align: center;
  88.      }
  89.      .header {
  90.           font-family: Verdana, Arial;
  91.           font-size: 14px;
  92.           font-weight: 700;
  93.           color: #FFFFFF;
  94.           background: FF6600;
  95.       text-align: center;
  96.      }