diff --git a/12/style.css b/12/style.css index 599391e..464e53d 100644 --- a/12/style.css +++ b/12/style.css @@ -355,43 +355,6 @@ a:hover{ padding-left: 30px; } -#etherpad { - text-align: center; - white-space: pre-wrap; - height: 80%; - width: 98%; - font-family: Roboto Mono; - color: black; - overflow-y: auto; - margin-bottom: 20px; - border: 10px #FAF0E6 solid; - margin-top: 100px; - font-size: 25px; - background-color: #FAF0E6; -} - -#etherpad.hidden { - display: block; - width: 100%; - height: 10%; - font-family: Roboto Mono; - color: black; - background-color: #FAF0E6; - margin-top: 100px; - font-size: 25px; - text-align: center; - padding-top: 5px; - overflow: hidden; -} - -#etherpad iframe { - width: 100%; - height: 100%; - border: none; - background-color: none; -} - - .audio_04{ width:100%; margin-top: 50px; @@ -421,7 +384,7 @@ a:hover{ } - #etherpad_05 { + #etherpad { text-align: center; white-space: pre-wrap; height: 80%; @@ -436,7 +399,7 @@ a:hover{ background-color: black; } -#etherpad_05.hidden { +#etherpad.hidden { display: block; width: 100%; height: 10%; @@ -450,7 +413,7 @@ a:hover{ overflow: hidden; } -#etherpad_05 iframe { +#etherpad iframe { width: 100%; height: 100%; border: none;