Lot of fixes + first (bad, ugly) working GUI
[fanfix.git] / src / be / nikiroo / fanfix / 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 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 /* padding-bottom: 20px; */
89
90 }
91
92 .normal {
93 /* padding-bottom: 20px; */
94
95 }
96
97 .dialogues {
98 /* padding-top: 10px;
99 padding-bottom: 10px; */
100
101 }
102
103 .dialogue {
104 font-style: italic;
105 }