pedf
/
spolky
Archived
1
0
Fork 0

smolvučina

master
Lukáš Hozda 4 years ago
parent c4d19ed6e7
commit 20d2bc6386

@ -27,7 +27,6 @@
transition: .2s ease; transition: .2s ease;
} }
.label2:hover { .label2:hover {
border: solid 0.1em #d73648;
} }
.labels { .labels {
position: absolute; position: absolute;
@ -37,6 +36,7 @@
bottom: auto; bottom: auto;
width: 1200px; width: 1200px;
height: 800px; height: 800px;
transform: scale(0.7);
} }
/*.labels:hover > *:not(:hover) { /*.labels:hover > *:not(:hover) {
font-size: 0.45em; font-size: 0.45em;
@ -44,8 +44,13 @@
.label a { .label a {
color: #000; color: #000;
} }
.label2 span {
transition: .1s;
}
.label2 span:hover {
border-bottom: solid 0.1em #d73648;
}
.label2 a:hover { .label2 a:hover {
color: #d73648;
opacity: 1 !important; opacity: 1 !important;
} }
.label span:hover ~ .cross { .label span:hover ~ .cross {
@ -264,6 +269,7 @@
height: 100vh; height: 100vh;
top: 0; top: 0;
left: 0; left: 0;
trasnform: scale(1);
} }
} }
</style> </style>

@ -314,6 +314,9 @@ canvas {
.spaced-ul li { .spaced-ul li {
margin-bottom: 1em; margin-bottom: 1em;
} }
.top-margin {
margin-top: 23vh;
}
@media screen and (max-width: 800px) { @media screen and (max-width: 800px) {
.panel .horizontal-menu { .panel .horizontal-menu {
display: none; display: none;
@ -391,4 +394,7 @@ canvas {
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
} }
.top-margin {
margin-top: 0;
}
} }

@ -297,7 +297,7 @@ body > canvas
} }
.top-margin .top-margin
margin-top 23vh margin-top 23vh
@media screen and (max-width: 800px) @media screen and (max-width: 800px)
.panel .horizontal-menu .panel .horizontal-menu