Clientseitige LESS-Umsetzung integriert
[website] / dist / less / screen / footer.less
diff --git a/dist/less/screen/footer.less b/dist/less/screen/footer.less
new file mode 100644 (file)
index 0000000..884cfff
--- /dev/null
@@ -0,0 +1,36 @@
+#footerlinks
+{
+  border-top: 1.25em solid @normal; /** 20px */
+}
+#footerlinks > li.f
+{
+  line-height: .6666666667em; /* 20px */
+  display: inline-block;
+  float: none;
+  margin: .5em 1em 0 0;
+  color: @normal;
+  vertical-align: top;
+}
+#footerlinks > li#copyright
+{
+  position: absolute;
+  float: none;
+  width: auto;
+  right: .625em;
+  top: -1em; /** 30px */
+  line-height: 1.4em; /* 42px */
+  color: @hintergrund;
+  margin: 0;
+  font-size: 187.5%; /** 30px */
+}
+#footerlinks a.f
+{
+  color: @normal;
+  border-color: @normal;
+}
+#footerlinks a.f:hover
+{
+  color: @dunkler;
+  border-color: @dunkler;
+  border-style: solid;
+}