Less-Quellen von dist/less/ nach less/ verschoben
[website] / less / base / footer.less
diff --git a/less/base/footer.less b/less/base/footer.less
new file mode 100644 (file)
index 0000000..16d95a8
--- /dev/null
@@ -0,0 +1,31 @@
+#footerlinks
+{
+  .bpreplay;
+  position: relative;
+  margin: 0;
+  padding: 0;
+  list-style-type: none;
+}
+#footerlinks li.f
+{
+  font-size: 137.5%; /** 22 px */
+  float: left;
+  margin: .5em 1em 0 0;
+}
+#footerlinks #copyright
+{
+  color: @schrift;
+  margin: 0;
+  width: 100%;
+}
+#footerlinks a.f
+{
+  color: @normal;
+  border-color: @normal;
+}
+#footerlinks a.f:hover
+{
+  color: @dunkler;
+  border-color: @dunkler;
+  border-style: solid;
+}