Less strange line wrapping in form
[objavi2.git] / static / default-newspaper.css
blobea8beb9495ebb25262038ef171c92e9aaaa02e7d
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 .subsection{
28 display: block;
29 text-transform: uppercase;
30 font-size: 20pt;
34 .subsection .initial {
35 font-size: 1em;
36 color: #000;
39 .subsection-heading{
40 font-size: 36pt;
41 font-weight: bold;
45 h1 {
46 text-transform: uppercase;
47 margin: 1em 0 1em 0;
50 h2 {
51 text-transform: uppercase;
54 table {
55 float: none;
58 h1.frontpage{
59 font-size: 64pt;
60 text-align: center;
61 max-width: 700px;
64 div.copyright{
65 padding: 1em;
66 margin: 2em 0 2em 0;
69 p, ul, ol {
70 page-break-inside: avoid;
73 pre, code, tt {
74 font-family: "Courier", "Courier New", monospace;
75 font-size: 0.8em;
78 pre {
79 max-width:700px;
80 overflow: hidden;
83 img {
84 max-width: 700px;
85 height: auto;