|
|
|
@ -64,9 +64,6 @@
|
|
|
|
|
.label2 a:hover {
|
|
|
|
|
opacity: 1 !important;
|
|
|
|
|
}
|
|
|
|
|
.label span:hover ~ .cross {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
#cinnosti {
|
|
|
|
|
left: auto;
|
|
|
|
|
right: auto;
|
|
|
|
@ -99,32 +96,6 @@
|
|
|
|
|
}
|
|
|
|
|
.active {
|
|
|
|
|
}
|
|
|
|
|
.cross {
|
|
|
|
|
width: 0.7em;
|
|
|
|
|
height: 0.7em;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cross:before, .cross:after {
|
|
|
|
|
content: "";
|
|
|
|
|
position: absolute;
|
|
|
|
|
z-index: -1;
|
|
|
|
|
background: #d73648;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cross:before {
|
|
|
|
|
left: 50%;
|
|
|
|
|
width: 20%;
|
|
|
|
|
margin-left: -5%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cross:after {
|
|
|
|
|
top: 50%;
|
|
|
|
|
height: 20%;
|
|
|
|
|
margin-top: -5%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
.bottom-right {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: -5px;
|
|
|
|
@ -247,12 +218,6 @@
|
|
|
|
|
padding: 0;
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
}
|
|
|
|
|
.cross {
|
|
|
|
|
display: none;
|
|
|
|
|
width: 0 !important;
|
|
|
|
|
height: 0!important;
|
|
|
|
|
position: absolute;
|
|
|
|
|
}
|
|
|
|
|
.labels:hover > *:not(:hover) {
|
|
|
|
|
font-size: 4vw;
|
|
|
|
|
}
|
|
|
|
@ -569,23 +534,18 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|
|
|
|
</svg>
|
|
|
|
|
<div class="label label2" id="predseda">
|
|
|
|
|
<span><a href="/predseda">Předseda spolku</a></span>
|
|
|
|
|
<div class="cross bottom-right"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="label label2" id="prebiram">
|
|
|
|
|
<span><a href="/prebiram">Přebírám spolek</a></span>
|
|
|
|
|
<div class="cross bottom-left"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="label label2" id="zapojit">
|
|
|
|
|
<span><a href="/zapojit-se">Chci se zapojit</a></span>
|
|
|
|
|
<div class="cross top-right"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="label label2" id="zalozit">
|
|
|
|
|
<span><a href="/zalozit-spolek">Chci založit spolek</a></span>
|
|
|
|
|
<div class="cross top-left"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="label label2" id="oborovky">
|
|
|
|
|
<span><a href="/oborovky">Chci vědět víc o oborovkách</a></span>
|
|
|
|
|
<div class="cross top-right"></div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
{/if}
|
|
|
|
|