X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f2056dbaafa8f6a5bf72ef25ecf77060693ba35d..9e020f2a463e49b2aa799d3d3305f82dd01bece1:/wolnelektury/static/css/header.css diff --git a/wolnelektury/static/css/header.css b/wolnelektury/static/css/header.css index f8cf7568b..fc89f8223 100755 --- a/wolnelektury/static/css/header.css +++ b/wolnelektury/static/css/header.css @@ -10,6 +10,14 @@ } +#header-bg { + z-index: -1; + background: #191919; + position: absolute; + width: 50%; + height: 9.4em; +} + #header { height: 3em; padding-top: 1.9em; @@ -20,9 +28,6 @@ #half-header { padding-bottom: 0; - background: url('/static/img/bg-header.png'); - background-position: center; - background-size: 100%; } #half-header-content { @@ -38,7 +43,7 @@ #logo { position: absolute; - top: 1.9em; + top: -1.6em; margin-left: 1.5em; } @@ -46,6 +51,7 @@ font-family: WL-Logo; font-size: 2.05em; color:#f7f7f7; + line-height: 7em; } #tagline { @@ -53,7 +59,12 @@ margin-left: 25.5em; } #tagline span { - font-size: 1.1em; + font-size: 1.3em; + color: #ccc; +} +#tagline a, +#user-info a { + color: #17cfdb; } #search-area { @@ -69,7 +80,7 @@ width: 63.1em; padding-left: .5em; padding-right: 0; - padding-top: 0.6em; + padding-top: 0.5em; padding-bottom: 0; } @@ -96,12 +107,31 @@ -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; } -#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; @@ -137,16 +167,17 @@ 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; @@ -154,7 +185,7 @@ ul#catalogue a { height: 3.1em; padding-top: 1.8em; } -ul#catalogue span { +a.menu span { font-size: 1.1em; } @@ -180,6 +211,10 @@ ul#catalogue span { background: #f7f7f7; } +#lang-menu-items { + z-index: 9999; +} + #lang-menu-items button { display: none; background: #f7f7f7;