129 lines
2.5 KiB
CSS
129 lines
2.5 KiB
CSS
/* Cascading Style Sheet for IE4.01 last updated 10-16-97 */
|
|
|
|
|
|
body { background: #FFFFFF;
|
|
font-size: 75%; /* K2 and Proxy */
|
|
/* font-size: 70%; */ /* SMS */
|
|
font-family: Verdana, Arial, Helvetica, MS Sans Serif;
|
|
color: #000000 }
|
|
|
|
|
|
a:link { color: #0000CC; }
|
|
|
|
a:active { color: #996699; }
|
|
|
|
a:visited { color: #996699; }
|
|
|
|
p { margin-top: .6em; margin-bottom: .6em }
|
|
|
|
p.bigfix { margin-top: -.4em; margin-bottom: 0em;}
|
|
|
|
p.margin { margin-left: 2em; margin-top: -1.75em;} /*for SMS links*/
|
|
|
|
p.indent { margin-left: 1.5em }
|
|
|
|
p.K2 { margin-top: 0em; margin-left: 10pt;}
|
|
|
|
.le { color: #0000FF; }
|
|
|
|
/* HEADING TAGS */
|
|
|
|
h1 { font-size: 145%;
|
|
margin-bottom: .5em; }
|
|
|
|
h2 { font-size: 125%;
|
|
margin-top: 1.5em;
|
|
margin-bottom: .5em; }
|
|
|
|
h3 { font-size: 110%;
|
|
margin-top: 1.2em;
|
|
margin-bottom: .5em; }
|
|
|
|
h4 {font-size: 105%;
|
|
margin-top: 1.2em;
|
|
margin-bottom: .5em }
|
|
|
|
h5 {font-size: 100%;
|
|
margin-top: 1.2em;
|
|
margin-bottom: .5em }
|
|
|
|
h6 {font-size: 100%;
|
|
margin-top: 1.2em;
|
|
margin-bottom: .5em }
|
|
|
|
big { font-weight: bold;
|
|
font-size: 105%; }
|
|
|
|
p.proclabel { font-weight: bold;
|
|
font-size: 100%;
|
|
margin-top: 1.2em } /*procedure heading*/
|
|
|
|
|
|
/* LIST TAGS */
|
|
|
|
ol { margin-top: .6em; margin-bottom: 0em; margin-left: 4em }
|
|
|
|
ul { margin-top: .6em; margin-bottom: 0em }
|
|
|
|
ol ul { list-style: disc; margin-top: .6em }
|
|
|
|
li { margin-bottom: .7em;
|
|
margin-left: -2em }
|
|
|
|
|
|
|
|
/* TERM AND DEFINITION TAGS */
|
|
|
|
dl { margin-top: 0em }
|
|
|
|
dt { /* font-weight: bold; */
|
|
margin-top: 1em;
|
|
/* margin-left: 0em; */ /*for SMS terms*/
|
|
/* margin-left: 1.5em */ }
|
|
|
|
dd { margin-bottom: 0em; /*not currently working*/
|
|
margin-left: 1.5em }
|
|
|
|
dl li { margin-bottom: .7em } /*list item inside a term/def list*/
|
|
|
|
dl dl { margin-top: 0em;
|
|
margin-left: 0em } /*term/def list inside a term/def list*/
|
|
|
|
|
|
|
|
/* TABLE TAGS */
|
|
|
|
|
|
table { font-size: 100%;
|
|
margin-top: 1em;
|
|
margin-bottom: 1em }
|
|
|
|
th { text-align: left;
|
|
vertical-align: bottom;
|
|
background: #dddddd }
|
|
|
|
th.center { text-align: center }
|
|
|
|
tr { vertical-align: top }
|
|
|
|
td { vertical-align: top;
|
|
/*background: #eeeeee */} /*not used for K2*/
|
|
|
|
|
|
/* MISC. TAGS */
|
|
|
|
pre { font-family: Courier;
|
|
font-size: 125%;
|
|
margin-top: 1.2em;
|
|
margin-bottom: 1.5em }
|
|
|
|
code { font-family: Courier;
|
|
font-size: 125%; }
|
|
|
|
pre code { font-size: 100%; }
|
|
|
|
hr.sms { color: black; text-align: left } /*SMS specific rule used under procedure title*/
|
|
|
|
hr.iis { color: black } /*IIS specific - preceding copyright*/
|
|
|