This commit is contained in:
McShelby 2023-07-26 19:36:09 +00:00
parent a10f134c39
commit 2c82839bd7
393 changed files with 13675 additions and 11755 deletions

View file

@ -147,7 +147,9 @@ mark {
background: inherit;
color: inherit;
}
.mermaid > svg:hover {
.mermaid > svg:hover,
.mermaid > svg:active,
.mermaid > svg:focus {
border-color: transparent;
}
div.box > .box-content {

View file

@ -21,7 +21,7 @@
.searchbox > :first-child {
left: .5rem;
}
.searchbox span {
.searchbox > :last-child {
right: .5rem;
}
.searchbox input {
@ -155,11 +155,11 @@
.anchor {
margin-left: .66em;
}
html[dir="rtl"] .select-container i,
html[dir="rtl"] .select-container span {
html[dir="rtl"] .menu-control i,
html[dir="rtl"] .menu-control span {
float: left;
}
.footerVisitedLinks > * {
.menu-control > button {
text-align: left;
}
.searchform input {
@ -214,19 +214,16 @@
font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; /* var(--MAIN-font) */
}
.footerVisitedLinks > *,
a,
.anchor,
#toc-menu,
#body a.highlight:after,
#searchresults .autocomplete-suggestion {
color: rgba( 72, 106, 201, 1 ); /* var(--MAIN-LINK-color) */
}
a:hover,
.anchor:hover,
#toc-menu:hover,
#body a.highlight:hover:after {
#toc-menu:hover {
color: rgba( 32, 40, 145, 1 ); /* var(--MAIN-LINK-HOVER-color) */
}
@ -253,8 +250,7 @@
}
#sidebar .searchbox > :first-child,
#sidebar .searchbox button,
.searchbox span {
#sidebar .searchbox > :last-child {
color: rgba( 224, 224, 224, 1 ); /* var(--INTERNAL-MENU-SEARCH-color) */
}
@ -264,20 +260,23 @@
}
#sidebar .collapsible-menu label,
#sidebar .select-container,
#sidebar a,
#sidebar button {
#sidebar .menu-control,
#sidebar a {
color: rgba( 186, 186, 186, 1 ); /* var(--MENU-SECTIONS-LINK-color) */
}
#sidebar select:hover,
#sidebar .collapsible-menu li:not(.active) > label:hover,
#sidebar .select-container:hover,
#sidebar a:hover,
#sidebar button:hover {
#sidebar .menu-control:hover,
#sidebar a:hover {
color: rgba( 255, 255, 255, 1 ); /* var(--MENU-SECTIONS-LINK-HOVER-color) */
}
#sidebar .menu-control button,
#sidebar .menu-control select{
outline-color: rgba( 255, 255, 255, 1 ); /* var(--MENU-SECTIONS-LINK-HOVER-color) */
}
#sidebar ul.enlarge > li.parent,
#sidebar ul.enlarge > li.active {
background-color: rgba( 0, 0, 0, .166 ); /* var(--MENU-SECTIONS-ACTIVE-BG-color) */
@ -322,6 +321,11 @@
font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif; /* var(--MAIN-TITLES-TEXT-font) */
}
.expand > input:active,
.expand > input:focus {
outline-color: rgba( 16, 16, 16, 1 ); /* var(--MAIN-TEXT-color) */
}
.expand > label {
color: rgba( 72, 106, 201, 1 ); /* var(--MAIN-LINK-color) */
}
@ -330,10 +334,6 @@
color: rgba( 32, 40, 145, 1 ); /* var(--MAIN-LINK-HOVER-color) */
}
.expand > label:after {
color: rgba( 32, 40, 145, 1 ); /* var(--MAIN-LINK-HOVER-color) */
}
div.box {
background-color: rgba( 128, 128, 128, 1 ); /* var(--INTERNAL-BOX-NEUTRAL-color) */
border-color: rgba( 128, 128, 128, 1 ); /* var(--INTERNAL-BOX-NEUTRAL-color) */
@ -551,14 +551,6 @@
color: rgba( 128, 128, 128, 1 ) /* var(--MENU-HOME-LINK-HOVER-color) */;
}
#body a.highlight:after {
background-color: rgba( 72, 106, 201, 1 ); /* var(--MAIN-LINK-color) */
}
#body a.highlight:hover:after {
background-color: rgba( 32, 40, 145, 1 ); /* var(--MAIN-LINK-HOVER-color) */
}
.progress {
background-color: rgba( 255, 255, 255, 1 ); /* var(--MAIN-BG-color) */
}
@ -573,8 +565,8 @@
}
.btn > *:hover,
.btn > *:focus,
.btn > *:active {
.btn > *:active,
.btn > *:focus {
background-color: rgba( 255, 255, 255, .833 ); /* var(--BOX-BG-color) */
color: rgba( 16, 16, 16, 1 ); /* var(--BOX-NEUTRAL-TEXT-color) */
}
@ -838,7 +830,7 @@
display: block;
}
.select-style select::-ms-expand {
.menu-control select::-ms-expand {
/* hide the triangle */
display: none;
}

View file

@ -55,10 +55,6 @@ a {
background: transparent;
text-decoration: none; }
a:active,
a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }

