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