mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
0937359ed3
Purpose: Adding stylesheets to the HDF5 doc set (via DW libraries). Description: These HTML stylesheets are for consistently managing formatting issues. The *Elect* stylesheets will be used in the distributed HTML doc set, i.e., the electronic version; the *Print* stylesheets will be used to generate printer-friendly versions. Platforms tested: IE 5 and 6 Netscape
35 lines
364 B
CSS
35 lines
364 B
CSS
<STYLE TYPE="text/css">
|
|
|
|
P, p, UL, ul, OL, ol, LI, li, DL, dl, DT, dt, DD, dd {
|
|
}
|
|
|
|
A, a {
|
|
}
|
|
|
|
H1, h1 {
|
|
text-align: center
|
|
}
|
|
|
|
H2, h2 {
|
|
}
|
|
|
|
H3, h3 {
|
|
}
|
|
|
|
H4, h4 {
|
|
}
|
|
|
|
H5, h5 {
|
|
}
|
|
|
|
code, CODE {
|
|
}
|
|
|
|
pre, PRE {
|
|
}
|
|
|
|
.smallType {
|
|
font-size: smaller;
|
|
}
|
|
|
|
</STYLE> |