|
|
|
@ -391,6 +391,7 @@ a:hover{
|
|
|
|
|
background-color: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.audio_04{
|
|
|
|
|
width:100%;
|
|
|
|
|
margin-top: 50px;
|
|
|
|
@ -418,6 +419,43 @@ a:hover{
|
|
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|