X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9fbf0c4158a9427442171629a564e2de7780b5b7..f2056dbaafa8f6a5bf72ef25ecf77060693ba35d:/wolnelektury/static/css/header.css diff --git a/wolnelektury/static/css/header.css b/wolnelektury/static/css/header.css index 79e8815d6..f8cf7568b 100755 --- a/wolnelektury/static/css/header.css +++ b/wolnelektury/static/css/header.css @@ -14,7 +14,7 @@ height: 3em; padding-top: 1.9em; padding-bottom: 0; - color: #969696; + color: #989898; background: #191919; } @@ -27,6 +27,7 @@ #half-header-content { background: #191919; + color: #989898; } @@ -38,7 +39,7 @@ #logo { position: absolute; top: 1.9em; - margin-left: 1.6em; + margin-left: 1.5em; } #logo a { @@ -49,7 +50,7 @@ #tagline { display: inline-block; - margin-left: 24em; + margin-left: 25.5em; } #tagline span { font-size: 1.1em; @@ -58,6 +59,7 @@ #search-area { margin: 0; background: #444; + color: white; margin-left: 24em; width: 73.5em; } @@ -66,32 +68,53 @@ display: inline-block; width: 63.1em; padding-left: .5em; - padding-right: .5em; - padding-top: 0; + padding-right: 0; + padding-top: 0.6em; 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; + + font-family: Georgia; + background-color: #fff; + color: #000; +} +#search.blur { + font-family: Georgia; + font-style: italic; + color: #888; } #search-button { display: inline-block; background: #02adb7; + color: white; padding: 0; margin: 0; width: 9.4em; + float: right; } #search-button button { font-size: 1em;