fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
small cite box font size fix
[wolnelektury.git]
/
wolnelektury
/
static
/
css
/
header.css
diff --git
a/wolnelektury/static/css/header.css
b/wolnelektury/static/css/header.css
index
bdc2bff
..
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;
@@
-51,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 {
@@
-111,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 */
@@
-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