práce na úvodním grafu
This commit is contained in:
parent
150f5ad0ad
commit
70a7a9b795
2 changed files with 14 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'OpenSans';
|
font-family: 'OpenSans';
|
||||||
src: url("../fonts/OpenSans/OpenSans-Regular.ttf");
|
src: url("../fonts/OpenSans/OpenSans-Regular.ttf");
|
||||||
|
@ -631,6 +630,18 @@ div.foto_org img {
|
||||||
padding-top: 20px;
|
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 */
|
/* galerie */
|
||||||
|
|
||||||
/* velká fotka */
|
/* velká fotka */
|
||||||
|
|
|
@ -56,6 +56,7 @@
|
||||||
id="layer1"
|
id="layer1"
|
||||||
inkscape:label="Layer 1"
|
inkscape:label="Layer 1"
|
||||||
transform="translate(690.4036,-12.546621)">
|
transform="translate(690.4036,-12.546621)">
|
||||||
|
|
||||||
<a
|
<a
|
||||||
href="/static/images/graf/strategicke.jpeg"
|
href="/static/images/graf/strategicke.jpeg"
|
||||||
id="strategicke"
|
id="strategicke"
|
||||||
|
@ -85,6 +86,7 @@
|
||||||
id="tspan4575"
|
id="tspan4575"
|
||||||
sodipodi:role="line">Strategické</tspan></text>
|
sodipodi:role="line">Strategické</tspan></text>
|
||||||
</g>
|
</g>
|
||||||
|
<!--<span class="popup"><img src="/static/images/graf/strategicke.jpeg"></span>-->
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="/static/images/graf/behaci.jpeg"
|
href="/static/images/graf/behaci.jpeg"
|
||||||
|
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
Loading…
Reference in a new issue