Update '12/style.css'

master
Max Lehmann 4 years ago
parent 0c7d1f5ce3
commit 450ae7ae19

@ -404,13 +404,12 @@ a:hover{
#etherpad { #etherpad {
text-align: center; text-align: center;
white-space: pre-wrap; white-space: pre-wrap;
height: 80%; /*height: 80%;
width: 98%; width: 98%;*/
font-family: Roboto Mono; font-family: Roboto Mono;
color: white; color: white;
overflow-y: auto; overflow-y: auto;
margin-bottom: 20px; margin-bottom: 20px;
border: 10px black solid;
margin-top: 100px; margin-top: 100px;
font-size: 25px; font-size: 25px;
background-color: black; background-color: black;
@ -418,8 +417,8 @@ a:hover{
#etherpad.hidden { #etherpad.hidden {
display: block; display: block;
width: 100%; width: 30vw;
height: 10%; height: 10vh;
font-family: Roboto Mono; font-family: Roboto Mono;
color: white; color: white;
background-color: black; background-color: black;
@ -428,6 +427,7 @@ a:hover{
text-align: center; text-align: center;
padding-top: 5px; padding-top: 5px;
overflow: hidden; overflow: hidden;
border: 3px white solid;
} }
#etherpad iframe { #etherpad iframe {

Loading…
Cancel
Save