correct syntax for count_pdf_pages
[objavi2.git] / static / en.flossmanuals.net-web.css
blob5ecf9d94e7659ab08f2bfa7a514bcb1c9c22b8d2
1 body {
2 font-family: 'Gillius ADF';
3 background: #fff;
4 color: #000;
7 #book-title {
8 font-size: 64pt;
9 page-break-before: avoid;
10 margin-bottom: 12em;
11 max-width: 700px;
14 .unseen{
15 display: none;
18 .chapter{
19 color: #000;
22 h1 .initial{
23 color: #000;
24 font-size: 2em;
27 body .subsection:first-child{
28 page-break-before: avoid;
31 h1 {
32 text-transform: uppercase;
33 page-break-before: always;
34 background: white;
37 .subsection{
38 display: block;
39 text-transform: uppercase;
40 font-size: 20pt;
41 page-break-before: always;
44 .subsection .initial {
45 font-size: 1em;
46 color: #000;
49 .subsection-heading{
50 font-size: 36pt;
51 font-weight: bold;
55 h1 {
56 text-transform: uppercase;
59 h2 {
60 text-transform: uppercase;
63 table {
64 float: none;
67 h1.frontpage{
68 font-size: 64pt;
69 text-align: center;
70 max-width: 700px;
73 div.copyright{
74 padding: 1em;
77 p, ul, ol {
78 page-break-inside: avoid;
81 pre, code, tt {
82 font-family: "Courier", "Courier New", monospace;
83 font-size: 0.8em;
86 pre {
87 max-width:700px;
88 overflow: hidden;
91 img {
92 max-width: 700px;
93 height: auto;