diff --git a/01.Cellular.html b/01.Cellular.html index 6cd693a..9bc2a83 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; } @@ -17,16 +25,18 @@ +

Matrix 1 full transcript

@@ -35,83 +45,99 @@ diff --git a/02.Hotel.html b/02.Hotel.html index 27580f9..2eb4f0b 100644 --- a/02.Hotel.html +++ b/02.Hotel.html @@ -25,12 +25,13 @@ +

Matrix 1 full transcript

+ + + + + + + + + + + + + diff --git a/README.md b/README.md index ec50186..6f93d01 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,4 @@ Table of contents: * 01.Cellular.html * 02.Hotel.html * 03.Street.html +* 04.Apartment.html