You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
244 lines
4.0 KiB
244 lines
4.0 KiB
/* Text Styles */
|
|
hr { color: #000000}
|
|
body, table, tr, th /* Normal */
|
|
{
|
|
font-size: 100%;
|
|
font-family: Verdana;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
color: #000000;
|
|
text-decoration: none;
|
|
}
|
|
span.f_CodeExample /* Code Example */
|
|
{
|
|
font-family: 'Courier New';
|
|
color: #000066;
|
|
}
|
|
span.f_Comment /* Comment */
|
|
{
|
|
}
|
|
span.f_CopyCodeLink /* Copy Code Link */
|
|
{
|
|
}
|
|
span.f_Heading1 /* Heading1 */
|
|
{
|
|
font-size: 125%;
|
|
font-weight: bold;
|
|
}
|
|
span.f_Heading2 /* Heading2 */
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
span.f_ImageCaption /* Image Caption */
|
|
{
|
|
font-weight: bold;
|
|
}
|
|
span.f_InheritanceHierarchy /* Inheritance Hierarchy */
|
|
{
|
|
}
|
|
span.f_List /* List */
|
|
{
|
|
}
|
|
span.f_Notes /* Notes */
|
|
{
|
|
}
|
|
span.f_Numberedlist /* Numbered list */
|
|
{
|
|
}
|
|
span.f_ParameterDescr /* ParameterDescr */
|
|
{
|
|
}
|
|
span.f_ParameterName /* ParameterName */
|
|
{
|
|
font-style: italic;
|
|
}
|
|
span.f_TableHeading /* Table Heading */
|
|
{
|
|
font-weight: bold;
|
|
color: #000066;
|
|
}
|
|
span.f_TableHeadingCpp /* Table Heading Cpp */
|
|
{
|
|
font-weight: bold;
|
|
color: #000066;
|
|
}
|
|
span.f_TableHeadingCsharp /* Table Heading Csharp */
|
|
{
|
|
font-weight: bold;
|
|
color: #000066;
|
|
}
|
|
span.f_TableHeadingJscript /* Table Heading Jscript */
|
|
{
|
|
font-weight: bold;
|
|
color: #000066;
|
|
}
|
|
span.f_TableHeadingJsharp /* Table Heading Jsharp */
|
|
{
|
|
font-weight: bold;
|
|
color: #000066;
|
|
}
|
|
span.f_TableHeadingVB /* Table Heading VB */
|
|
{
|
|
font-weight: bold;
|
|
color: #000066;
|
|
}
|
|
span.f_TableHeadingXaml /* Table Heading Xaml */
|
|
{
|
|
font-weight: bold;
|
|
color: #000066;
|
|
}
|
|
span.f_TableText /* Table Text */
|
|
{
|
|
}
|
|
span.f_Title /* Title */
|
|
{
|
|
font-size: 163%;
|
|
font-weight: bold;
|
|
}
|
|
span.f_ToggleSectionParagraph /* ToggleSectionParagraph */
|
|
{
|
|
font-size: 13%;
|
|
}
|
|
/* Paragraph styles */
|
|
p /* Normal */
|
|
{
|
|
text-align: left;
|
|
text-indent: 0px;
|
|
padding: 0px 0px 0px 0px;
|
|
margin: 10px 0px 5px 0px;
|
|
}
|
|
.p_CodeExample /* Code Example */
|
|
{
|
|
white-space: nowrap;
|
|
margin: 0px 0px 0px 0px;
|
|
}
|
|
.p_Comment /* Comment */
|
|
{
|
|
}
|
|
.p_CopyCodeLink /* Copy Code Link */
|
|
{
|
|
text-align: right;
|
|
white-space: nowrap;
|
|
margin: 2px 2px 2px 0px;
|
|
}
|
|
.p_Heading1 /* Heading1 */
|
|
{
|
|
font-size: 100%;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
text-indent: 0px;
|
|
padding: 0px 0px 0px 0px;
|
|
margin: 18px 0px 8px 0px;
|
|
}
|
|
.p_Heading2 /* Heading2 */
|
|
{
|
|
font-size: 100%;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
text-indent: 0px;
|
|
padding: 0px 0px 0px 0px;
|
|
margin: 10px 0px 5px 0px;
|
|
}
|
|
.p_ImageCaption /* Image Caption */
|
|
{
|
|
}
|
|
.p_InheritanceHierarchy /* Inheritance Hierarchy */
|
|
{
|
|
margin: 0px 0px 0px 0px;
|
|
}
|
|
.p_List /* List */
|
|
{
|
|
margin: 6px 0px 3px 8px;
|
|
}
|
|
.p_Notes /* Notes */
|
|
{
|
|
}
|
|
.p_Numberedlist /* Numbered list */
|
|
{
|
|
margin: 6px 0px 3px 16px;
|
|
}
|
|
.p_ParameterDescr /* ParameterDescr */
|
|
{
|
|
margin: 0px 0px 5px 0px;
|
|
}
|
|
.p_ParameterName /* ParameterName */
|
|
{
|
|
margin: 10px 0px 1px 0px;
|
|
}
|
|
.p_TableHeading /* Table Heading */
|
|
{
|
|
margin: 2px 0px 2px 0px;
|
|
}
|
|
.p_TableHeadingCpp /* Table Heading Cpp */
|
|
{
|
|
margin: 2px 0px 2px 0px;
|
|
}
|
|
.p_TableHeadingCsharp /* Table Heading Csharp */
|
|
{
|
|
margin: 2px 0px 2px 0px;
|
|
}
|
|
.p_TableHeadingJscript /* Table Heading Jscript */
|
|
{
|
|
margin: 2px 0px 2px 0px;
|
|
}
|
|
.p_TableHeadingJsharp /* Table Heading Jsharp */
|
|
{
|
|
margin: 2px 0px 2px 0px;
|
|
}
|
|
.p_TableHeadingVB /* Table Heading VB */
|
|
{
|
|
margin: 2px 0px 2px 0px;
|
|
}
|
|
.p_TableHeadingXaml /* Table Heading Xaml */
|
|
{
|
|
margin: 2px 0px 2px 0px;
|
|
}
|
|
.p_TableText /* Table Text */
|
|
{
|
|
margin: 2px 0px 2px 0px;
|
|
}
|
|
.p_Title /* Title */
|
|
{
|
|
}
|
|
.p_ToggleSectionParagraph /* ToggleSectionParagraph */
|
|
{
|
|
margin: 0px 0px 0px 10px;
|
|
}
|
|
|
|
|
|
#hmpopupdiv /* used for javascript text popups */
|
|
{
|
|
display: none;
|
|
position: absolute;
|
|
z-index: 1000;
|
|
background-color: #FFFFFF;
|
|
padding: 6px;
|
|
border:1px solid #000000;
|
|
border-radius: 5px;
|
|
box-shadow: 5px 5px 5px #888;
|
|
}
|
|
|
|
#hmlightbox /* image lightbox */
|
|
{
|
|
border: none;
|
|
padding: 8px;
|
|
background: #FFF;
|
|
font-size: 110%;
|
|
font-weight: bold;
|
|
color: #777;
|
|
box-shadow: 5px 5px 5px #888;
|
|
}
|
|
|
|
a.dropdown-toggle /* dropdown toggle caption */
|
|
{
|
|
cursor: pointer;
|
|
}
|
|
a.inline-toggle /* inline toggle caption */
|
|
{
|
|
cursor: pointer;
|
|
}
|
|
img.dropdown-toggle-icon /* toggle icon */
|
|
{
|
|
cursor: pointer;
|
|
}
|