mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
114 lines
1.8 KiB
114 lines
1.8 KiB
<HTML>
|
|
<HEAD>
|
|
<TITLE>Indexing Service Sample Style Sheet</TITLE>
|
|
</head>
|
|
<STYLE type="text/css">
|
|
<!--
|
|
|
|
body td li {
|
|
font-family: Verdana, Arial, Helvetica;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 10pt;
|
|
color: black;
|
|
}
|
|
|
|
p {
|
|
font-family: Verdana, Arial, Helvetica;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 10pt;
|
|
color: black;
|
|
}
|
|
|
|
b {
|
|
font-family: Verdana, Arial, Helvetica;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
font-size: 10pt;
|
|
color: black;
|
|
}
|
|
|
|
a {
|
|
font-family: Verdana, Arial, Helvetica;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
font-size: 10pt;
|
|
color: blue;
|
|
}
|
|
|
|
code {
|
|
font-family: Courier;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
font-size: 10pt;
|
|
color: black;
|
|
}
|
|
|
|
h1 {
|
|
font-family: Verdana, Arial, Helvetica;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
font-size: 18pt;
|
|
color: black;
|
|
}
|
|
|
|
h2 {
|
|
font-family: Verdana, Arial, Helvetica;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
font-size: 14pt;
|
|
color: black;
|
|
}
|
|
|
|
h3 {
|
|
font-family: Verdana, Arial, Helvetica;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
font-size: 12pt;
|
|
color: black;
|
|
}
|
|
|
|
.NavLink {
|
|
font-family: Verdana, Arial, Helvetica;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
font-size: 10pt;
|
|
text-decoration: none;
|
|
color: white;
|
|
}
|
|
|
|
.Hit {
|
|
font-family: Verdana, Arial, Helvetica;
|
|
font-variant: small-caps
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
font-size: 10pt;
|
|
color: black;
|
|
background-color: #FFFF00;
|
|
}
|
|
|
|
.RecordTitle {
|
|
font-family: Verdana, Arial, Helvetica;
|
|
font-style: normal;
|
|
font-weight: bold;
|
|
font-size: 10pt;
|
|
color: black;
|
|
background-color: #AACCEE;
|
|
}
|
|
|
|
.RecordStats {
|
|
font-family: Verdana, Arial, Helvetica;
|
|
font-style: italic;
|
|
font-weight: normal;
|
|
font-size: 8pt;
|
|
color: black;
|
|
}
|
|
|
|
-->
|
|
</style>
|
|
|
|
<BODY>
|
|
<COMMENT> The other pages display the real data</COMMENT>
|
|
</BODY>
|
|
</HTML>
|