Update '12/style.css'

master
Max Lehmann 4 years ago
parent 9e36b93c1a
commit 26a288fce4

@ -283,6 +283,7 @@ a:hover{
margin-top: 20px;
margin-bottom: 20px;
overflow: hidden;
position: absolute;
}
#shell_03.hidden {
@ -417,6 +418,7 @@ a:hover{
margin-bottom: 20px;
background-color: black;
border: 3px white solid;
position: absolute;
}
#implicancies_05 {
@ -454,7 +456,7 @@ a:hover{
height: 500px;
border: none;
background-color: black;
position: relative;
position: absolute;
border: 3px white solid;
}
@ -475,6 +477,7 @@ iframe.hidden {
border: 3px solid white;
float: left;
font-family: Roboto Mono;
position: absolute;
}
@ -501,15 +504,16 @@ iframe.hidden {
}
#week_05{
margin-left: 3vw;
margin-bottom: 3vw;
padding: 3vw;
background-color: black;
position: relative;
width: 30vw;
height: 50%;
float: left;
border: 3px solid white;
margin-left: 3vw;
margin-bottom: 3vw;
padding: 3vw;
background-color: black;
position: relative;
width: 30vw;
height: 50%;
float: left;
border: 3px solid white;
position: absolute;
}
#week_05.hidden{

Loading…
Cancel
Save