diff --git a/static/css/style.css b/static/css/style.css index ea92e8d..a1068fd 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,4 +1,4 @@ -* { +html { background-color: gray; } @@ -10,8 +10,8 @@ position: absolute; } -.draggable img { - opacity: 0.7; +img { + opacity: 0.8; } .draggable iframe { @@ -24,3 +24,17 @@ #audio1 { margin-left: 400px; } + +/* audio and pop up images */ +#transcriptWrapper { + overflow: hidden; +} + +#transcript > div { + transition: all 0.8s ease; + list-style-type: disc; +} + +.speaking { + font-weight: bold; +} diff --git a/templates/perspectiveA.html b/templates/perspectiveA.html index 970e678..1569987 100644 --- a/templates/perspectiveA.html +++ b/templates/perspectiveA.html @@ -19,5 +19,75 @@
+ +
+ + +
+ + +
+ + + + +