fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Workaround for API problem, minor fixes.
[wolnelektury.git]
/
src
/
wolnelektury
/
static
/
css
/
new.book.css
diff --git
a/src/wolnelektury/static/css/new.book.css
b/src/wolnelektury/static/css/new.book.css
index
db78b53
..
689d99f
100644
(file)
--- a/
src/wolnelektury/static/css/new.book.css
+++ b/
src/wolnelektury/static/css/new.book.css
@@
-14,6
+14,12
@@
img {
max-width: 37.5rem;
margin-top: 1em;
}
max-width: 37.5rem;
margin-top: 1em;
}
+.animacja {
+ margin-top: 1em;
+}
+.animacja img {
+ margin-top: 0;
+}
/* ================================== */
/* = Header with logo and menu = */
/* ================================== */
/* = Header with logo and menu = */
@@
-76,19
+82,23
@@
h2 {
line-height: 1.5em;
}
line-height: 1.5em;
}
-h3 {
+h3
, .subtitle2
{
font-size: 1.5em;
margin: 1.5em 0 0;
font-weight: normal;
line-height: 1.5em;
}
font-size: 1.5em;
margin: 1.5em 0 0;
font-weight: normal;
line-height: 1.5em;
}
-h4 {
+h4
, .subtitle3
{
font-size: 1em;
margin: 1.5em 0 0;
line-height: 1.5em;
}
font-size: 1em;
margin: 1.5em 0 0;
line-height: 1.5em;
}
+.subtitle4 {
+ font-weight: bold;
+}
+
p {
margin: 0;
}
p {
margin: 0;
}
@@
-104,6
+114,10
@@
p {
padding-left: 2px;
position: relative;
top: -4px;
padding-left: 2px;
position: relative;
top: -4px;
+ user-select: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
}
#footnotes {
}
#footnotes {
@@
-115,6
+129,10
@@
p {
float: left;
width: 2.5em;
clear: both;
float: left;
width: 2.5em;
clear: both;
+ user-select: auto;
+ -webkit-user-select: text;
+ -moz-user-select: text;
+ -ms-user-select: text;
}
#footnotes div {
}
#footnotes div {