device-56.home 2026-3-29:22:14:22

This commit is contained in:
oskar
2026-03-29 22:14:22 +02:00
parent 9b7ca323a2
commit 604e7b7c03
48 changed files with 634 additions and 260 deletions

View File

@@ -57,13 +57,13 @@
--r-selection-color: #fff;
}
.reveal-viewport {
background: #f7f2d3;
background: -moz-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, white), color-stop(100%, #f7f2d3));
background: -webkit-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
background: -o-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
background: -ms-radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
background: radial-gradient(center, circle cover, white 0%, #f7f2d3 100%);
background: rgb(247, 242, 211);
background: -moz-radial-gradient(center, circle cover, rgb(255, 255, 255) 0%, rgb(247, 242, 211) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(247, 242, 211)));
background: -webkit-radial-gradient(center, circle cover, rgb(255, 255, 255) 0%, rgb(247, 242, 211) 100%);
background: -o-radial-gradient(center, circle cover, rgb(255, 255, 255) 0%, rgb(247, 242, 211) 100%);
background: -ms-radial-gradient(center, circle cover, rgb(255, 255, 255) 0%, rgb(247, 242, 211) 100%);
background: radial-gradient(center, circle cover, rgb(255, 255, 255) 0%, rgb(247, 242, 211) 100%);
background-color: var(--r-background-color);
}
.reveal {
@@ -161,8 +161,8 @@
.reveal img,
.reveal video,
.reveal iframe {
max-width: 95%;
max-height: 95%;
max-width: 100%;
max-height: 100%;
}
.reveal strong,
.reveal b {
@@ -342,3 +342,6 @@
canvas[data-chart] {
padding: 0.5em;
}
.reveal .hljs {
min-height: 50%;
}

View File

@@ -146,8 +146,8 @@
.reveal img,
.reveal video,
.reveal iframe {
max-width: 95%;
max-height: 95%;
max-width: 100%;
max-height: 100%;
}
.reveal strong,
.reveal b {
@@ -327,3 +327,6 @@
canvas[data-chart] {
padding: 0.5em;
}
.reveal .hljs {
min-height: 50%;
}

View File

@@ -151,8 +151,8 @@
.reveal img,
.reveal video,
.reveal iframe {
max-width: 95%;
max-height: 95%;
max-width: 100%;
max-height: 100%;
}
.reveal strong,
.reveal b {
@@ -332,6 +332,9 @@
canvas[data-chart] {
padding: 0.5em;
}
.reveal .hljs {
min-height: 50%;
}
.reveal p {
font-weight: 300;
text-shadow: 1px 1px #222;

View File

@@ -146,8 +146,8 @@
.reveal img,
.reveal video,
.reveal iframe {
max-width: 95%;
max-height: 95%;
max-width: 100%;
max-height: 100%;
}
.reveal strong,
.reveal b {
@@ -327,6 +327,9 @@
canvas[data-chart] {
padding: 0.5em;
}
.reveal .hljs {
min-height: 50%;
}
.reveal table th,
.reveal table td {
vertical-align: top;

View File

@@ -57,13 +57,13 @@
--r-selection-color: #fff;
}
.reveal-viewport {
background: #1c1e20;
background: -moz-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #555a5f), color-stop(100%, #1c1e20));
background: -webkit-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
background: -o-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
background: -ms-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
background: radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
background: rgb(28, 30, 32);
background: -moz-radial-gradient(center, circle cover, rgb(85, 90, 95) 0%, rgb(28, 30, 32) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgb(85, 90, 95)), color-stop(100%, rgb(28, 30, 32)));
background: -webkit-radial-gradient(center, circle cover, rgb(85, 90, 95) 0%, rgb(28, 30, 32) 100%);
background: -o-radial-gradient(center, circle cover, rgb(85, 90, 95) 0%, rgb(28, 30, 32) 100%);
background: -ms-radial-gradient(center, circle cover, rgb(85, 90, 95) 0%, rgb(28, 30, 32) 100%);
background: radial-gradient(center, circle cover, rgb(85, 90, 95) 0%, rgb(28, 30, 32) 100%);
background-color: var(--r-background-color);
}
.reveal {
@@ -161,8 +161,8 @@
.reveal img,
.reveal video,
.reveal iframe {
max-width: 95%;
max-height: 95%;
max-width: 100%;
max-height: 100%;
}
.reveal strong,
.reveal b {
@@ -342,3 +342,6 @@
canvas[data-chart] {
padding: 0.5em;
}
.reveal .hljs {
min-height: 50%;
}

View File

@@ -75,13 +75,13 @@
--r-selection-color: #fff;
}
.reveal-viewport {
background: #1c1e20;
background: -moz-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #555a5f), color-stop(100%, #1c1e20));
background: -webkit-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
background: -o-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
background: -ms-radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
background: radial-gradient(center, circle cover, #555a5f 0%, #1c1e20 100%);
background: rgb(28, 30, 32);
background: -moz-radial-gradient(center, circle cover, rgb(85, 90, 95) 0%, rgb(28, 30, 32) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgb(85, 90, 95)), color-stop(100%, rgb(28, 30, 32)));
background: -webkit-radial-gradient(center, circle cover, rgb(85, 90, 95) 0%, rgb(28, 30, 32) 100%);
background: -o-radial-gradient(center, circle cover, rgb(85, 90, 95) 0%, rgb(28, 30, 32) 100%);
background: -ms-radial-gradient(center, circle cover, rgb(85, 90, 95) 0%, rgb(28, 30, 32) 100%);
background: radial-gradient(center, circle cover, rgb(85, 90, 95) 0%, rgb(28, 30, 32) 100%);
background-color: var(--r-background-color);
}
.reveal {
@@ -179,8 +179,8 @@
.reveal img,
.reveal video,
.reveal iframe {
max-width: 95%;
max-height: 95%;
max-width: 100%;
max-height: 100%;
}
.reveal strong,
.reveal b {
@@ -360,6 +360,9 @@
canvas[data-chart] {
padding: 0.5em;
}
.reveal .hljs {
min-height: 50%;
}
.reveal .slides {
text-align: left;
}

View File

@@ -148,8 +148,8 @@ html * {
.reveal img,
.reveal video,
.reveal iframe {
max-width: 95%;
max-height: 95%;
max-width: 100%;
max-height: 100%;
}
.reveal strong,
.reveal b {
@@ -329,3 +329,6 @@ html * {
canvas[data-chart] {
padding: 0.5em;
}
.reveal .hljs {
min-height: 50%;
}

View File

@@ -144,8 +144,8 @@
.reveal img,
.reveal video,
.reveal iframe {
max-width: 95%;
max-height: 95%;
max-width: 100%;
max-height: 100%;
}
.reveal strong,
.reveal b {
@@ -325,3 +325,6 @@
canvas[data-chart] {
padding: 0.5em;
}
.reveal .hljs {
min-height: 50%;
}

View File

@@ -152,8 +152,8 @@
.reveal img,
.reveal video,
.reveal iframe {
max-width: 95%;
max-height: 95%;
max-width: 100%;
max-height: 100%;
}
.reveal strong,
.reveal b {
@@ -333,3 +333,6 @@
canvas[data-chart] {
padding: 0.5em;
}
.reveal .hljs {
min-height: 50%;
}

View File

@@ -144,8 +144,8 @@
.reveal img,
.reveal video,
.reveal iframe {
max-width: 95%;
max-height: 95%;
max-width: 100%;
max-height: 100%;
}
.reveal strong,
.reveal b {
@@ -325,3 +325,6 @@
canvas[data-chart] {
padding: 0.5em;
}
.reveal .hljs {
min-height: 50%;
}

View File

@@ -150,8 +150,8 @@
.reveal img,
.reveal video,
.reveal iframe {
max-width: 95%;
max-height: 95%;
max-width: 100%;
max-height: 100%;
}
.reveal strong,
.reveal b {
@@ -331,3 +331,6 @@
canvas[data-chart] {
padding: 0.5em;
}
.reveal .hljs {
min-height: 50%;
}

View File

@@ -139,8 +139,8 @@ html * {
.reveal img,
.reveal video,
.reveal iframe {
max-width: 95%;
max-height: 95%;
max-width: 100%;
max-height: 100%;
}
.reveal strong,
.reveal b {
@@ -320,3 +320,6 @@ html * {
canvas[data-chart] {
padding: 0.5em;
}
.reveal .hljs {
min-height: 50%;
}

View File

@@ -146,8 +146,8 @@
.reveal img,
.reveal video,
.reveal iframe {
max-width: 95%;
max-height: 95%;
max-width: 100%;
max-height: 100%;
}
.reveal strong,
.reveal b {
@@ -327,3 +327,6 @@
canvas[data-chart] {
padding: 0.5em;
}
.reveal .hljs {
min-height: 50%;
}