diff --git a/12/style.css b/12/style.css index c9cf9c3..599391e 100644 --- a/12/style.css +++ b/12/style.css @@ -391,6 +391,7 @@ a:hover{ background-color: none; } + .audio_04{ width:100%; margin-top: 50px; @@ -414,10 +415,47 @@ a:hover{ /* Broadcast 12.5 */ #implicancies_05 { - + background-color: black; color: white; + } + + #etherpad_05 { + text-align: center; + white-space: pre-wrap; + height: 80%; + width: 98%; + font-family: Roboto Mono; + color: white; + overflow-y: auto; + margin-bottom: 20px; + border: 10px black solid; + margin-top: 100px; + font-size: 25px; + background-color: black; +} + +#etherpad_05.hidden { + display: block; + width: 100%; + height: 10%; + font-family: Roboto Mono; + color: white; + background-color: black; + margin-top: 100px; + font-size: 25px; + text-align: center; + padding-top: 5px; + overflow: hidden; +} + +#etherpad_05 iframe { + width: 100%; + height: 100%; + border: none; + background-color: none; +} - } \ No newline at end of file + \ No newline at end of file