commit tx
[wolnelektury.git] / wolnelektury / static / css / header.css
index 3fe0edd..fc89f82 100755 (executable)
 }
 
 
 }
 
 
+#header-bg {
+       z-index: -1;
+       background: #191919;
+       position: absolute;
+       width: 50%;
+       height: 9.4em;
+}
+
 #header {
     height: 3em;
     padding-top: 1.9em;
 #header {
     height: 3em;
     padding-top: 1.9em;
@@ -20,9 +28,6 @@
 
 #half-header {
     padding-bottom: 0;
 
 #half-header {
     padding-bottom: 0;
-    background: url('/static/img/bg-header.png');
-    background-position: center;
-    background-size: 100%;
 }
 
 #half-header-content {
 }
 
 #half-header-content {
@@ -38,7 +43,7 @@
 
 #logo {
     position: absolute;
 
 #logo {
     position: absolute;
-    top: 1.9em;
+    top: -1.6em;
     margin-left: 1.5em;
 }
 
     margin-left: 1.5em;
 }
 
@@ -46,6 +51,7 @@
     font-family: WL-Logo;
     font-size: 2.05em;
     color:#f7f7f7;
     font-family: WL-Logo;
     font-size: 2.05em;
     color:#f7f7f7;
+    line-height: 7em;
 }
 
 #tagline {
 }
 
 #tagline {
@@ -74,7 +80,7 @@
     width: 63.1em;
     padding-left: .5em;
     padding-right: 0;
     width: 63.1em;
     padding-left: .5em;
     padding-right: 0;
-    padding-top: 0.6em;
+    padding-top: 0.5em;
     padding-bottom: 0;
 }
 
     padding-bottom: 0;
 }
 
     -webkit-box-shadow:0 0 .38em #444 inset;
     -moz-box-shadow:0 0 .38em #444 inset;
     box-shadow: 0 0 .5em #444 inset;
     -webkit-box-shadow:0 0 .38em #444 inset;
     -moz-box-shadow:0 0 .38em #444 inset;
     box-shadow: 0 0 .5em #444 inset;
+    line-height: 2.5em;
 
     font-family: Georgia;
     background-color: #fff;
     color: #000;
 }
 
     font-family: Georgia;
     background-color: #fff;
     color: #000;
 }
-#search.blur {
+
+/* styling search placeholder */
+
+#search:-webkit-input-placeholder
+{
+    font-family: Georgia;
+    font-style: italic;
+    color: #888;
+}
+
+#search.placeholder
+{
+    font-family: Georgia;
+    font-style: italic;
+    color: #888;
+}
+
+#search:-moz-placeholder
+{
     font-family: Georgia;
     font-style: italic;
     color: #888;
     font-family: Georgia;
     font-style: italic;
     color: #888;
@@ -186,6 +211,10 @@ a.menu span {
     background: #f7f7f7;
 }
 
     background: #f7f7f7;
 }
 
+#lang-menu-items {
+       z-index: 9999;
+}
+
 #lang-menu-items button {
     display: none;
     background: #f7f7f7;
 #lang-menu-items button {
     display: none;
     background: #f7f7f7;