mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-12 15:04:59 +08:00
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>
|