Merge branch 'master' into subtree
[nikiroo-utils.git] / output / html.style.css
1 html {
2 text-align: justify;
3 max-width: 800px;
4 margin: auto;
5 }
6
7 .titlepage {
8 padding-left: 10%;
9 padding-right: 10%;
10 width: 80%;
11 }
12
13 h1 {
14 padding-bottom: 0;
15 margin-bottom: 0;
16 text-align: left;
17 }
18
19 .type {
20 position: relative;
21 font-size: large;
22 color: #666666;
23 font-weight: bold;
24 padding-bottom: 10px;
25 text-align: left;
26 }
27
28 .cover, .page-image {
29 width: 100%;
30 }
31
32 .cover img {
33 height: 45%;
34 max-width: 100%;
35 margin: auto;
36 }
37
38 .author {
39 text-align: right;
40 font-size: large;
41 font-style: italic;
42 }
43
44 .book, .chapter_content {
45 NO_text-indent: 40px;
46 padding-top: 40px;
47 padding-left: 5%;
48 padding-right: 5%;
49 width: 90%;
50 }
51
52 h2 {
53 border: 1px solid black;
54 color: #222222;
55 padding-left: 10px;
56 padding-right: 10px;
57 display: block;
58 padding-bottom: 0;
59 margin-bottom: 0;
60 }
61
62 h2 .chap {
63 color: #000000;
64 font-size: large;
65 font-variant: small-caps;
66 display: block;
67 }
68
69 h2 .chap:first-letter {
70 font-weight: bold;
71 }
72
73 h2 .chapnumber {
74 color: #000000;
75 font-size: xx-large;
76 }
77
78 h2 .chaptitle {
79 color: #444444;
80 font-size: large;
81 font-style: italic;
82 padding-bottom: 5px;
83 text-align: right;
84 display: block;
85 }
86
87 .normals {
88 }
89
90 .normal {
91 /* Can be removed if you want a more "compact" view */
92 display: block;
93 }
94
95 .blank {
96 /* Can be removed if you want a more "compact" view */
97 height: 24px;
98 width: 100%;
99 }
100
101 hr.break {
102 /* Can be removed if you want a more "compact" view */
103 margin-top: 48px;
104 margin-bottom: 48px;
105 }
106
107 .dialogues {
108 }
109
110 .dialogue {
111 font-style: italic;
112 }