Junior Member
Posts: 2
Karma: 10
Join Date: Apr 2014
Device: 623
|
Seitenränder in PB623
Hallo zusammen,
ich habe mal eine Frage zu den Seitenrändern im PB 623 mit AdobeViewer.
In der Standardeinstellung (neu gekauft, ohne eine Änderung) habe ich selbst bei der Einstellung "Seitenränder: klein" ca. 1 cm Seitenabstand (oben, unten, links und rechts).
Nun hoffte ich, dass das mit dem cool reader evtl. besser ist, damit konnte ich jedoch keine DRM-geschützen Bücher öffnen.
Jetzt habe ich in der \system\share\cr3\epub.css mal vor "body" Folgendes eingefügt:
@page {margin-top: 0%; margin-right: 0%; marglin-left: 0%}
Was mich dabei wundert ist der Pfad der epub.css. Er scheint was mit dem cool reader zu tun haben.
Eine andere epub.css habe ich aber nicht auf dem PB.
Die Seitenränder sind jetzt noch ca. 0,5 cm.
Ich hätte sie jedoch gerne noch kleiner, also max. 2 mm.
Kann mir jemand mitteilen, wie ich das schaffe?
Danke für Eure Infos.
Jochen
P.S. Hier noch der ganze Inhalt der css, falls das was hilft:
@page {margin-top: 0%; margin-right: 0%; marglin-left: 0%} body {
$def.all
}
*.justindent { text-align: justify; text-indent: 1.3em; margin-top:0em; margin-bottom: 0em }
DocFragment { page-break-before: always }
h1, .title { font-size: 150% }
h2, .title1 { font-size: 140% }
h3, .title2 { font-size: 130%; }
h4, .title3 { font-size: 120%; }
h5, .title4 { font-size: 110%; }
.subtitle {
font-style: italic;
margin-top: 0.5em;
margin-bottom: 0.3em
}
h1, h2, .title, .title1, .title2 {
display: block;
$title.all
hyphenate: none;
adobe-hyphenate: none;
}
h3, h4, h5, h6, .title3, .title4, .title5, .subtitle {
display: block;
$subtitle.all
hyphenate: none;
adobe-hyphenate: none;
}
h1, h2, h3, .title, .title1, .title2, .title3 {
page-break-before: always;
page-break-inside: avoid;
page-break-after: avoid;
}
.subtitle, h4, h5, h6, .title4, .title5 {
page-break-inside: avoid;
page-break-after: avoid;
}
img {
text-align: center;
text-indent: 0px;
display: block;
margin: 0.5em;
border-style: solid;
border-width: medium;
}
.section_image { text-align: center; }
.coverpage { text-align: center; }
p image { display: inline }
li image { display: inline }
a { display:inline; $link.all }
p { $def.all }
.empty-line { height: 1em }
hr { height: 2px; background-color: #808080; margin-top: 0.5em; margin-bottom: 0.5em }
sub { vertical-align: sub; font-size: 70% }
sup { vertical-align: super; font-size: 70% }
li { display: list-item; text-indent: 0em; }
ul { display: block; list-style-type: disc; margin-left: 1em }
ol { display: block; list-style-type: decimal; margin-left: 1em }
span { display: inline }
div { display: block }
.citation p { $cite.all }
.epigraph p { $epigraph.all }
.v { text-align: left; text-align-last: right; text-indent: 1em hanging }
.stanza + .stanza { margin-top: 1em; }
.stanza { $poem.all }
.poem { margin-top: 1em; margin-bottom: 1em; text-indent: 0px }
.epigraph_author { font-weight: bold; font-style: italic; margin-left: 15%; }
.citation_author { font-weight: bold; font-style: italic; margin-left: 15%; margin-right: 10%; }
table { font-size: 80% }
td, th { text-indent: 0px; padding: 3px }
th { font-weight: bold; text-align: center; background-color: #DDD }
table caption { text-indent: 0px; padding: 4px; background-color: #EEE }
.fb2_info { display: block; page-break-before: always; }
head, form, script { display: none; }
b, strong, i, em, dfn, var, q, u, del, s, strike, small, big, sub, sup, acronym, tt, sa mp, kbd, code {
display: inline;
}
b, strong { font-weight: bold; }
i, em, dfn, var { font-style: italic; }
u { text-decoration: underline; }
del, s, strike, strikethrough { text-decoration: line-through; }
small { font-size: 80%; }
big { font-size: 130%; }
pre {
display: block;
white-space: pre;
$pre.all
}
.code, code {
display: inline;
$pre.all
}
nobr { display: inline; hyphenate: none; white-space: nowrap; }
dl { margin-left: 0em; }
dt { display: block; margin-left: 0em; margin-top:0.3em; font-weight: bold; }
dd { display: block; margin-left: 1.3em; }
|