pascalabcnet/PABCNetHelp/default.css
2023-05-08 12:07:35 +03:00

96 lines
1.5 KiB
CSS

BODY,
TABLE,
TD {
font-family: Arial;
background-color: #ffffff;
font-size: 11pt;
}
BLOCKQUOTE {
margin-top: 6pt;
margin-bottom: 6pt;
margin-left: 20pt;
}
dfn {
color: #006000;
font-weight:bold;
}
code {
color: #000080;
font-size: 12pt;
}
code.codeit {
color: #000000;
font-family: Times;
font-style: italic;
font-size: 12pt;
}
H1 {
font-family: Arial;
font-weight: bold;
margin-top: 12pt;
margin-bottom: 6pt;
font-size: 14pt;
color: #000080;
}
H2 {
font-family: Arial;
font-weight: normal;
margin-bottom: 2pt;
margin-top: 6pt;
font-size: 13pt;
color: #0000A0;
}
H3 {
font-weight: bold;
margin-bottom: 2pt;
margin-top: 6pt;
font-size: 12pt;
color: #000000;
}
H4 {
font-weight: bold;
color: #000080;
margin-top: 6pt;
margin-bottom: 2pt;
font-size: 11pt;
}
H5 {
font-size: 11.0pt;
}
H6 {
font-size: 11.0pt;
}
P {
font-family: Arial;
margin-top: 6pt;
margin-bottom: 0pt;
font-family: Arial, sans-serif;
font-size: 11pt;
}
OL,
UL {
margin-top: 3pt;
margin-bottom: 0pt;
font-size: 11pt;
font-family: Arial, sans-serif;
}
TD.secttitle {
border-style:solid;
border-width:1px;
border-color: #808080;
background-color: #E7E7F7;
}