diff --git a/gaehsnitz/static/gaehsnitz/map-big.png b/gaehsnitz/static/gaehsnitz/map-big.png new file mode 100644 index 0000000..cd58cb2 Binary files /dev/null and b/gaehsnitz/static/gaehsnitz/map-big.png differ diff --git a/gaehsnitz/static/gaehsnitz/map-small.png b/gaehsnitz/static/gaehsnitz/map-small.png new file mode 100644 index 0000000..287e1ab Binary files /dev/null and b/gaehsnitz/static/gaehsnitz/map-small.png differ diff --git a/gaehsnitz/static/gaehsnitz/style.css b/gaehsnitz/static/gaehsnitz/style.css index 531bba9..ff9145c 100644 --- a/gaehsnitz/static/gaehsnitz/style.css +++ b/gaehsnitz/static/gaehsnitz/style.css @@ -1,4 +1,4 @@ -html, body, div, +html, body, div, img, h1, h2, h3, h4, h5, h6, a, p, b, i, form, label, input, @@ -79,6 +79,14 @@ a:hover, a:focus { color: #EEEEEE; } +a img { + transition: transform 100ms; +} + +a img:hover, a img:focus { + transform: scale(103%); +} + h2 { margin-top: 24px; margin-bottom: 14px; @@ -131,6 +139,27 @@ td { text-align: right; } +.img-bar { + width: 100%; + display: flex; + flex-direction: row; + align-items: center; + justify-content: space-evenly; + margin-top: 16px; + margin-bottom: 24px; +} + +.img-bar a { + flex: 0 1 auto; + max-width: 48%; + max-height: 440px; +} + +.img-bar img { + max-width: 100%; + max-height: 440px; +} + #area-map { width: 100%; max-width: 800px; diff --git a/gaehsnitz/templates/gaehsnitz/atoz.html b/gaehsnitz/templates/gaehsnitz/atoz.html index da4db96..1ff0d11 100644 --- a/gaehsnitz/templates/gaehsnitz/atoz.html +++ b/gaehsnitz/templates/gaehsnitz/atoz.html @@ -17,6 +17,14 @@ Koordinaten: 50.9070, 12.5465
Linz zu Google-Maps

+
+ + große Karte + + + kleine Karte + +

🛠 Später mehr zum Thema Mitfahrgelegenheiten und Öffis ...