summaryrefslogtreecommitdiffstats
path: root/local.css
diff options
context:
space:
mode:
Diffstat (limited to 'local.css')
-rw-r--r--local.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/local.css b/local.css
index f1ad93d0..a446c28f 100644
--- a/local.css
+++ b/local.css
@@ -130,3 +130,17 @@ video { border: 1px solid gray; }
.draft { border: 1px solid red; padding: 10px; background-color: LightPink }
svg a.highlight rect { stroke-width: 3px }
a.highlight { background-color: yellow }
+
+.transcript-heading { font-weight: bold }
+
+.transcript .sticky-video { display: none }
+@media only screen and (min-width: 64.063em) {
+ .transcript .sticky-video {
+ position: sticky;
+ top: 0;
+ display: block;
+ margin-left: calc(-47vw + 30rem);
+ width: calc(45vw - 30rem);
+ float: left;
+ }
+}