This commit is contained in:
MarcRiera 2022-10-04 18:30:23 +00:00
parent 8741cca729
commit ec2de2c143
241 changed files with 1972 additions and 5054 deletions

View file

@ -3,37 +3,90 @@
@import "tags.css";
@import "tabs.css";
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 200;
src: url("../fonts/WorkSans-ExtraLight.woff") format("woff2"), url("../fonts/WorkSans-ExtraLight.woff") format("woff");
font-display: swap;
}
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 300;
src: url("../fonts/WorkSans-Light.woff2") format("woff2"), url("../fonts/WorkSans-Light.woff") format("woff");
font-display: swap;
}
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 400;
src: url("../fonts/WorkSans-Regular.woff2") format("woff2"), url("../fonts/WorkSans-Regular.woff") format("woff");
font-display: swap;
}
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 500;
src: url("../fonts/WorkSans-Medium.woff2") format("woff2"), url("../fonts/WorkSans-Medium.woff") format("woff");
font-display: swap;
}
@font-face {
font-family: 'Work Sans';
font-style: normal;
font-weight: 600;
src: url("../fonts/WorkSans-Bold.woff2") format("woff2"), url("../fonts/WorkSans-Bold.woff") format("woff");
font-display: swap;
}
html {
width: 100%;
height: 100%;
}
body {
background-color: #ffffff; /* var(--MAIN-BG-color) */
color: #101010; /* var(--MAIN-TEXT-color) */
display: flex;
flex-direction: row-reverse; /* IE11 to allow body to have initial focus for PS and better SEO and a11y */
flex-direction: row-reverse; /* IE11 to allow body to have initial focus for PS */
font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; /* var(--MAIN-font) */
font-size: 16.25px;
font-weight: 300;
height: 100%;
justify-content: flex-end;
line-height: 1.574;
/* overflow: hidden; PSC removed for #242 #243 #244; to avoid browser scrollbar to flicker before we create our own */
overflow: hidden; /* to avoid browser scrollbar to flicker before we create our own */
width: 100%;
}
body #body-inner.narrow h1 {
body #body-inner .chapter h1 {
font-size: 3.5rem;
}
@media only screen and (min-width: 48em) and (max-width: 59.938em) {
body #body-inner.narrow h1 {
body #body-inner .chapter h1 {
font-size: 2.8rem;
}
}
@media only screen and (max-width: 47.938em) {
body #body-inner.narrow h1 {
font-size: 2.5rem;
body #body-inner .chapter h1 {
font-size: 2rem;
}
}
a,
#toc-menu {
color: #486ac9; /* var(--MAIN-LINK-color) */
}
a:hover,
#toc-menu:hover {
color: #134fbf; /* var(--MAIN-LINK-HOVER-color) */
}
pre {
position: relative;
}
@ -50,6 +103,7 @@ th {
}
#sidebar {
background: #282828; /* var(--MENU-SECTIONS-BG-color) */
display: flex;
flex-basis: auto;
flex-direction: column;
@ -64,12 +118,15 @@ th {
max-width: 300px;
position: fixed;
width: 300px;
z-index: 80;
z-index: 310;
}
#header-wrapper {
border-bottom-style: solid;
border-bottom-width: 4px;
/* initially use section background to avoid flickering on load when a
non default variant is active */
background-color: rgba( 0, 0, 0, 0 ); /* var(--MENU-SECTIONS-BG-color) */
border-bottom: 4px solid rgba( 0, 0, 0, 0 ); /* var(--MENU-SECTIONS-BG-color) */
color: #e0e0e0; /* var(--MENU-SEARCH-color) */
text-align: center;
padding: 1rem;
position: relative;
@ -79,9 +136,9 @@ th {
}
.searchbox {
border: 1px solid #e0e0e0; /* var(--MENU-SEARCH-BORDER-color) */
border-radius: 4px;
border-style: solid;
border-width: 1px;
background-color: #323232; /* var(--MENU-SEARCH-BG-color) */
position: relative;
margin-top: 1rem;
}
@ -130,7 +187,18 @@ th {
flex: 1; /* fill rest of vertical space */
overflow: hidden;
position: relative; /* PS */
z-index: 100;
z-index: 410;
}
#sidebar .collapsible-menu label:after,
#sidebar a {
color: #bababa; /* var(--MENU-SECTIONS-LINK-color) */
}
#sidebar select:hover,
#sidebar .collapsible-menu label:hover:after,
#sidebar a:hover {
color: #ffffff; /* var(--MENU-SECTIONS-LINK-HOVER-color) */
}
#sidebar a.padding {
@ -141,6 +209,10 @@ th {
margin: 0 1rem;
}
#sidebar ul.topics.searched ul {
display: block;
}
#sidebar ul.topics ul {
display: none;
}
@ -190,6 +262,10 @@ th {
padding-right: 1rem;
}
#sidebar ul.topics > li.parent {
background-color: rgba( 0, 0, 0, .166 ); /* var(--MENU-SECTIONS-ACTIVE-BG-color) */
}
#sidebar ul.topics li > a {
margin-left: -1rem;
margin-right: -1rem;
@ -197,6 +273,11 @@ th {
padding-right: 1rem;
}
#sidebar ul.topics li.active > a {
background-color: #ffffff; /* var(--MENU-SECTION-ACTIVE-CATEGORY-BG-color) */
color: #444444; /* var(--MENU-SECTION-ACTIVE-CATEGORY-color) */
}
#sidebar ul {
list-style: none;
padding: 0;
@ -250,10 +331,12 @@ th {
}
#sidebar ul li.visited > a .read-icon {
color: #506397; /* var(--MENU-VISITED-color) */
display: inline;
}
#sidebar .nav-title {
color: #ffffff; /* var(--MENU-SECTIONS-LINK-HOVER-color) */
font-size: 2rem;
font-weight: 200;
letter-spacing: -1px;
@ -269,11 +352,14 @@ th {
}
#sidebar hr {
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom: 1px solid #606060; /* var(--MENU-SECTION-HR-color) */
margin: 1.5rem 1rem 1rem 1rem;
}
#footer {
color: #bababa; /* var(--MENU-SECTIONS-LINK-color) */
}
#body {
display: flex;
flex-basis: 100%;
@ -288,7 +374,7 @@ th {
overflow-wrap: break-word; /* avoid x-scrolling of body if it is to large to fit */
position: relative; /* PS */
width: calc( 100% - 300px);
z-index: 70;
z-index: 300;
}
#body img,
@ -317,10 +403,9 @@ th {
#body-inner {
display: flex;
flex: auto;
flex: 1; /* fill rest of vertical space */
flex-direction: column;
overflow-y: auto;
padding: 0 3.25rem 4rem 3.25rem;
padding: 0 3rem 4rem 3rem;
position: relative; /* PS */
}
@media screen and (max-width: 59.938em) {
@ -330,15 +415,10 @@ th {
}
@media screen and (max-width: 47.938em) {
#body-inner {
padding: 0 1.25rem 5px 1.25rem;
padding: 0 1rem 5px 1rem;
}
}
#body-inner:focus-visible{
/* remove focus indicator for programatically set focus */
outline: none;
}
#body h1 + hr {
margin-bottom: 2rem;
margin-top: -1rem;
@ -349,55 +429,53 @@ th {
#body .flex-block-wrapper {
margin-left: auto;
margin-right: auto;
min-width: calc( 1300px - 300px - 2 * 3.25rem );
width: calc( 1300px - 300px - 2 * 3.25rem );
max-width: calc( 1300px - 300px - 2 * 3.25rem );
}
#body .narrow .flex-block-wrapper {
min-width: calc( 1300px - 300px - 2 * 9.75rem );
width: calc( 1300px - 300px - 2 * 9.75rem );
max-width: calc( 1300px - 300px - 2 * 9.75rem );
max-width: 1000px;
}
}
#body-inner.narrow {
padding: 2rem 9.75rem;
#body-inner.chapter {
margin-left: auto;
margin-right: auto;
padding: 2rem 9rem;
}
@media screen and (max-width: 59.938em) {
#body-inner.narrow {
padding: 15px 6.5rem;
#body-inner.chapter {
padding: 15px 4rem 15px 4rem;
}
}
@media screen and (max-width: 47.938em) {
#body-inner.narrow {
padding: 5px 3.25rem;
#body-inner.chapter {
padding: 5px 2rem 5px 2rem;
}
}
#body-inner div.article-subheading,
#body-inner .chapter.deprecated h3:first-of-type {
#body-inner .chapter h3:first-of-type {
font-weight: 200;
margin-top: 0;
text-align: center;
}
#body-inner.narrow h1 {
#body-inner .chapter h1 {
border-bottom: 4px solid rgba( 134, 134, 134, .125 );
font-size: 5rem;
}
#body-inner.narrow p {
#body-inner .chapter p {
font-size: 1.2rem;
text-align: justify;
}
h1 {
color: #101010; /* var(--MAIN-TEXT-color) */
font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; /* var(--MAIN-font) */
font-weight: 200;
text-align: center;
text-transform: uppercase;
}
h2, h3, .article-subheading, h4, h5, h6 {
h2, h3, h4, h5, h6 {
color: #4a4a4a; /* var(--MAIN-TITLES-TEXT-color) */
font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; /* var(--MAIN-TITLES-TEXT-font) */
letter-spacing: -1px;
text-rendering: optimizeLegibility;
}
@ -425,34 +503,143 @@ blockquote cite {
div.box {
--VARIABLE-BOX-color: var(--INTERNAL-BOX-NEUTRAL-color);
--VARIABLE-BOX-CAPTION-color: var(--INTERNAL-BOX-CAPTION-color);
--VARIABLE-BOX-BG-color: var(--INTERNAL-BOX-BG-color);
--VARIABLE-BOX-TEXT-color: var(--INTERNAL-BOX-NEUTRAL-TEXT-color);
--VARIABLE-BOX-CAPTION-color: var(--INTERNAL-BOX-CAPTION-color);
background-color: #808080; /* var(--INTERNAL-BOX-NEUTRAL-color) */
-webkit-print-color-adjust: exact;
color-adjust: exact;
margin: 1.5rem 0;
}
div.box > .box-label {
color: rgba( 255, 255, 255, 1 ); /* var(--BOX-CAPTION-color) */
font-weight: 500;
padding: .2rem .6rem;
}
div.box > .box-content {
background-color: rgba( 255, 255, 255, .833 ); /* var(--BOX-BG-color) */
color: rgba( 16, 16, 16, 1 ); /* var(--BOX-TEXT-color) */
padding-bottom: .1rem;
padding-left: 1rem;
padding-right: 1rem;
}
#body div.box > .box-content > :first-child {
div.box > .box-content > :first-child {
margin-top: 0;
padding-top: 1rem;
}
#body div.box > .box-content > :last-child {
div.box > .box-content > :last-child {
margin-bottom: 1rem;
}
div.box.info {
--VARIABLE-BOX-color: var(--INTERNAL-BOX-INFO-color);
--VARIABLE-BOX-TEXT-color: var(--INTERNAL-BOX-INFO-TEXT-color);
background-color: rgba( 48, 117, 229, 1 ); /* var(--INTERNAL-BOX-INFO-color) */
}
div.box.info > .box-content {
color: rgba( 16, 16, 16, 1 ); /* var(--INTERNAL-BOX-INFO-TEXT-color) */
}
div.box.warning {
--VARIABLE-BOX-color: var(--INTERNAL-BOX-WARNING-color);
--VARIABLE-BOX-TEXT-color: var(--INTERNAL-BOX-WARNING-TEXT-color);
background-color: rgba( 224, 62, 62, 1 ); /* var(--INTERNAL-BOX-WARNING-color) */
}
div.box.warning > .box-content {
color: rgba( 16, 16, 16, 1 ); /* var(--INTERNAL-BOX-WARNING-TEXT-color) */
}
div.box.note {
--VARIABLE-BOX-color: var(--INTERNAL-BOX-NOTE-color);
--VARIABLE-BOX-TEXT-color: var(--INTERNAL-BOX-NOTE-TEXT-color);
background-color: rgba( 237, 153, 9, 1 ); /* var(--INTERNAL-BOX-NOTE-color) */
}
div.box.note > .box-content {
color: rgba( 16, 16, 16, 1 ); /* var(--INTERNAL-BOX-NOTE-TEXT-color) */
}
div.box.tip {
--VARIABLE-BOX-color: var(--INTERNAL-BOX-TIP-color);
--VARIABLE-BOX-TEXT-color: var(--INTERNAL-BOX-TIP-TEXT-color);
background-color: rgba( 42, 178, 24, 1 ); /* var(--INTERNAL-BOX-TIP-color) */
}
div.box.tip > .box-content {
color: rgba( 16, 16, 16, 1 ); /* var(--INTERNAL-BOX-TIP-TEXT-color) */
}
div.box.blue {
--VARIABLE-BOX-color: var(--INTERNAL-BOX-BLUE-color);
--VARIABLE-BOX-TEXT-color: var(--INTERNAL-BOX-BLUE-TEXT-color);
background-color: rgba( 48, 117, 229, 1 ); /* var(--INTERNAL-BOX-BLUE-color) */
}
div.box.blue > .box-content {
color: rgba( 16, 16, 16, 1 ); /* var(--INTERNAL-BOX-BLUE-TEXT-color) */
}
div.box.green {
--VARIABLE-BOX-color: var(--INTERNAL-BOX-GREEN-color);
--VARIABLE-BOX-TEXT-color: var(--INTERNAL-BOX-GREEN-TEXT-color);
background-color: rgba( 42, 178, 24, 1 ); /* var(--INTERNAL-BOX-GREEN-color) */
}
div.box.green > .box-content {
color: rgba( 16, 16, 16, 1 ); /* var(--INTERNAL-BOX-GREEN-TEXT-color) */
}
div.box.grey {
--VARIABLE-BOX-color: var(--INTERNAL-BOX-GREY-color);
--VARIABLE-BOX-TEXT-color: var(--INTERNAL-BOX-GREY-TEXT-color);
background-color: #808080; /* var(--INTERNAL-BOX-GREY-color) */
}
div.box.grey > .box-content {
color: rgba( 16, 16, 16, 1 ); /* var(--INTERNAL-BOX-GREY-TEXT-color) */
}
div.box.orange {
--VARIABLE-BOX-color: var(--INTERNAL-BOX-ORANGE-color);
--VARIABLE-BOX-TEXT-color: var(--INTERNAL-BOX-WARNING-ORANGE-color);
background-color: rgba( 237, 153, 9, 1 ); /* var(--INTERNAL-BOX-ORANGE-color) */
}
div.box.orange > .box-content {
color: rgba( 16, 16, 16, 1 ); /* var(--INTERNAL-BOX-ORANGE-TEXT-color) */
}
div.box.red {
--VARIABLE-BOX-color: var(--INTERNAL-BOX-RED-color);
--VARIABLE-BOX-TEXT-color: var(--INTERNAL-BOX-RED-TEXT-color);
background-color: rgba( 224, 62, 62, 1 ); /* var(--INTERNAL-BOX-RED-color) */
}
div.box.red > .box-content {
color: rgba( 16, 16, 16, 1 ); /* var(--INTERNAL-BOX-RED-TEXT-color) */
}
div.box.transparent {
--VARIABLE-BOX-color: transparent;
--VARIABLE-BOX-TEXT-color: var(--INTERNAL-MAIN-TEXT-color);
--VARIABLE-BOX-CAPTION-color: var(--INTERNAL-MAIN-TITLES-TEXT-color);
background-color: transparent;
}
div.box.transparent > .box-label {
color: #4a4a4a; /* var(--MAIN-TITLES-TEXT-color) */
}
div.box.transparent > .box-content {
background-color: transparent;
color: #101010; /* var(--MAIN-TEXT-color) */
}
/* attachments shortcode */
div.attachments .box-content {
@ -508,14 +695,16 @@ code,
kbd,
pre,
samp {
font-family: "Consolas", menlo, monospace; /* var(--CODE-font) */
font-size: 92%;
vertical-align: baseline;
}
code {
background-color: #fffae9; /* var(--CODE-INLINE-BG-color) */
border: 1px solid #f8e8c8; /* var(--CODE-INLINE-BORDER-color) */
border-radius: 2px;
border-style: solid;
border-width: 1px;
color: #5e5e5e; /* var(--CODE-INLINE-color) */
-webkit-print-color-adjust: economy;
color-adjust: economy;
padding-left: 2px;
@ -534,9 +723,10 @@ code.copy-to-clipboard-code {
}
pre {
background-color: #f8f8f8; /* var(--CODE-BLOCK-BG-color) */
border: 1px solid #d8d8d8; /* var(--CODE-BLOCK-BORDER-color) */
border-radius: 2px;
border-style: solid;
border-width: 1px;
color: #000000; /* var(--CODE-BLOCK-color) */
-webkit-print-color-adjust: economy;
color-adjust: economy;
line-height: 1.15;
@ -568,8 +758,7 @@ hr {
#body-inner h3,
#body-inner h4,
#body-inner h5,
#body-inner h6,
#body-inner .article-subheading {
#body-inner h6 {
/* big titles cause a horizontal scrollbar - fixing this by wrapping text */
overflow-wrap: break-word;
overflow-x: hidden;
@ -619,7 +808,7 @@ td {
text-transform: none;
white-space: pre;
word-wrap: break-word;
z-index: 140;
z-index: 450;
}
.tooltipped:before {
@ -631,7 +820,7 @@ td {
pointer-events: none;
position: absolute;
width: 0;
z-index: 150;
z-index: 460;
}
.tooltipped:hover:before,
@ -749,9 +938,10 @@ td {
}
#topbar {
background-color: #ffffff; /* var(--MAIN-BG-color) */
min-height: 3rem;
position: relative;
z-index: 170;
z-index: 480;
}
#topbar > div {
@ -858,6 +1048,7 @@ span.nav i{
}
#body a[aria-disabled="true"] {
color: #101010; /* var(--MAIN-TEXT-color) - inherit is not processed correctly in Chrome */
pointer-events: none;
text-decoration: none;
}
@ -876,7 +1067,7 @@ span.nav i{
}
}
@media screen and (max-width: 47.938em) {
/* we don't support sidebar flyout in mobile */
/* we don't support sidebar flyout in IE */
.mobile-support #sidebar {
left: -230px;
}
@ -894,7 +1085,7 @@ span.nav i{
}
.mobile-support.sidebar-flyout #sidebar {
left: 0;
z-index: 90;
z-index: 400;
}
.mobile-support.sidebar-flyout #body {
margin-left: 230px;
@ -908,15 +1099,17 @@ span.nav i{
position: absolute;
right: 0;
top: 0;
z-index: 190;
z-index: 500;
}
}
.copy-to-clipboard-button {
background-color: #fffae9; /* var(--CODE-INLINE-BG-color) */
border: 1px solid #f8e8c8; /* var(--CODE-INLINE-BORDER-color) */
border-radius: 0 2px 2px 0;
border-style: solid;
border-width: 1px;
color: #5e5e5e; /* var(--CODE-INLINE-color) */
cursor: pointer;
font-family: "Consolas", menlo, monospace; /* var(--CODE-font) */
font-size: 92%;
padding-left: 22px;
}
@ -932,33 +1125,42 @@ span.nav i{
padding-right: 5px;
}
.copy-to-clipboard-button:hover {
background-color: #5e5e5e; /* var(--CODE-INLINE-color) */
color: #fffae9; /* var(--CODE-INLINE-BG-color) */
}
pre .copy-to-clipboard-button {
background-color: rgba( 160, 160, 160, .2 );
border: 1px solid #d8d8d8; /* var(--CODE-BLOCK-BORDER-color) */
border-radius: 2px;
border-style: solid;
border-width: 1px;
color: #486ac9; /* var(--MAIN-LINK-color) */
padding: 5px 3px 5px 25px;
position: absolute;
right: 4px;
top: 4px;
}
.disableInlineCopyToClipboard :not(pre) > code.copy-to-clipboard-code + span.copy-to-clipboard-button {
display: none;
}
.disableInlineCopyToClipboard :not(pre) > code.copy-to-clipboard-code {
border-bottom-right-radius: 2px;
border-top-right-radius: 2px;
border-right-width: 1px;
pre .copy-to-clipboard-button:hover {
background-color: #486ac9; /* var(--MAIN-LINK-color) */
border-color: #486ac9; /* var(--MAIN-LINK-color) */
color: #f8f8f8; /* var(--CODE-BLOCK-BG-color) */
}
#homelinks {
border-bottom-style: solid;
border-bottom-width: 4px;
background-color: #7dc903; /* var(--MENU-HEADER-BORDER-color) */
border-bottom: 4px solid #7dc903; /* var(--MENU-HEADER-BORDER-color) */
padding: 7px 0;
}
#homelinks a {
color: #323232 /* var(--MENU-HOME-LINK-color) */
}
#homelinks a:hover {
color: #808080 /* var(--MENU-HOME-LINK-HOVER-color) */;
}
option {
color: initial;
}
@ -1076,6 +1278,7 @@ option {
}
#body a.highlight:after {
background-color: #486ac9; /* var(--MAIN-LINK-color) */
content: "";
display: block;
height: 1px;
@ -1088,7 +1291,7 @@ option {
width: 100%;
}
#body #topbar .navigation a.highlight:after,
#body .navigation a.highlight:after,
#body #sidebar-toggle-span a.highlight:after,
#body #top-print-link a.highlight:after,
#body #top-github-link a.highlight:after {
@ -1104,10 +1307,11 @@ option {
position: absolute;
right: 0;
top: 0;
z-index: 160;
z-index: 470;
}
.progress {
background-color: #ffffff; /* var(--MAIN-BG-color) */
border: 0px solid rgba( 134, 134, 134, .166 );
box-shadow: 1px 2px 5px 1px rgba( 134, 134, 134, .2 );
height: 0;
@ -1115,7 +1319,7 @@ option {
overflow: hidden;
position: absolute;
width: 0;
z-index: 180;
z-index: 490;
}
.toc-flyout .progress {
@ -1137,10 +1341,9 @@ option {
#TableOfContents {
font-size: 13px !important;
max-height: 90vh;
overflow: hidden;
max-height: 85%;
overflow: auto;
padding: 15px 5px !important;
position: relative; /* PS */
}
#TableOfContents > ul > li > a {
@ -1148,59 +1351,59 @@ option {
}
.btn {
--VARIABLE-BOX-color: var(--INTERNAL-BOX-NEUTRAL-color);
--VARIABLE-BOX-CAPTION-color: var(--INTERNAL-BOX-CAPTION-color);
--VARIABLE-BOX-BG-color: var(--INTERNAL-BOX-BG-color);
--VARIABLE-BOX-TEXT-color: var(--INTERNAL-BOX-NEUTRAL-TEXT-color);
border-radius: 4px;
-webkit-print-color-adjust: exact;
color-adjust: exact;
cursor: pointer;
display: inline-block;
font-size: .9rem;
background-image: none !important;
border: 1px solid transparent !important;
border-radius: 4px !important;
cursor: pointer !important;
display: inline-block !important;
font-size: 14px !important;
font-weight: 500;
line-height: 1.42857143;
margin-bottom: 0;
touch-action: manipulation;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
line-height: 1.42857143 !important;
padding: 6px 12px !important;
margin-bottom: 0 !important;
text-align: center !important;
touch-action: manipulation !important;
transition: all 0.15s !important;
-ms-user-select: none !important;
-webkit-user-select: none !important;
user-select: none !important;
white-space: nowrap !important;
}
.btn a {
border-radius: 4px;
border-style: solid;
border-width: 1px;
padding: 6px 12px;
text-align: center;
touch-action: manipulation;
-ms-user-select: none;
-webkit-user-select: none;
user-select: none;
white-space: nowrap;
.btn:focus {
outline: none !important;
}
.btn:hover,
.btn:focus {
text-decoration: none !important;
}
.btn-default {
color: #101010 !important; /* var(--MAIN-TEXT-color) */
background-color: transparent;
border-color: rgba( 134, 134, 134, .333 ) !important;
}
#body #body-inner .btn a.highlight:after {
background-color: transparent;
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
color: #ffffff !important; /* var(--MAIN-BG-color) */
background-color: rgba( 134, 134, 134, .75 ) !important;
border-color: rgba( 134, 134, 134, .75 ) !important;
}
.btn a:focus {
outline: none;
}
.btn a:hover,
.btn a:focus {
text-decoration: none;
.btn-default:active {
background-image: none !important;
}
/* anchors */
.anchor {
color: #134fbf; /* var(--MAIN-ANCHOR-color) */
cursor: pointer;
font-size: .5em;
margin-left: .66em;
margin-top: .9em;
position: absolute;
vertical-align: middle;
visibility: hidden;
}
@ -1209,7 +1412,7 @@ h3:hover .anchor,
h4:hover .anchor,
h5:hover .anchor,
h6:hover .anchor {
visibility: visible;
visibility:visible;
}
/* Redfines headers style */
@ -1229,7 +1432,7 @@ h6 a {
margin-top: 2rem;
}
#body h3, #body .article-subheading {
#body h3 {
font-size: 1.8rem;
font-weight: 500;
margin-top: 2rem;
@ -1340,16 +1543,42 @@ rapi-doc {
display: initial;
}
.footerVisitedLinks a {
cursor: pointer;
}
@media screen and (max-width: 47.938em) {
#breadcrumbs .links {
display: none;
}
}
@media all and (-ms-high-contrast:none) {
/* turn off animiation in IE because this causes the menu
to move in from the left on every page load */
.default-animation{
transition: none;
}
/* our silly dinosaur browser wants to have the real colors */
#header-wrapper {
background-color: #7dc903; /* var(--MENU-HEADER-BG-color) */
border-bottom: 4px solid #7dc903; /* var(--MENU-HEADER-BORDER-color) */
}
/* clears the 'X' from Internet Explorer's search input */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* turn off variant selector as it uses modern stuff; don't change
order with block below */
.showVariantSwitch{
display: getamodernbrowser;
}
/* dumb IE11 doesn't understand initial, so we force a fallback here */
.showLangSwitch,
.showVisitedLinks,
.showFooter {
display: block;
}
}
/* clears the 'X' from Chrome's search input */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
@ -1371,23 +1600,17 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
display: inline;
height: 1rem;
left: 0;
margin-top: .2em;
margin-top: .25em;
position: absolute;
width: 1rem;
}
#sidebar .collapsible-menu input.toggle + label:after {
content: "\f054";
font-family: "Font Awesome 5 Free";
font-size: .8rem;
font-weight: 900;
content: "▸";
}
#sidebar .collapsible-menu input.toggle:checked + label:after {
content: "\f078";
font-family: "Font Awesome 5 Free";
font-size: .8rem;
font-weight: 900;
content: "▾";
}
#sidebar .collapsible-menu input.toggle + label + a + ul {
@ -1397,24 +1620,3 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
#sidebar .collapsible-menu input.toggle:checked + label + a + ul {
display: inline;
}
.math.align-center > mjx-container{
text-align: center !important;
}
.math.align-left > mjx-container{
text-align: left !important;
}
.math.align-right > mjx-container{
text-align: right !important;
}
.scrollbar-measure {
/* https://davidwalsh.name/detect-scrollbar-width */
height: 100px;
overflow: scroll;
position: absolute;
width: 100px;
top: -9999px;
}