2011-07-25 03:43:23 +08:00
|
|
|
body
|
|
|
|
|
{
|
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
color: #202020;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body, p, ul, ol, dl
|
|
|
|
|
{
|
|
|
|
|
font-family: Corbel, Verdana, "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p, ul, ol, dl, dt, dd, td
|
|
|
|
|
{
|
|
|
|
|
font-size: 12pt;
|
|
|
|
|
}
|
|
|
|
|
|
2011-07-27 07:29:25 +08:00
|
|
|
p
|
2011-07-25 04:10:17 +08:00
|
|
|
{
|
2011-07-27 07:29:25 +08:00
|
|
|
margin-left: 1em;
|
2011-07-25 04:10:17 +08:00
|
|
|
}
|
|
|
|
|
|
2011-07-27 07:29:25 +08:00
|
|
|
p.summary
|
|
|
|
|
{
|
|
|
|
|
margin-left: 2em;
|
|
|
|
|
margin-top: -20pt;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p.see-also
|
|
|
|
|
{
|
|
|
|
|
font-size: 10pt;
|
|
|
|
|
margin-left: 0em;
|
|
|
|
|
margin-top: 3em;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p.version
|
|
|
|
|
{
|
|
|
|
|
font-size: 8pt;
|
|
|
|
|
margin-left: 0em;
|
|
|
|
|
margin-top: -8pt;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
2011-08-19 09:24:23 +08:00
|
|
|
p.args
|
|
|
|
|
{
|
|
|
|
|
margin-left: 3em;
|
|
|
|
|
}
|
2011-07-27 07:29:25 +08:00
|
|
|
|
|
|
|
|
h1, h2, h3, h4
|
2011-07-25 03:43:23 +08:00
|
|
|
{
|
|
|
|
|
font-family: Corbel, Arial, Helvetica, Sans-Serif;
|
2011-07-25 04:10:17 +08:00
|
|
|
font-weight: bold;
|
2011-07-25 03:43:23 +08:00
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1
|
|
|
|
|
{
|
|
|
|
|
font-size: 32pt;
|
|
|
|
|
letter-spacing: -2px;
|
2011-07-27 07:29:25 +08:00
|
|
|
color: #669;
|
2011-07-25 03:43:23 +08:00
|
|
|
}
|
|
|
|
|
|
2011-07-27 07:29:25 +08:00
|
|
|
h2
|
2011-07-25 03:43:23 +08:00
|
|
|
{
|
2011-07-27 07:29:25 +08:00
|
|
|
font-size: 16pt;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
margin-top: 2em;
|
|
|
|
|
color: #669;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h3
|
|
|
|
|
{
|
|
|
|
|
font-size: 12pt;
|
|
|
|
|
margin-left: 1em;
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
hr
|
|
|
|
|
{
|
|
|
|
|
margin-top: 4em;
|
2011-07-25 03:43:23 +08:00
|
|
|
}
|
|
|
|
|
|
2011-07-25 06:14:21 +08:00
|
|
|
/*
|
|
|
|
|
* enum DT layout
|
|
|
|
|
*/
|
|
|
|
|
|
2011-08-19 09:24:23 +08:00
|
|
|
dl.enum {
|
|
|
|
|
margin-left: 3em;
|
|
|
|
|
border: 1px dashed #ccc;
|
2011-07-25 03:43:23 +08:00
|
|
|
}
|
|
|
|
|
|
2011-08-19 09:24:23 +08:00
|
|
|
dt.enum {
|
2011-07-25 06:14:21 +08:00
|
|
|
font-weight: bold;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
2011-08-19 09:24:23 +08:00
|
|
|
dd.enum {
|
2011-07-25 06:14:21 +08:00
|
|
|
padding: 0 0 0.5em 0;
|
|
|
|
|
}
|
2011-07-25 03:43:23 +08:00
|
|
|
|
2011-08-18 05:48:04 +08:00
|
|
|
pre {
|
|
|
|
|
border: thin solid lightgray;
|
|
|
|
|
margin-left: 1em;
|
|
|
|
|
margin-right: 4em;
|
|
|
|
|
background-color: #e0fdff;
|
|
|
|
|
}
|
2011-07-25 06:14:21 +08:00
|
|
|
/*
|
|
|
|
|
* clean table layouts
|
|
|
|
|
*/
|
2011-07-25 05:45:58 +08:00
|
|
|
#hor-minimalist-b
|
|
|
|
|
{
|
|
|
|
|
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
margin: 5px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
#hor-minimalist-b th
|
2011-07-25 03:43:23 +08:00
|
|
|
{
|
2011-07-25 05:45:58 +08:00
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
color: #039;
|
|
|
|
|
padding: 10px 8px;
|
|
|
|
|
border-bottom: 2px solid #6678b1;
|
2011-07-25 03:43:23 +08:00
|
|
|
}
|
2011-07-25 05:45:58 +08:00
|
|
|
#hor-minimalist-b td
|
2011-07-25 03:43:23 +08:00
|
|
|
{
|
2011-07-25 05:45:58 +08:00
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
|
color: #669;
|
|
|
|
|
padding: 6px 8px;
|
2011-07-25 03:43:23 +08:00
|
|
|
}
|
2011-07-25 05:45:58 +08:00
|
|
|
#hor-minimalist-b tbody tr:hover td
|
|
|
|
|
{
|
|
|
|
|
color: #009;
|
2011-07-25 06:14:21 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
th#row-divider
|
2011-08-18 05:48:04 +08:00
|
|
|
{
|
|
|
|
|
font-weight: bolder;
|
|
|
|
|
font-size: larger;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Table design for input/ouptut description
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#description-table
|
|
|
|
|
{
|
|
|
|
|
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
margin: 5px;
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
#description-table th
|
|
|
|
|
{
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
background-color: lightgray;
|
|
|
|
|
color: #039;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 10px 8px;
|
|
|
|
|
border-bottom: 2px solid #6678b1;
|
|
|
|
|
}
|
|
|
|
|
#description-table td
|
|
|
|
|
{
|
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
|
color: #669;
|
|
|
|
|
padding: 6px 8px;
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
#description-table tbody tr:hover td
|
|
|
|
|
{
|
|
|
|
|
color: #009;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
th#row-divider
|
2011-07-25 06:14:21 +08:00
|
|
|
{
|
|
|
|
|
font-weight: bolder;
|
|
|
|
|
font-size: larger;
|
2011-07-25 05:45:58 +08:00
|
|
|
}
|