87 lines
1.3 KiB
CSS
87 lines
1.3 KiB
CSS
body
|
|
{
|
|
background-color: #ffffff;
|
|
color: #000000;
|
|
font-family: verdana, tahoma, arial, sans-serif;
|
|
font-size: 10pt;
|
|
}
|
|
|
|
td
|
|
{
|
|
font-size: 10pt;
|
|
}
|
|
|
|
a
|
|
{
|
|
background-color: transparent;
|
|
color: #000080;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a:hover
|
|
{
|
|
background-color: #f0f0ff;
|
|
color: #000080;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5
|
|
{
|
|
background-color: transparent;
|
|
color: #800000;
|
|
}
|
|
|
|
h3
|
|
{
|
|
font-size: 13pt;
|
|
font-weight: bold;
|
|
}
|
|
|
|
h4
|
|
{
|
|
font-size: 10pt;
|
|
font-weight: bold;
|
|
}
|
|
|
|
span.term
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
|
|
div.sidebar
|
|
{
|
|
background-color: #f0f0f0;
|
|
border-color: gray;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
color: #000000;
|
|
margin: 20px;
|
|
padding: 5px;
|
|
}
|
|
|
|
pre.programlisting
|
|
{
|
|
background-color: #f0f0f0;
|
|
border-color: gray;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
color: #000000;
|
|
font-size: 10pt;
|
|
padding: 2px;
|
|
white-space: pre;
|
|
}
|
|
|
|
span.codestring
|
|
{
|
|
background-color: transparent;
|
|
color: #008000;
|
|
}
|
|
|
|
dl
|
|
{
|
|
margin-top: 0px;
|
|
}
|
|
|
|
dd
|
|
{
|
|
margin-left: 20px;
|
|
} |