X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d52c76021eaf1621b4e55a6eba1df1c0404bd7dd..5874cc9204de5b6ef2838723293c9a8027d3a849:/wolnelektury/static/css/header.css

diff --git a/wolnelektury/static/css/header.css b/wolnelektury/static/css/header.css
index 4c502aff8..feac00fc6 100755
--- a/wolnelektury/static/css/header.css
+++ b/wolnelektury/static/css/header.css
@@ -1,32 +1,29 @@
-/* Logo font */
-@font-face {
-    /* IE version */
-    font-family: WL-Logo;
-    src: url(/static/fonts/WL.eot);
+#header-bg {
+	z-index: -1;
+	background: #191919;
+	position: absolute;
+	width: 50%;
+	height: 9.4em;
 }
-@font-face {
-  font-family: WL-Logo;
-  src: url(/static/fonts/WL.ttf) format("truetype");
-}
-
 
 #header {
     height: 3em;
     padding-top: 1.9em;
     padding-bottom: 0;
-    color: #969696;
+    color: #989898;
     background: #191919;
 }
+#header a {
+	color: #17CFDB;
+}
 
 #half-header {
     padding-bottom: 0;
-    background: url('/static/img/bg-header.png');
-    background-position: center;
-    background-size: 100%;
 }
 
 #half-header-content {
     background: #191919;
+    color: #989898;
 }
 
 
@@ -37,14 +34,13 @@
 
 #logo {
     position: absolute;
-    top: 1.9em;
+    top: -1.6em;
     margin-left: 1.5em;
 }
 
 #logo a {
-    font-family: WL-Logo;
-    font-size: 2.05em;
     color:#f7f7f7;
+    font-size: 2.05em;
 }
 
 #tagline {
@@ -52,12 +48,14 @@
     margin-left: 25.5em;
 }
 #tagline span {
-    font-size: 1.1em;
+    font-size: 1.3em;
+    color: #bbb;
 }
 
 #search-area {
     margin: 0;
     background: #444;
+    color: white;
     margin-left: 24em;
     width: 73.5em;
 }
@@ -71,24 +69,65 @@
     padding-bottom: 0;
 }
 
-#search-field input {
+#search {
+    font-size: 1.3em;
     padding: 0;
-    height: 3.3em;
-    border: none;
+    /*height: 3.3em;
     width: 62.6em;
-    font-size: 1em;
     padding-left: .5em;
     -webkit-border-radius: .5em;
     -moz-border-radius: .5em;
+    border: none;
     border-radius: .5em;
     -webkit-box-shadow:0 0 .5em #444 inset;
     -moz-box-shadow:0 0 .5em #444 inset;
+    box-shadow: 0 0 .5em #444 inset;*/
+    height: 2.54em;
+    width: 47.47em;
+    padding-left: 1em;
+    -webkit-border-radius: .38em;
+    -moz-border-radius: .38em;
+    border: none;
+    border-radius: .38em;
+    -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;
+    z-index: 200;
+    position: relative;
+}
+
+/* styling search placeholder */
+
+#search:-webkit-input-placeholder
+{
+    font-family: Georgia;
+    font-style: italic;
+    color: #767676;
+}
+
+#search.placeholder
+{
+    font-family: Georgia;
+    font-style: italic;
+    color: #767676;
+}
+
+#search:-moz-placeholder
+{
+    font-family: Georgia;
+    font-style: italic;
+    color: #767676;
 }
 
 #search-button {
     display: inline-block;
-    background: #02adb7;
+    background: #018189;
+    color: white;
     padding: 0;
     margin: 0;
     width: 9.4em;
@@ -98,7 +137,7 @@
     font-size: 1em;
     height: 4.5em;
     border: none;
-    background: #02adb7;
+    background: #018189;
     color: white;
     width: 100%;
     padding: 0;
@@ -115,30 +154,32 @@
     height: 4.9em;
 }
 
-ul#catalogue {
+ul#menu {
     list-style: none;
     padding: 0;
     margin: 0 0 0 .6em;
 }
-ul#catalogue li {
+
+li.menu {
     background-color: #e2e2e2;
     float: left;
 }
-ul#catalogue a {
+a.menu {
     display: block;
     padding-left: 1.4em;
     padding-right: 1.4em;
     /* must match grid-line */
     height: 3.1em;
     padding-top: 1.8em;
+    color: #0c7076;
 }
-ul#catalogue span {
+a.menu span {
     font-size: 1.1em;
 }
 
 
 #lang-button {
-    color: #aaa;
+    color: #717171;
 }
 #lang-button:after {
     padding-left: 1em;
@@ -158,10 +199,14 @@ ul#catalogue span {
     background: #f7f7f7;
 }
 
+#lang-menu-items {
+	z-index: 9999;
+}
+
 #lang-menu-items button {
     display: none;
     background: #f7f7f7;
-    color: #777;
+    color: #6f6f6f;
     cursor: pointer;
     width: 100%;
     border: solid #ddd;