home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / is20.cab / is2style.css < prev    next >
Cascading Style Sheet File  |  1997-10-14  |  2KB  |  115 lines

  1. <HTML>
  2. <HEAD>
  3. <TITLE>Index Server 2.0 Sample Style Sheet</TITLE>
  4. </head>
  5.    <STYLE type="text/css">
  6.    <!--
  7.  
  8. body td li {
  9.     font-family: Verdana, Arial, Helvetica;
  10.     font-style: normal;
  11.     font-weight: normal;
  12.     font-size: 10pt;
  13.     color: black;
  14.     }
  15.  
  16. p {
  17.     font-family: Verdana, Arial, Helvetica;
  18.     font-style: normal;
  19.     font-weight: normal;
  20.     font-size: 10pt;
  21.     color: black;
  22.     }
  23.  
  24. b {
  25.     font-family: Verdana, Arial, Helvetica;
  26.     font-style: normal;
  27.     font-weight: bold;
  28.     font-size: 10pt;
  29.     color: black;
  30.     }
  31.  
  32. a {
  33.     font-family: Verdana, Arial, Helvetica;
  34.     font-style: normal;
  35.     font-weight: bold;
  36.     font-size: 10pt;
  37.     color: blue;
  38.     }
  39.  
  40. code {
  41.     font-family: Courier;
  42.     font-style: normal;
  43.     font-weight: normal;
  44.     font-size: 10pt;
  45.     color: black;
  46.     }
  47.  
  48. h1 {
  49.     font-family: Verdana, Arial, Helvetica;
  50.     font-style: normal;
  51.     font-weight: bold;
  52.     font-size: 18pt;
  53.     color: black;
  54.     }
  55.  
  56. h2 {
  57.     font-family: Verdana, Arial, Helvetica;
  58.     font-style: normal;
  59.     font-weight: bold;
  60.     font-size: 14pt;
  61.     color: black;
  62.       }
  63.  
  64. h3 {
  65.     font-family: Verdana, Arial, Helvetica;
  66.     font-style: normal;
  67.     font-weight: bold;
  68.     font-size: 12pt;
  69.     color: black;
  70.       }
  71.  
  72. .NavLink {
  73.     font-family: Verdana, Arial, Helvetica;
  74.     font-style: normal;
  75.     font-weight: bold;
  76.     font-size: 10pt;
  77.     text-decoration: none;
  78.     color: white;
  79.     }
  80.  
  81. .Hit {
  82.     font-family: Verdana, Arial, Helvetica;
  83.     font-variant: small-caps
  84.     font-style: normal;
  85.     font-weight: bold;
  86.     font-size: 10pt;
  87.     color: black;
  88.     background-color: #FFFF00;
  89.     }
  90.  
  91. .RecordTitle {
  92.     font-family: Verdana, Arial, Helvetica;
  93.     font-style: normal;
  94.     font-weight: bold;
  95.     font-size: 10pt;
  96.     color: black;
  97.     background-color: #AACCEE;
  98.       }
  99.  
  100. .RecordStats {
  101.     font-family: Verdana, Arial, Helvetica;
  102.     font-style: italic;
  103.     font-weight: normal;
  104.     font-size: 8pt;
  105.     color: black;
  106.     }
  107.  
  108. -->
  109.    </style>
  110.  
  111. <BODY>
  112. <COMMENT> The other pages display the real data</COMMENT>
  113. </BODY>
  114. </HTML>
  115.