home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / is20.cab / is2admin.css < prev    next >
Cascading Style Sheet File  |  1997-10-14  |  2KB  |  99 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 p td {
  9.     font-family: Verdana, Arial, Helvetica;
  10.     font-style: normal;
  11.     font-weight: normal;
  12.     font-size: 10pt;
  13.     color: black;
  14.     }
  15.  
  16. b {
  17.     font-family: Verdana, Arial, Helvetica;
  18.     font-style: normal;
  19.     font-weight: bold;
  20.     font-size: 10pt;
  21.     color: black;
  22.     }
  23.  
  24. a {
  25.     font-family: Verdana, Arial, Helvetica;
  26.     font-style: normal;
  27.     font-weight: bold;
  28.     font-size: 10pt;
  29.     color: blue;
  30.     text-decoration: none;
  31.     }
  32.  
  33. code {
  34.     font-family: Courier;
  35.     font-style: normal;
  36.     font-weight: normal;
  37.     font-size: 10pt;
  38.     color: black;
  39.     }
  40.  
  41. strong {
  42.     font-family: Verdana, Arial, Helvetica;
  43.     font-variant: small-caps
  44.     font-style: normal;
  45.     font-weight: bold;
  46.     font-size: 10pt;
  47.     color: black;
  48.     background-color: yellow;
  49.     }
  50.  
  51. h1 {
  52.     font-family: Verdana, Arial, Helvetica;
  53.     font-style: normal;
  54.     font-weight: bold;
  55.     font-size: 18pt;
  56.     color: black;
  57.     }
  58.  
  59. h2 {
  60.     font-family: Verdana, Arial, Helvetica;
  61.     font-style: normal;
  62.     font-weight: bold;
  63.     font-size: 14pt;
  64.     color: black;
  65.       }
  66.  
  67. h3 {
  68.     font-family: Verdana, Arial, Helvetica;
  69.     font-style: normal;
  70.     font-weight: bold;
  71.     font-size: 12pt;
  72.     color: black;
  73.       }
  74.  
  75. .RecordTitle {
  76.     font-family: Verdana, Arial, Helvetica;
  77.     font-style: normal;
  78.     font-weight: bold;
  79.     font-size: 10pt;
  80.     color: black;
  81.     background-color: #A6CAF0;
  82.       }
  83.  
  84. .RecordStats {
  85.     font-family: Verdana, Arial, Helvetica;
  86.     font-style: italic;
  87.     font-weight: normal;
  88.     font-size: 10pt;
  89.     color: black;
  90.     }
  91.  
  92. -->
  93.    </style>
  94.  
  95. <BODY>
  96. <COMMENT> The other pages display the real data</COMMENT>
  97. </BODY>
  98. </HTML>
  99.