mirror of
https://github.com/celogeek/go-comic-converter.git
synced 2025-05-25 00:02:37 +02:00
handle landscape mode better handling double page with epub 3.3 center spread support improve support for apple book
87 lines
707 B
Cheetah
87 lines
707 B
Cheetah
@charset "UTF-8";
|
|
|
|
html {
|
|
color: #000;
|
|
background: #FFF;
|
|
}
|
|
|
|
body {
|
|
font-size: 1em;
|
|
text-align: center;
|
|
}
|
|
|
|
body,
|
|
div,
|
|
dl,
|
|
dt,
|
|
dd,
|
|
ul,
|
|
ol,
|
|
li,
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6,
|
|
th,
|
|
td {
|
|
margin: 0;
|
|
padding: 0
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
}
|
|
|
|
fieldset,
|
|
img {
|
|
border: 0;
|
|
}
|
|
|
|
caption,
|
|
th,
|
|
var {
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
}
|
|
|
|
li {
|
|
list-style: none;
|
|
}
|
|
|
|
caption,
|
|
th {
|
|
text-align: left;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
-webkit-hyphens:none;
|
|
font-weight: normal;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 200%;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 150%;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 120%;
|
|
}
|
|
|
|
sup {
|
|
vertical-align: text-top;
|
|
}
|
|
|
|
sub {
|
|
vertical-align: text-bottom;
|
|
} |