|
|
|
@ -404,7 +404,6 @@ a:hover{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#etherpad {
|
|
|
|
|
display: block;
|
|
|
|
|
text-align: center;
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
height: 80%;
|
|
|
|
@ -421,28 +420,24 @@ a:hover{
|
|
|
|
|
padding-top:30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#etherpad.hidden {
|
|
|
|
|
/*#etherpad.hidden iframe{
|
|
|
|
|
display: none;
|
|
|
|
|
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 iframe {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
border: none;
|
|
|
|
|
background-color: none;
|
|
|
|
|
}
|
|
|
|
|
}*/
|
|
|
|
|
|
|
|
|
|
iframe.hidden {
|
|
|
|
|
display:none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#resources_05 {
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|