From 31c41047ebe66465491aec81ccaeded6261df9e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Wed, 2 Apr 2025 08:14:37 +0300 Subject: [PATCH] d --- 01.Cellular.html | 68 ++++++++++++++++++++++++++++++++---------------- 1 file changed, 45 insertions(+), 23 deletions(-) diff --git a/01.Cellular.html b/01.Cellular.html index 6cd693a..024a655 100644 --- a/01.Cellular.html +++ b/01.Cellular.html @@ -10,6 +10,14 @@ margin-left: 8px; margin-bottom: 50px; } + /* Blur transcript by default */ + .transcript { + filter: blur(2px); + } + /* Show transcript when holding the mouse over */ + .transcript:active { + filter: blur(0px); + } body { font-family: sans-serif; } @@ -18,15 +26,18 @@ +

Matrix 1 full transcript

+ @@ -35,22 +46,26 @@