X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=less%2Fphone%2Ffooter.less;fp=less%2Fphone%2Ffooter.less;h=01a021a8fc2123b48072b369053f82951b0b88d8;hb=63c6a2dc8a253b98490f27755dfbf5a66d15fa4e;hp=0000000000000000000000000000000000000000;hpb=7967465800f4235b769e7151d5986ca92fc2a0ff;p=website diff --git a/less/phone/footer.less b/less/phone/footer.less new file mode 100644 index 00000000..01a021a8 --- /dev/null +++ b/less/phone/footer.less @@ -0,0 +1,35 @@ +#footer > #footerlinks +{ + position: static; + border-style: none; +} +#footer > #footerlinks > li.about +{ + display: none; +} +#footer > #footerlinks > li.f +{ + color: @hintergrund; + 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; + font-size: 137.5%; + margin: 0; + @media (max-width: 229px) + { + color: @schrift; + flow: none; + width: 100%; + } +}