Fix breaks (<hr>) CSS style, GUI update bug fixed
[fanfix.git] / src / be / nikiroo / fanfix / output / epub.style.css
CommitLineData
08fe2e33
NR
1html {
2 text-align: justify;
3}
4
5.titlepage {
6 padding-left: 10%;
7 padding-right: 10%;
8 width: 80%;
9}
10
11h1 {
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 {
63985d92 43 NO_text-indent: 40px;
08fe2e33
NR
44 padding-top: 40px;
45 padding-left: 5%;
46 padding-right: 5%;
47 width: 90%;
48}
49
50h2 {
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
60h2 .chap {
61 color: #000000;
62 font-size: large;
63 font-variant: small-caps;
64 display: block;
65}
66
67h2 .chap:first-letter {
68 font-weight: bold;
69}
70
71h2 .chapnumber {
72 color: #000000;
73 font-size: xx-large;
74}
75
76h2 .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 {
08fe2e33
NR
86}
87
88.normal {
63985d92
NR
89 /* Can be removed if you want a more "compact" view */
90 display: block;
91}
92
93.blank {
94 /* Can be removed if you want a more "compact" view */
95 height: 24px;
96 width: 100%;
08fe2e33
NR
97}
98
f977d05b
NR
99hr.break {
100 /* Can be removed if you want a more "compact" view */
101 margin-top: 48px;
102 margin-bottom: 48px;
103}
104
08fe2e33 105.dialogues {
08fe2e33
NR
106}
107
108.dialogue {
109 font-style: italic;
110}