View file

@ -161,8 +161,7 @@ body h6 {
color: rgba( 255, 255, 255, 1 ) !important;
}
body #sidebar .searchbox button:hover,
body .searchbox span:hover {
body #sidebar .searchbox button:hover{
color: rgba( 255, 255, 255, 1 );
text-shadow:
0 0 1px rgba( 255, 255, 255, 1 ),
@ -174,9 +173,8 @@ body .searchbox span:hover {
body #sidebar select:hover,
body #sidebar .collapsible-menu li:not(.active) > label:hover,
body #sidebar .select-container:hover,
body #sidebar a:hover,
body #sidebar button:hover {
body #sidebar .menu-control:hover,
body #sidebar a:hover {
color: rgba( 255, 255, 255, 1 );
text-shadow:
0 0 1px rgba( 255, 255, 255, 1 ),
@ -255,8 +253,8 @@ body .btn.cstyle.transparent > * {
}
body .btn.cstyle.transparent > *:hover,
body .btn.cstyle.transparent > *:focus,
body .btn.cstyle.transparent > *:active {
body .btn.cstyle.transparent > *:active,
body .btn.cstyle.transparent > *:focus {
background-color: var(--INTERNAL-MAIN-TITLES-TEXT-color);
color: var(--INTERNAL-MAIN-TEXT-color);
}

View file

@ -151,6 +151,10 @@ dd {
width: 18.75rem;
}
#sidebar a{
text-decoration: none;
}
#header-wrapper {
border-bottom-style: solid;
border-bottom-width: 4px;
@ -186,24 +190,20 @@ dd {
}
.searchbox > i {
top: .5rem;
top: .45rem;
}
.searchbox span {
cursor: pointer;
.searchbox > :last-child {
inset-inline-end: .5rem;
position: absolute;
top: .25rem;
}
#sidebar .searchbox > :first-child,
#sidebar .searchbox button,
.searchbox span {
#sidebar .searchbox > :last-child{
opacity: .65;
}
#sidebar .searchbox button:hover,
.searchbox span:hover {
#sidebar .searchbox button:hover {
opacity: 1;
}
@ -355,6 +355,22 @@ dd {
}
}
.links a:hover,
.links a:active,
.links a:focus,
.links a:hover *,
.links a:active *,
.links a:focus *,
.toc-wrapper a:hover,
.toc-wrapper a:active,
.toc-wrapper a:focus,
article a:hover,
article a:active,
article a:focus {
outline: none;
text-decoration: underline;
}
#body-inner:focus-visible{
/* remove focus indicator for programatically set focus */
outline: none;
@ -1185,16 +1201,10 @@ option {
position: absolute;
}
.expand > label:after {
content: "";
display: block;
height: 1px;
width: 0%;
transition: width 0.5s ease;
}
.expand > label:hover:after {
width: 100%;
.expand > input:active + label,
.expand > input:focus + label,
.expand > label:hover {
text-decoration: underline;
}
.expand > label > .fas {
@ -1298,38 +1308,6 @@ html[dir="rtl"] .expand > .expand-label > i.fa-chevron-right {
display: block;
}
#body a.highlight,
#body a.highlight:hover,
#body a.highlight:focus {
outline-style: none;
text-decoration: none;
}
#body a.highlight {
display: inline-block;
line-height: 1.1;
}
#body a.highlight:after {
content: "";
display: block;
height: 1px;
width: 0%;
transition: width 0.5s ease;
}
#body a.highlight:hover:after,
#body a.highlight:focus:after {
width: 100%;
}
#body #topbar .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 {
background-color: transparent;
}
/* Table of contents */
.toc-flyout #toc-overlay{
@ -1397,6 +1375,10 @@ html[dir="rtl"] .expand > .expand-label > i.fa-chevron-right {
user-select: none;
}
.btn > a {
display: block;
}
.btn > :where(button) {
-webkit-appearance: none;
appearance: none;
@ -1433,6 +1415,7 @@ html[dir="rtl"] .expand > .expand-label > i.fa-chevron-right {
}
.btn > *:hover,
.btn > *:active,
.btn > *:focus {
text-decoration: none;
}
@ -1484,57 +1467,64 @@ h6 a {
margin-top: 1rem;
}
.select-container i {
padding-top: .25em;
}
.select-container i,
.select-container span {
display: block;
float: left;
}
html[dir="rtl"] .select-container i,
html[dir="rtl"] .select-container span {
float: right;
}
#sidebar ul select {
padding-left: 0;
padding-right: 0;
}
.select-style {
.menu-control .control-style {
border: 0;
border-radius: 0;
cursor: pointer;
height: 1.574em;
overflow: hidden;
}
.select-style select {
-webkit-appearance: none;
appearance: none;
border: none;
box-shadow: none;
background-color: transparent;
background-image: none;
width: 100%;
.menu-control i {
padding-top: .25em;
}
.select-style select:focus {
outline: none;
.menu-control i,
.menu-control span {
cursor: pointer;
display: block;
float: left;
}
html[dir="rtl"] .menu-control i,
html[dir="rtl"] .menu-control span {
float: right;
}
.select-style :hover {
.menu-control :hover,
.menu-control i:hover,
.menu-control span:hover {
cursor: pointer;
}
.select-style option {
.menu-control select,
.menu-control button {
-webkit-appearance: none;
appearance: none;
width: 100%;
}
.menu-control select {
background-color: transparent;
background-image: none;
border: none;
box-shadow: none;
padding-left: 0;
padding-right: 0;
}
.menu-control option {
color: rgba( 0, 0, 0, 1 );
padding: 0;
margin: 0;
}
.select-clear {
.menu-control button {
background-color: transparent;
cursor: pointer;
display: block;
text-align: start;
}
.clear {
clear: both;
}
@ -1552,16 +1542,6 @@ html[dir="rtl"] .select-container span {
display: initial;
}
.footerVisitedLinks > * {
-webkit-appearance: none;
appearance: none;
background: transparent;
cursor: pointer;
text-align: start;
text-decoration: none;
width: 100%;
}
@media screen and (max-width: 48rem) {
#breadcrumbs .links {
display: none;

View file

@ -10,19 +10,16 @@ body {
font-family: var(--INTERNAL-MAIN-font);
}
.footerVisitedLinks > *,
a,
.anchor,
#toc-menu,
#body a.highlight:after,
#searchresults .autocomplete-suggestion {
color: var(--INTERNAL-MAIN-LINK-color);
}
a:hover,
.anchor:hover,
#toc-menu:hover,
#body a.highlight:hover:after {
#toc-menu:hover {
color: var(--INTERNAL-MAIN-LINK-HOVER-color);
}
@ -42,8 +39,7 @@ a:hover,
}
#sidebar .searchbox > :first-child,
#sidebar .searchbox button,
.searchbox span {
#sidebar .searchbox > :last-child {
color: var(--INTERNAL-MENU-SEARCH-color);
}
@ -53,20 +49,23 @@ a:hover,
}
#sidebar .collapsible-menu label,
#sidebar .select-container,
#sidebar a,
#sidebar button {
#sidebar .menu-control,
#sidebar a {
color: var(--INTERNAL-MENU-SECTIONS-LINK-color);
}
#sidebar select:hover,
#sidebar .collapsible-menu li:not(.active) > label:hover,
#sidebar .select-container:hover,
#sidebar a:hover,
#sidebar button:hover {
#sidebar .menu-control:hover,
#sidebar a:hover {
color: var(--INTERNAL-MENU-SECTIONS-LINK-HOVER-color);
}
#sidebar .menu-control button,
#sidebar .menu-control select{
outline-color: var(--INTERNAL-MENU-SECTIONS-LINK-HOVER-color);
}
#sidebar ul.enlarge > li.parent,
#sidebar ul.enlarge > li.active {
background-color: var(--INTERNAL-MENU-SECTIONS-ACTIVE-BG-color);
@ -287,6 +286,11 @@ pre .copy-to-clipboard-button:hover {
color: var(--INTERNAL-CODE-BLOCK-BG-color);
}
.expand > input:active,
.expand > input:focus {
outline-color: var(--INTERNAL-MAIN-TEXT-color);
}
.expand > label {
color: var(--INTERNAL-MAIN-LINK-color);
}
@ -295,10 +299,6 @@ pre .copy-to-clipboard-button:hover {
color: var(--INTERNAL-MAIN-LINK-HOVER-color);
}
.expand > label:after {
background-color: var(--INTERNAL-MAIN-LINK-HOVER-color);
}
#homelinks {
background-color: var(--INTERNAL-MENU-HEADER-BORDER-color);
border-color: var(--INTERNAL-MENU-HEADER-BORDER-color);
@ -312,14 +312,6 @@ pre .copy-to-clipboard-button:hover {
color: var(--INTERNAL-MENU-HOME-LINK-HOVER-color);
}
#body a.highlight:after {
background-color: var(--INTERNAL-MAIN-LINK-color);
}
#body a.highlight:hover:after {
background-color: var(--INTERNAL-MAIN-LINK-HOVER-color);
}
.progress {
background-color: var(--INTERNAL-MAIN-BG-color);
}
@ -334,8 +326,8 @@ pre .copy-to-clipboard-button:hover {
}
.btn > *:hover,
.btn > *:focus,
.btn > *:active {
.btn > *:active,
.btn > *:focus {
background-color: var(--VARIABLE-BOX-BG-color);
color: var(--VARIABLE-BOX-TEXT-color);
}