fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lithuanian i18n fixes
[wolnelektury.git]
/
wolnelektury
/
static
/
css
/
header.css
diff --git
a/wolnelektury/static/css/header.css
b/wolnelektury/static/css/header.css
index
fc89f82
..
ef47897
100755
(executable)
--- a/
wolnelektury/static/css/header.css
+++ b/
wolnelektury/static/css/header.css
@@
-1,15
+1,3
@@
-/* 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;
#header-bg {
z-index: -1;
background: #191919;
@@
-25,6
+13,9
@@
color: #989898;
background: #191919;
}
color: #989898;
background: #191919;
}
+#header a {
+ color: #17CFDB;
+}
#half-header {
padding-bottom: 0;
#half-header {
padding-bottom: 0;
@@
-48,10
+39,9
@@
}
#logo a {
}
#logo a {
- font-family: WL-Logo;
- font-size: 2.05em;
color:#f7f7f7;
color:#f7f7f7;
- line-height: 7em;
+ font-size: 2.05em;
+ text-shadow: 0 0 10px #17CFDB;
}
#tagline {
}
#tagline {
@@
-60,11
+50,7
@@
}
#tagline span {
font-size: 1.3em;
}
#tagline span {
font-size: 1.3em;
- color: #ccc;
-}
-#tagline a,
-#user-info a {
- color: #17cfdb;
+ color: #bbb;
}
#search-area {
}
#search-area {
@@
-112,6
+98,8
@@
font-family: Georgia;
background-color: #fff;
color: #000;
font-family: Georgia;
background-color: #fff;
color: #000;
+ z-index: 200;
+ position: relative;
}
/* styling search placeholder */
}
/* styling search placeholder */
@@
-120,26
+108,26
@@
{
font-family: Georgia;
font-style: italic;
{
font-family: Georgia;
font-style: italic;
- color: #
888
;
+ color: #
767676
;
}
#search.placeholder
{
font-family: Georgia;
font-style: italic;
}
#search.placeholder
{
font-family: Georgia;
font-style: italic;
- color: #
888
;
+ color: #
767676
;
}
#search:-moz-placeholder
{
font-family: Georgia;
font-style: italic;
}
#search:-moz-placeholder
{
font-family: Georgia;
font-style: italic;
- color: #
888
;
+ color: #
767676
;
}
#search-button {
display: inline-block;
}
#search-button {
display: inline-block;
- background: #0
2adb7
;
+ background: #0
18189
;
color: white;
padding: 0;
margin: 0;
color: white;
padding: 0;
margin: 0;
@@
-150,7
+138,7
@@
font-size: 1em;
height: 4.5em;
border: none;
font-size: 1em;
height: 4.5em;
border: none;
- background: #0
2adb7
;
+ background: #0
18189
;
color: white;
width: 100%;
padding: 0;
color: white;
width: 100%;
padding: 0;
@@
-184,6
+172,7
@@
a.menu {
/* must match grid-line */
height: 3.1em;
padding-top: 1.8em;
/* must match grid-line */
height: 3.1em;
padding-top: 1.8em;
+ color: #0c7076;
}
a.menu span {
font-size: 1.1em;
}
a.menu span {
font-size: 1.1em;
@@
-191,7
+180,7
@@
a.menu span {
#lang-button {
#lang-button {
- color: #
aaa
;
+ color: #
717171
;
}
#lang-button:after {
padding-left: 1em;
}
#lang-button:after {
padding-left: 1em;
@@
-218,7
+207,7
@@
a.menu span {
#lang-menu-items button {
display: none;
background: #f7f7f7;
#lang-menu-items button {
display: none;
background: #f7f7f7;
- color: #
777
;
+ color: #
6f6f6f
;
cursor: pointer;
width: 100%;
border: solid #ddd;
cursor: pointer;
width: 100%;
border: solid #ddd;
@@
-243,3
+232,16
@@
a.menu span {
#lang-menu .active {
color: #000;
}
#lang-menu .active {
color: #000;
}
+
+.search-hint-label {
+ display: inline-block;
+ width: 25em;
+ font-size: 1.1em;
+ line-height: 1.636em;
+}
+
+.search-hint-category {
+ font-size: 1.1em;
+ line-height: 1.636em;
+
+}
\ No newline at end of file