CSS für Media-Queries in einer Datei zusammengefasst
[website] / src / main / webapp / less / screen / head.less
index 6befe52..b0a20bb 100644 (file)
@@ -1,9 +1,5 @@
-@import '../variables.less';
-
 #header
 {
-  font-family: 'BPreplay', Helvetica, Arial, sans-serif;
-  font-weight: bold;
   margin-left: -4em;
 }
 #header > hr
   display: inline-block;
   font-size: 812.5%; /* 130px */
   line-height: 1em;
-  padding: 0 0 0 .230769231em; /* 30px */
-  color: @normal;
   text-shadow: .092307692em .046153846em 0 @hintergrund; /** 12px 6px */
-  border: none;
-  position: relative;
   z-index: 1;
-}
-#logo:hover
-{
-  color: @dunkler;
+  left: auto;
 }
 #slogan
 {