práce na úvodním grafu

This commit is contained in:
Kateřina Čížková 2020-03-03 22:22:37 +01:00
parent 150f5ad0ad
commit 70a7a9b795
2 changed files with 14 additions and 1 deletions

View file

@ -1,4 +1,3 @@
@font-face {
font-family: 'OpenSans';
src: url("../fonts/OpenSans/OpenSans-Regular.ttf");
@ -631,6 +630,18 @@ div.foto_org img {
padding-top: 20px;
}
/* graf na úvodní stránce */
a span.popup {
position: absolute;
visibility: hidden;
}
a span.popup:hover {
visibility:visible;
top:37px; left:37px;
}
/* galerie */
/* velká fotka */

View file

@ -56,6 +56,7 @@
id="layer1"
inkscape:label="Layer 1"
transform="translate(690.4036,-12.546621)">
<a
href="/static/images/graf/strategicke.jpeg"
id="strategicke"
@ -85,6 +86,7 @@
id="tspan4575"
sodipodi:role="line">Strategické</tspan></text>
</g>
<!--<span class="popup"><img src="/static/images/graf/strategicke.jpeg"></span>-->
</a>
<a
href="/static/images/graf/behaci.jpeg"

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB