fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixes to vierwer/folding catalogue in menu
[wolnelektury.git]
/
apps
/
wolnelektury_core
/
static
/
css
/
base.css
diff --git
a/apps/wolnelektury_core/static/css/base.css
b/apps/wolnelektury_core/static/css/base.css
index
64c5de1
..
a8c458d
100755
(executable)
--- a/
apps/wolnelektury_core/static/css/base.css
+++ b/
apps/wolnelektury_core/static/css/base.css
@@
-1,15
+1,3
@@
-/* Logo font */
-@font-face {
- /* IE version */
- font-family: WL-Nav;
- src: url(/static/fonts/WL-Nav.eot);
-}
-@font-face {
- font-family: WL-Nav;
- src: url(/static/fonts/WL-Nav.ttf) format("truetype");
-}
-
-
html {
margin: 0;
padding: 0;
html {
margin: 0;
padding: 0;
@@
-70,11
+58,19
@@
ul.plain {
}
h2 {
}
h2 {
+ font-size: 2em;
+ font-weight: normal;
+}
+
+h2.plain {
margin: 0;
font-size: 1em;
margin: 0;
font-size: 1em;
- font-weight: normal;
}
}
+h3 {
+ font-size: 1.5em;
+ font-weight: normal;
+}
.mono {
font-family: "Andale Mono", "Lucida Sans Typewriter", "Courier New";
.mono {
font-family: "Andale Mono", "Lucida Sans Typewriter", "Courier New";
@@
-131,8
+127,7
@@
h2 {
.theme-list-link:after {
padding-left: 1em;
.theme-list-link:after {
padding-left: 1em;
- content: "↓";
- font-family: WL-Nav;
+ content: url("/static/img/arrow-teal.png");
vertical-align: middle;
}
.theme-list-link {
vertical-align: middle;
}
.theme-list-link {
@@
-187,3
+182,7
@@
h2 {
margin-top: 2.2em;
margin-bottom: 1.6em;
}
margin-top: 2.2em;
margin-bottom: 1.6em;
}
+
+.simple-hidden-initially {
+ display: none;
+}