2021-10-16 23:18:04 +00:00
|
|
|
@charset "UTF-8";
|
|
|
|
|
|
|
|
@import "tags.css";
|
2023-06-04 22:28:49 +00:00
|
|
|
|
|
|
|
/* until browsers don't let us set length values based on dppx, we
|
|
|
|
need a way to calculate them ourself */
|
|
|
|
:root {
|
|
|
|
--dpr: 1;
|
2023-06-07 16:48:04 +00:00
|
|
|
--bpx: 1;
|
2023-08-25 01:15:27 +00:00
|
|
|
--bpx1: 1;
|
2023-06-04 22:28:49 +00:00
|
|
|
}
|
|
|
|
@media (min-resolution: 105dpi) {
|
|
|
|
:root {
|
|
|
|
--dpr: 1.1;
|
2023-06-07 16:48:04 +00:00
|
|
|
--bpx: 1.1;
|
2023-08-25 01:15:27 +00:00
|
|
|
--bpx1: calc(1/1.1);
|
2023-06-04 22:28:49 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-resolution: 115dpi) {
|
2023-06-07 16:48:04 +00:00
|
|
|
:root {
|
|
|
|
--dpr: 1.2;
|
|
|
|
--bpx: 1.2;
|
2023-08-25 01:15:27 +00:00
|
|
|
--bpx1: calc(1/1.2);
|
2023-06-04 22:28:49 +00:00
|
|
|
}
|
2023-06-07 16:48:04 +00:00
|
|
|
}
|
2023-06-04 22:28:49 +00:00
|
|
|
@media (min-resolution: 120dpi) {
|
|
|
|
:root {
|
|
|
|
--dpr: 1.25;
|
2023-06-07 16:48:04 +00:00
|
|
|
--bpx: 1.25;
|
2023-08-25 01:15:27 +00:00
|
|
|
--bpx1: calc(1/1.25);
|
2023-06-04 22:28:49 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-resolution: 128dpi) {
|
|
|
|
:root {
|
|
|
|
--dpr: 1.333;
|
2023-06-07 16:48:04 +00:00
|
|
|
--bpx: 1.333;
|
2023-08-25 01:15:27 +00:00
|
|
|
--bpx1: calc(1/1.333);
|
2023-06-04 22:28:49 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-resolution: 144dpi) {
|
|
|
|
:root {
|
|
|
|
--dpr: 1.5;
|
2023-06-07 16:48:04 +00:00
|
|
|
--bpx: 1.5;
|
2023-08-25 01:15:27 +00:00
|
|
|
--bpx1: calc(1/1.5);
|
2023-06-04 22:28:49 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-resolution: 160dpi) {
|
|
|
|
:root {
|
|
|
|
--dpr: 1.666;
|
2023-06-07 16:48:04 +00:00
|
|
|
--bpx: 1.666;
|
2023-08-25 01:15:27 +00:00
|
|
|
--bpx1: calc(1/1.666);
|
2023-06-04 22:28:49 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-resolution: 168dpi) {
|
|
|
|
:root {
|
|
|
|
--dpr: 1.75;
|
2023-06-07 16:48:04 +00:00
|
|
|
--bpx: 1.75;
|
2023-08-25 01:15:27 +00:00
|
|
|
--bpx1: calc(1/1.75);
|
2023-06-04 22:28:49 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-resolution: 192dpi) {
|
|
|
|
:root {
|
|
|
|
--dpr: 2;
|
2023-06-07 16:48:04 +00:00
|
|
|
--bpx: 1;
|
2023-08-25 01:15:27 +00:00
|
|
|
--bpx1: 1;
|
2023-06-04 22:28:49 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-resolution: 240dpi) {
|
|
|
|
:root {
|
|
|
|
--dpr: 2.5;
|
2023-06-07 16:48:04 +00:00
|
|
|
--bpx: 1.25;
|
2023-08-25 01:15:27 +00:00
|
|
|
--bpx1: calc(1/1.25);
|
2023-06-04 22:28:49 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-resolution: 288dpi) {
|
|
|
|
:root {
|
|
|
|
--dpr: 3;
|
2023-06-07 16:48:04 +00:00
|
|
|
--bpx: 1;
|
2023-08-25 01:15:27 +00:00
|
|
|
--bpx1: 1;
|
2023-06-04 22:28:49 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-resolution: 384dpi) {
|
|
|
|
:root {
|
|
|
|
--dpr: 4;
|
2023-06-07 16:48:04 +00:00
|
|
|
--bpx: 1;
|
2023-08-25 01:15:27 +00:00
|
|
|
--bpx1: 1;
|
2023-06-07 16:48:04 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-resolution: 480dpi) {
|
|
|
|
:root {
|
|
|
|
--dpr: 5;
|
|
|
|
--bpx: 1.25;
|
2023-08-25 01:15:27 +00:00
|
|
|
--bpx1: calc(1/1.25);
|
2023-06-07 16:48:04 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-resolution: 576dpi) {
|
|
|
|
:root {
|
|
|
|
--dpr: 6;
|
|
|
|
--bpx: 1.5;
|
2023-08-25 01:15:27 +00:00
|
|
|
--bpx1: calc(1/1.5);
|
2023-06-07 16:48:04 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (min-resolution: 768dpi) {
|
|
|
|
:root {
|
|
|
|
--dpr: 8;
|
|
|
|
--bpx: 1;
|
2023-08-25 01:15:27 +00:00
|
|
|
--bpx1: 1;
|
2023-06-04 22:28:49 +00:00
|
|
|
}
|
|
|
|
}
|
2021-10-16 23:18:04 +00:00
|
|
|
|
2022-03-13 10:50:31 +00:00
|
|
|
html {
|
2022-03-15 19:18:24 +00:00
|
|
|
height: 100%;
|
2023-02-07 17:07:26 +00:00
|
|
|
width: 100%;
|
2022-03-13 10:50:31 +00:00
|
|
|
}
|
|
|
|
|
2021-10-16 23:18:04 +00:00
|
|
|
body {
|
2022-03-13 10:50:31 +00:00
|
|
|
display: flex;
|
2024-04-19 06:38:17 +00:00
|
|
|
flex-direction: row-reverse; /* to allow body to have initial focus for PS in some browsers and better SEO and a11y */
|
2023-02-07 17:07:26 +00:00
|
|
|
font-size: 1.015625rem;
|
2022-02-13 16:02:24 +00:00
|
|
|
font-weight: 300;
|
2022-03-15 19:18:24 +00:00
|
|
|
height: 100%;
|
2022-03-13 10:50:31 +00:00
|
|
|
justify-content: flex-end;
|
2022-02-13 16:02:24 +00:00
|
|
|
line-height: 1.574;
|
2022-05-30 13:11:22 +00:00
|
|
|
/* overflow: hidden; PSC removed for #242 #243 #244; to avoid browser scrollbar to flicker before we create our own */
|
2022-03-15 19:18:24 +00:00
|
|
|
width: 100%;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
|
|
|
b,
|
|
|
|
strong,
|
|
|
|
label,
|
|
|
|
th {
|
2021-10-16 23:18:04 +00:00
|
|
|
font-weight: 600;
|
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2022-12-02 15:05:54 +00:00
|
|
|
ul {
|
|
|
|
list-style: disc;
|
|
|
|
}
|
|
|
|
|
|
|
|
dt {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
dd {
|
|
|
|
display: list-item;
|
|
|
|
list-style: circle;
|
|
|
|
}
|
|
|
|
|
2022-02-13 00:53:55 +00:00
|
|
|
.default-animation{
|
2022-03-13 13:16:08 +00:00
|
|
|
transition: all 0.35s ease;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar {
|
2022-02-14 19:34:51 +00:00
|
|
|
display: flex;
|
2022-03-13 10:50:31 +00:00
|
|
|
flex-basis: auto;
|
2022-02-14 19:34:51 +00:00
|
|
|
flex-direction: column;
|
2022-03-13 10:50:31 +00:00
|
|
|
flex-grow: 0;
|
|
|
|
flex-shrink: 0;
|
2023-02-07 17:07:26 +00:00
|
|
|
font-size: .953125rem;
|
2022-03-15 19:18:24 +00:00
|
|
|
height: 100%;
|
2023-02-09 23:35:46 +00:00
|
|
|
inset-inline-start: 0;
|
2022-02-14 19:34:51 +00:00
|
|
|
line-height: 1.574;
|
2022-03-15 19:18:24 +00:00
|
|
|
min-height: 100%;
|
2022-02-14 19:34:51 +00:00
|
|
|
position: fixed;
|
2023-10-05 13:00:48 +00:00
|
|
|
min-width: var(--INTERNAL-MENU-WIDTH-L);
|
|
|
|
max-width: var(--INTERNAL-MENU-WIDTH-L);
|
|
|
|
width: var(--INTERNAL-MENU-WIDTH-L);
|
2022-02-14 19:34:51 +00:00
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar a{
|
2023-07-26 19:36:09 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-header-wrapper {
|
2021-10-16 23:18:04 +00:00
|
|
|
text-align: center;
|
|
|
|
padding: 1rem;
|
2021-11-16 00:17:00 +00:00
|
|
|
position: relative;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-header {
|
2023-08-25 01:15:27 +00:00
|
|
|
border-block-end: 1px solid transparent;
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-header a {
|
2021-10-16 23:18:04 +00:00
|
|
|
display: inline-block;
|
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2021-10-16 23:18:04 +00:00
|
|
|
.searchbox {
|
|
|
|
border-radius: 4px;
|
2022-05-28 21:49:54 +00:00
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
2022-02-11 00:11:14 +00:00
|
|
|
position: relative;
|
|
|
|
margin-top: 1rem;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2022-11-17 16:48:48 +00:00
|
|
|
.searchbox > :first-child {
|
2023-02-09 23:35:46 +00:00
|
|
|
inset-inline-start: .5rem;
|
2021-10-16 23:18:04 +00:00
|
|
|
position: absolute;
|
2022-11-17 16:48:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.searchbox > button {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
appearance: none;
|
|
|
|
background-color: transparent;
|
|
|
|
border: 0;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2023-02-07 17:07:26 +00:00
|
|
|
top: .25rem;
|
2022-11-17 16:48:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.searchbox > i {
|
2023-07-26 19:36:09 +00:00
|
|
|
top: .45rem;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-07-26 19:36:09 +00:00
|
|
|
.searchbox > :last-child {
|
2023-02-09 23:35:46 +00:00
|
|
|
inset-inline-end: .5rem;
|
2023-02-07 17:07:26 +00:00
|
|
|
position: absolute;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar .searchbox > :first-child,
|
|
|
|
#R-sidebar .searchbox > :last-child{
|
2023-01-23 12:45:44 +00:00
|
|
|
opacity: .65;
|
2022-11-23 17:46:52 +00:00
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar .searchbox button:hover {
|
2023-01-23 12:45:44 +00:00
|
|
|
opacity: 1;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2021-10-16 23:18:04 +00:00
|
|
|
.searchbox input {
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
2023-02-07 17:07:26 +00:00
|
|
|
height: 1.875rem;
|
2021-10-16 23:18:04 +00:00
|
|
|
background: transparent;
|
|
|
|
border: 0;
|
2023-02-09 23:35:46 +00:00
|
|
|
padding-bottom: 0;
|
|
|
|
padding-inline-end: 1.6rem;
|
|
|
|
padding-inline-start: 1.8rem;
|
|
|
|
padding-top: 0;
|
2021-10-16 23:18:04 +00:00
|
|
|
margin: 0;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2022-11-29 19:28:11 +00:00
|
|
|
.searchbox input::placeholder {
|
2023-01-23 12:45:44 +00:00
|
|
|
opacity: .45;
|
2022-11-29 19:28:11 +00:00
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-content-wrapper {
|
2023-02-10 16:04:08 +00:00
|
|
|
--ps-rail-hover-color: rgba( 176, 176, 176, .25 );
|
2022-02-14 19:34:51 +00:00
|
|
|
display: flex;
|
2022-03-13 10:50:31 +00:00
|
|
|
flex-direction: column;
|
|
|
|
flex: 1; /* fill rest of vertical space */
|
2022-02-14 19:34:51 +00:00
|
|
|
overflow: hidden;
|
2022-03-13 10:50:31 +00:00
|
|
|
position: relative; /* PS */
|
2022-07-02 12:20:53 +00:00
|
|
|
z-index: 100;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar .padding {
|
2021-10-16 23:18:04 +00:00
|
|
|
padding: 0 1rem;
|
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-09-05 21:11:26 +00:00
|
|
|
.footerFooter {
|
|
|
|
font-size: .8125rem;
|
|
|
|
padding-top: 2rem;
|
|
|
|
padding-bottom: .75rem;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footerFooter > * {
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-footer > hr:first-child {
|
2023-09-05 21:11:26 +00:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
/* increase specifity to override following #R-content-wrapper hr style */
|
|
|
|
#R-footer > hr:nth-child(n) {
|
2023-09-05 21:11:26 +00:00
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul {
|
2022-04-03 10:12:47 +00:00
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul li {
|
2021-10-16 23:18:04 +00:00
|
|
|
padding: 0;
|
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul li.visited + span {
|
2023-02-17 14:09:42 +00:00
|
|
|
margin-inline-end: 1rem;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul li .read-icon {
|
2022-02-11 00:11:14 +00:00
|
|
|
display: none;
|
2023-02-14 19:29:35 +00:00
|
|
|
font-size: .8125rem;
|
2023-02-24 22:30:54 +00:00
|
|
|
inset-inline-end: 1rem;
|
2023-02-17 14:09:42 +00:00
|
|
|
margin: .25rem 0 0 0;
|
|
|
|
min-width: 1rem;
|
2023-02-24 22:30:54 +00:00
|
|
|
position: absolute;
|
2022-02-11 00:11:14 +00:00
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul li.visited > a .read-icon {
|
2021-10-16 23:18:04 +00:00
|
|
|
display: inline;
|
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar .nav-title {
|
2022-02-11 00:11:14 +00:00
|
|
|
font-size: 2rem;
|
|
|
|
font-weight: 200;
|
2023-02-17 14:09:42 +00:00
|
|
|
letter-spacing: -.02175em;
|
2023-11-19 01:43:24 +00:00
|
|
|
line-height: 110%;
|
2023-06-15 22:17:05 +00:00
|
|
|
margin: 1.2rem 0 .8rem 0;
|
2023-02-09 23:35:46 +00:00
|
|
|
padding-inline-start: 1rem;
|
2022-02-11 00:11:14 +00:00
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
text-transform: uppercase;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar .footermargin {
|
2023-08-25 01:15:27 +00:00
|
|
|
flex-grow: 1;
|
2022-02-12 22:50:13 +00:00
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-content-wrapper hr {
|
2022-05-28 21:49:54 +00:00
|
|
|
border-bottom-style: solid;
|
|
|
|
border-bottom-width: 1px;
|
2022-02-12 22:50:13 +00:00
|
|
|
margin: 1.5rem 1rem 1rem 1rem;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body {
|
2022-03-13 10:50:31 +00:00
|
|
|
display: flex;
|
|
|
|
flex-basis: 100%;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-grow: 1;
|
|
|
|
flex-shrink: 0;
|
2022-03-15 19:18:24 +00:00
|
|
|
height: 100%;
|
2023-10-05 13:00:48 +00:00
|
|
|
margin-inline-start: var(--INTERNAL-MENU-WIDTH-L);
|
2022-03-15 19:18:24 +00:00
|
|
|
min-height: 100%;
|
2022-03-13 10:50:31 +00:00
|
|
|
overflow-wrap: break-word; /* avoid x-scrolling of body if it is to large to fit */
|
|
|
|
position: relative; /* PS */
|
2023-10-05 13:00:48 +00:00
|
|
|
min-width: calc( 100% - var(--INTERNAL-MENU-WIDTH-L) );
|
|
|
|
max-width: calc( 100% - var(--INTERNAL-MENU-WIDTH-L) );
|
|
|
|
width: calc( 100% - var(--INTERNAL-MENU-WIDTH-L) );
|
2022-07-02 12:20:53 +00:00
|
|
|
z-index: 70;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body img,
|
2023-12-03 18:26:41 +00:00
|
|
|
#R-body figure > figcaption > h4,
|
|
|
|
#R-body figure > figcaption > p,
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body .video-container {
|
2021-10-16 23:18:04 +00:00
|
|
|
display: block;
|
2023-08-25 22:01:58 +00:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2023-12-03 18:26:41 +00:00
|
|
|
padding: 0;
|
2021-10-16 23:18:04 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body img:not(.lightbox-image).left {
|
2022-10-08 19:39:32 +00:00
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body img:not(.lightbox-image).right {
|
2022-10-08 19:39:32 +00:00
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body img:not(.lightbox-image).border,
|
|
|
|
#R-body .video-container.border {
|
2023-08-26 20:42:21 +00:00
|
|
|
background-clip: padding-box;
|
2023-08-25 17:35:54 +00:00
|
|
|
border: 1px solid rgba( 134, 134, 134, .333 );
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body img:not(.lightbox-image).shadow,
|
|
|
|
#R-body .video-container.shadow {
|
2023-02-17 14:09:42 +00:00
|
|
|
box-shadow: 0 10px 30px rgba( 176, 176, 176, .666 );
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body img:not(.lightbox-image).inline {
|
2023-11-19 01:43:24 +00:00
|
|
|
display: inline;
|
|
|
|
margin: 0;
|
2021-10-16 23:18:04 +00:00
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-12-03 18:26:41 +00:00
|
|
|
#R-body figure > figcaption{
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#R-body figure > figcaption > h4{
|
|
|
|
font-size: 1.0rem;
|
|
|
|
font-weight: 500;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#R-body figure > figcaption > p{
|
|
|
|
font-size: .85rem;
|
|
|
|
font-weight: 300;
|
|
|
|
margin-top: .15rem;
|
|
|
|
}
|
|
|
|
#R-body figure > figcaption > h4 + p{
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body-inner {
|
2022-02-28 00:20:19 +00:00
|
|
|
display: flex;
|
2022-06-05 11:52:05 +00:00
|
|
|
flex: auto;
|
2022-02-28 00:20:19 +00:00
|
|
|
flex-direction: column;
|
2022-06-05 11:52:05 +00:00
|
|
|
overflow-y: auto;
|
2022-07-02 18:46:11 +00:00
|
|
|
padding: 0 3.25rem 4rem 3.25rem;
|
2022-02-28 00:20:19 +00:00
|
|
|
position: relative; /* PS */
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2023-10-05 06:52:33 +00:00
|
|
|
@media screen and (max-width: 59.999rem) {
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body-inner {
|
2023-02-14 19:29:35 +00:00
|
|
|
padding: 0 2rem 1rem 2rem;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
|
|
|
}
|
2023-10-05 06:52:33 +00:00
|
|
|
@media screen and (max-width: 47.999rem) {
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body-inner {
|
2023-02-14 19:29:35 +00:00
|
|
|
padding: 0 1.25rem .375rem 1.25rem;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-12-05 15:13:45 +00:00
|
|
|
#R-topbar a:hover:empty,
|
|
|
|
#R-topbar a:active:empty,
|
|
|
|
#R-topbar a:focus:empty,
|
|
|
|
#R-topbar a:hover :not(i),
|
|
|
|
#R-topbar a:active :not(i),
|
|
|
|
#R-topbar a:focus :not(i),
|
|
|
|
#R-topbar button:hover :not(i),
|
|
|
|
#R-topbar button:active :not(i),
|
|
|
|
#R-topbar button:focus :not(i),
|
|
|
|
#R-topbar .title:hover,
|
|
|
|
#R-topbar .title:active,
|
|
|
|
#R-topbar .title:focus,
|
2023-09-18 18:49:44 +00:00
|
|
|
.topbar-content a:hover,
|
|
|
|
.topbar-content a:active,
|
|
|
|
.topbar-content a:focus,
|
2023-07-26 19:36:09 +00:00
|
|
|
article a:hover,
|
|
|
|
article a:active,
|
2023-11-19 00:32:29 +00:00
|
|
|
article a:focus,
|
|
|
|
article a:hover .copy-to-clipboard,
|
|
|
|
article a:active .copy-to-clipboard,
|
|
|
|
article a:focus .copy-to-clipboard {
|
2023-07-26 19:36:09 +00:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2023-12-05 15:13:45 +00:00
|
|
|
.topbar-content a:hover,
|
|
|
|
.topbar-content a:active,
|
|
|
|
.topbar-content a:focus,
|
|
|
|
article a:hover,
|
|
|
|
article a:active,
|
|
|
|
article a:focus,
|
|
|
|
article a:hover .copy-to-clipboard,
|
|
|
|
article a:active .copy-to-clipboard,
|
2024-04-21 21:20:20 +00:00
|
|
|
article a:focus .copy-to-clipboard,
|
|
|
|
article a.lightbox-back:hover > img:only-child:empty,
|
|
|
|
article a.lightbox-back:active > img:only-child:empty,
|
|
|
|
article a.lightbox-back:focus > img:only-child:empty {
|
2023-12-05 15:13:45 +00:00
|
|
|
outline: none;
|
|
|
|
}
|
2023-11-28 21:25:45 +00:00
|
|
|
article a:hover > img:only-child:empty,
|
|
|
|
article a:active > img:only-child:empty,
|
|
|
|
article a:focus > img:only-child:empty{
|
2024-04-22 21:43:51 +00:00
|
|
|
outline: .15rem solid var(--INTERNAL-MAIN-LINK-HOVER-color);
|
2023-11-26 23:11:47 +00:00
|
|
|
}
|
2023-07-26 19:36:09 +00:00
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body-inner:focus-visible{
|
2022-06-06 23:36:30 +00:00
|
|
|
/* remove focus indicator for programatically set focus */
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body h1 + hr {
|
2021-10-16 23:18:04 +00:00
|
|
|
margin-bottom: 2rem;
|
2022-02-11 00:11:14 +00:00
|
|
|
margin-top: -1rem;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body .flex-block-wrapper {
|
2023-02-14 19:29:35 +00:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2024-03-11 22:52:54 +00:00
|
|
|
max-width: calc( var(--INTERNAL-MAIN-WIDTH-MAX) - var(--INTERNAL-MENU-WIDTH-L) - 2 * 3.25rem );
|
2023-02-14 20:43:21 +00:00
|
|
|
width: 100%;
|
2023-02-14 19:29:35 +00:00
|
|
|
}
|
2023-09-23 08:19:35 +00:00
|
|
|
body:not(.print) #R-body .narrow .flex-block-wrapper {
|
2024-03-11 22:52:54 +00:00
|
|
|
max-width: calc( var(--INTERNAL-MAIN-WIDTH-MAX) - var(--INTERNAL-MENU-WIDTH-L) - 2 * 9.75rem );
|
2023-02-14 19:29:35 +00:00
|
|
|
}
|
2021-10-16 23:18:04 +00:00
|
|
|
/* we limit width if we have large screens */
|
2024-03-11 22:52:54 +00:00
|
|
|
body.main-width-max #R-body .flex-block-wrapper {
|
|
|
|
width: calc( var(--INTERNAL-MAIN-WIDTH-MAX) - var(--INTERNAL-MENU-WIDTH-L) - 2 * 3.25rem );
|
|
|
|
}
|
|
|
|
body.main-width-max:not(.print) #R-body .narrow .flex-block-wrapper {
|
|
|
|
width: calc( var(--INTERNAL-MAIN-WIDTH-MAX) - var(--INTERNAL-MENU-WIDTH-L) - 2 * 9.75rem );
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
body:not(.print) #R-body-inner.narrow {
|
2024-03-29 23:34:21 +00:00
|
|
|
padding: 0 9.75rem 2rem 9.75rem;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2023-10-05 11:30:51 +00:00
|
|
|
@media screen and (max-width: 59.999rem) {
|
2023-09-23 08:19:35 +00:00
|
|
|
body:not(.print) #R-body-inner.narrow {
|
2024-03-29 23:34:21 +00:00
|
|
|
padding: 0 6.5rem 1rem 6.5rem;
|
2022-02-28 00:20:19 +00:00
|
|
|
}
|
|
|
|
}
|
2023-10-05 06:52:33 +00:00
|
|
|
@media screen and (max-width: 47.999rem) {
|
2023-09-23 08:19:35 +00:00
|
|
|
body:not(.print) #R-body-inner.narrow {
|
2024-03-29 23:34:21 +00:00
|
|
|
padding: 0 3.25rem .375rem 3.25rem;
|
2022-02-28 00:20:19 +00:00
|
|
|
}
|
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body-inner div.article-subheading,
|
|
|
|
#R-body-inner .chapter.deprecated h3:first-of-type {
|
2021-10-31 09:31:55 +00:00
|
|
|
font-weight: 200;
|
2022-03-25 13:22:15 +00:00
|
|
|
margin-top: 0;
|
2021-10-16 23:18:04 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
2024-03-29 23:34:21 +00:00
|
|
|
body:not(.print) #R-body-inner.narrow div.article-subheading{
|
|
|
|
margin-top: 2rem;
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 59.999rem) {
|
|
|
|
body:not(.print) #R-body-inner.narrow div.article-subheading{
|
|
|
|
margin-top: 1rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 47.999rem) {
|
|
|
|
body:not(.print) #R-body-inner.narrow div.article-subheading{
|
|
|
|
margin-top: .375rem;
|
|
|
|
}
|
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
body:not(.print) #R-body-inner.narrow p {
|
2021-10-16 23:18:04 +00:00
|
|
|
font-size: 1.2rem;
|
2022-02-11 00:11:14 +00:00
|
|
|
text-align: justify;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2022-12-02 19:45:52 +00:00
|
|
|
mark {
|
2024-04-04 21:31:21 +00:00
|
|
|
background: transparent;
|
2024-04-04 22:22:44 +00:00
|
|
|
border-radius: 0.8em 0.3rem;
|
2024-04-04 21:31:21 +00:00
|
|
|
-webkit-box-decoration-break: clone;
|
|
|
|
box-decoration-break: clone;
|
2023-05-27 22:05:41 +00:00
|
|
|
color: rgba( 0, 0, 0, 1 );
|
2024-04-04 22:22:44 +00:00
|
|
|
-webkit-print-color-adjust: exact;
|
|
|
|
color-adjust: exact;
|
|
|
|
margin: 0 -0.4rem;
|
|
|
|
padding: 0.1em 0.4rem;
|
2024-04-04 21:31:21 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
kbd {
|
2024-04-04 21:50:04 +00:00
|
|
|
background-color: rgba( 134, 134, 134, .166 );
|
|
|
|
border-color: rgba( 134, 134, 134, .5 );
|
|
|
|
border-radius: 0.25rem;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
2024-04-04 22:22:44 +00:00
|
|
|
box-shadow: 0 .0625rem 0 .0625rem rgba( 134, 134, 134, .5 );
|
|
|
|
-webkit-print-color-adjust: exact;
|
|
|
|
color-adjust: exact;
|
|
|
|
font-size: 0.75rem;
|
2024-04-04 21:50:04 +00:00
|
|
|
line-height: 1;
|
|
|
|
min-width: 0.75rem;
|
2024-04-04 22:22:44 +00:00
|
|
|
padding: .125rem .3125rem .125rem .3125rem;
|
2024-04-04 21:50:04 +00:00
|
|
|
position: relative;
|
|
|
|
text-align: center;
|
2024-04-04 22:22:44 +00:00
|
|
|
top: -.125rem;
|
2022-12-02 19:45:52 +00:00
|
|
|
}
|
|
|
|
|
2021-10-16 23:18:04 +00:00
|
|
|
h1 {
|
2023-02-07 17:07:26 +00:00
|
|
|
font-size: 3.25rem;
|
2021-11-03 20:43:23 +00:00
|
|
|
font-weight: 200;
|
2023-02-07 17:07:26 +00:00
|
|
|
margin: 0.85rem 0 1rem 0;
|
|
|
|
/* big titles cause a horizontal scrollbar - fixing this by wrapping text */
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
overflow-x: hidden;
|
2021-10-16 23:18:04 +00:00
|
|
|
text-align: center;
|
2023-02-07 17:07:26 +00:00
|
|
|
text-rendering: optimizeLegibility;
|
2021-10-16 23:18:04 +00:00
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
body:not(.print) #R-body-inner.narrow h1 {
|
2023-02-07 17:07:26 +00:00
|
|
|
border-bottom: 4px solid rgba( 134, 134, 134, .125 );
|
|
|
|
font-size: 3.5rem;
|
|
|
|
}
|
2023-10-05 06:52:33 +00:00
|
|
|
@media only screen and (min-width: 48rem) and (max-width: 59.999rem) {
|
2023-09-23 08:19:35 +00:00
|
|
|
body:not(.print) #R-body-inner.narrow h1 {
|
2023-02-07 17:07:26 +00:00
|
|
|
font-size: 2.8rem;
|
|
|
|
}
|
|
|
|
}
|
2023-10-05 06:52:33 +00:00
|
|
|
@media only screen and (max-width: 47.999rem) {
|
2023-09-23 08:19:35 +00:00
|
|
|
body:not(.print) #R-body-inner.narrow h1 {
|
2023-02-07 17:07:26 +00:00
|
|
|
font-size: 2.5rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: 2.2rem;
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3, .article-subheading {
|
|
|
|
font-size: 1.8rem;
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
font-size: 1.85rem;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
|
|
|
h5 {
|
|
|
|
font-size: 1.6rem;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
|
|
|
h6 {
|
|
|
|
font-size: 1.3rem;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
2022-07-05 22:16:52 +00:00
|
|
|
h2, h3, .article-subheading, h4, h5, h6 {
|
2023-02-17 14:09:42 +00:00
|
|
|
letter-spacing: -.0625rem;
|
2023-02-07 17:07:26 +00:00
|
|
|
margin: 2rem 0 1rem 0;
|
|
|
|
/* big titles cause a horizontal scrollbar - fixing this by wrapping text */
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
overflow-x: hidden;
|
2022-02-16 23:54:04 +00:00
|
|
|
text-rendering: optimizeLegibility;
|
|
|
|
}
|
|
|
|
|
2022-11-07 19:58:08 +00:00
|
|
|
h2, h3, h4, h5, h6 {
|
|
|
|
/* leave space for anchor to avoid overflow */
|
|
|
|
padding-inline-end: 2rem;
|
|
|
|
}
|
|
|
|
|
2021-10-16 23:18:04 +00:00
|
|
|
blockquote {
|
2023-02-12 10:33:01 +00:00
|
|
|
border-inline-start: .6rem solid rgba( 134, 134, 134, .4 );
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2021-10-16 23:18:04 +00:00
|
|
|
blockquote p {
|
2023-02-07 17:07:26 +00:00
|
|
|
font-size: 1.06640625rem;
|
2022-02-11 00:11:14 +00:00
|
|
|
font-style: italic;
|
|
|
|
opacity: .75;
|
|
|
|
text-align: justify;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2021-10-16 23:18:04 +00:00
|
|
|
blockquote cite {
|
|
|
|
display: block;
|
2022-02-11 00:11:14 +00:00
|
|
|
font-weight: bold;
|
|
|
|
opacity: .5;
|
2023-02-12 10:33:01 +00:00
|
|
|
padding-top: .5rem;
|
2022-11-01 01:10:49 +00:00
|
|
|
text-align: end;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2022-02-16 00:39:19 +00:00
|
|
|
/* colored boxes */
|
|
|
|
|
2022-12-01 00:38:08 +00:00
|
|
|
.cstyle {
|
2022-02-23 09:56:52 +00:00
|
|
|
--VARIABLE-BOX-color: var(--INTERNAL-BOX-NEUTRAL-color);
|
|
|
|
--VARIABLE-BOX-CAPTION-color: var(--INTERNAL-BOX-CAPTION-color);
|
2022-05-29 07:38:54 +00:00
|
|
|
--VARIABLE-BOX-BG-color: var(--INTERNAL-BOX-BG-color);
|
|
|
|
--VARIABLE-BOX-TEXT-color: var(--INTERNAL-BOX-NEUTRAL-TEXT-color);
|
2022-03-13 10:50:31 +00:00
|
|
|
-webkit-print-color-adjust: exact;
|
|
|
|
color-adjust: exact;
|
2022-12-01 00:38:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
div.box {
|
2021-10-16 23:18:04 +00:00
|
|
|
margin: 1.5rem 0;
|
2023-05-25 10:46:07 +00:00
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
2022-02-11 00:11:14 +00:00
|
|
|
}
|
|
|
|
|
2022-02-16 00:39:19 +00:00
|
|
|
div.box > .box-label {
|
2021-11-03 20:43:23 +00:00
|
|
|
font-weight: 500;
|
2022-03-07 21:55:59 +00:00
|
|
|
padding: .2rem .6rem;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2022-02-16 00:39:19 +00:00
|
|
|
div.box > .box-content {
|
2022-12-02 15:05:54 +00:00
|
|
|
padding-top: 1rem;
|
|
|
|
padding-bottom: 1rem;
|
2022-02-16 00:39:19 +00:00
|
|
|
padding-left: 1rem;
|
|
|
|
padding-right: 1rem;
|
|
|
|
}
|
|
|
|
|
2023-08-25 22:01:58 +00:00
|
|
|
p:empty {
|
|
|
|
/* in case of image render hook, Hugo may generate empty <p>s that we want to ignore */
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2024-04-12 15:30:57 +00:00
|
|
|
/* in case of image render hook, Hugo may generate empty <p>s that we want to ignore as well, so a simple :first-child or :last-child is not enough */
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body table th > :nth-child(1 of :not(:empty)),
|
|
|
|
#R-body table th > :nth-child(1 of :not(:empty)) :nth-child(1 of :not(:empty)),
|
|
|
|
#R-body table td > :nth-child(1 of :not(:empty)),
|
|
|
|
#R-body table td > :nth-child(1 of :not(:empty)) :nth-child(1 of :not(:empty)),
|
|
|
|
#R-body div.box > .box-content > :nth-child(1 of :not(:empty)),
|
|
|
|
#R-body div.box > .box-content > :nth-child(1 of :not(:empty)) :nth-child(1 of :not(:empty)),
|
|
|
|
#R-body div.expand > .expand-content-text > :nth-child(1 of :not(:empty)),
|
|
|
|
#R-body div.expand > .expand-content-text > :nth-child(1 of :not(:empty)) :nth-child(1 of :not(:empty)),
|
|
|
|
#R-body div.tab-content > .tab-content-text > :nth-child(1 of :not(:empty)),
|
|
|
|
#R-body div.tab-content > .tab-content-text > :nth-child(1 of :not(:empty)) :nth-child(1 of :not(:empty)) {
|
2022-02-16 00:39:19 +00:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body table th > :nth-last-child(1 of :not(:empty)),
|
|
|
|
#R-body table th > :nth-last-child(1 of :not(:empty)) :nth-last-child(1 of :not(:empty)),
|
2023-09-30 19:51:47 +00:00
|
|
|
#R-body table th > div.highlight:last-child pre:not(.mermaid),
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body table td > :nth-last-child(1 of :not(:empty)),
|
|
|
|
#R-body table td > :nth-last-child(1 of :not(:empty)) :nth-last-child(1 of :not(:empty)),
|
2023-09-30 19:51:47 +00:00
|
|
|
#R-body table td > div:last-child pre:not(.mermaid),
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body div.box > .box-content > :nth-last-child(1 of :not(:empty)),
|
|
|
|
#R-body div.box > .box-content > :nth-last-child(1 of :not(:empty)) :nth-last-child(1 of :not(:empty)),
|
2023-09-30 19:51:47 +00:00
|
|
|
#R-body div.box > .box-content > div:last-child pre:not(.mermaid),
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body div.expand > .expand-content-text > :nth-last-child(1 of :not(:empty)),
|
|
|
|
#R-body div.expand > .expand-content-text > :nth-last-child(1 of :not(:empty)) :nth-last-child(1 of :not(:empty)),
|
2023-09-30 19:51:47 +00:00
|
|
|
#R-body div.expand > .expand-content-text > div:last-child pre:not(.mermaid),
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body div.tab-content > .tab-content-text > :nth-last-child(1 of :not(:empty)),
|
|
|
|
#R-body div.tab-content > .tab-content-text > :nth-last-child(1 of :not(:empty)) :nth-last-child(1 of :not(:empty)),
|
2023-09-30 19:51:47 +00:00
|
|
|
#R-body div.tab-content > .tab-content-text > div:last-child pre:not(.mermaid) {
|
2022-12-02 15:05:54 +00:00
|
|
|
margin-bottom: 0;
|
2022-02-16 00:39:19 +00:00
|
|
|
}
|
|
|
|
|
2024-02-29 19:46:39 +00:00
|
|
|
/* resources shortcode */
|
2021-10-16 23:18:04 +00:00
|
|
|
|
2022-02-16 00:39:19 +00:00
|
|
|
div.attachments .box-content {
|
|
|
|
display: block;
|
|
|
|
margin: 0;
|
2022-11-01 01:10:49 +00:00
|
|
|
padding-inline-start: 1.75rem;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Children shortcode */
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2021-10-16 23:18:04 +00:00
|
|
|
.children p {
|
2023-02-07 17:07:26 +00:00
|
|
|
font-size: .8125rem;
|
2023-02-17 14:09:42 +00:00
|
|
|
margin-bottom: 0;
|
|
|
|
margin-top: 0;
|
|
|
|
padding-bottom: 0;
|
|
|
|
padding-top: 0;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2021-10-16 23:18:04 +00:00
|
|
|
.children-li p {
|
2023-02-07 17:07:26 +00:00
|
|
|
font-size: .8125rem;
|
2021-10-16 23:18:04 +00:00
|
|
|
font-style: italic;
|
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
|
|
|
.children-h2 p,
|
|
|
|
.children-h3 p {
|
2023-02-07 17:07:26 +00:00
|
|
|
font-size: .8125rem;
|
2023-02-17 14:09:42 +00:00
|
|
|
margin-bottom: 0;
|
|
|
|
margin-top: 0;
|
|
|
|
padding-bottom: 0;
|
|
|
|
padding-top: 0;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body-inner .children h2,
|
|
|
|
#R-body-inner .children h3,
|
|
|
|
#R-body-inner .children h4,
|
|
|
|
#R-body-inner .children h5,
|
|
|
|
#R-body-inner .children h6 {
|
2021-10-31 09:34:54 +00:00
|
|
|
margin-bottom: 0;
|
2021-10-31 09:31:55 +00:00
|
|
|
margin-top: 1rem;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body-inner ul.children-h2,
|
|
|
|
#R-body-inner ul.children-h3,
|
|
|
|
#R-body-inner ul.children-h4,
|
|
|
|
#R-body-inner ul.children-h5,
|
|
|
|
#R-body-inner ul.children-h6 {
|
2021-10-16 23:18:04 +00:00
|
|
|
/* if we display children with style=h2 but without a containerstyle
|
|
|
|
a ul will be used for structuring; we remove default indention for uls
|
|
|
|
in this case */
|
|
|
|
padding-inline-start: 0;
|
|
|
|
}
|
|
|
|
|
2022-02-11 00:11:14 +00:00
|
|
|
code,
|
|
|
|
kbd,
|
2023-09-30 19:51:47 +00:00
|
|
|
pre:not(.mermaid),
|
2022-02-11 00:11:14 +00:00
|
|
|
samp {
|
2023-02-07 17:07:26 +00:00
|
|
|
font-size: .934375rem;
|
2021-10-16 23:18:04 +00:00
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2021-10-16 23:18:04 +00:00
|
|
|
code {
|
|
|
|
border-radius: 2px;
|
2022-05-28 21:49:54 +00:00
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
2022-03-13 10:50:31 +00:00
|
|
|
-webkit-print-color-adjust: economy;
|
|
|
|
color-adjust: economy;
|
2021-10-16 23:18:04 +00:00
|
|
|
padding-left: 2px;
|
|
|
|
padding-right: 2px;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2022-02-22 19:38:41 +00:00
|
|
|
span.copy-to-clipboard {
|
2022-02-17 18:21:57 +00:00
|
|
|
display: inline-block;
|
2023-02-09 23:35:46 +00:00
|
|
|
white-space: nowrap;
|
2022-02-17 18:21:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
code.copy-to-clipboard-code {
|
2022-11-01 01:10:49 +00:00
|
|
|
border-end-end-radius: 0;
|
|
|
|
border-start-end-radius: 0;
|
|
|
|
border-inline-end-width: 0;
|
|
|
|
}
|
|
|
|
|
2023-09-30 19:51:47 +00:00
|
|
|
pre:not(.mermaid) {
|
2021-10-16 23:18:04 +00:00
|
|
|
border-radius: 2px;
|
2022-05-28 21:49:54 +00:00
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
2021-10-16 23:18:04 +00:00
|
|
|
-webkit-print-color-adjust: economy;
|
2022-03-13 10:50:31 +00:00
|
|
|
color-adjust: economy;
|
2021-10-16 23:18:04 +00:00
|
|
|
line-height: 1.15;
|
|
|
|
padding: 1rem;
|
2023-02-07 17:07:26 +00:00
|
|
|
position: relative;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-09-30 19:51:47 +00:00
|
|
|
/* pre:not(.mermaid):has( code ), */
|
2023-02-24 23:06:37 +00:00
|
|
|
/* the :has() operator isn't available in FF yet, so we patch this by JS */
|
2023-09-30 19:51:47 +00:00
|
|
|
pre:not(.mermaid).pre-code {
|
2022-11-01 01:10:49 +00:00
|
|
|
direction: ltr;
|
2023-02-24 23:06:37 +00:00
|
|
|
text-align: left;
|
2022-11-01 01:10:49 +00:00
|
|
|
}
|
|
|
|
|
2023-09-30 19:51:47 +00:00
|
|
|
pre:not(.mermaid) code {
|
2021-10-16 23:18:04 +00:00
|
|
|
background-color: inherit;
|
2022-11-01 01:10:49 +00:00
|
|
|
border: 0;
|
2021-10-16 23:18:04 +00:00
|
|
|
color: inherit;
|
2022-03-13 10:50:31 +00:00
|
|
|
-webkit-print-color-adjust: economy;
|
|
|
|
color-adjust: economy;
|
2023-02-07 17:07:26 +00:00
|
|
|
font-size: .9375rem;
|
2021-10-16 23:18:04 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-06-21 23:23:13 +00:00
|
|
|
div.highlight{
|
|
|
|
position: relative;
|
|
|
|
}
|
2023-06-16 22:38:42 +00:00
|
|
|
/* we may have special treatment if highlight shortcode was used in table lineno mode */
|
|
|
|
div.highlight > div{
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
}
|
|
|
|
/* remove default style for usual markdown tables */
|
|
|
|
div.highlight > div table{
|
|
|
|
background-color: transparent;
|
|
|
|
border-width: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
div.highlight > div td{
|
|
|
|
border-width: 0;
|
|
|
|
}
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body div.highlight > div a {
|
2023-06-16 22:38:42 +00:00
|
|
|
line-height: inherit;
|
|
|
|
}
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body div.highlight > div a:after {
|
2023-06-16 22:38:42 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
/* disable selection for lineno cells */
|
|
|
|
div.highlight > div td:first-child:not(:last-child){
|
2023-12-05 13:46:08 +00:00
|
|
|
-webkit-user-select: none;
|
2023-06-16 22:38:42 +00:00
|
|
|
user-select: none;
|
|
|
|
}
|
2023-06-15 19:58:10 +00:00
|
|
|
/* increase code column to full width if highlight shortcode was used in table lineno mode */
|
2023-06-16 22:38:42 +00:00
|
|
|
div.highlight > div td:not(:first-child):last-child{
|
2023-06-15 19:58:10 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
2023-06-21 23:23:13 +00:00
|
|
|
/* add scrollbars if highlight shortcode was used in table lineno mode */
|
|
|
|
div.highlight > div table{
|
|
|
|
display: block;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
2023-09-30 19:51:47 +00:00
|
|
|
div.highlight:not(.wrap-code) pre:not(.mermaid){
|
2023-06-21 23:23:13 +00:00
|
|
|
overflow: auto;
|
|
|
|
}
|
2023-09-30 19:51:47 +00:00
|
|
|
div.highlight:not(.wrap-code) pre:not(.mermaid) code{
|
2023-06-21 23:23:13 +00:00
|
|
|
white-space: pre;
|
|
|
|
}
|
2023-09-30 19:51:47 +00:00
|
|
|
div.highlight.wrap-code pre:not(.mermaid) code{
|
2023-06-21 23:23:13 +00:00
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
2023-06-16 22:38:42 +00:00
|
|
|
/* remove border from row cells if highlight shortcode was used in table lineno mode */
|
2023-09-30 19:51:47 +00:00
|
|
|
div.highlight > div td > pre:not(.mermaid) {
|
2023-06-16 22:38:42 +00:00
|
|
|
border-radius: 0;
|
|
|
|
border-width: 0;
|
|
|
|
}
|
|
|
|
/* in case of table lineno mode we want to move each row closer together - besides the edges
|
|
|
|
this usually applies only to wrapfix tables but it doesn't hurt for non-wrapfix tables too */
|
2023-09-30 19:51:47 +00:00
|
|
|
div.highlight > div tr:not(:first-child) pre:not(.mermaid){
|
2023-06-16 22:38:42 +00:00
|
|
|
padding-top: 0;
|
2023-06-15 19:58:10 +00:00
|
|
|
}
|
2023-09-30 19:51:47 +00:00
|
|
|
div.highlight > div tr:not(:last-child) pre:not(.mermaid){
|
2023-06-16 22:38:42 +00:00
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
/* in case of table lineno mode we want to move each columns closer together on the inside */
|
2023-09-30 19:51:47 +00:00
|
|
|
div.highlight > div td:first-child:not(:last-child) pre:not(.mermaid){
|
2023-06-16 22:38:42 +00:00
|
|
|
padding-right: 0;
|
|
|
|
}
|
2023-09-30 19:51:47 +00:00
|
|
|
div.highlight > div td:not(:first-child):last-child pre:not(.mermaid){
|
2023-06-16 22:38:42 +00:00
|
|
|
padding-left: 0;
|
2023-06-15 19:58:10 +00:00
|
|
|
}
|
|
|
|
|
2021-10-16 23:18:04 +00:00
|
|
|
hr {
|
2022-02-11 00:11:14 +00:00
|
|
|
border-bottom: 4px solid rgba( 134, 134, 134, .125 );
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-09-30 19:51:47 +00:00
|
|
|
#R-body-inner pre:not(.mermaid) {
|
2021-10-16 23:18:04 +00:00
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2021-10-16 23:18:04 +00:00
|
|
|
table {
|
2022-02-11 00:11:14 +00:00
|
|
|
border: 1px solid rgba( 134, 134, 134, .333 );
|
2021-10-16 23:18:04 +00:00
|
|
|
margin-bottom: 1rem;
|
|
|
|
margin-top: 1rem;
|
|
|
|
table-layout: auto;
|
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
|
|
|
th,
|
|
|
|
thead td {
|
|
|
|
background-color: rgba( 134, 134, 134, .166 );
|
|
|
|
border: 1px solid rgba( 134, 134, 134, .333 );
|
2021-10-16 23:18:04 +00:00
|
|
|
-webkit-print-color-adjust: exact;
|
2022-03-13 10:50:31 +00:00
|
|
|
color-adjust: exact;
|
2021-10-16 23:18:04 +00:00
|
|
|
padding: 0.5rem;
|
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2021-10-16 23:18:04 +00:00
|
|
|
td {
|
2022-02-11 00:11:14 +00:00
|
|
|
border: 1px solid rgba( 134, 134, 134, .333 );
|
2021-10-16 23:18:04 +00:00
|
|
|
padding: 0.5rem;
|
|
|
|
}
|
2023-09-23 23:02:03 +00:00
|
|
|
tbody > tr:nth-child(even) > td {
|
|
|
|
background-color: rgba( 134, 134, 134, .045 );
|
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2021-10-16 23:18:04 +00:00
|
|
|
.tooltipped {
|
|
|
|
position: relative;
|
|
|
|
}
|
2022-02-15 19:00:40 +00:00
|
|
|
|
2021-10-16 23:18:04 +00:00
|
|
|
.tooltipped:after {
|
2023-05-27 22:05:41 +00:00
|
|
|
background: rgba( 0, 0, 0, 1 );
|
|
|
|
border: 1px solid rgba( 119, 119, 119, 1 );
|
2022-02-15 19:00:40 +00:00
|
|
|
border-radius: 3px;
|
2023-05-27 22:05:41 +00:00
|
|
|
color: rgba( 255, 255, 255, 1 );
|
2022-02-15 19:00:40 +00:00
|
|
|
content: attr(aria-label);
|
2021-10-16 23:18:04 +00:00
|
|
|
display: none;
|
2023-02-07 17:07:26 +00:00
|
|
|
font-family: "Work Sans", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
|
|
|
font-size: .6875rem;
|
|
|
|
font-weight: normal;
|
2022-02-15 19:00:40 +00:00
|
|
|
-webkit-font-smoothing: subpixel-antialiased;
|
|
|
|
letter-spacing: normal;
|
2023-02-07 17:07:26 +00:00
|
|
|
line-height: 1.5;
|
2022-02-15 19:00:40 +00:00
|
|
|
padding: 5px 8px;
|
|
|
|
pointer-events: none;
|
|
|
|
position: absolute;
|
2021-10-16 23:18:04 +00:00
|
|
|
text-align: center;
|
|
|
|
text-decoration: none;
|
|
|
|
text-shadow: none;
|
|
|
|
text-transform: none;
|
|
|
|
white-space: pre;
|
2022-02-15 19:00:40 +00:00
|
|
|
word-wrap: break-word;
|
2022-07-02 12:20:53 +00:00
|
|
|
z-index: 140;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-15 19:00:40 +00:00
|
|
|
|
2021-10-16 23:18:04 +00:00
|
|
|
.tooltipped:before {
|
2022-02-15 19:00:40 +00:00
|
|
|
border: 5px solid transparent;
|
2023-05-27 22:05:41 +00:00
|
|
|
color: rgba( 0, 0, 0, 1 );
|
2022-02-15 19:00:40 +00:00
|
|
|
content: "";
|
2021-10-16 23:18:04 +00:00
|
|
|
display: none;
|
|
|
|
height: 0;
|
|
|
|
pointer-events: none;
|
2022-02-15 19:00:40 +00:00
|
|
|
position: absolute;
|
|
|
|
width: 0;
|
2022-07-02 12:20:53 +00:00
|
|
|
z-index: 150;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-15 19:00:40 +00:00
|
|
|
|
|
|
|
.tooltipped:hover:before,
|
|
|
|
.tooltipped:hover:after,
|
|
|
|
.tooltipped:active:before,
|
|
|
|
.tooltipped:active:after,
|
|
|
|
.tooltipped:focus:before,
|
|
|
|
.tooltipped:focus:after {
|
2021-10-16 23:18:04 +00:00
|
|
|
display: inline-block;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2022-02-15 19:00:40 +00:00
|
|
|
|
|
|
|
.tooltipped-s:after,
|
|
|
|
.tooltipped-se:after,
|
|
|
|
.tooltipped-sw:after {
|
2021-10-16 23:18:04 +00:00
|
|
|
margin-top: 5px;
|
|
|
|
right: 50%;
|
2022-02-15 19:00:40 +00:00
|
|
|
top: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tooltipped-s:before,
|
|
|
|
.tooltipped-se:before,
|
|
|
|
.tooltipped-sw:before {
|
2023-05-27 22:05:41 +00:00
|
|
|
border-bottom-color: rgba( 0, 0, 0, .8 );
|
2021-10-16 23:18:04 +00:00
|
|
|
bottom: -5px;
|
|
|
|
margin-right: -5px;
|
2022-02-15 19:00:40 +00:00
|
|
|
right: 50%;
|
|
|
|
top: auto;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-15 19:00:40 +00:00
|
|
|
|
2021-10-16 23:18:04 +00:00
|
|
|
.tooltipped-se:after {
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -15px;
|
2022-02-15 19:00:40 +00:00
|
|
|
right: auto;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-15 19:00:40 +00:00
|
|
|
|
2021-10-16 23:18:04 +00:00
|
|
|
.tooltipped-sw:after {
|
|
|
|
margin-right: -15px;
|
|
|
|
}
|
2022-02-15 19:00:40 +00:00
|
|
|
|
|
|
|
.tooltipped-n:after,
|
|
|
|
.tooltipped-ne:after,
|
|
|
|
.tooltipped-nw:after {
|
2021-10-16 23:18:04 +00:00
|
|
|
bottom: 100%;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
right: 50%;
|
2022-02-15 19:00:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tooltipped-n:before,
|
|
|
|
.tooltipped-ne:before,
|
|
|
|
.tooltipped-nw:before {
|
2023-05-27 22:05:41 +00:00
|
|
|
border-top-color: rgba( 0, 0, 0, .8 );
|
2021-10-16 23:18:04 +00:00
|
|
|
bottom: auto;
|
|
|
|
margin-right: -5px;
|
2022-02-15 19:00:40 +00:00
|
|
|
right: 50%;
|
|
|
|
top: -5px;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-15 19:00:40 +00:00
|
|
|
|
2021-10-16 23:18:04 +00:00
|
|
|
.tooltipped-ne:after {
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -15px;
|
2022-02-15 19:00:40 +00:00
|
|
|
right: auto;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-15 19:00:40 +00:00
|
|
|
|
2021-10-16 23:18:04 +00:00
|
|
|
.tooltipped-nw:after {
|
|
|
|
margin-right: -15px;
|
|
|
|
}
|
2022-02-15 19:00:40 +00:00
|
|
|
|
|
|
|
.tooltipped-s:after,
|
|
|
|
.tooltipped-n:after {
|
2021-10-16 23:18:04 +00:00
|
|
|
transform: translateX(50%);
|
|
|
|
}
|
2022-02-15 19:00:40 +00:00
|
|
|
|
2021-10-16 23:18:04 +00:00
|
|
|
.tooltipped-w:after {
|
|
|
|
bottom: 50%;
|
|
|
|
margin-right: 5px;
|
2022-02-15 19:00:40 +00:00
|
|
|
right: 100%;
|
2021-10-16 23:18:04 +00:00
|
|
|
transform: translateY(50%);
|
|
|
|
}
|
2022-02-15 19:00:40 +00:00
|
|
|
|
2021-10-16 23:18:04 +00:00
|
|
|
.tooltipped-w:before {
|
2023-05-27 22:05:41 +00:00
|
|
|
border-left-color: rgba( 0, 0, 0, .8 );
|
2021-10-16 23:18:04 +00:00
|
|
|
bottom: 50%;
|
|
|
|
left: -5px;
|
|
|
|
margin-top: -5px;
|
2022-02-15 19:00:40 +00:00
|
|
|
top: 50%;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-15 19:00:40 +00:00
|
|
|
|
2021-10-16 23:18:04 +00:00
|
|
|
.tooltipped-e:after {
|
|
|
|
bottom: 50%;
|
|
|
|
left: 100%;
|
|
|
|
margin-left: 5px;
|
|
|
|
transform: translateY(50%);
|
|
|
|
}
|
2022-02-15 19:00:40 +00:00
|
|
|
|
2021-10-16 23:18:04 +00:00
|
|
|
.tooltipped-e:before {
|
2023-05-27 22:05:41 +00:00
|
|
|
border-right-color: rgba( 0, 0, 0, .8 );
|
2021-10-16 23:18:04 +00:00
|
|
|
bottom: 50%;
|
|
|
|
margin-top: -5px;
|
2022-02-15 19:00:40 +00:00
|
|
|
right: -5px;
|
|
|
|
top: 50%;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-topbar {
|
2021-10-16 23:18:04 +00:00
|
|
|
min-height: 3rem;
|
2022-03-03 23:13:04 +00:00
|
|
|
position: relative;
|
2022-07-02 12:20:53 +00:00
|
|
|
z-index: 170;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-topbar > .topbar-wrapper {
|
2023-09-13 21:30:04 +00:00
|
|
|
align-items: center;
|
2022-02-11 00:11:14 +00:00
|
|
|
background-color: rgba( 134, 134, 134, .066 );
|
2023-09-13 21:30:04 +00:00
|
|
|
display: flex;
|
|
|
|
flex-basis: 100%;
|
|
|
|
flex-direction: row;
|
2022-02-11 00:11:14 +00:00
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2023-09-11 22:12:07 +00:00
|
|
|
.topbar-button {
|
2023-09-13 21:30:04 +00:00
|
|
|
display: inline-block;
|
2023-09-11 22:12:07 +00:00
|
|
|
position: relative;
|
2023-09-12 21:10:21 +00:00
|
|
|
}
|
2023-09-18 18:49:44 +00:00
|
|
|
.topbar-button:not([data-origin]) {
|
|
|
|
display: none;
|
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-09-18 18:49:44 +00:00
|
|
|
.topbar-button > .topbar-control {
|
2023-09-12 21:10:21 +00:00
|
|
|
display: inline-block;
|
2022-02-17 23:11:32 +00:00
|
|
|
padding-left: 1rem;
|
|
|
|
padding-right: 1rem;
|
|
|
|
}
|
2023-09-18 18:49:44 +00:00
|
|
|
.topbar-wrapper > .topbar-area-start > .topbar-button > .topbar-control {
|
2023-09-13 21:30:04 +00:00
|
|
|
border-inline-end: 1px solid rgba( 134, 134, 134, .333 );
|
|
|
|
}
|
2023-09-18 18:49:44 +00:00
|
|
|
.topbar-wrapper > .topbar-area-end > .topbar-button > .topbar-control {
|
2023-09-13 21:30:04 +00:00
|
|
|
border-inline-start: 1px solid rgba( 134, 134, 134, .333 );
|
2022-02-17 23:11:32 +00:00
|
|
|
}
|
|
|
|
|
2023-09-18 18:49:44 +00:00
|
|
|
.topbar-button > button:disabled i,
|
|
|
|
.topbar-button > span i {
|
2023-09-12 21:10:21 +00:00
|
|
|
color: rgba( 134, 134, 134, .333 );
|
2022-03-13 10:50:31 +00:00
|
|
|
}
|
2023-09-12 21:10:21 +00:00
|
|
|
.topbar-button button{
|
|
|
|
-webkit-appearance: none;
|
|
|
|
appearance: none;
|
|
|
|
background-color: transparent;
|
2022-02-17 23:11:32 +00:00
|
|
|
}
|
|
|
|
|
2023-09-13 21:30:04 +00:00
|
|
|
.topbar-sidebar-divider {
|
2023-08-25 01:15:27 +00:00
|
|
|
border-inline-start-style: solid;
|
|
|
|
border-inline-start-width: 1px;
|
2023-09-13 21:30:04 +00:00
|
|
|
margin-inline-end: -1px;
|
|
|
|
width: 1px;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2023-09-13 21:30:04 +00:00
|
|
|
.topbar-sidebar-divider::after {
|
|
|
|
content: "\00a0";
|
2023-02-08 23:54:12 +00:00
|
|
|
}
|
2023-10-02 08:38:19 +00:00
|
|
|
|
2023-09-18 18:49:44 +00:00
|
|
|
.topbar-wrapper > .topbar-area-start {
|
2023-09-13 21:30:04 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-shrink: 0;
|
|
|
|
}
|
2023-09-18 18:49:44 +00:00
|
|
|
.topbar-wrapper > .topbar-area-end {
|
2023-09-13 21:30:04 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-shrink: 0;
|
|
|
|
}
|
2023-09-18 18:49:44 +00:00
|
|
|
.topbar-wrapper > .topbar-hidden {
|
2022-02-14 19:34:51 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2023-09-18 18:49:44 +00:00
|
|
|
|
|
|
|
html[dir="rtl"] .topbar-button-prev i,
|
|
|
|
html[dir="rtl"] .topbar-button-next i {
|
|
|
|
transform: scaleX(-1);
|
2023-09-13 21:30:04 +00:00
|
|
|
}
|
2023-09-12 21:10:21 +00:00
|
|
|
|
2023-09-18 18:49:44 +00:00
|
|
|
.topbar-content {
|
2023-09-14 22:24:54 +00:00
|
|
|
top: .75rem;
|
2022-02-17 23:11:32 +00:00
|
|
|
}
|
2023-09-18 18:49:44 +00:00
|
|
|
.topbar-wrapper > .topbar-area-start .topbar-content {
|
2023-09-14 22:24:54 +00:00
|
|
|
inset-inline-start: 1.5rem;
|
|
|
|
}
|
2023-09-18 18:49:44 +00:00
|
|
|
.topbar-wrapper > .topbar-area-end .topbar-content {
|
2023-09-14 22:24:54 +00:00
|
|
|
inset-inline-end: 1.5rem;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2023-09-18 18:49:44 +00:00
|
|
|
.topbar-content .topbar-content{
|
|
|
|
/* we don't allow flyouts in flyouts; come on, don't get funny... */
|
|
|
|
display: none;
|
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-09-13 21:30:04 +00:00
|
|
|
.topbar-breadcrumbs {
|
|
|
|
flex-grow: 1;
|
|
|
|
margin: 0;
|
2023-09-12 21:10:21 +00:00
|
|
|
padding: 0 1rem;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2023-10-05 06:52:33 +00:00
|
|
|
@media screen and (max-width: 47.999rem) {
|
2023-09-13 21:30:04 +00:00
|
|
|
.topbar-breadcrumbs {
|
2022-02-25 15:14:07 +00:00
|
|
|
/* we just hide the breadcrumbs instead of display: none;
|
|
|
|
this makes sure that the breadcrumbs are still usable for
|
|
|
|
accessability */
|
2023-09-13 21:30:04 +00:00
|
|
|
visibility: hidden;
|
2022-02-25 15:14:07 +00:00
|
|
|
}
|
|
|
|
}
|
2021-10-16 23:18:04 +00:00
|
|
|
|
2023-09-20 22:28:27 +00:00
|
|
|
.breadcrumbs {
|
|
|
|
min-width: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
width: 100%;
|
|
|
|
white-space: nowrap;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-09-20 22:28:27 +00:00
|
|
|
.breadcrumbs meta {
|
|
|
|
display: none;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-09-20 22:28:27 +00:00
|
|
|
.breadcrumbs li {
|
|
|
|
display: inline-block;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body a[aria-disabled="true"] {
|
2021-10-16 23:18:04 +00:00
|
|
|
pointer-events: none;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2023-10-05 06:52:33 +00:00
|
|
|
@media screen and (max-width: 59.999rem) {
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar {
|
2023-10-05 13:00:48 +00:00
|
|
|
min-width: var(--INTERNAL-MENU-WIDTH-M);
|
|
|
|
max-width: var(--INTERNAL-MENU-WIDTH-M);
|
|
|
|
width: var(--INTERNAL-MENU-WIDTH-M);
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body {
|
2023-10-05 13:00:48 +00:00
|
|
|
margin-inline-start: var(--INTERNAL-MENU-WIDTH-M);
|
|
|
|
min-width: calc( 100% - var(--INTERNAL-MENU-WIDTH-M) );
|
|
|
|
max-width: calc( 100% - var(--INTERNAL-MENU-WIDTH-M) );
|
|
|
|
width: calc( 100% - var(--INTERNAL-MENU-WIDTH-M) );
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
|
|
|
}
|
2023-10-05 06:52:33 +00:00
|
|
|
@media screen and (max-width: 47.999rem) {
|
2022-05-28 21:49:54 +00:00
|
|
|
/* we don't support sidebar flyout in mobile */
|
2023-09-23 08:19:35 +00:00
|
|
|
.mobile-support #R-sidebar {
|
2024-01-21 12:39:51 +00:00
|
|
|
inset-inline-start: calc( -1 * var(--INTERNAL-MENU-WIDTH-S) );
|
|
|
|
min-width: var(--INTERNAL-MENU-WIDTH-S);
|
|
|
|
max-width: var(--INTERNAL-MENU-WIDTH-S);
|
|
|
|
width: var(--INTERNAL-MENU-WIDTH-S);
|
2023-02-09 07:36:04 +00:00
|
|
|
}
|
2022-02-28 00:20:19 +00:00
|
|
|
.mobile-support #navshow{
|
|
|
|
display: inline;
|
|
|
|
}
|
2023-09-23 08:19:35 +00:00
|
|
|
.mobile-support #R-body {
|
2022-03-15 19:18:24 +00:00
|
|
|
min-width: 100%;
|
|
|
|
max-width: 100%;
|
|
|
|
width: 100%;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2023-09-23 08:19:35 +00:00
|
|
|
.mobile-support #R-body {
|
2023-02-09 23:35:46 +00:00
|
|
|
margin-inline-start: 0;
|
2023-02-09 07:36:04 +00:00
|
|
|
}
|
2022-02-28 00:20:19 +00:00
|
|
|
.mobile-support.sidebar-flyout {
|
2021-10-16 23:18:04 +00:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
2023-09-23 08:19:35 +00:00
|
|
|
.mobile-support.sidebar-flyout #R-sidebar {
|
2023-02-09 23:35:46 +00:00
|
|
|
inset-inline-start: 0;
|
2022-07-02 12:20:53 +00:00
|
|
|
z-index: 90;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2023-09-23 08:19:35 +00:00
|
|
|
.mobile-support.sidebar-flyout #R-body {
|
2024-01-21 12:39:51 +00:00
|
|
|
margin-inline-start: var(--INTERNAL-MENU-WIDTH-S);
|
2021-10-16 23:18:04 +00:00
|
|
|
overflow: hidden;
|
|
|
|
}
|
2023-09-23 08:19:35 +00:00
|
|
|
.mobile-support.sidebar-flyout #R-body-overlay{
|
2023-05-27 22:05:41 +00:00
|
|
|
background-color: rgba( 134, 134, 134, .5 );
|
2022-02-11 00:11:14 +00:00
|
|
|
bottom: 0;
|
|
|
|
cursor: pointer;
|
2023-09-13 21:30:04 +00:00
|
|
|
height: 100vh;
|
2021-10-16 23:18:04 +00:00
|
|
|
left: 0;
|
2022-02-11 00:11:14 +00:00
|
|
|
position: absolute;
|
2021-10-16 23:18:04 +00:00
|
|
|
right: 0;
|
|
|
|
top: 0;
|
2022-07-02 12:20:53 +00:00
|
|
|
z-index: 190;
|
2022-03-13 10:50:31 +00:00
|
|
|
}
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2022-02-17 18:21:57 +00:00
|
|
|
.copy-to-clipboard-button {
|
2023-02-09 23:35:46 +00:00
|
|
|
border-start-start-radius: 0;
|
|
|
|
border-start-end-radius: 2px;
|
|
|
|
border-end-end-radius: 2px;
|
|
|
|
border-end-start-radius: 0;
|
2022-05-28 21:49:54 +00:00
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
2021-10-16 23:18:04 +00:00
|
|
|
cursor: pointer;
|
2023-02-09 23:35:46 +00:00
|
|
|
font-size: .934375rem;
|
2023-06-21 23:23:13 +00:00
|
|
|
line-height: 1.15;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-11 00:11:14 +00:00
|
|
|
|
2022-11-01 01:10:49 +00:00
|
|
|
span > .copy-to-clipboard-button {
|
|
|
|
border-start-start-radius: 0;
|
|
|
|
border-start-end-radius: 2px;
|
|
|
|
border-end-end-radius: 2px;
|
|
|
|
border-end-start-radius: 0;
|
|
|
|
}
|
|
|
|
|
2022-02-17 18:21:57 +00:00
|
|
|
.copy-to-clipboard-button > i {
|
2023-02-09 23:35:46 +00:00
|
|
|
font-size: .859625rem;
|
2022-02-11 00:11:14 +00:00
|
|
|
}
|
|
|
|
|
2023-06-22 16:43:55 +00:00
|
|
|
/* only show copy to clipboard on hover for code blocks if configured */
|
|
|
|
div.highlight .copy-to-clipboard-button {
|
|
|
|
display: none;
|
|
|
|
}
|
2023-10-26 22:45:00 +00:00
|
|
|
@media (any-hover: none) {
|
|
|
|
/* if there is at least one input device that does not support hover, we want to force the copy button */
|
|
|
|
div.highlight .copy-to-clipboard-button {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
2023-06-22 16:43:55 +00:00
|
|
|
div.highlight:hover .copy-to-clipboard-button {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.disableHoverBlockCopyToClipBoard div.highlight .copy-to-clipboard-button {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2023-06-21 23:23:13 +00:00
|
|
|
div.highlight > div table + .copy-to-clipboard-button > i,
|
2023-09-30 19:51:47 +00:00
|
|
|
div.highlight pre:not(.mermaid) + .copy-to-clipboard-button > i,
|
2022-02-17 18:21:57 +00:00
|
|
|
.copy-to-clipboard-code + .copy-to-clipboard-button > i {
|
2022-02-11 00:11:14 +00:00
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
2023-06-21 23:23:13 +00:00
|
|
|
div.highlight > div table + .copy-to-clipboard-button,
|
2023-09-30 19:51:47 +00:00
|
|
|
div.highlight pre:not(.mermaid) + .copy-to-clipboard-button,
|
|
|
|
pre:not(.mermaid) > .copy-to-clipboard-button {
|
2022-02-16 16:30:40 +00:00
|
|
|
background-color: rgba( 160, 160, 160, .2 );
|
2021-10-16 23:18:04 +00:00
|
|
|
border-radius: 2px;
|
2022-05-28 21:49:54 +00:00
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
2023-07-26 20:41:56 +00:00
|
|
|
right: 4px;
|
2023-02-12 10:33:01 +00:00
|
|
|
padding: 5px 3px;
|
2021-10-16 23:18:04 +00:00
|
|
|
position: absolute;
|
|
|
|
top: 4px;
|
|
|
|
}
|
|
|
|
|
2022-11-01 01:10:49 +00:00
|
|
|
.disableInlineCopyToClipboard span > code.copy-to-clipboard-code + span.copy-to-clipboard-button {
|
2022-06-23 19:41:36 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2022-11-01 01:10:49 +00:00
|
|
|
.disableInlineCopyToClipboard span > code.copy-to-clipboard-code {
|
|
|
|
border-start-end-radius: 2px;
|
2023-02-09 23:35:46 +00:00
|
|
|
border-end-end-radius: 2px;
|
2022-11-01 01:10:49 +00:00
|
|
|
border-inline-end-width: 1px;
|
2022-06-23 19:41:36 +00:00
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-homelinks {
|
2023-08-25 01:15:27 +00:00
|
|
|
padding: 0;
|
|
|
|
}
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-homelinks ul {
|
2023-08-25 01:15:27 +00:00
|
|
|
margin: .5rem 0;
|
|
|
|
}
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-homelinks hr {
|
2022-05-28 21:49:54 +00:00
|
|
|
border-bottom-style: solid;
|
2023-08-25 01:15:27 +00:00
|
|
|
border-bottom-width: 1px;
|
|
|
|
margin: 0 1rem 3px 1rem;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
option {
|
|
|
|
color: initial;
|
|
|
|
}
|
|
|
|
|
2023-02-03 07:58:48 +00:00
|
|
|
.expand {
|
2021-10-16 23:18:04 +00:00
|
|
|
margin-bottom: 1rem;
|
|
|
|
margin-top: 1rem;
|
2023-02-03 07:58:48 +00:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.expand > input {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
appearance: none;
|
|
|
|
cursor: pointer;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
|
|
|
|
2023-02-03 07:58:48 +00:00
|
|
|
.expand > label {
|
2021-10-16 23:18:04 +00:00
|
|
|
cursor: pointer;
|
2023-02-03 07:58:48 +00:00
|
|
|
display: inline;
|
|
|
|
font-weight: 300;
|
|
|
|
inset-inline-start: 0;
|
|
|
|
line-height: 1.1;
|
|
|
|
margin-top: .2rem;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
2023-07-26 19:36:09 +00:00
|
|
|
.expand > input:active + label,
|
|
|
|
.expand > input:focus + label,
|
|
|
|
.expand > label:hover {
|
|
|
|
text-decoration: underline;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
|
|
|
|
2023-02-03 07:58:48 +00:00
|
|
|
.expand > label > .fas {
|
2021-10-16 23:18:04 +00:00
|
|
|
font-size: .8rem;
|
|
|
|
width: .6rem;
|
|
|
|
}
|
|
|
|
|
2023-02-03 07:58:48 +00:00
|
|
|
.expand > .expand-content {
|
2023-05-25 10:46:07 +00:00
|
|
|
margin-inline-start: 1rem;
|
2022-10-07 19:05:52 +00:00
|
|
|
margin-top: .5rem;
|
|
|
|
}
|
2023-02-03 07:58:48 +00:00
|
|
|
/* closed expander */
|
|
|
|
.expand > input + label + div {
|
|
|
|
display: none;
|
|
|
|
}
|
2022-10-07 19:05:52 +00:00
|
|
|
|
2023-02-03 07:58:48 +00:00
|
|
|
.expand > input + label > .fa-chevron-down {
|
2021-10-16 23:18:04 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2023-02-03 07:58:48 +00:00
|
|
|
.expand > input + label > .fa-chevron-right {
|
2021-10-16 23:18:04 +00:00
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2023-02-03 07:58:48 +00:00
|
|
|
/* open expander */
|
|
|
|
.expand > input:checked + label + div {
|
|
|
|
display: block;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
|
|
|
|
2023-02-03 07:58:48 +00:00
|
|
|
.expand > input:checked + label > .fa-chevron-down {
|
2021-10-16 23:18:04 +00:00
|
|
|
display: inline-block;
|
|
|
|
}
|
2023-02-03 07:58:48 +00:00
|
|
|
.expand > input:checked + label > .fa-chevron-right {
|
2021-10-16 23:18:04 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2023-02-09 00:02:54 +00:00
|
|
|
/* adjust expander for RTL reading direction */
|
|
|
|
html[dir="rtl"] .expand > .expand-label > i.fa-chevron-right {
|
|
|
|
transform: scaleX(-1);
|
2022-11-01 01:10:49 +00:00
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body footer.footline{
|
2021-10-16 23:18:04 +00:00
|
|
|
margin-top: 2rem;
|
|
|
|
}
|
|
|
|
|
2023-05-19 18:46:07 +00:00
|
|
|
.headline i,
|
2022-03-30 18:27:47 +00:00
|
|
|
.footline i{
|
2023-02-09 23:35:46 +00:00
|
|
|
margin-inline-start: .5rem;
|
2022-03-30 18:27:47 +00:00
|
|
|
}
|
2023-05-19 18:46:07 +00:00
|
|
|
.headline i:first-child,
|
2022-03-30 18:27:47 +00:00
|
|
|
.footline i:first-child{
|
2023-02-09 23:35:46 +00:00
|
|
|
margin-inline-start: 0;
|
2022-03-30 18:27:47 +00:00
|
|
|
}
|
|
|
|
|
2023-01-25 10:09:36 +00:00
|
|
|
.mermaid-container {
|
2021-10-16 23:18:04 +00:00
|
|
|
margin-bottom: 1.7rem;
|
|
|
|
margin-top: 1.7rem;
|
|
|
|
}
|
|
|
|
|
2023-09-26 20:26:46 +00:00
|
|
|
.mermaid {
|
2023-11-18 22:20:02 +00:00
|
|
|
display: inline-block;
|
2024-03-11 21:28:54 +00:00
|
|
|
border: 1px solid transparent;
|
2023-11-18 22:20:02 +00:00
|
|
|
padding: .5rem .5rem 0 .5rem;
|
|
|
|
position: relative;
|
2023-10-01 11:58:54 +00:00
|
|
|
/* don't use display: none, as this will cause no renderinge by Mermaid */
|
|
|
|
visibility: hidden;
|
2023-11-18 22:20:02 +00:00
|
|
|
width: 100%;
|
2023-09-26 20:26:46 +00:00
|
|
|
}
|
2024-03-11 21:28:54 +00:00
|
|
|
.mermaid-container.zoomable > .mermaid:hover {
|
|
|
|
border-color: rgba( 134, 134, 134, .333 );
|
|
|
|
}
|
2023-10-01 11:58:54 +00:00
|
|
|
.mermaid.mermaid-render {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
2024-03-11 21:28:54 +00:00
|
|
|
|
2023-09-26 20:26:46 +00:00
|
|
|
.mermaid > svg {
|
2021-11-09 20:15:08 +00:00
|
|
|
/* remove inline height from generated diagram */
|
|
|
|
height: initial !important;
|
|
|
|
}
|
2024-03-11 20:44:09 +00:00
|
|
|
.mermaid-container.zoomable > .mermaid > svg {
|
2023-11-18 22:20:02 +00:00
|
|
|
cursor: grab;
|
2023-02-05 10:13:50 +00:00
|
|
|
}
|
|
|
|
|
2023-09-26 20:26:46 +00:00
|
|
|
.svg-reset-button {
|
|
|
|
background-color: rgba( 160, 160, 160, .2 );
|
|
|
|
border-radius: 2px;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
cursor: pointer;
|
|
|
|
display: none;
|
|
|
|
font-size: .934375rem;
|
|
|
|
line-height: 1.15;
|
|
|
|
padding: 5px 3px;
|
|
|
|
position: absolute;
|
|
|
|
right: 4px;
|
|
|
|
top: 4px;
|
|
|
|
}
|
2023-11-18 22:20:02 +00:00
|
|
|
.mermaid:hover .svg-reset-button.zoomed {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
@media (any-hover: some) {
|
|
|
|
/* if there is at least one input device that does not support hover, we want to force the reset button if zoomed */
|
|
|
|
.svg-reset-button.zoomed {
|
2023-10-26 22:31:10 +00:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
2023-09-26 20:26:46 +00:00
|
|
|
|
|
|
|
.svg-reset-button > i {
|
|
|
|
font-size: .859625rem;
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
2021-11-09 20:15:08 +00:00
|
|
|
}
|
|
|
|
|
2022-03-19 19:19:27 +00:00
|
|
|
.mermaid-code {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2021-10-16 23:18:04 +00:00
|
|
|
.include.hide-first-heading h1:first-of-type,
|
|
|
|
.include.hide-first-heading h2:first-of-type,
|
|
|
|
.include.hide-first-heading h3:first-of-type,
|
|
|
|
.include.hide-first-heading h4:first-of-type,
|
|
|
|
.include.hide-first-heading h5:first-of-type,
|
|
|
|
.include.hide-first-heading h6:first-of-type {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.include.hide-first-heading h1 + h2:first-of-type,
|
|
|
|
.include.hide-first-heading h1 + h3:first-of-type,
|
|
|
|
.include.hide-first-heading h2 + h3:first-of-type,
|
|
|
|
.include.hide-first-heading h1 + h4:first-of-type,
|
|
|
|
.include.hide-first-heading h2 + h4:first-of-type,
|
|
|
|
.include.hide-first-heading h3 + h4:first-of-type,
|
|
|
|
.include.hide-first-heading h1 + h5:first-of-type,
|
|
|
|
.include.hide-first-heading h2 + h5:first-of-type,
|
|
|
|
.include.hide-first-heading h3 + h5:first-of-type,
|
|
|
|
.include.hide-first-heading h4 + h5:first-of-type,
|
|
|
|
.include.hide-first-heading h1 + h6:first-of-type,
|
|
|
|
.include.hide-first-heading h2 + h6:first-of-type,
|
|
|
|
.include.hide-first-heading h3 + h6:first-of-type,
|
|
|
|
.include.hide-first-heading h4 + h6:first-of-type,
|
|
|
|
.include.hide-first-heading h5 + h6:first-of-type {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2022-02-15 19:00:40 +00:00
|
|
|
/* Table of contents */
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
.topbar-flyout #R-main-overlay{
|
2022-03-13 10:50:31 +00:00
|
|
|
bottom: 0;
|
|
|
|
cursor: pointer;
|
|
|
|
left: 0;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
2023-09-13 21:30:04 +00:00
|
|
|
top: 3rem;
|
2022-07-02 12:20:53 +00:00
|
|
|
z-index: 160;
|
2022-02-28 00:20:19 +00:00
|
|
|
}
|
|
|
|
|
2023-09-18 18:49:44 +00:00
|
|
|
.topbar-content {
|
2023-02-17 14:09:42 +00:00
|
|
|
border: 0 solid rgba( 134, 134, 134, .166 );
|
2022-02-15 19:00:40 +00:00
|
|
|
box-shadow: 1px 2px 5px 1px rgba( 134, 134, 134, .2 );
|
2022-03-13 10:50:31 +00:00
|
|
|
height: 0;
|
|
|
|
opacity: 0;
|
|
|
|
overflow: hidden;
|
2022-02-13 16:02:24 +00:00
|
|
|
position: absolute;
|
2023-11-18 23:36:12 +00:00
|
|
|
visibility: hidden;
|
2022-03-13 10:50:31 +00:00
|
|
|
width: 0;
|
2022-07-02 12:20:53 +00:00
|
|
|
z-index: 180;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
|
|
|
|
2023-09-18 18:49:44 +00:00
|
|
|
.topbar-button.topbar-flyout .topbar-content {
|
2022-03-13 10:50:31 +00:00
|
|
|
border-width: 1px;
|
|
|
|
height: auto;
|
|
|
|
opacity: 1;
|
2023-11-18 23:36:12 +00:00
|
|
|
visibility: visible;
|
2022-03-13 10:50:31 +00:00
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2023-09-18 18:49:44 +00:00
|
|
|
.topbar-content .topbar-content-wrapper {
|
2022-02-15 19:00:40 +00:00
|
|
|
background-color: rgba( 134, 134, 134, .066 );
|
|
|
|
}
|
|
|
|
|
2023-09-18 18:49:44 +00:00
|
|
|
.topbar-content-wrapper {
|
2023-09-14 22:24:54 +00:00
|
|
|
--ps-rail-hover-color: rgba( 176, 176, 176, .25 );
|
|
|
|
max-height: 90vh;
|
|
|
|
overflow: hidden;
|
2023-09-18 18:49:44 +00:00
|
|
|
padding: .5rem 1rem;
|
2023-09-14 22:24:54 +00:00
|
|
|
position: relative; /* PS */
|
|
|
|
}
|
|
|
|
|
2023-09-18 18:49:44 +00:00
|
|
|
.topbar-content .topbar-button .topbar-control {
|
|
|
|
border-width: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.topbar-content .topbar-button .topbar-control {
|
|
|
|
border-width: 0;
|
|
|
|
padding: .5rem 0;
|
|
|
|
}
|
|
|
|
|
2023-09-14 22:24:54 +00:00
|
|
|
#TableOfContents,
|
|
|
|
.TableOfContents {
|
|
|
|
font-size: .8125rem;
|
|
|
|
}
|
|
|
|
#TableOfContents ul,
|
|
|
|
.TableOfContents ul {
|
2022-02-15 19:00:40 +00:00
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
2023-02-14 19:29:35 +00:00
|
|
|
padding: 0 1rem;
|
2022-02-15 19:00:40 +00:00
|
|
|
}
|
|
|
|
|
2023-09-14 22:24:54 +00:00
|
|
|
#TableOfContents > ul,
|
|
|
|
.TableOfContents > ul {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#TableOfContents li,
|
|
|
|
.TableOfContents li {
|
|
|
|
white-space: nowrap;
|
2022-02-15 19:00:40 +00:00
|
|
|
}
|
|
|
|
|
2023-09-14 22:24:54 +00:00
|
|
|
#TableOfContents > ul > li > a,
|
|
|
|
.TableOfContents > ul > li > a {
|
2022-02-15 19:00:40 +00:00
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
|
2021-10-16 23:18:04 +00:00
|
|
|
.btn {
|
2022-05-29 21:00:53 +00:00
|
|
|
border-radius: 4px;
|
|
|
|
display: inline-block;
|
2022-05-29 21:28:52 +00:00
|
|
|
font-size: .9rem;
|
2022-03-13 10:50:31 +00:00
|
|
|
font-weight: 500;
|
2022-11-17 16:48:48 +00:00
|
|
|
line-height: 1.1;
|
2022-05-29 21:00:53 +00:00
|
|
|
margin-bottom: 0;
|
|
|
|
touch-action: manipulation;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
user-select: none;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2023-11-29 20:52:48 +00:00
|
|
|
.btn.interactive {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2022-02-15 19:00:40 +00:00
|
|
|
|
2023-11-29 20:52:48 +00:00
|
|
|
.btn > span,
|
2023-07-26 19:36:09 +00:00
|
|
|
.btn > a {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2022-11-17 16:48:48 +00:00
|
|
|
.btn > :where(button) {
|
|
|
|
-webkit-appearance: none;
|
|
|
|
appearance: none;
|
|
|
|
border-width: 0;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn > * {
|
|
|
|
background-color: transparent;
|
2022-05-29 21:00:53 +00:00
|
|
|
border-radius: 4px;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
padding: 6px 12px;
|
|
|
|
text-align: center;
|
|
|
|
touch-action: manipulation;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
user-select: none;
|
|
|
|
white-space: nowrap;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
|
|
|
|
2023-02-19 23:21:31 +00:00
|
|
|
.btn > *:after {
|
|
|
|
/* avoid breakage if no content is given */
|
|
|
|
content: "\200b"
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body #R-body-inner .btn > *.highlight:after {
|
2022-03-13 10:50:31 +00:00
|
|
|
background-color: transparent;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-15 19:00:40 +00:00
|
|
|
|
2023-11-29 20:52:48 +00:00
|
|
|
.btn.interactive > .btn-interactive:focus {
|
2022-05-29 21:00:53 +00:00
|
|
|
outline: none;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2022-02-15 19:00:40 +00:00
|
|
|
|
2023-11-29 20:52:48 +00:00
|
|
|
.btn.interactive > *:hover,
|
|
|
|
.btn.interactive > *:active,
|
|
|
|
.btn.interactive > *:focus {
|
2022-05-29 21:00:53 +00:00
|
|
|
text-decoration: none;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* anchors */
|
|
|
|
.anchor {
|
2022-03-13 10:50:31 +00:00
|
|
|
cursor: pointer;
|
|
|
|
font-size: .5em;
|
2022-11-01 01:10:49 +00:00
|
|
|
margin-inline-start: .66em;
|
2022-05-23 12:25:20 +00:00
|
|
|
margin-top: .9em;
|
|
|
|
position: absolute;
|
2022-03-13 10:50:31 +00:00
|
|
|
visibility: hidden;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2023-10-26 22:45:00 +00:00
|
|
|
@media (any-hover: none) {
|
|
|
|
/* if there is at least one input device that does not support hover, we want to force the copy button */
|
|
|
|
.anchor {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
}
|
2021-10-16 23:18:04 +00:00
|
|
|
|
2022-02-11 00:11:14 +00:00
|
|
|
h2:hover .anchor,
|
|
|
|
h3:hover .anchor,
|
|
|
|
h4:hover .anchor,
|
|
|
|
h5:hover .anchor,
|
|
|
|
h6:hover .anchor {
|
2022-05-28 22:16:25 +00:00
|
|
|
visibility: visible;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Redfines headers style */
|
|
|
|
|
2022-02-11 00:11:14 +00:00
|
|
|
h1 a,
|
|
|
|
h2 a,
|
|
|
|
h3 a,
|
|
|
|
h4 a,
|
|
|
|
h5 a,
|
|
|
|
h6 a {
|
2022-03-13 10:50:31 +00:00
|
|
|
font-weight: inherit;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body h1 + h2,
|
|
|
|
#R-body h1 + h3,
|
|
|
|
#R-body h1 + h4,
|
|
|
|
#R-body h1 + h5,
|
|
|
|
#R-body h1 + h6,
|
|
|
|
#R-body h2 + h3,
|
|
|
|
#R-body h2 + h4,
|
|
|
|
#R-body h2 + h5,
|
|
|
|
#R-body h2 + h6,
|
|
|
|
#R-body h3 + h4,
|
|
|
|
#R-body h3 + h5,
|
|
|
|
#R-body h3 + h6,
|
|
|
|
#R-body h4 + h5,
|
|
|
|
#R-body h4 + h6,
|
|
|
|
#R-body h5 + h6 {
|
2021-10-16 23:18:04 +00:00
|
|
|
margin-top: 1rem;
|
|
|
|
}
|
|
|
|
|
2023-07-26 19:36:09 +00:00
|
|
|
.menu-control .control-style {
|
|
|
|
cursor: pointer;
|
|
|
|
height: 1.574em;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-control i {
|
2022-02-13 09:58:34 +00:00
|
|
|
padding-top: .25em;
|
|
|
|
}
|
|
|
|
|
2023-07-26 19:36:09 +00:00
|
|
|
.menu-control i,
|
|
|
|
.menu-control span {
|
|
|
|
cursor: pointer;
|
2022-02-13 09:58:34 +00:00
|
|
|
display: block;
|
|
|
|
float: left;
|
2022-02-12 22:50:13 +00:00
|
|
|
}
|
2023-07-26 19:36:09 +00:00
|
|
|
html[dir="rtl"] .menu-control i,
|
|
|
|
html[dir="rtl"] .menu-control span {
|
2023-02-09 23:35:46 +00:00
|
|
|
float: right;
|
|
|
|
}
|
2022-02-12 22:50:13 +00:00
|
|
|
|
2023-07-26 19:36:09 +00:00
|
|
|
.menu-control :hover,
|
|
|
|
.menu-control i:hover,
|
|
|
|
.menu-control span:hover {
|
|
|
|
cursor: pointer;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
|
|
|
|
2023-07-26 19:36:09 +00:00
|
|
|
.menu-control select,
|
|
|
|
.menu-control button {
|
2022-02-11 00:11:14 +00:00
|
|
|
-webkit-appearance: none;
|
2022-02-15 19:28:58 +00:00
|
|
|
appearance: none;
|
2023-12-04 15:31:17 +00:00
|
|
|
outline: none;
|
2022-02-12 22:50:13 +00:00
|
|
|
width: 100%;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
2023-11-19 00:07:04 +00:00
|
|
|
.menu-control button:active,
|
|
|
|
.menu-control button:focus,
|
|
|
|
.menu-control select:active,
|
|
|
|
.menu-control select:focus{
|
|
|
|
outline-style: auto;
|
|
|
|
}
|
|
|
|
|
2023-07-26 19:36:09 +00:00
|
|
|
.menu-control select {
|
|
|
|
background-color: transparent;
|
|
|
|
background-image: none;
|
|
|
|
border: none;
|
|
|
|
box-shadow: none;
|
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
2021-10-16 23:18:04 +00:00
|
|
|
}
|
|
|
|
|
2023-07-26 19:36:09 +00:00
|
|
|
.menu-control option {
|
2023-05-27 22:05:41 +00:00
|
|
|
color: rgba( 0, 0, 0, 1 );
|
2022-02-13 11:56:57 +00:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2023-07-26 19:36:09 +00:00
|
|
|
.menu-control button {
|
|
|
|
background-color: transparent;
|
|
|
|
cursor: pointer;
|
|
|
|
display: block;
|
|
|
|
text-align: start;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clear {
|
2022-02-14 19:34:51 +00:00
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
2022-02-22 09:33:29 +00:00
|
|
|
.footerLangSwitch,
|
|
|
|
.footerVariantSwitch,
|
|
|
|
.footerVisitedLinks,
|
|
|
|
.footerFooter {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.showLangSwitch,
|
|
|
|
.showVariantSwitch,
|
|
|
|
.showVisitedLinks,
|
|
|
|
.showFooter {
|
2023-08-25 01:15:27 +00:00
|
|
|
display: block;
|
2022-02-22 09:33:29 +00:00
|
|
|
}
|
|
|
|
|
2022-02-22 08:02:00 +00:00
|
|
|
/* clears the 'X' from Chrome's search input */
|
|
|
|
input[type="search"]::-webkit-search-decoration,
|
|
|
|
input[type="search"]::-webkit-search-cancel-button,
|
|
|
|
input[type="search"]::-webkit-search-results-button,
|
|
|
|
input[type="search"]::-webkit-search-results-decoration { display: none; }
|
2022-04-03 10:12:47 +00:00
|
|
|
|
2024-03-11 20:44:09 +00:00
|
|
|
span.math:has(> mjx-container[display]) {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2023-10-01 19:25:27 +00:00
|
|
|
@supports selector(.math:has(> mjx-container)){
|
|
|
|
.math{
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
.math:has(> mjx-container){
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
}
|
2022-07-02 12:20:53 +00:00
|
|
|
.math.align-left > mjx-container{
|
|
|
|
text-align: left !important;
|
|
|
|
}
|
|
|
|
|
2022-11-05 12:01:19 +00:00
|
|
|
.math.align-center > mjx-container{
|
|
|
|
text-align: center !important;
|
|
|
|
}
|
|
|
|
|
2022-07-02 12:20:53 +00:00
|
|
|
.math.align-right > mjx-container{
|
|
|
|
text-align: right !important;
|
|
|
|
}
|
2022-07-02 18:46:11 +00:00
|
|
|
|
|
|
|
.scrollbar-measure {
|
|
|
|
/* https://davidwalsh.name/detect-scrollbar-width */
|
|
|
|
height: 100px;
|
|
|
|
overflow: scroll;
|
|
|
|
position: absolute;
|
|
|
|
width: 100px;
|
|
|
|
top: -9999px;
|
|
|
|
}
|
2022-10-04 19:58:01 +00:00
|
|
|
|
|
|
|
.a11y-only {
|
|
|
|
/* idea taken from https://www.filamentgroup.com/lab/a11y-form-labels.html */
|
2023-12-05 13:46:08 +00:00
|
|
|
clip-path: polygon(0 0, 1px 0, 1px 1px, 0 1px);
|
2022-10-05 23:10:59 +00:00
|
|
|
overflow: hidden;
|
2022-10-04 19:58:01 +00:00
|
|
|
position: absolute;
|
|
|
|
height: 1px;
|
|
|
|
transform: translateY(-100%);
|
|
|
|
transition: transform .5s cubic-bezier(.18,.89,.32,1.28);
|
|
|
|
white-space: nowrap;
|
2022-10-05 23:10:59 +00:00
|
|
|
width: 1px;
|
2022-10-04 19:58:01 +00:00
|
|
|
}
|
|
|
|
|
2023-10-30 20:59:05 +00:00
|
|
|
/* filament style for making action visible on focus - not adapted yet
|
2022-10-04 19:58:01 +00:00
|
|
|
.a11y-only:focus {
|
|
|
|
position: fixed;
|
|
|
|
height: auto;
|
|
|
|
overflow: visible;
|
|
|
|
clip: auto;
|
|
|
|
white-space: normal;
|
|
|
|
margin: 0 0 0 -100px;
|
|
|
|
top: -.3em;
|
|
|
|
left: 50%;
|
|
|
|
text-align: center;
|
|
|
|
width: 200px;
|
2023-05-27 22:05:41 +00:00
|
|
|
background: rgba( 255, 255, 255, 1 );
|
|
|
|
color: rgba( 54, 133, 18, 1 );
|
2022-10-04 19:58:01 +00:00
|
|
|
padding: .8em 0 .7em;
|
|
|
|
font-size: 16px;
|
|
|
|
z-index: 5000;
|
|
|
|
text-decoration: none;
|
|
|
|
border-bottom-right-radius: 8px;
|
|
|
|
border-bottom-left-radius: 8px;
|
|
|
|
outline: 0;
|
|
|
|
transform: translateY(0%);
|
|
|
|
}
|
|
|
|
*/
|
2022-10-07 18:46:19 +00:00
|
|
|
|
2023-09-26 20:26:46 +00:00
|
|
|
.mermaid-container.align-right {
|
|
|
|
text-align: right;
|
2022-10-07 18:46:19 +00:00
|
|
|
}
|
|
|
|
|
2023-09-26 20:26:46 +00:00
|
|
|
.mermaid-container.align-center {
|
|
|
|
text-align: center;
|
2022-10-07 18:46:19 +00:00
|
|
|
}
|
|
|
|
|
2023-09-26 20:26:46 +00:00
|
|
|
.mermaid-container.align-left {
|
|
|
|
text-align: left;
|
2022-10-07 18:46:19 +00:00
|
|
|
}
|
2022-11-17 21:13:11 +00:00
|
|
|
|
|
|
|
.searchform {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.searchform input {
|
|
|
|
flex: 1 0 60%;
|
|
|
|
border-radius: 4px;
|
|
|
|
border: 2px solid rgba( 134, 134, 134, .125 );
|
|
|
|
background: rgba( 134, 134, 134, .125 );
|
|
|
|
display: block;
|
|
|
|
margin: 0;
|
|
|
|
margin-inline-end: .5rem;
|
|
|
|
}
|
|
|
|
|
2023-01-23 12:45:44 +00:00
|
|
|
.searchform input::-webkit-input-placeholder,
|
2022-11-29 19:28:11 +00:00
|
|
|
.searchform input::placeholder {
|
2023-05-27 22:05:41 +00:00
|
|
|
color: rgba( 134, 134, 134, 1 );
|
2023-01-23 12:45:44 +00:00
|
|
|
opacity: .666;
|
2022-11-29 19:28:11 +00:00
|
|
|
}
|
|
|
|
|
2022-11-17 21:13:11 +00:00
|
|
|
.searchform .btn {
|
|
|
|
display: inline-flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.searchhint {
|
|
|
|
margin-top: 1rem;
|
|
|
|
height: 1.5rem;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-searchresults a.autocomplete-suggestion {
|
2022-11-17 21:13:11 +00:00
|
|
|
display: block;
|
|
|
|
font-size: 1.3rem;
|
|
|
|
font-weight: 500;
|
|
|
|
line-height: 1.5rem;
|
|
|
|
padding: 1rem;
|
2023-08-25 08:35:27 +00:00
|
|
|
text-decoration: none;
|
2022-11-17 21:13:11 +00:00
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-searchresults a.autocomplete-suggestion:after {
|
2022-11-17 21:13:11 +00:00
|
|
|
height: 0;
|
|
|
|
}
|
|
|
|
|
2023-09-23 22:28:49 +00:00
|
|
|
#R-searchresults .autocomplete-suggestion > .breadcrumbs {
|
|
|
|
font-size: .9rem;
|
|
|
|
font-weight: 400;
|
|
|
|
margin-top: .167em;
|
|
|
|
padding-left: .2em;
|
|
|
|
padding-right: .2em;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-searchresults .autocomplete-suggestion > .context {
|
2022-11-17 21:13:11 +00:00
|
|
|
font-size: 1rem;
|
|
|
|
font-weight: 300;
|
2023-09-23 22:28:49 +00:00
|
|
|
margin-top: .66em;
|
|
|
|
padding-left: .1em;
|
|
|
|
padding-right: .1em;
|
2022-11-17 21:13:11 +00:00
|
|
|
}
|
2022-12-01 00:38:08 +00:00
|
|
|
|
|
|
|
.badge {
|
|
|
|
border-radius: 3px;
|
|
|
|
display: inline-block;
|
2023-02-07 17:07:26 +00:00
|
|
|
font-size: .8rem;
|
2022-12-01 00:38:08 +00:00
|
|
|
font-weight: 500;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.badge > * {
|
|
|
|
border-radius: 3px;
|
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0 .25rem
|
|
|
|
}
|
|
|
|
|
|
|
|
.badge > .badge-title {
|
2022-12-04 12:58:18 +00:00
|
|
|
background-color: rgba( 16, 16, 16, 1 );
|
2022-12-01 00:38:08 +00:00
|
|
|
border-inline-end: 0;
|
|
|
|
border-start-end-radius: 0;
|
|
|
|
border-end-end-radius: 0;
|
2022-12-04 12:58:18 +00:00
|
|
|
color: rgba( 240, 240, 240, 1 );
|
2022-12-01 00:38:08 +00:00
|
|
|
filter: contrast(2);
|
|
|
|
opacity: .75;
|
|
|
|
}
|
|
|
|
|
|
|
|
.badge.badge-with-title > .badge-content {
|
|
|
|
border-start-start-radius: 0;
|
|
|
|
border-end-start-radius: 0;
|
|
|
|
}
|
2022-12-02 15:05:54 +00:00
|
|
|
|
2023-02-19 23:21:31 +00:00
|
|
|
.badge-content:after {
|
|
|
|
/* avoid breakage if no content is given */
|
|
|
|
content: "\200b";
|
|
|
|
}
|
|
|
|
|
2022-12-02 15:05:54 +00:00
|
|
|
/* task list and its checkboxes */
|
2023-03-28 17:54:10 +00:00
|
|
|
article ul > li:has(> input[type="checkbox"]) {
|
2022-12-02 15:05:54 +00:00
|
|
|
list-style: none;
|
|
|
|
margin-inline-start: -1rem;
|
|
|
|
}
|
|
|
|
|
2023-03-28 17:54:10 +00:00
|
|
|
article ul > li:has(> input[type="checkbox"])::before {
|
2022-12-02 15:05:54 +00:00
|
|
|
content: "\200B"; /* accessibilty for Safari https://developer.mozilla.org/en-US/docs/Web/CSS/list-style */
|
|
|
|
}
|
|
|
|
|
|
|
|
/* https://moderncss.dev/pure-css-custom-checkbox-style/ */
|
2023-03-28 17:54:10 +00:00
|
|
|
article ul > li > input[type="checkbox"] {
|
2022-12-02 15:05:54 +00:00
|
|
|
-webkit-appearance: none;
|
|
|
|
appearance: none;
|
|
|
|
/* For iOS < 15 */
|
|
|
|
border: 0.15em solid currentColor;
|
|
|
|
border-radius: 0.15em;
|
|
|
|
display: inline-grid;
|
|
|
|
font: inherit;
|
|
|
|
height: 1.15em;
|
|
|
|
margin: 0;
|
|
|
|
place-content: center;
|
|
|
|
transform: translateY(-0.075em);
|
|
|
|
width: 1.15em;
|
|
|
|
}
|
|
|
|
|
2023-03-28 17:54:10 +00:00
|
|
|
article ul > li > input[type="checkbox"]::before {
|
2022-12-02 15:05:54 +00:00
|
|
|
box-shadow: inset 1em 1em var(--INTERNAL-PRIMARY-color);
|
|
|
|
clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
|
|
|
|
content: "";
|
|
|
|
height: 0.65em;
|
|
|
|
transform: scale(0);
|
|
|
|
transform-origin: bottom left;
|
|
|
|
transition: 120ms transform ease-in-out;
|
|
|
|
width: 0.65em;
|
|
|
|
/* Windows High Contrast Mode fallback must be last */
|
|
|
|
background-color: CanvasText;
|
|
|
|
}
|
|
|
|
|
2023-03-28 17:54:10 +00:00
|
|
|
article ul > li > input[type="checkbox"]:checked::before {
|
2022-12-02 15:05:54 +00:00
|
|
|
transform: scale(1);
|
|
|
|
}
|
2023-01-29 10:28:20 +00:00
|
|
|
|
|
|
|
/* CSS Lightbox https://codepen.io/gschier/pen/kyRXVx */
|
2023-08-25 17:35:54 +00:00
|
|
|
.lightbox-back {
|
2023-01-29 10:28:20 +00:00
|
|
|
align-items: center;
|
2023-05-27 22:05:41 +00:00
|
|
|
background: rgba( 0, 0, 0, .8 );
|
2023-01-29 10:28:20 +00:00
|
|
|
bottom: 0;
|
|
|
|
display: none;
|
|
|
|
justify-content: center;
|
|
|
|
left: 0;
|
|
|
|
position: fixed;
|
|
|
|
right: 0;
|
|
|
|
text-align: center;
|
|
|
|
top: 0;
|
|
|
|
white-space: nowrap;
|
|
|
|
z-index: 1999;
|
|
|
|
}
|
|
|
|
|
2023-08-25 17:35:54 +00:00
|
|
|
.lightbox-back:target {
|
2023-01-29 10:28:20 +00:00
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
2023-08-25 17:35:54 +00:00
|
|
|
.lightbox-back img {
|
2023-01-29 10:28:20 +00:00
|
|
|
max-height: 95%;
|
|
|
|
max-width: 95%;
|
|
|
|
overflow: auto;
|
|
|
|
padding: min(2vh, 2vw);
|
|
|
|
}
|
2023-02-24 22:30:54 +00:00
|
|
|
|
|
|
|
/* basic menu list styles (non-collapsible) */
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul > li > :is( a, span ) {
|
2023-02-24 22:30:54 +00:00
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul.space > li > * {
|
2023-02-24 22:30:54 +00:00
|
|
|
padding-bottom: .125rem;
|
|
|
|
padding-top: .125rem;
|
|
|
|
}
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul.space > li > ul {
|
2023-02-24 22:30:54 +00:00
|
|
|
padding-bottom: 0;
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul.morespace > li > * {
|
2023-02-24 22:30:54 +00:00
|
|
|
padding-bottom: .25rem;
|
|
|
|
padding-top: .25rem;
|
|
|
|
}
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul.morespace > li > ul {
|
2023-02-24 22:30:54 +00:00
|
|
|
padding-bottom: 0;
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul.enlarge > li > :is( a, span ) {
|
2023-02-24 22:30:54 +00:00
|
|
|
font-size: 1.1rem;
|
|
|
|
line-height: 2rem;
|
|
|
|
}
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul.enlarge > li > a > .read-icon {
|
2023-02-24 22:30:54 +00:00
|
|
|
margin-top: .5rem;
|
|
|
|
}
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul.enlarge > li > ul > li:last-child {
|
2023-02-24 22:30:54 +00:00
|
|
|
padding-bottom: 1rem;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul ul {
|
2023-02-24 22:30:54 +00:00
|
|
|
padding-inline-start: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* collapsible menu style overrides */
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul.collapsible-menu > li {
|
2023-02-24 22:30:54 +00:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul.collapsible-menu > li > input {
|
2023-02-24 22:30:54 +00:00
|
|
|
-webkit-appearance: none;
|
|
|
|
appearance: none;
|
|
|
|
cursor: pointer;
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
margin-top: .65rem;
|
|
|
|
position: absolute;
|
|
|
|
width: 1rem;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul.collapsible-menu.enlarge > li > input {
|
2023-02-24 22:30:54 +00:00
|
|
|
margin-top: .9rem;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul.collapsible-menu > li > label {
|
2023-02-24 22:30:54 +00:00
|
|
|
cursor: pointer;
|
|
|
|
display: inline-block;
|
|
|
|
inset-inline-start: 0;
|
|
|
|
margin-bottom: 0; /* nucleus */
|
|
|
|
padding-inline-start: .125rem;
|
|
|
|
position: absolute;
|
|
|
|
width: 1rem;
|
|
|
|
z-index: 2;
|
|
|
|
}
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul.collapsible-menu.enlarge > li > label {
|
2023-02-24 22:30:54 +00:00
|
|
|
font-size: 1.1rem;
|
|
|
|
line-height: 2rem;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul.collapsible-menu > li > label:after {
|
2023-02-24 22:30:54 +00:00
|
|
|
content: "";
|
|
|
|
display: block;
|
|
|
|
height: 1px;
|
|
|
|
transition: width 0.5s ease;
|
|
|
|
width: 0%;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul.collapsible-menu > li > label:hover:after {
|
2023-02-24 22:30:54 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul.collapsible-menu > li > label > .fas {
|
2023-02-24 22:30:54 +00:00
|
|
|
font-size: .8rem;
|
|
|
|
width: .6rem;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul.collapsible-menu > li > :is( a, span ) {
|
2023-02-24 22:30:54 +00:00
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2023-03-03 19:28:47 +00:00
|
|
|
/* menu states for not(.collapsible-menu) */
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul ul {
|
2023-03-03 19:28:47 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul > li.parent > ul,
|
|
|
|
#R-sidebar ul > li.active > ul,
|
|
|
|
#R-sidebar ul > li.alwaysopen > ul {
|
2023-03-03 19:28:47 +00:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2023-02-24 22:30:54 +00:00
|
|
|
/* closed menu */
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul.collapsible-menu > li > input + label ~ ul {
|
2023-02-24 22:30:54 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul.collapsible-menu > li > input + label > .fa-chevron-down {
|
2023-02-24 22:30:54 +00:00
|
|
|
display: none;
|
|
|
|
}
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul.collapsible-menu > li > input + label > .fa-chevron-right {
|
2023-02-24 22:30:54 +00:00
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* open menu */
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul.collapsible-menu > li > input:checked + label ~ ul {
|
2023-02-24 22:30:54 +00:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul.collapsible-menu > li > input:checked + label > .fa-chevron-down {
|
2023-02-24 22:30:54 +00:00
|
|
|
display: inline-block;
|
|
|
|
}
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul.collapsible-menu > li > input:checked + label > .fa-chevron-right {
|
2023-02-24 22:30:54 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* adjust menu for RTL reading direction */
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
html[dir="rtl"] #R-sidebar ul.collapsible-menu > li > label > i.fa-chevron-right {
|
2023-02-24 22:30:54 +00:00
|
|
|
transform: scaleX(-1);
|
|
|
|
}
|
2023-05-19 07:55:18 +00:00
|
|
|
|
2023-05-19 08:16:21 +00:00
|
|
|
.columnize{
|
|
|
|
column-count: 2;
|
|
|
|
}
|
|
|
|
@media screen and (min-width: 79.25rem) {
|
|
|
|
.columnize{
|
|
|
|
column-count: 3;
|
|
|
|
}
|
|
|
|
}
|
2023-06-04 22:28:49 +00:00
|
|
|
|
2023-10-29 23:21:03 +00:00
|
|
|
.columnize > *{
|
|
|
|
break-inside: avoid-column;
|
|
|
|
}
|
|
|
|
|
2023-10-29 22:49:44 +00:00
|
|
|
.columnize .breadcrumbs{
|
|
|
|
font-size: .859625rem;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body .tab-panel{
|
2023-06-04 22:28:49 +00:00
|
|
|
margin-bottom: 1.5rem;
|
|
|
|
margin-top: 1.5rem;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body .tab-nav{
|
2023-06-04 22:28:49 +00:00
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body .tab-nav-title{
|
2023-06-06 17:55:15 +00:00
|
|
|
font-size: .9rem;
|
2023-06-08 13:25:05 +00:00
|
|
|
font-weight: 400;
|
2023-06-06 17:55:15 +00:00
|
|
|
line-height: 1.42857143;
|
|
|
|
padding: .2rem 0;
|
|
|
|
margin-inline-start: .6rem;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body .tab-nav-button{
|
2023-06-06 16:16:06 +00:00
|
|
|
-webkit-appearance: none;
|
|
|
|
appearance: none;
|
2023-06-04 22:28:49 +00:00
|
|
|
background-color: transparent;
|
|
|
|
border: 1px solid transparent;
|
|
|
|
display: block;
|
|
|
|
font-size: .9rem;
|
2023-06-05 06:44:45 +00:00
|
|
|
font-weight: 300;
|
2023-06-04 22:28:49 +00:00
|
|
|
line-height: 1.42857143;
|
|
|
|
margin-inline-start: .6rem;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body .tab-nav-button.active{
|
2023-06-04 22:28:49 +00:00
|
|
|
border-radius: 2px 2px 0 0;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2023-10-01 19:07:53 +00:00
|
|
|
#R-body .tab-nav-button > .tab-nav-text{
|
2023-06-04 22:28:49 +00:00
|
|
|
border-bottom-style: solid;
|
2023-10-05 06:14:23 +00:00
|
|
|
border-bottom-width: .15rem;
|
2023-10-01 19:07:53 +00:00
|
|
|
display: block;
|
2023-06-06 16:16:06 +00:00
|
|
|
padding: .2rem .6rem 0 .6rem;
|
2023-06-04 22:28:49 +00:00
|
|
|
}
|
2023-10-01 19:07:53 +00:00
|
|
|
/* https://stackoverflow.com/a/46452396 */
|
|
|
|
#R-body .tab-nav-button.active > .tab-nav-text{
|
2023-06-04 22:28:49 +00:00
|
|
|
border-bottom-color: transparent;
|
2023-10-01 19:07:53 +00:00
|
|
|
border-radius: 1px 1px 0 0;
|
|
|
|
text-shadow: -0.06ex 0 0 currentColor, 0.06ex 0 0 currentColor;
|
2023-06-06 16:16:06 +00:00
|
|
|
}
|
2023-10-01 19:07:53 +00:00
|
|
|
@supports (-webkit-text-stroke-width: 0.04ex){
|
|
|
|
#R-body .tab-nav-button.active > .tab-nav-text{
|
|
|
|
text-shadow: -0.03ex 0 0 currentColor, 0.03ex 0 0 currentColor;
|
|
|
|
-webkit-text-stroke-width: 0.04ex;
|
|
|
|
}
|
2023-06-06 16:16:06 +00:00
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body .tab-content{
|
2023-06-04 22:28:49 +00:00
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
2023-06-05 16:33:00 +00:00
|
|
|
display: none;
|
2023-06-04 22:28:49 +00:00
|
|
|
/* if setting a border to 1px, a browser instead sets it to 1dppx which is not
|
|
|
|
usable as a unit yet, so we have to calculate it ourself */
|
2023-06-07 16:48:04 +00:00
|
|
|
margin-top: calc( -1px / var(--bpx) );
|
2023-06-04 22:28:49 +00:00
|
|
|
z-index: 10;
|
|
|
|
}
|
2023-06-05 16:33:00 +00:00
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body .tab-content.active{
|
2023-06-05 16:33:00 +00:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body .tab-content-text{
|
2023-06-04 22:28:49 +00:00
|
|
|
padding: 1rem;
|
|
|
|
}
|
2023-06-08 11:37:35 +00:00
|
|
|
|
2023-06-08 13:12:59 +00:00
|
|
|
/* remove margin if only a single code block is contained in the tab (FF without :has using .codify style) */
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body .tab-content.codify > .tab-content-text{
|
2023-06-08 13:12:59 +00:00
|
|
|
padding: 0;
|
|
|
|
}
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body .tab-content-text:has(> div.highlight:only-child){
|
2023-06-04 22:28:49 +00:00
|
|
|
padding: 0;
|
|
|
|
}
|
2023-06-08 11:37:35 +00:00
|
|
|
|
2023-06-15 19:58:10 +00:00
|
|
|
/* remove border from code block if single in tab */
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-body .tab-content-text > div.highlight:only-child > div,
|
2023-09-30 19:51:47 +00:00
|
|
|
#R-body .tab-content-text > div.highlight:only-child pre:not(.mermaid),
|
|
|
|
#R-body .tab-content-text > pre:not(.mermaid).pre-code:only-child{
|
2023-06-15 19:58:10 +00:00
|
|
|
border-width: 0;
|
|
|
|
}
|
2023-08-25 01:15:27 +00:00
|
|
|
|
|
|
|
/* bordering the menu and topbar */
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-topbar {
|
2023-08-25 01:15:27 +00:00
|
|
|
border-bottom-style: solid;
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-header-topbar {
|
2023-09-13 21:30:04 +00:00
|
|
|
border-bottom-color: transparent;
|
2023-08-25 01:15:27 +00:00
|
|
|
border-bottom-style: solid;
|
|
|
|
border-bottom-width: 1px;
|
|
|
|
border-inline-end-style: solid;
|
|
|
|
border-inline-end-width: 1px;
|
|
|
|
height: 3rem;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-header-wrapper,
|
|
|
|
#R-homelinks,
|
|
|
|
#R-content-wrapper > * {
|
2023-08-25 01:15:27 +00:00
|
|
|
border-inline-end-style: solid;
|
|
|
|
border-inline-end-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#topics > ul {
|
|
|
|
margin-top: 1rem;
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-sidebar ul.collapsible-menu li.active > a{
|
2023-08-25 01:15:27 +00:00
|
|
|
border-style: solid;
|
|
|
|
border-width: 1px;
|
|
|
|
padding-bottom: calc( .25rem - var(--bpx1)*1px);
|
|
|
|
padding-left: calc( 1rem - var(--bpx1)*1px);
|
|
|
|
padding-right: calc( 1rem - var(--bpx1)*1px);
|
|
|
|
padding-top: calc( .25rem - var(--bpx1)*1px);
|
|
|
|
width: calc(100% + var(--bpx1)*1px);
|
|
|
|
}
|
|
|
|
|
2023-09-23 08:19:35 +00:00
|
|
|
#R-menu-footer {
|
2023-08-25 01:15:27 +00:00
|
|
|
padding-bottom: 1rem;
|
|
|
|
}
|
2023-09-23 23:02:03 +00:00
|
|
|
|
|
|
|
#R-topics {
|
|
|
|
padding-top: 1rem;
|
2023-10-03 11:21:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.term-list ul,
|
|
|
|
.term-list li {
|
|
|
|
list-style: none;
|
|
|
|
display: inline;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2023-10-03 18:28:13 +00:00
|
|
|
.term-list i ~ ul > li:before{
|
|
|
|
content: " "
|
|
|
|
}
|
|
|
|
.term-list ul > li ~ li:before {
|
2023-10-03 11:21:35 +00:00
|
|
|
content: " | "
|
|
|
|
}
|