X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/73ce961f14509aabfa26536f847afd28111029c6..fe3cc2a284f1aa7457b0ec9491203aae100681a6:/wolnelektury/static/css/header.css diff --git a/wolnelektury/static/css/header.css b/wolnelektury/static/css/header.css index 9435ad7c0..3fe0edd86 100755 --- a/wolnelektury/static/css/header.css +++ b/wolnelektury/static/css/header.css @@ -27,6 +27,7 @@ #half-header-content { background: #191919; + color: #989898; } @@ -52,12 +53,18 @@ 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 { margin: 0; background: #444; + color: white; margin-left: 24em; width: 73.5em; } @@ -108,6 +115,7 @@ #search-button { display: inline-block; background: #02adb7; + color: white; padding: 0; margin: 0; width: 9.4em; @@ -134,16 +142,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; @@ -151,7 +160,7 @@ ul#catalogue a { height: 3.1em; padding-top: 1.8em; } -ul#catalogue span { +a.menu span { font-size: 1.1em; }