2009-10-11 03:18:16 +02:00
|
|
|
h1
|
|
|
|
{
|
|
|
|
font-family: "Verdana", "Arial", "Times";
|
|
|
|
font-size: x-large;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2
|
|
|
|
{
|
2009-10-20 01:45:13 +02:00
|
|
|
font-family: "Courier New", "Verdana", "Arial";
|
2009-10-11 03:18:16 +02:00
|
|
|
font-size: larger;
|
|
|
|
color: #900000;
|
|
|
|
border-bottom-style: solid;
|
|
|
|
border-bottom-color: #900000;
|
|
|
|
border-bottom-width: medium;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3
|
|
|
|
{
|
|
|
|
font-family: "Verdana", "Arial", "Times";
|
|
|
|
font-size: medium;
|
2009-10-14 02:58:16 +02:00
|
|
|
border-bottom-style: dotted;
|
|
|
|
border-bottom-color: #C0C0C0;
|
|
|
|
border-bottom-width: 2px;
|
2009-10-11 03:18:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
h4
|
|
|
|
{
|
|
|
|
font-family: "Verdana", "Arial", "Times";
|
|
|
|
font-size: small;
|
|
|
|
}
|
|
|
|
|
|
|
|
h5
|
|
|
|
{
|
|
|
|
font-family: "Verdana", "Arial", "Times";
|
|
|
|
font-size: x-small;
|
|
|
|
color: #909090;
|
|
|
|
}
|
|
|
|
h6
|
|
|
|
{
|
|
|
|
font-family: "Verdana", "Arial", "Times";
|
|
|
|
font-size: small;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #900000;
|
|
|
|
}
|
|
|
|
|
|
|
|
p, li, td
|
|
|
|
{
|
|
|
|
font-family: "Arial", "Times";
|
|
|
|
font-size: small;
|
|
|
|
color: #404040;
|
|
|
|
}
|
|
|
|
|
|
|
|
p.headerinfo
|
|
|
|
{
|
|
|
|
font-size: x-small;
|
|
|
|
color: #909090;
|
|
|
|
}
|
|
|
|
|
2009-10-11 18:16:01 +02:00
|
|
|
.code
|
2009-10-11 03:18:16 +02:00
|
|
|
{
|
|
|
|
font-family: "Courier New", "Lucida Console";
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
2009-10-20 01:45:13 +02:00
|
|
|
.imagetext
|
|
|
|
{
|
|
|
|
font-family: "Arial", "Times";
|
|
|
|
font-size: x-small;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
2009-10-11 03:18:16 +02:00
|
|
|
table
|
|
|
|
{
|
|
|
|
border-style: none;
|
|
|
|
border-collapse: collapse;
|
2009-10-11 18:16:01 +02:00
|
|
|
width: 100%;
|
|
|
|
table-layout: auto;
|
2009-10-11 03:18:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
td
|
|
|
|
{
|
|
|
|
text-align: left;
|
2009-10-11 18:16:01 +02:00
|
|
|
vertical-align: top;
|
|
|
|
padding: 3px;
|
2009-10-11 03:18:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
td.commandheader
|
|
|
|
{
|
|
|
|
border-bottom-style: dashed;
|
|
|
|
border-bottom-width: thin;
|
|
|
|
font-family: "Courier New", "Lucida Console";
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.indent
|
|
|
|
{
|
|
|
|
padding-left: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
th
|
|
|
|
{
|
|
|
|
font-family: "Arial", "Times";
|
|
|
|
font-size: small;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #900000;
|
|
|
|
vertical-align: top;
|
|
|
|
text-align: left;
|
|
|
|
padding: 3px;
|
|
|
|
border-bottom-style: solid;
|
2009-10-11 18:16:01 +02:00
|
|
|
border-bottom-width: 2px;
|
2009-10-11 03:18:16 +02:00
|
|
|
}
|
|
|
|
|
2009-10-20 01:45:13 +02:00
|
|
|
.namewidth
|
|
|
|
{
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tinywidth
|
|
|
|
{
|
|
|
|
width: 75px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mediumwidth
|
2009-10-11 03:18:16 +02:00
|
|
|
{
|
2009-10-20 01:45:13 +02:00
|
|
|
width: 150px;
|
2009-10-11 18:16:01 +02:00
|
|
|
}
|
|
|
|
|
2009-10-20 01:45:13 +02:00
|
|
|
td.parameter
|
2009-10-11 18:16:01 +02:00
|
|
|
{
|
2009-10-20 01:45:13 +02:00
|
|
|
font-family: "Courier New", "Lucida Console";
|
|
|
|
color: #000000;
|
|
|
|
width: 150px;
|
2009-10-11 18:16:01 +02:00
|
|
|
}
|
|
|
|
|
2009-10-20 01:45:13 +02:00
|
|
|
td.valueoption
|
2009-10-11 18:16:01 +02:00
|
|
|
{
|
2009-10-20 01:45:13 +02:00
|
|
|
font-family: "Courier New", "Lucida Console";
|
|
|
|
color: #000000;
|
2009-10-21 01:42:47 +02:00
|
|
|
width: 150px;
|
2009-10-11 03:18:16 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.container
|
|
|
|
{
|
|
|
|
margin-left: 0px;
|
|
|
|
margin-right: auto;
|
|
|
|
width: 700px;
|
|
|
|
}
|
2009-10-20 01:45:13 +02:00
|
|
|
|
|
|
|
img
|
|
|
|
{
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #000000;
|
|
|
|
border-width: thin;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.noborder
|
|
|
|
{
|
|
|
|
border-style: none;
|
|
|
|
}
|