mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2025-08-02 06:38:22 -05:00
Adding generated help documents.
This commit is contained in:
parent
1a143b9e81
commit
fb517aba9d
405 changed files with 6421 additions and 1 deletions
40
docs/styles/branding-Help1.css
Normal file
40
docs/styles/branding-Help1.css
Normal file
|
@ -0,0 +1,40 @@
|
|||
/* Define the userData cache persistence mechanism for Help 1 files */
|
||||
.userDataStyle {
|
||||
behavior: url(#default#userdata);
|
||||
}
|
||||
|
||||
/* Style adjustments for Help 1 */
|
||||
.pageBody {
|
||||
padding-top: 0px 20px 0px 0px;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 95%;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
table.members {
|
||||
width: 95%;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
th p {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
td p {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.codeSnippetContainerTabs {
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
.codeSnippetToolBarText {
|
||||
top: -13px;
|
||||
}
|
||||
|
||||
.codeSnippetContainerTabSingle {
|
||||
padding: 2px 15px 0px 15px;
|
||||
height: 22px;
|
||||
}
|
48
docs/styles/branding-HelpViewer.css
Normal file
48
docs/styles/branding-HelpViewer.css
Normal file
|
@ -0,0 +1,48 @@
|
|||
/* Style adjustments for Help Viewer */
|
||||
.pageBody {
|
||||
padding-top: 0px 20px 0px 0px;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 95%;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
table.members {
|
||||
width: 95%;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
th p {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
td p {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.codeSnippetContainerTabs {
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
.codeSnippetToolBarText {
|
||||
top: -13px;
|
||||
}
|
||||
|
||||
.codeSnippetContainerTabSingle {
|
||||
padding: 2px 15px 0px 15px;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
.codeSnippetContainerTab a:visited {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.codeSnippetContainerTabActive a:visited {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
span.keyword {
|
||||
color: #0000ff;
|
||||
font-weight: normal;
|
||||
}
|
156
docs/styles/branding-Website.css
Normal file
156
docs/styles/branding-Website.css
Normal file
|
@ -0,0 +1,156 @@
|
|||
/* Style adjustments for websites */
|
||||
.pageBody {
|
||||
padding: 0px 20px 0px 0px;
|
||||
}
|
||||
.topicContent {
|
||||
margin-left: 280px;
|
||||
}
|
||||
|
||||
/* Lightweight TOC */
|
||||
.tocCollapsed {
|
||||
background: url('../icons/TocCollapsed.gif') no-repeat scroll center;
|
||||
width: 17px;
|
||||
height: 20px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.tocExpanded {
|
||||
background: url('../icons/TocExpanded.gif') no-repeat scroll center;
|
||||
width: 17px;
|
||||
height: 20px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.tocResize {
|
||||
position: absolute;
|
||||
top: 90px;
|
||||
left: 300px;
|
||||
width: 5px;
|
||||
height: 20px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
.tocResize img {
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
div#leftNav {
|
||||
float: left;
|
||||
margin: 0px -1px 0 0;
|
||||
width: 280px;
|
||||
min-height: 10px;
|
||||
position: relative;
|
||||
border-right: 1px solid #b6b6b6;
|
||||
padding-left: 10px;
|
||||
padding-top: 15px;
|
||||
}
|
||||
div#tocNav {
|
||||
font-family: 'Segoe UI' ,Verdana,Arial;
|
||||
overflow-x: hidden;
|
||||
line-height: normal;
|
||||
margin: -20px 0 0 -4px;
|
||||
}
|
||||
div#tocNav > div {
|
||||
overflow-x: hidden;
|
||||
white-space: normal;
|
||||
width: auto;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
div#leftNav a, div#leftNav a:link, div#leftNav a:visited {
|
||||
color: #1364c4;
|
||||
text-decoration: none;
|
||||
}
|
||||
div#leftNav a:hover {
|
||||
color: #3390b1;
|
||||
}
|
||||
div#tocNav > div > a, div#tocNav > div > a:link, div#tocNav > div > a:visited {
|
||||
display: block;
|
||||
margin-left: 18px;
|
||||
overflow: hidden;
|
||||
}
|
||||
div#tocNav > div.current > a, div#tocNav > div.current > a:link, div#tocNav > div.current > a:visited {
|
||||
color: #000;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
div#tocNav > div > a.tocExpanded, div#tocNav > div > a.tocCollapsed {
|
||||
float: left;
|
||||
display: inline-block;
|
||||
margin-left: 0;
|
||||
vertical-align: top;
|
||||
}
|
||||
div#tocResizableEW {
|
||||
cursor: e-resize;
|
||||
width: 15px;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
display: block;
|
||||
font-size: 0.5px;
|
||||
right: -7px;
|
||||
}
|
||||
.toclevel0:first-child {
|
||||
margin-top: 16px;
|
||||
}
|
||||
div#tocNav > div.toclevel1 {
|
||||
padding-left: 17px;
|
||||
}
|
||||
div#tocNav > div.toclevel2 {
|
||||
padding-left: 34px;
|
||||
}
|
||||
div#tocNav > div.toclevel3 {
|
||||
padding-left: 51px;
|
||||
}
|
||||
div#tocNav > div.toclevel4 {
|
||||
padding-left: 68px;
|
||||
}
|
||||
div#tocNav > div.toclevel5 {
|
||||
padding-left: 85px;
|
||||
}
|
||||
div#tocNav > div.toclevel6 {
|
||||
padding-left: 102px;
|
||||
}
|
||||
div#tocNav > div.toclevel7 {
|
||||
padding-left: 119px;
|
||||
}
|
||||
div#tocNav > div.toclevel8 {
|
||||
padding-left: 136px;
|
||||
}
|
||||
div#tocNav > div.toclevel9 {
|
||||
padding-left: 153px;
|
||||
}
|
||||
div#tocNav > div.toclevel10 {
|
||||
padding-left: 170px;
|
||||
}
|
||||
|
||||
/* Search form */
|
||||
form#SearchForm {
|
||||
float: right;
|
||||
background-color: #eee;
|
||||
width: 280px;
|
||||
}
|
||||
form#SearchForm input {
|
||||
background-color: #eee;
|
||||
border: 0;
|
||||
height: 22px;
|
||||
width: 230px;
|
||||
color: #3b3b3b;
|
||||
display: inline-block;
|
||||
margin: 1px 0 0 0;
|
||||
padding: 1px 4px 1px 10px;
|
||||
}
|
||||
form#SearchForm button {
|
||||
background: url('../icons/Search.png') no-repeat scroll center;
|
||||
background-color: #eee;
|
||||
float: right;
|
||||
border: 0;
|
||||
margin: 3px 2px 0 0;
|
||||
cursor: pointer;
|
||||
color: #3b3b3b;
|
||||
width: 19px;
|
||||
height: 18px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.searchContainer {
|
||||
width: 700px;
|
||||
margin-top: 50px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
3
docs/styles/branding-cs-CZ.css
Normal file
3
docs/styles/branding-cs-CZ.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
/* Start CS-CZ locale-specific CSS */
|
||||
|
||||
/* End locale-specific CSS */
|
3
docs/styles/branding-de-DE.css
Normal file
3
docs/styles/branding-de-DE.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
/* Start DE-DE locale-specific CSS */
|
||||
|
||||
/* End locale-specific CSS */
|
3
docs/styles/branding-en-US.css
Normal file
3
docs/styles/branding-en-US.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
/* Start EN-US locale-specific CSS */
|
||||
|
||||
/* End locale-specific CSS */
|
3
docs/styles/branding-es-ES.css
Normal file
3
docs/styles/branding-es-ES.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
/* Start ES-ES locale-specific CSS */
|
||||
|
||||
/* End locale-specific CSS */
|
3
docs/styles/branding-fr-FR.css
Normal file
3
docs/styles/branding-fr-FR.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
/* Start FR-FR locale-specific CSS */
|
||||
|
||||
/* End locale-specific CSS */
|
3
docs/styles/branding-it-IT.css
Normal file
3
docs/styles/branding-it-IT.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
/* Start IT-IT locale-specific CSS */
|
||||
|
||||
/* End locale-specific CSS */
|
18
docs/styles/branding-ja-JP.css
Normal file
18
docs/styles/branding-ja-JP.css
Normal file
|
@ -0,0 +1,18 @@
|
|||
/* Start JA-JP locale-specific CSS */
|
||||
body
|
||||
{
|
||||
font-family: Segoe UI, Verdana, Arial, MS Pゴシック;
|
||||
}
|
||||
pre
|
||||
{
|
||||
font-family: Consolas, Courier, monospace, MS ゴシック;
|
||||
}
|
||||
span.tt
|
||||
{
|
||||
font-family: Consolas, Courier, monospace, MS ゴシック;
|
||||
}
|
||||
span.code
|
||||
{
|
||||
font-family: Consolas, Courier, monospace, MS ゴシック;
|
||||
}
|
||||
/* End locale-specific CSS */
|
19
docs/styles/branding-ko-KR.css
Normal file
19
docs/styles/branding-ko-KR.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
/* Start KO-KR locale-specific CSS */
|
||||
body
|
||||
{
|
||||
font-family: Malgun Gothic, Segoe UI, Verdana, Arial;
|
||||
font-size: 0.75em; /*9pt*/
|
||||
}
|
||||
pre
|
||||
{
|
||||
font-family: Consolas, Courier, monospace, 돋움체;
|
||||
}
|
||||
span.tt
|
||||
{
|
||||
font-family: Consolas, Courier, monospace, 돋움체;
|
||||
}
|
||||
span.code
|
||||
{
|
||||
font-family: Consolas, Courier, monospace, 돋움체;
|
||||
}
|
||||
/* End locale-specific CSS */
|
3
docs/styles/branding-pl-PL.css
Normal file
3
docs/styles/branding-pl-PL.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
/* Start PL-PL locale-specific CSS */
|
||||
|
||||
/* End locale-specific CSS */
|
3
docs/styles/branding-pt-BR.css
Normal file
3
docs/styles/branding-pt-BR.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
/* Start PT-BR locale-specific CSS */
|
||||
|
||||
/* End locale-specific CSS */
|
3
docs/styles/branding-ru-RU.css
Normal file
3
docs/styles/branding-ru-RU.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
/* Start RU-RU locale-specific CSS */
|
||||
|
||||
/* End locale-specific CSS */
|
3
docs/styles/branding-tr-TR.css
Normal file
3
docs/styles/branding-tr-TR.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
/* Start TR-TR locale-specific CSS */
|
||||
|
||||
/* End locale-specific CSS */
|
18
docs/styles/branding-zh-CN.css
Normal file
18
docs/styles/branding-zh-CN.css
Normal file
|
@ -0,0 +1,18 @@
|
|||
/* Start ZH-CN locale-specific CSS */
|
||||
body
|
||||
{
|
||||
font-family: "Microsoft YaHei UI","Microsoft YaHei","SimSun","Segoe UI","Lucida Grande",Verdana,Arial,Helvetica,sans-serif
|
||||
}
|
||||
pre
|
||||
{
|
||||
font-family: Consolas, Courier, monospace!important;
|
||||
}
|
||||
span.tt
|
||||
{
|
||||
font-family: Consolas, Courier, monospace;
|
||||
}
|
||||
span.code
|
||||
{
|
||||
font-family: Consolas, Courier, monospace;
|
||||
}
|
||||
/* End locale-specific CSS */
|
18
docs/styles/branding-zh-TW.css
Normal file
18
docs/styles/branding-zh-TW.css
Normal file
|
@ -0,0 +1,18 @@
|
|||
/* Start ZH-TW locale-specific CSS */
|
||||
body
|
||||
{
|
||||
font-family: MS JhengHei, MingLiU, Segoe UI, Verdana, Arial;
|
||||
}
|
||||
pre
|
||||
{
|
||||
font-family: Consolas, Courier, monospace, 細明體;
|
||||
}
|
||||
span.tt
|
||||
{
|
||||
font-family: Consolas, Courier, monospace, 細明體;
|
||||
}
|
||||
span.code
|
||||
{
|
||||
font-family: Consolas, Courier, monospace, 細明體;
|
||||
}
|
||||
/* End locale-specific CSS */
|
583
docs/styles/branding.css
Normal file
583
docs/styles/branding.css
Normal file
|
@ -0,0 +1,583 @@
|
|||
/* General styles */
|
||||
body {
|
||||
font-family: 'Segoe UI' , 'Lucida Grande' , Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 15px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
color: #000;
|
||||
}
|
||||
h1 {
|
||||
font-family: 'Segoe UI' , 'Lucida Grande' , Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 2.5em;
|
||||
font-weight: normal;
|
||||
margin-top: 0;
|
||||
color: #000;
|
||||
}
|
||||
h2, h3 {
|
||||
font-family: 'Segoe UI Semibold' , 'Segoe UI' , 'Lucida Grande' , Verdana, Arial, Helvetica, sans-serif;
|
||||
font-weight: normal;
|
||||
margin: 0;
|
||||
padding-bottom: 5px;
|
||||
padding-top: 5px;
|
||||
color: #000;
|
||||
}
|
||||
h2 {
|
||||
font-size: 1.769em;
|
||||
}
|
||||
h3 {
|
||||
font-size: 1.231em;
|
||||
}
|
||||
h4, .subHeading {
|
||||
font-family: 'Segoe UI Semibold' , 'Segoe UI' , 'Lucida Grande' , Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 1.077em;
|
||||
font-weight: normal;
|
||||
margin: 0;
|
||||
color: #000;
|
||||
}
|
||||
.subHeading {
|
||||
margin-top: 5px;
|
||||
}
|
||||
h5, h6 {
|
||||
font-family: 'Segoe UI Semibold' , 'Segoe UI' , 'Lucida Grande' , Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 1em;
|
||||
font-weight: normal;
|
||||
line-height: 130%;
|
||||
margin: 0;
|
||||
color: #000;
|
||||
}
|
||||
a, a:link {
|
||||
text-decoration: none;
|
||||
color: #1364c4;
|
||||
}
|
||||
a:visited, a:active {
|
||||
text-decoration: none;
|
||||
color: #03697a;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
color: #3390b1;
|
||||
}
|
||||
a.button, a.button:active, a.button:hover {
|
||||
float: right;
|
||||
background-color: #0080c0;
|
||||
color: white;
|
||||
padding: 6px 12px;
|
||||
font-size: 14px;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 4px;
|
||||
margin-left: 6px;
|
||||
}
|
||||
a.button:link, a.button:visited {
|
||||
color: white;
|
||||
}
|
||||
img {
|
||||
border: 0;
|
||||
}
|
||||
p {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 15px;
|
||||
line-height: 18px;
|
||||
}
|
||||
q {
|
||||
font-style: italic;
|
||||
}
|
||||
blockquote {
|
||||
margin-top: 0px;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
padding: 0;
|
||||
margin-bottom: 15px;
|
||||
font-size: 15px;
|
||||
width: 100%;
|
||||
}
|
||||
td, th {
|
||||
border-bottom: 1px solid #dbdbdb;
|
||||
margin: 10px;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-right: 8px;
|
||||
padding-left: 8px;
|
||||
}
|
||||
th {
|
||||
background-color: #ededed;
|
||||
color: #636363;
|
||||
text-align: left;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
td {
|
||||
color: #2a2a2a;
|
||||
vertical-align: top;
|
||||
}
|
||||
table p:last-child {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
table.members {
|
||||
width: 100%;
|
||||
}
|
||||
table.members td {
|
||||
min-width: 72px;
|
||||
}
|
||||
table.members img {
|
||||
padding-right: 5px;
|
||||
}
|
||||
div.alert img {
|
||||
padding-right: 5px;
|
||||
}
|
||||
ol {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
ol ol {
|
||||
list-style-type: lower-alpha;
|
||||
}
|
||||
ol ol ol {
|
||||
list-style-type: lower-roman;
|
||||
}
|
||||
ul {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.noBullet {
|
||||
list-style-type: none;
|
||||
padding-left: 20px;
|
||||
}
|
||||
ul ul {
|
||||
list-style-type: circle;
|
||||
}
|
||||
ul ul ul {
|
||||
list-style-type: square;
|
||||
}
|
||||
dt {
|
||||
font-weight: 600;
|
||||
}
|
||||
pre {
|
||||
font-family: Consolas, Courier, monospace;
|
||||
overflow: hidden;
|
||||
}
|
||||
.pageHeader {
|
||||
font-family: 'Segoe UI' , Tahoma, Helvetica, Sans-Serif;
|
||||
background-color: #333333;
|
||||
color: #d0d0d0;
|
||||
padding: 5px 10px;
|
||||
vertical-align: middle;
|
||||
height: 25px;
|
||||
}
|
||||
.pageBody {
|
||||
padding: 0px;
|
||||
}
|
||||
.topicContent {
|
||||
padding: 10px 10px 15px 10px;
|
||||
overflow: visible;
|
||||
border-left: 1px solid #bbb;
|
||||
}
|
||||
.pageFooter {
|
||||
clear: both;
|
||||
border-top: solid 1px #bbb;
|
||||
padding: 10px;
|
||||
}
|
||||
.feedbackLink {
|
||||
}
|
||||
.iconColumn {
|
||||
width: 100px;
|
||||
}
|
||||
.seeAlsoStyle {
|
||||
}
|
||||
table.titleTable td {
|
||||
padding-top: 0px;
|
||||
border-width: 0px;
|
||||
}
|
||||
td.titleColumn {
|
||||
margin-top: 0px;
|
||||
padding-left: 0px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
td.logoColumn {
|
||||
padding-left: 0px;
|
||||
padding-right: 10px;
|
||||
vertical-align: middle;
|
||||
width: 1px;
|
||||
}
|
||||
td.logoColumnAbove {
|
||||
padding: 0px 10px 0px 0px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
span.selflink {
|
||||
color: #000066;
|
||||
}
|
||||
div.preliminary {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
font-weight: bold;
|
||||
color: #333333;
|
||||
}
|
||||
div.caption {
|
||||
font-weight: bold;
|
||||
font-size: 1em; /*12pt*/
|
||||
color: #003399;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
.procedureSubHeading {
|
||||
font-size: 1.1em; /*13.5pt*/
|
||||
font-weight: bold;
|
||||
}
|
||||
.summary {
|
||||
}
|
||||
|
||||
/* Collapsible region styles */
|
||||
.collapsibleAreaRegion {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.collapseToggle {
|
||||
padding-right: 5px;
|
||||
}
|
||||
.collapsibleRegionTitle {
|
||||
font-family: 'Segoe UI Semibold' , 'Segoe UI' , 'Lucida Grande' , Verdana, Arial, Helvetica, sans-serif !important;
|
||||
font-style: normal !important;
|
||||
font-size: 1.769em;
|
||||
margin-top: 9px;
|
||||
margin-bottom: 19px;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.collapsibleSection {
|
||||
padding: 0 0 0 20px;
|
||||
}
|
||||
|
||||
/* Syntax and code snippet styles */
|
||||
.codeSnippetContainer {
|
||||
min-width: 260px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.codeSnippetContainerTabs {
|
||||
height: 23px;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
.codeSnippetContainerTab {
|
||||
padding: 0px 15px;
|
||||
width: auto;
|
||||
height: 22px;
|
||||
color: #2a2a2a;
|
||||
font-family: "Segoe UI" , "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif !important;
|
||||
font-size: 12px;
|
||||
font-style: normal !important;
|
||||
vertical-align: baseline;
|
||||
float: left;
|
||||
}
|
||||
.codeSnippetContainerTabActive {
|
||||
background: #f8f8f8;
|
||||
padding: 0px 15px;
|
||||
width: auto;
|
||||
height: 22px;
|
||||
color: #000000;
|
||||
font-family: "Segoe UI" , "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif !important;
|
||||
font-size: 12px;
|
||||
font-style: normal !important;
|
||||
vertical-align: baseline;
|
||||
border-top-color: #939393;
|
||||
border-right-color: #939393;
|
||||
border-left-color: #939393;
|
||||
border-top-width: 1px;
|
||||
border-right-width: 1px;
|
||||
border-left-width: 1px;
|
||||
border-top-style: solid;
|
||||
border-right-style: solid;
|
||||
border-left-style: solid;
|
||||
float: left;
|
||||
}
|
||||
.codeSnippetContainerTabPhantom {
|
||||
background: #f8f8f8;
|
||||
padding: 0px 15px;
|
||||
width: auto;
|
||||
height: 22px;
|
||||
color: #000000;
|
||||
font-family: "Segoe UI" , "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif !important;
|
||||
font-size: 12px;
|
||||
font-style: normal !important;
|
||||
vertical-align: baseline;
|
||||
border-top-color: #939393;
|
||||
border-right-color: #939393;
|
||||
border-left-color: #939393;
|
||||
border-top-width: 1px;
|
||||
border-right-width: 1px;
|
||||
border-left-width: 1px;
|
||||
border-top-style: solid;
|
||||
border-right-style: solid;
|
||||
border-left-style: solid;
|
||||
float: left;
|
||||
display: none;
|
||||
}
|
||||
.codeSnippetContainerTabSingle {
|
||||
background: #f8f8f8;
|
||||
padding: 2px 15px 0px 15px;
|
||||
width: auto;
|
||||
height: 20px;
|
||||
color: #000000;
|
||||
font-family: "Segoe UI" , "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif !important;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
font-style: normal !important;
|
||||
vertical-align: baseline;
|
||||
border-top-color: #939393;
|
||||
border-right-color: #939393;
|
||||
border-left-color: #939393;
|
||||
border-top-width: 1px;
|
||||
border-right-width: 1px;
|
||||
border-left-width: 1px;
|
||||
border-top-style: solid;
|
||||
border-right-style: solid;
|
||||
border-left-style: solid;
|
||||
float: left;
|
||||
}
|
||||
.codeSnippetContainerTab a {
|
||||
top: 2px;
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
position: relative;
|
||||
}
|
||||
.codeSnippetContainerTab a:link {
|
||||
color: #000000;
|
||||
}
|
||||
.codeSnippetContainerTab a:hover {
|
||||
color: #136460;
|
||||
}
|
||||
.codeSnippetContainerTabActive a {
|
||||
top: 2px;
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
position: relative;
|
||||
cursor: default;
|
||||
}
|
||||
.codeSnippetContainerTabActive a:link {
|
||||
color: #000000;
|
||||
}
|
||||
.codeSnippetContainerTabActive a:hover {
|
||||
color: #000000;
|
||||
}
|
||||
.codeSnippetContainerTabPhantom a {
|
||||
top: 2px;
|
||||
color: #000000;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
position: relative;
|
||||
cursor: default;
|
||||
}
|
||||
.codeSnippetContainerTabPhantom a:link {
|
||||
color: #000000;
|
||||
}
|
||||
.codeSnippetContainerCodeContainer {
|
||||
border: 1px solid #939393;
|
||||
top: -1px;
|
||||
margin-bottom: 12px;
|
||||
position: relative;
|
||||
}
|
||||
.codeSnippetToolBar {
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
.codeSnippetToolBarText {
|
||||
top: -8px;
|
||||
width: auto;
|
||||
height: 0px;
|
||||
padding-right: 0px;
|
||||
padding-left: 0px;
|
||||
vertical-align: top;
|
||||
float: right;
|
||||
position: relative;
|
||||
}
|
||||
.codeSnippetToolBarText a {
|
||||
color: #1364c4;
|
||||
text-decoration: none;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
font-family: "Segoe UI" , "Lucida Grande" , Verdana, Arial, Helvetica, sans-serif !important;
|
||||
font-size: 10px;
|
||||
font-style: normal !important;
|
||||
text-decoration: none;
|
||||
margin-right: 10px;
|
||||
margin-left: 0px;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.codeSnippetToolBarText a:link {
|
||||
color: #1364c4;
|
||||
}
|
||||
.codeSnippetContainerCode {
|
||||
margin: 0px;
|
||||
padding: 10px;
|
||||
width: auto;
|
||||
}
|
||||
.codeSnippetContainerCode div {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
.codeSnippetContainerCode pre {
|
||||
margin: 0px;
|
||||
padding: 5px;
|
||||
overflow: auto;
|
||||
font-family: Consolas, Courier, monospace !important;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
-ms-word-wrap: normal;
|
||||
}
|
||||
.codeSnippetContainerCode .keyword {
|
||||
color: #0000ff;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.copyCodeSnippet {
|
||||
}
|
||||
|
||||
/* Keyword and phrase styles */
|
||||
span.code, span.command {
|
||||
font-family: Consolas, Courier, monospace;
|
||||
color: #000066;
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
span.ui {
|
||||
font-weight: bold;
|
||||
}
|
||||
span.math {
|
||||
font-style: italic;
|
||||
}
|
||||
span.input {
|
||||
font-weight: bold;
|
||||
}
|
||||
span.term {
|
||||
font-style: italic;
|
||||
}
|
||||
span.label {
|
||||
font-weight: bold;
|
||||
}
|
||||
span.foreignPhrase, span.phrase {
|
||||
font-style: italic;
|
||||
}
|
||||
span.placeholder {
|
||||
font-style: italic;
|
||||
}
|
||||
span.typeparameter {
|
||||
font-style: italic;
|
||||
}
|
||||
span.identifier {
|
||||
}
|
||||
span.keyword {
|
||||
font-weight: bold;
|
||||
}
|
||||
span.parameter {
|
||||
font-style: italic;
|
||||
}
|
||||
dt span.parameter {
|
||||
font-weight: normal;
|
||||
}
|
||||
span.literal, span.literalValue {
|
||||
color: #cc0000;
|
||||
}
|
||||
span.comment {
|
||||
color: #006633;
|
||||
}
|
||||
span.introStyle {
|
||||
color: #a9a9a9;
|
||||
}
|
||||
span.nolink {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Auto-outline styles */
|
||||
ul.autoOutline {
|
||||
}
|
||||
li.outlineSectionEntry {
|
||||
}
|
||||
div.outlineSectionEntrySummary {
|
||||
}
|
||||
|
||||
/* Media styles */
|
||||
div.mediaNear {
|
||||
text-align: left;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
div.mediaFar {
|
||||
text-align: right;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
div.mediaCenter {
|
||||
text-align: center;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
span.captionLead {
|
||||
font-weight: bold;
|
||||
margin-right: .5em;
|
||||
}
|
||||
span.media img {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/* Glossary styles */
|
||||
div.glossaryDiv {
|
||||
}
|
||||
div.glossaryLetterBar {
|
||||
}
|
||||
hr.glossaryRule {
|
||||
}
|
||||
h3.glossaryGroupHeading {
|
||||
color: #808080;
|
||||
}
|
||||
div.glossaryGroup {
|
||||
}
|
||||
dl.glossaryGroupList {
|
||||
margin: 0;
|
||||
color: Black;
|
||||
}
|
||||
dt.glossaryEntry {
|
||||
margin-left: 2em;
|
||||
}
|
||||
dd.glossaryEntry {
|
||||
margin-left: 2em;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
div.relatedEntry {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
/* Bibliography styles */
|
||||
div.bibliographStyle {
|
||||
padding-top: 5px;
|
||||
}
|
||||
span.bibliographyNumber {
|
||||
}
|
||||
span.bibliographyAuthor {
|
||||
font-weight: bold;
|
||||
}
|
||||
span.bibliographyTitle {
|
||||
font-style: italic;
|
||||
}
|
||||
span.bibliographyPublisher {
|
||||
}
|
||||
sup.citation a:link a:visited a:active {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Placeholder for the Help 1 user data style class */
|
||||
.userDataStyle {
|
||||
}
|
||||
|
||||
|
||||
|
||||
.missing
|
||||
{
|
||||
color: #dc143c;
|
||||
font-size: 8.5pt;
|
||||
font-weight: bold;
|
||||
}
|
28
docs/styles/highlight.css
Normal file
28
docs/styles/highlight.css
Normal file
|
@ -0,0 +1,28 @@
|
|||
.highlight-inline { color: #000066; font-size: 9pt; font-family: Consolas, "Courier New", Courier, monospace; }
|
||||
.highlight-pre { clear: both; width: 99.5%; background-color: #EFEFF7; padding: 0.4em; font-size: 9pt; font-family: Consolas, "Courier New", Courier, monospace; margin-top: 0px; margin-bottom: 1em; }
|
||||
.highlight-comment { color: #006633; }
|
||||
.highlight-literal { color: #CC0000; }
|
||||
.highlight-number { color: #009966; }
|
||||
.highlight-keyword { color: #0000FF; }
|
||||
.highlight-preprocessor { color: #996666; }
|
||||
.highlight-xml-tag { color: #AA4400 }
|
||||
.highlight-xml-bracket { color: #0000FF }
|
||||
.highlight-xml-bracket-inline { background: #FFFF66 }
|
||||
.highlight-xml-comment { color: #006633 }
|
||||
.highlight-xml-cdata { color: #AA0088 }
|
||||
.highlight-xml-attribute-name { color: #0000FF }
|
||||
.highlight-xml-attribute-equal { color: #000000 }
|
||||
.highlight-xml-attribute-value {color: #CC0000 }
|
||||
.highlight-title { font-weight: bold; margin-top: 1em; margin-bottom: 2px; border-bottom: gray 1px solid; padding-bottom: 3px; }
|
||||
.highlight-copycode { float: right; padding-right: 10px; font-weight: normal; cursor: pointer; }
|
||||
.highlight-copycode_h { float: right; padding-right: 10px; font-weight: normal; cursor: pointer; text-decoration: underline}
|
||||
.highlight-lineno { font-size: 80%; color: black }
|
||||
.highlight-lnborder { border-right-style: solid; border-right-width: 1px; border-color: gray; padding-right: 4px; margin-right: 4px; width: 4px;}
|
||||
.highlight-spacer { padding-right: 20px; }
|
||||
.highlight-spacerShort { padding-right: 5px; }
|
||||
.highlight-collapsebox { cursor: pointer; color: black; text-align: center; border-style: solid; border-width: 1px; border-color: gray; margin-left: 2px; margin-right: 5px; }
|
||||
.highlight-collapsed { border-style: solid; border-width: 1px; border-color: gray; margin: 2px; color: gray; }
|
||||
.highlight-expanded { border-left-style: solid; border-left-width: 1px; border-color: gray; margin-left: 2px; margin-right: 10px; }
|
||||
.highlight-endblock { border-left-style: solid; border-left-width: 1px; border-bottom-style: solid; border-bottom-width: 1px; border-color: gray; margin-left: 2px; margin-right: 10px; }
|
||||
.highlight-pshell-cmdlet { color: #5A9EA5; font-weight: bold; }
|
||||
.highlight-namespace { color: #008284; }
|
Loading…
Add table
Add a link
Reference in a new issue