Projekt in ein JavaScript Frontend-Projekt umgewandelt
[website] / src / main / webapp / less / tablet / footer.less
diff --git a/src/main/webapp/less/tablet/footer.less b/src/main/webapp/less/tablet/footer.less
deleted file mode 100644 (file)
index 2541618..0000000
+++ /dev/null
@@ -1,82 +0,0 @@
-.menu #footer > #footerlinks
-{
-  position: static;
-  border-style: none;
-  margin: 3.75em 0 0 2em;
-}
-.menu #footer > #footerlinks > li.f
-{
-  line-height: 1em;
-  display: block;
-  margin: 0 0 .25em 0;
-  color: @hintergrund;
-}
-.menu #footer > #footerlinks > li#copyright
-{
-  line-height: 1em;
-  font-size: 137.5%;
-  top: auto;
-  bottom: 0;
-  left: 0;
-  right: 0;
-  padding: 0 2.18181818em 1.5em; /* ? 3*16px ? */
-  @media (max-width: (@maxsmalltablet))
-  {
-    padding-right: 1.45454545em;
-    padding-bottom: 1em;
-  }
-  @media (max-width: (@maxsmallertablet))
-  {
-    padding-right: .72727272em;
-    padding-bottom: .5em;
-  }
-  background-color: @heller;
-  text-align: right;
-}
-.menu #footer > #footerlinks a.f
-{
-  color: @hintergrund;
-  border-color: @hintergrund;
-}
-.menu #footer > #footerlinks a.f:hover
-{
-  color: @hintergrund;
-  border-color: @hintergrund;
-  border-style: solid;
-}
-
-
-.nomenu #footer > #footerlinks,
-.onecolumn #footer > #footerlinks
-{
-  position: static;
-  margin: -.125em;
-  padding-top: 1.5em;
-  @media (max-width: (@maxsmalltablet))
-  {
-    padding-top: 1em;
-  }
-  @media (max-width: (@maxsmallertablet))
-  {
-    padding-top: .5em;
-  }
-  border-top: .125em solid @hintergrund;
-  > li.f
-  {
-    line-height: 1em;
-    margin: 0 1em 0 0;
-    padding: 0;
-  }
-  li.f > a.f
-  {
-    color: @hintergrund;
-    border-color: @hintergrund;
-  }
-  li#copyright
-  {
-    position: static;
-    float: right;
-    font-size: 137.5%;
-    margin: 0;
-  }
-}