X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/01d7c5f6d52a56a9800ea7eccfeb25762261813d..d316a52151685a1b7c295baa12b73a73eabe5657:/wolnelektury/static/css/header.css diff --git a/wolnelektury/static/css/header.css b/wolnelektury/static/css/header.css deleted file mode 100755 index fc89f8223..000000000 --- a/wolnelektury/static/css/header.css +++ /dev/null @@ -1,245 +0,0 @@ -/* Logo font */ -@font-face { - /* IE version */ - font-family: WL-Logo; - src: url(/static/fonts/WL.eot); -} -@font-face { - font-family: WL-Logo; - src: url(/static/fonts/WL.ttf) format("truetype"); -} - - -#header-bg { - z-index: -1; - background: #191919; - position: absolute; - width: 50%; - height: 9.4em; -} - -#header { - height: 3em; - padding-top: 1.9em; - padding-bottom: 0; - color: #989898; - background: #191919; -} - -#half-header { - padding-bottom: 0; -} - -#half-header-content { - background: #191919; - color: #989898; -} - - -#user-info { - float: right; - margin: 0; -} - -#logo { - position: absolute; - top: -1.6em; - margin-left: 1.5em; -} - -#logo a { - font-family: WL-Logo; - font-size: 2.05em; - color:#f7f7f7; - line-height: 7em; -} - -#tagline { - display: inline-block; - margin-left: 25.5em; -} -#tagline span { - 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; -} - -#search-field { - display: inline-block; - width: 63.1em; - padding-left: .5em; - padding-right: 0; - padding-top: 0.5em; - padding-bottom: 0; -} - -#search { - font-size: 1.3em; - padding: 0; - /*height: 3.3em; - width: 62.6em; - 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; - line-height: 2.5em; - - font-family: Georgia; - background-color: #fff; - color: #000; -} - -/* 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; -} - -#search-button { - display: inline-block; - background: #02adb7; - color: white; - padding: 0; - margin: 0; - width: 9.4em; - float: right; -} -#search-button button { - font-size: 1em; - height: 4.5em; - border: none; - background: #02adb7; - color: white; - width: 100%; - padding: 0; -} - -#search-button button span { - font-size: 1.1em; - position:relative; -} - - -#nav-line { - background-color: #e2e2e2; - height: 4.9em; -} - -ul#menu { - list-style: none; - padding: 0; - margin: 0 0 0 .6em; -} - -li.menu { - background-color: #e2e2e2; - float: left; -} -a.menu { - display: block; - padding-left: 1.4em; - padding-right: 1.4em; - /* must match grid-line */ - height: 3.1em; - padding-top: 1.8em; -} -a.menu span { - font-size: 1.1em; -} - - -#lang-button { - color: #aaa; -} -#lang-button:after { - padding-left: 1em; - content: "↓"; - font-family: WL-Nav; - vertical-align: middle; -} -#lang-menu { - position: relative; - float: right; - display: block; - padding-left: 2.5em; - padding-right: 2em; - /* must match grid-line */ - height: 3em; - padding-top: 1.9em; - background: #f7f7f7; -} - -#lang-menu-items { - z-index: 9999; -} - -#lang-menu-items button { - display: none; - background: #f7f7f7; - color: #777; - cursor: pointer; - width: 100%; - border: solid #ddd; - border-width: 0 0 1px 0; - padding: .5em 0; - margin: 0; -} - -#lang-menu:hover button { - display: block; -} - -#lang-menu:hover #lang-menu-items { - position: absolute; - width: 100%; - padding: 0; - left: 0; - /* must match grid-line height */ - top: 3.9em; -} - -#lang-menu .active { - color: #000; -}