[svn-r6477]
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
This commit is contained in:
35
doc/html/ed_styles/IndexElect.css
Normal file
35
doc/html/ed_styles/IndexElect.css
Normal file
@@ -0,0 +1,35 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user