aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ref/csharp/html/styles
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/csharp/html/styles')
-rw-r--r--doc/ref/csharp/html/styles/branding-Help1.css40
-rw-r--r--doc/ref/csharp/html/styles/branding-HelpViewer.css48
-rw-r--r--doc/ref/csharp/html/styles/branding-Website.css156
-rw-r--r--doc/ref/csharp/html/styles/branding-cs-CZ.css3
-rw-r--r--doc/ref/csharp/html/styles/branding-de-DE.css3
-rw-r--r--doc/ref/csharp/html/styles/branding-en-US.css3
-rw-r--r--doc/ref/csharp/html/styles/branding-es-ES.css3
-rw-r--r--doc/ref/csharp/html/styles/branding-fr-FR.css3
-rw-r--r--doc/ref/csharp/html/styles/branding-it-IT.css3
-rw-r--r--doc/ref/csharp/html/styles/branding-ja-JP.css18
-rw-r--r--doc/ref/csharp/html/styles/branding-ko-KR.css19
-rw-r--r--doc/ref/csharp/html/styles/branding-pl-PL.css3
-rw-r--r--doc/ref/csharp/html/styles/branding-pt-BR.css3
-rw-r--r--doc/ref/csharp/html/styles/branding-ru-RU.css3
-rw-r--r--doc/ref/csharp/html/styles/branding-tr-TR.css3
-rw-r--r--doc/ref/csharp/html/styles/branding-zh-CN.css18
-rw-r--r--doc/ref/csharp/html/styles/branding-zh-TW.css18
-rw-r--r--doc/ref/csharp/html/styles/branding.css561
18 files changed, 908 insertions, 0 deletions
diff --git a/doc/ref/csharp/html/styles/branding-Help1.css b/doc/ref/csharp/html/styles/branding-Help1.css
new file mode 100644
index 0000000000..8f7ba25a3b
--- /dev/null
+++ b/doc/ref/csharp/html/styles/branding-Help1.css
@@ -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;
+}
diff --git a/doc/ref/csharp/html/styles/branding-HelpViewer.css b/doc/ref/csharp/html/styles/branding-HelpViewer.css
new file mode 100644
index 0000000000..951621be66
--- /dev/null
+++ b/doc/ref/csharp/html/styles/branding-HelpViewer.css
@@ -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;
+}
diff --git a/doc/ref/csharp/html/styles/branding-Website.css b/doc/ref/csharp/html/styles/branding-Website.css
new file mode 100644
index 0000000000..d39e08c771
--- /dev/null
+++ b/doc/ref/csharp/html/styles/branding-Website.css
@@ -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;
+}
diff --git a/doc/ref/csharp/html/styles/branding-cs-CZ.css b/doc/ref/csharp/html/styles/branding-cs-CZ.css
new file mode 100644
index 0000000000..f38de74970
--- /dev/null
+++ b/doc/ref/csharp/html/styles/branding-cs-CZ.css
@@ -0,0 +1,3 @@
+/* Start CS-CZ locale-specific CSS */
+
+/* End locale-specific CSS */
diff --git a/doc/ref/csharp/html/styles/branding-de-DE.css b/doc/ref/csharp/html/styles/branding-de-DE.css
new file mode 100644
index 0000000000..4cf80badda
--- /dev/null
+++ b/doc/ref/csharp/html/styles/branding-de-DE.css
@@ -0,0 +1,3 @@
+/* Start DE-DE locale-specific CSS */
+
+/* End locale-specific CSS */
diff --git a/doc/ref/csharp/html/styles/branding-en-US.css b/doc/ref/csharp/html/styles/branding-en-US.css
new file mode 100644
index 0000000000..248cbe5a2a
--- /dev/null
+++ b/doc/ref/csharp/html/styles/branding-en-US.css
@@ -0,0 +1,3 @@
+/* Start EN-US locale-specific CSS */
+
+/* End locale-specific CSS */
diff --git a/doc/ref/csharp/html/styles/branding-es-ES.css b/doc/ref/csharp/html/styles/branding-es-ES.css
new file mode 100644
index 0000000000..4a7ebbd68d
--- /dev/null
+++ b/doc/ref/csharp/html/styles/branding-es-ES.css
@@ -0,0 +1,3 @@
+/* Start ES-ES locale-specific CSS */
+
+/* End locale-specific CSS */
diff --git a/doc/ref/csharp/html/styles/branding-fr-FR.css b/doc/ref/csharp/html/styles/branding-fr-FR.css
new file mode 100644
index 0000000000..d924dec965
--- /dev/null
+++ b/doc/ref/csharp/html/styles/branding-fr-FR.css
@@ -0,0 +1,3 @@
+/* Start FR-FR locale-specific CSS */
+
+/* End locale-specific CSS */
diff --git a/doc/ref/csharp/html/styles/branding-it-IT.css b/doc/ref/csharp/html/styles/branding-it-IT.css
new file mode 100644
index 0000000000..36c6b224fb
--- /dev/null
+++ b/doc/ref/csharp/html/styles/branding-it-IT.css
@@ -0,0 +1,3 @@
+/* Start IT-IT locale-specific CSS */
+
+/* End locale-specific CSS */
diff --git a/doc/ref/csharp/html/styles/branding-ja-JP.css b/doc/ref/csharp/html/styles/branding-ja-JP.css
new file mode 100644
index 0000000000..403aa6ddf8
--- /dev/null
+++ b/doc/ref/csharp/html/styles/branding-ja-JP.css
@@ -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 */
diff --git a/doc/ref/csharp/html/styles/branding-ko-KR.css b/doc/ref/csharp/html/styles/branding-ko-KR.css
new file mode 100644
index 0000000000..2b46e923ef
--- /dev/null
+++ b/doc/ref/csharp/html/styles/branding-ko-KR.css
@@ -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 */
diff --git a/doc/ref/csharp/html/styles/branding-pl-PL.css b/doc/ref/csharp/html/styles/branding-pl-PL.css
new file mode 100644
index 0000000000..19e981032d
--- /dev/null
+++ b/doc/ref/csharp/html/styles/branding-pl-PL.css
@@ -0,0 +1,3 @@
+/* Start PL-PL locale-specific CSS */
+
+/* End locale-specific CSS */
diff --git a/doc/ref/csharp/html/styles/branding-pt-BR.css b/doc/ref/csharp/html/styles/branding-pt-BR.css
new file mode 100644
index 0000000000..a0683b0ef2
--- /dev/null
+++ b/doc/ref/csharp/html/styles/branding-pt-BR.css
@@ -0,0 +1,3 @@
+/* Start PT-BR locale-specific CSS */
+
+/* End locale-specific CSS */
diff --git a/doc/ref/csharp/html/styles/branding-ru-RU.css b/doc/ref/csharp/html/styles/branding-ru-RU.css
new file mode 100644
index 0000000000..c31f83a44b
--- /dev/null
+++ b/doc/ref/csharp/html/styles/branding-ru-RU.css
@@ -0,0 +1,3 @@
+/* Start RU-RU locale-specific CSS */
+
+/* End locale-specific CSS */
diff --git a/doc/ref/csharp/html/styles/branding-tr-TR.css b/doc/ref/csharp/html/styles/branding-tr-TR.css
new file mode 100644
index 0000000000..81ca462ef7
--- /dev/null
+++ b/doc/ref/csharp/html/styles/branding-tr-TR.css
@@ -0,0 +1,3 @@
+/* Start TR-TR locale-specific CSS */
+
+/* End locale-specific CSS */
diff --git a/doc/ref/csharp/html/styles/branding-zh-CN.css b/doc/ref/csharp/html/styles/branding-zh-CN.css
new file mode 100644
index 0000000000..cf79e7cd00
--- /dev/null
+++ b/doc/ref/csharp/html/styles/branding-zh-CN.css
@@ -0,0 +1,18 @@
+/* Start ZH-CN locale-specific CSS */
+body
+{
+ font-family: MS YaHei, Simsun, 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 */
diff --git a/doc/ref/csharp/html/styles/branding-zh-TW.css b/doc/ref/csharp/html/styles/branding-zh-TW.css
new file mode 100644
index 0000000000..eab654f8c5
--- /dev/null
+++ b/doc/ref/csharp/html/styles/branding-zh-TW.css
@@ -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 */
diff --git a/doc/ref/csharp/html/styles/branding.css b/doc/ref/csharp/html/styles/branding.css
new file mode 100644
index 0000000000..7afa70b315
--- /dev/null
+++ b/doc/ref/csharp/html/styles/branding.css
@@ -0,0 +1,561 @@
+/* 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;
+}
+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 {
+ font-family: 'Segoe UI' , 'Lucida Grande' , Verdana, Arial, Helvetica, sans-serif;
+ font-size: 2.5em;
+ font-weight: normal;
+ margin-top: 0px;
+ padding-left: 0px;
+ color: #000;
+ 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;
+}
+
+/* Keyword and phrase styles */
+span.code, span.command {
+ font-family: Consolas, Courier, monospace;
+ color: #000066;
+}
+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 {
+}