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;
} }
@ -510,6 +513,7 @@ iframe.hidden {
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