fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Theme page.
[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
d6a54a4
..
e2d44b6
100644
(file)
--- a/
src/wolnelektury/static/css/new.book.css
+++ b/
src/wolnelektury/static/css/new.book.css
@@
-1,6
+1,6
@@
body {
font-size: 16px;
body {
font-size: 16px;
- font-family: Georgia, "Times New Roman", serif;
+ font-family: Ge
lasio, Ge
orgia, "Times New Roman", serif;
line-height: 1.5em;
margin: 0;
}
line-height: 1.5em;
margin: 0;
}
@@
-13,35
+13,41
@@
a {
img {
max-width: 37.5rem;
margin-top: 1em;
img {
max-width: 37.5rem;
margin-top: 1em;
+ width: 100%;
+}
+.animacja {
+ margin-top: 1em;
+}
+.animacja img {
+ margin-top: 0;
}
/* ================================== */
/* = Header with logo and menu = */
/* ================================== */
}
/* ================================== */
/* = Header with logo and menu = */
/* ================================== */
-#toc ol, #themes ol, #objects ol {
+#
wl
toc ol, #themes ol, #objects ol {
list-style: none;
padding: 0;
margin: 0;
}
list-style: none;
padding: 0;
margin: 0;
}
-
-#toc ol li {
- font-weight: bold;
+#wltoc ol {
+ padding-left: 1.5em;
}
}
-#toc ol ol {
+#
wl
toc ol ol {
padding: 0 0 1.5em 1.5em;
margin: 0;
}
padding: 0 0 1.5em 1.5em;
margin: 0;
}
-#toc ol ol li {
+#
wl
toc ol ol li {
font-weight: normal;
}
font-weight: normal;
}
-#toc h2 {
+#
wl
toc h2 {
display: none;
}
display: none;
}
-#toc .anchor {
+#
wl
toc .anchor {
float: none;
margin: 0;
color: blue;
float: none;
margin: 0;
color: blue;
@@
-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 {
@@
-227,6
+245,13
@@
div.note p, div.dedication p, div.note p.paragraph, div.dedication p.paragraph {
font-style: italic;
}
font-style: italic;
}
+div.frame {
+ border: 1px darkgray solid;
+ padding: 1em;
+ margin-top: 1em;
+ margin-bottom: 1em;
+}
+
hr.spacer {
height: 3em;
visibility: hidden;
hr.spacer {
height: 3em;
visibility: hidden;
@@
-277,10
+302,12
@@
em.wieksze-odstepy {
table {
border-collapse: collapse;
table {
border-collapse: collapse;
+ width: 100%;
}
}
-table
, td,
th {
+table
.border td, table.border
th {
border: 1px solid black;
border: 1px solid black;
+ vertical-align: top;
}
}