X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/075fb07f19c2f20cd3b6818b973e7aebebdacc9f..76a5ef1307add0a97470e8927e2b3165a8d95b29:/wolnelektury/static/css/header.css diff --git a/wolnelektury/static/css/header.css b/wolnelektury/static/css/header.css index 4c502aff8..018b9a3ca 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; } @@ -58,6 +59,7 @@ #search-area { margin: 0; background: #444; + color: white; margin-left: 24em; width: 73.5em; } @@ -67,28 +69,48 @@ width: 63.1em; padding-left: .5em; padding-right: 0; - padding-top: 0.5em; + 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; @@ -115,16 +137,16 @@ 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; @@ -132,7 +154,7 @@ ul#catalogue a { height: 3.1em; padding-top: 1.8em; } -ul#catalogue span { +a.menu span { font-size: 1.1em; }