Files
zh-en-wn-dataset/custom/desolate_era/en/OEBPS/Styles/stylesheet.css
2025-02-10 17:42:04 +06:00

92 lines
1.4 KiB
CSS

div.svg_outer {
display: block;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
text-align: left;
}
div.svg_inner {
display: block;
text-align: center;
}
h1, h2 {
text-align: center;
margin-bottom: 10%;
margin-top: 10%;
}
h3, h4, h5, h6 {
text-align: center;
margin-bottom: 15%;
margin-top: 10%;
}
ol, ul {
padding-left: 8%;
}
body {
margin: 2%;
}
p {
overflow-wrap: break-word;
}
dd, dt, dl {
padding: 0;
margin: 0;
}
img {
display: block;
min-height: 1em;
max-height: 100%;
max-width: 100%;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-left: auto;
margin-right: auto;
margin-bottom: 2%;
margin-top: 2%;
}
img.inline {
display: inline;
min-height: 1em;
margin-bottom: 0;
margin-top: 0;
}
.thumbcaption {
display: block;
font-size: 0.9em;
padding-right: 5%;
padding-left: 5%;
}
hr {
color: black;
background-color: black;
height: 2px;
}
a:link {
text-decoration: none;
color: #0B0080;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}table {
width: 90%;
border-collapse: collapse;
}
table, th, td {
border: 1px solid black;
}
.webToEpub-author-note {
border: 1px solid black; padding: 0.5em
}