Hinweis auf Förderung eingebaut
This commit is contained in:
parent
bc7d576d87
commit
76bce9ac57
5 changed files with 119 additions and 4 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
{{ .Page.Content }}
|
{{ .Page.Content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{{ partial "sections/funding.html" . }}
|
||||||
|
|
||||||
|
|
||||||
<!-- Foot -->
|
<!-- Foot -->
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,9 @@
|
||||||
<div class="footer-item"><a href="/datenschutz">Datenschutz</a></div>
|
<div class="footer-item"><a href="/datenschutz">Datenschutz</a></div>
|
||||||
<div class="footer-item"><a href="/impressum">Impressum</a></p></div>
|
<div class="footer-item"><a href="/impressum">Impressum</a></p></div>
|
||||||
<div class="footer-item">made with 💚 with Hugo</a></p></div>
|
<div class="footer-item">made with 💚 with Hugo</a></p></div>
|
||||||
</div></footer>
|
</div>
|
||||||
|
|
||||||
|
</footer>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
6
layouts/partials/sections/funding.html
Normal file
6
layouts/partials/sections/funding.html
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
<div id="funding">
|
||||||
|
|
||||||
|
<img src="/images/signet_sachsen.svg" alt="">
|
||||||
|
Diese Maßnahme wird mitfinanziert mit Steuermitteln auf Grundlage des vom Sächsischen Landtag beschlossenen Haushaltes.
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
@ -591,6 +591,27 @@ address {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* START Funding*/
|
||||||
|
#funding {
|
||||||
|
padding-top: 0.5rem;
|
||||||
|
border-style: solid;
|
||||||
|
border-color: var(--primary);
|
||||||
|
border-width: 2px 0px 0px 0px;
|
||||||
|
|
||||||
|
|
||||||
|
font-size: 0.7rem;
|
||||||
|
min-height: 3.5rem;
|
||||||
|
color: var(--secondary);
|
||||||
|
background-color: var(--light-primary);
|
||||||
|
|
||||||
|
}
|
||||||
|
#funding img {
|
||||||
|
height: 2.7rem;
|
||||||
|
float: left;
|
||||||
|
margin-right: 0.5rem;
|
||||||
|
padding-left: 0.8rem;
|
||||||
|
}
|
||||||
|
/* ENDE Funding */
|
||||||
|
|
||||||
/* START für Shortcode kontaktinfo */
|
/* START für Shortcode kontaktinfo */
|
||||||
.contactinfo img.icon {
|
.contactinfo img.icon {
|
||||||
|
|
@ -608,6 +629,8 @@ address {
|
||||||
/* ENDE für Shortcode kontaktinfo */
|
/* ENDE für Shortcode kontaktinfo */
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* START Footer */
|
/* START Footer */
|
||||||
footer {
|
footer {
|
||||||
min-height: calc(4vh + 1rem);
|
min-height: calc(4vh + 1rem);
|
||||||
|
|
@ -629,6 +652,7 @@ footer .footer-item {
|
||||||
border-width: 0px 1px;
|
border-width: 0px 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
footer .footer-item:first-child {
|
footer .footer-item:first-child {
|
||||||
border-width: 0px 1px 0px 0px !important;
|
border-width: 0px 1px 0px 0px !important;
|
||||||
}
|
}
|
||||||
|
|
@ -636,6 +660,8 @@ footer .footer-item:last-child {
|
||||||
border-width: 0px 0px 0px 1px !important;
|
border-width: 0px 0px 0px 1px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
footer a:link,
|
footer a:link,
|
||||||
footer a:visited {
|
footer a:visited {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
|
@ -699,9 +725,6 @@ footer a:focus {
|
||||||
footer .footer-item:last-child {
|
footer .footer-item:last-child {
|
||||||
border-width: 0px 0px 0px 0px !important;
|
border-width: 0px 0px 0px 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -767,6 +790,7 @@ footer a:focus {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1281px) {
|
@media screen and (min-width: 1281px) {
|
||||||
|
|
|
||||||
82
static/images/signet_sachsen.svg
Normal file
82
static/images/signet_sachsen.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 13 KiB |
Loading…
Reference in a new issue