2019-07-05 08:43:23 +02:00
|
|
|
html {
|
|
|
|
padding: 0;
|
|
|
|
font-size: 16px;
|
|
|
|
background: white;
|
|
|
|
color: #000;
|
2019-11-20 15:59:10 +01:00
|
|
|
font-family: 'Open Sans', Arial, sans-serif;
|
|
|
|
max-width: 1200px;
|
2019-07-05 08:43:23 +02:00
|
|
|
margin: 0 auto;
|
2019-03-29 08:49:53 +01:00
|
|
|
}
|
|
|
|
|
2019-11-20 15:59:10 +01:00
|
|
|
html.dark-mode {
|
|
|
|
background: rgb(51, 51, 51);
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark-mode h1,
|
|
|
|
.dark-mode h2,
|
|
|
|
.dark-mode h3,
|
|
|
|
.dark-mode h4,
|
|
|
|
.dark-mode h5,
|
|
|
|
.dark-mode h6 {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2019-11-25 18:04:11 +01:00
|
|
|
.dark-mode a{
|
|
|
|
color: #569CD6;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark-mode a:hover{
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
a{
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2019-11-20 15:59:10 +01:00
|
|
|
.title {
|
|
|
|
position: relative;
|
|
|
|
font-size: 2.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.description {
|
|
|
|
font-style: italic;
|
|
|
|
margin-bottom: 3rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.center {
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.doctest {
|
|
|
|
margin: 0;
|
|
|
|
padding-top: 50px;
|
|
|
|
padding-bottom: 50px;
|
|
|
|
box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.5);
|
|
|
|
}
|
|
|
|
.collapsed .doctest {
|
|
|
|
height: 0;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.doctest-wrapper {
|
|
|
|
overflow: hidden;
|
|
|
|
border-radius: 5px;
|
|
|
|
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.doctest-collapsible-toggle {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
color: whitesmoke;
|
|
|
|
background-color: #111;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.doctest-section-title {
|
|
|
|
margin: 0;
|
|
|
|
margin-left: 40px;
|
|
|
|
|
|
|
|
padding: 0;
|
|
|
|
font-size: 1.3em;
|
|
|
|
}
|
|
|
|
|
2019-03-29 08:49:53 +01:00
|
|
|
.grayBorder {
|
|
|
|
border: 1px solid lightgray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.insetPadding {
|
|
|
|
padding: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.interactive {
|
|
|
|
/*** For regions observed by InteraktionDelegates and -Mappers ***/
|
|
|
|
-ms-content-zooming: none;
|
|
|
|
touch-action: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.unselectable {
|
2019-07-05 08:43:23 +02:00
|
|
|
-moz-user-select: none;
|
|
|
|
-webkit-user-select: none;
|
|
|
|
-ms-user-select: none;
|
|
|
|
user-select: none;
|
2019-03-29 08:49:53 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
padding: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
canvas {
|
2019-11-20 15:59:10 +01:00
|
|
|
-ms-content-zooming: none; /** Crucial for MS Edge pointer events **/
|
|
|
|
touch-action: none; /** Crucial for MS Edge? **/
|
2019-03-29 08:49:53 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#runtime-errors {
|
|
|
|
left: -8px;
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.intrinsic-container {
|
2019-07-05 08:43:23 +02:00
|
|
|
position: relative;
|
|
|
|
height: 0;
|
|
|
|
overflow: hidden;
|
2019-03-29 08:49:53 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/* 16x9 Aspect Ratio */
|
|
|
|
.intrinsic-container-16x9 {
|
2019-07-05 08:43:23 +02:00
|
|
|
padding-bottom: 56.25%;
|
2019-03-29 08:49:53 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/* 4x3 Aspect Ratio */
|
|
|
|
.intrinsic-container-4x3 {
|
2019-07-05 08:43:23 +02:00
|
|
|
padding-bottom: 75%;
|
2019-03-29 08:49:53 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.intrinsic-container iframe {
|
2019-07-05 08:43:23 +02:00
|
|
|
position: absolute;
|
|
|
|
border: 0;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2019-03-29 08:49:53 +01:00
|
|
|
}
|