X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f43bad97b17e376293c0a72e9c1726733fc285fa..451f7b0e0ee3bfdab38cfa9c98a297c5320b52ad:/wolnelektury/static/css/header.css diff --git a/wolnelektury/static/css/header.css b/wolnelektury/static/css/header.css index 73cc6a961..5a196769b 100755 --- a/wolnelektury/static/css/header.css +++ b/wolnelektury/static/css/header.css @@ -1,28 +1,23 @@ -/* 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: #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 { @@ -31,49 +26,37 @@ } -#user-info { - float: right; - margin: 0; -} - -#logo { - position: absolute; - top: 1.9em; - margin-left: 1.5em; -} - #logo a { - font-family: WL-Logo; - font-size: 2.05em; color:#f7f7f7; + font-size: 2.05em; + text-shadow: 0 0 10px #17CFDB; } #tagline { - display: inline-block; - margin-left: 25.5em; + margin-left: 1.5em; } + #tagline span { font-size: 1.3em; - color: #ccc; + color: #bbb; } -#tagline a, -#user-info a { - color: #17cfdb; + +#user-info { + margin: 0; + padding: 1em 0; + margin-left: 1.5em; } #search-area { margin: 0; background: #444; color: white; - margin-left: 24em; - width: 73.5em; } #search-field { display: inline-block; - width: 63.1em; padding-left: .5em; - padding-right: 0; + padding-right: .5em; padding-top: 0.5em; padding-bottom: 0; } @@ -92,7 +75,6 @@ -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; @@ -101,40 +83,51 @@ -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: #888; + color: #767676; +} + +#search.placeholder +{ + font-family: Georgia; + font-style: italic; + color: #767676; } #search:-moz-placeholder { font-family: Georgia; font-style: italic; - color: #888; + color: #767676; } #search-button { display: inline-block; - background: #02adb7; + background: #018189; color: white; padding: 0; margin: 0; width: 9.4em; - float: right; } #search-button button { font-size: 1em; height: 4.5em; border: none; - background: #02adb7; + background: #018189; color: white; width: 100%; padding: 0; @@ -168,6 +161,7 @@ a.menu { /* must match grid-line */ height: 3.1em; padding-top: 1.8em; + color: #0c7076; } a.menu span { font-size: 1.1em; @@ -175,7 +169,7 @@ a.menu span { #lang-button { - color: #aaa; + color: #717171; } #lang-button:after { padding-left: 1em; @@ -202,7 +196,7 @@ a.menu span { #lang-menu-items button { display: none; background: #f7f7f7; - color: #777; + color: #6f6f6f; cursor: pointer; width: 100%; border: solid #ddd; @@ -227,3 +221,28 @@ a.menu span { #lang-menu .active { color: #000; } + +.search-hint-label { + display: inline-block; + width: 25em; + font-size: 1.1em; + line-height: 1.636em; +} + +.search-hint-category { + font-size: 1.1em; + line-height: 1.636em; + +} + + + +#user-menu { + left: 0; + top: 2em; + width: 15em; + line-height:1.6em; +} +#user-menu a { + color: #0D7E85; +}