Browse Source

new style

main
Cristina Cochior 4 years ago
parent
commit
58b9d15f65
  1. 25
      voicegardens/static/styles.css

25
voicegardens/static/styles.css

@ -10,12 +10,13 @@ canvas {
display: block; display: block;
} }
/* Button style */
img.button { img.button {
width: 4%; width: 4%;
cursor: pointer;
} }
/* Button style */
.record { .record {
position:fixed; position:fixed;
top:20px; top:20px;
@ -99,10 +100,12 @@ h1 {
} }
.about:hover { .about:hover {
top: unset; width: 7% !important;
right: 25vw; top: unset;
bottom: 4vh; right: 25vw;
left: unset; bottom: 2vh;
left: unset;
} }
.leaf { .leaf {
@ -113,7 +116,7 @@ h1 {
.leaf:hover { .leaf:hover {
top: unset; top: unset;
bottom: 5vh; bottom: 3vh;
left: 55vw; left: 55vw;
} }
@ -123,6 +126,12 @@ h1 {
left: 40vw; left: 40vw;
} }
.stop:hover {
top: unset;
bottom: 4vh;
left: 40vw;
}
.record { .record {
top: unset; top: unset;
bottom: 3vh; bottom: 3vh;
@ -131,7 +140,7 @@ h1 {
.record:hover { .record:hover {
top: unset; top: unset;
bottom: 5vh; bottom: 3vh;
left: 25vw; left: 25vw;
} }

Loading…
Cancel
Save