Update '12/style.css'

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

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

Loading…
Cancel
Save