This commit is contained in:
McShelby 2023-09-11 22:12:07 +00:00
parent f4147a6a52
commit 54f5edb3d4
256 changed files with 8691 additions and 8146 deletions

View file

@ -35,9 +35,7 @@ pre {
padding-left: 0; /* for print, we want to align with the footer to ease the layout */
padding-right: 0;
}
.navigation,
#top-print-link,
#top-github-link {
.topbar-button {
/* we don't need this while printing */
display: none;
}

View file

@ -70,17 +70,14 @@
border-top-right-radius: 0;
border-right-width: 0;
}
html[dir="rtl"] .navigation,
html[dir="rtl"] #top-print-link,
html[dir="rtl"] #top-github-link {
html[dir="rtl"] .topbar-button {
float: right;
}
.nav,
.print-link,
.github-link {
.topbar-button > * {
border-left: thin solid rgba( 134, 134, 134, .333 );
}
html[dir="rtl"] .nav i {
html[dir="rtl"] .topbar-prev i,
html[dir="rtl"] .topbar-next i {
transform: scaleX(1);
}
#toc-menu,

View file

@ -980,40 +980,30 @@ td {
height: 100%;
}
.navigation,
#top-print-link,
#top-github-link {
.topbar-button {
display: block;
float: right;
position: relative;
top: 50%;
transform: translateY(-50%);
}
html[dir="rtl"] .navigation,
html[dir="rtl"] #top-print-link,
html[dir="rtl"] #top-github-link {
html[dir="rtl"] .topbar-button {
float: left;
}
.nav,
.print-link,
.github-link {
.topbar-button > * {
border-inline-start: thin solid rgba( 134, 134, 134, .333 );
padding-left: 1rem;
padding-right: 1rem;
}
html[dir="rtl"] .nav i {
html[dir="rtl"] .topbar-prev i,
html[dir="rtl"] .topbar-next i {
transform: scaleX(-1);
}
span.nav i{
.topbar-button span i{
color: rgba( 134, 134, 134, .333 );
}
.navigation,
#top-print-link,
#top-github-link {
position: relative;
top: 50%;
transform: translateY(-50%);
}
#toc-menu{
cursor: pointer;
}