X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=src%2Fmain%2Fwebapp%2Fless%2Fphone%2Ffooter.less;fp=src%2Fmain%2Fwebapp%2Fless%2Fphone%2Ffooter.less;h=a613c507cbfc47b1bf2d0e83f937ff5ce4a3dfe2;hp=0000000000000000000000000000000000000000;hb=fd86a57c93eea4668d9c748aed9ab301a1d99082;hpb=755196d54dfd443a1be08576cd316335e55ec50c diff --git a/src/main/webapp/less/phone/footer.less b/src/main/webapp/less/phone/footer.less new file mode 100644 index 00000000..a613c507 --- /dev/null +++ b/src/main/webapp/less/phone/footer.less @@ -0,0 +1,40 @@ +#footer +{ + padding: 0 1em .5em 2.5em; + background-color: @heller; +} +#footer > hr.f +{ + border-color: @hintergrund; +} +#footer > #footerlinks +{ + position: static; + border-style: none; +} +#footer > #footerlinks > li.f +{ + line-height: 1em; + margin: 0 1em 0 0; + padding: 0 0 .5em 0; +} +#footer > #footerlinks > li.f > a.f +{ + color: @hintergrund; + border-color: @hintergrund; +} +#footer > #footerlinks > li#copyright +{ + position: static; + float: right; + width: auto; + color: @hintergrund; + font-size: 137.5%; + margin: 0; + @media (max-width: 250px) + { + color: @schrift; + flow: none; + width: 100%; + } +}