This commit is contained in:
McShelby 2023-09-18 18:49:44 +00:00
parent 459097d193
commit 3998b4396c
275 changed files with 14722 additions and 8859 deletions

View file

@ -122,10 +122,10 @@ body,
/* the header is sticky which is not suitable for print; */
position: inherit; /* IE11 doesn't know "initial" here */
}
#topbar > div {
#topbar > .topbar-wrapper {
background-color: rgba( 255, 255, 255, 1 ); /* IE11 doesn't know "initial" here */
}
#body .topbar-left {
#body .topbar-sidebar-divider {
border-width: 0;
}
.tags {

View file

@ -70,10 +70,10 @@
border-top-right-radius: 0;
border-right-width: 0;
}
.topbar-left .topbar-button > .topbar-button-control {
.topbar-wrapper > .topbar-area-start > .topbar-button > .topbar-control {
border-right: 1px solid rgba( 134, 134, 134, .333 );
}
.topbar-right .topbar-button > .topbar-button-control {
.topbar-wrapper > .topbar-area-end > .topbar-button > .topbar-control {
border-left: 1px solid rgba( 134, 134, 134, .333 );
}
#body .topbar-sidebar-divider {
@ -81,11 +81,11 @@
border-left-width: 1px;
margin-right: -1px;
}
html[dir="rtl"] .topbar-prev i,
html[dir="rtl"] .topbar-next i {
html[dir="rtl"] .topbar-button-prev i,
html[dir="rtl"] .topbar-button-next i {
transform: scaleX(1);
}
.topbar-button-flyout {
.topbar-content {
left: 1rem;
}
@media screen and (max-width: 60rem) {
@ -223,7 +223,7 @@
}
#body .topbar-sidebar-divider {
border-left-color: transparent; /* var(--MENU-TOPBAR-SEPARATOR-color) */
border-left-color: rgba( 125, 201, 3, 1 ); /* var(--MENU-TOPBAR-SEPARATOR-color) */
}
@media screen and (max-width: 48rem) {
#body .topbar-sidebar-divider {
@ -515,10 +515,6 @@
background-color: rgba( 255, 255, 255, 1 ); /* var(--MAIN-BG-color) */
}
#body .topbar-left {
border-left-color: rgba( 125, 201, 3, 1 ); /* var(--INTERNAL-MENU-TOPBAR-SEPARATOR-color) */
}
#body a[aria-disabled="true"],
#searchresults .autocomplete-suggestion > .context {
color: rgba( 16, 16, 16, 1 ); /* var(--MAIN-TEXT-color) - inherit is not processed correctly in Chrome */
@ -567,7 +563,7 @@
border-color: rgba( 125, 201, 3, 1 ); /* var(--MENU-HEADER-SEPARATOR-color) */
}
.topbar-button-flyout {
.topbar-content {
background-color: rgba( 255, 255, 255, 1 ); /* var(--MAIN-BG-color) */
}

View file

@ -401,9 +401,9 @@ dd {
.topbar-breadcrumbs a:hover *,
.topbar-breadcrumbs a:active *,
.topbar-breadcrumbs a:focus *,
.topbar-button-flyout a:hover,
.topbar-button-flyout a:active,
.topbar-button-flyout a:focus,
.topbar-content a:hover,
.topbar-content a:active,
.topbar-content a:focus,
article a:hover,
article a:active,
article a:focus {
@ -975,7 +975,7 @@ td {
z-index: 170;
}
#topbar > div {
#topbar > .topbar-wrapper {
align-items: center;
background-color: rgba( 134, 134, 134, .066 );
display: flex;
@ -988,20 +988,24 @@ td {
display: inline-block;
position: relative;
}
.topbar-button:not([data-origin]) {
display: none;
}
.topbar-button > .topbar-button-control {
.topbar-button > .topbar-control {
display: inline-block;
padding-left: 1rem;
padding-right: 1rem;
}
.topbar-left .topbar-button > .topbar-button-control {
.topbar-wrapper > .topbar-area-start > .topbar-button > .topbar-control {
border-inline-end: 1px solid rgba( 134, 134, 134, .333 );
}
.topbar-right .topbar-button > .topbar-button-control {
.topbar-wrapper > .topbar-area-end > .topbar-button > .topbar-control {
border-inline-start: 1px solid rgba( 134, 134, 134, .333 );
}
.topbar-button span i{
.topbar-button > button:disabled i,
.topbar-button > span i {
color: rgba( 134, 134, 134, .333 );
}
.topbar-button button{
@ -1024,39 +1028,38 @@ td {
border-inline-start-color: transparent;
}
}
.topbar-left {
.topbar-wrapper > .topbar-area-start {
display: flex;
flex-direction: row;
flex-shrink: 0;
}
.topbar-right {
.topbar-wrapper > .topbar-area-end {
display: flex;
flex-direction: row;
flex-shrink: 0;
}
html[dir="rtl"] .topbar-prev i,
html[dir="rtl"] .topbar-next i {
transform: scaleX(-1);
}
.topbar-sidebar {
.topbar-wrapper > .topbar-hidden {
display: none;
}
@media screen and (max-width: 48rem) {
.mobile-support .topbar-sidebar {
display: inline-block;
}
html[dir="rtl"] .topbar-button-prev i,
html[dir="rtl"] .topbar-button-next i {
transform: scaleX(-1);
}
.topbar-button-flyout {
.topbar-content {
top: .75rem;
}
.topbar-left .topbar-button-flyout {
.topbar-wrapper > .topbar-area-start .topbar-content {
inset-inline-start: 1.5rem;
}
.topbar-right .topbar-button-flyout {
.topbar-wrapper > .topbar-area-end .topbar-content {
inset-inline-end: 1.5rem;
}
.topbar-content .topbar-content{
/* we don't allow flyouts in flyouts; come on, don't get funny... */
display: none;
}
.topbar-breadcrumbs {
flex-grow: 1;
@ -1370,7 +1373,7 @@ html[dir="rtl"] .expand > .expand-label > i.fa-chevron-right {
z-index: 160;
}
.topbar-button-flyout {
.topbar-content {
border: 0 solid rgba( 134, 134, 134, .166 );
box-shadow: 1px 2px 5px 1px rgba( 134, 134, 134, .2 );
height: 0;
@ -1381,25 +1384,34 @@ html[dir="rtl"] .expand > .expand-label > i.fa-chevron-right {
z-index: 180;
}
.topbar-button.topbar-flyout .topbar-button-flyout {
.topbar-button.topbar-flyout .topbar-content {
border-width: 1px;
height: auto;
opacity: 1;
width: auto;
}
.topbar-button-flyout .topbar-button-flyout-wrapper {
.topbar-content .topbar-content-wrapper {
background-color: rgba( 134, 134, 134, .066 );
}
.topbar-button-flyout-wrapper {
.topbar-content-wrapper {
--ps-rail-hover-color: rgba( 176, 176, 176, .25 );
max-height: 90vh;
overflow: hidden;
padding: 1rem 1rem;
padding: .5rem 1rem;
position: relative; /* PS */
}
.topbar-content .topbar-button .topbar-control {
border-width: 0;
padding: 0;
}
.topbar-content .topbar-button .topbar-control {
border-width: 0;
padding: .5rem 0;
}
#TableOfContents,
.TableOfContents {
font-size: .8125rem;

View file

@ -318,7 +318,7 @@ pre .copy-to-clipboard-button:hover {
border-color: var(--INTERNAL-MENU-HEADER-SEPARATOR-color);
}
.topbar-button-flyout {
.topbar-content {
background-color: var(--INTERNAL-MAIN-BG-color);
}