View Single Post
Old 10-09-2019, 02:14 PM   #1
Imperative
Junior Member
Imperative began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Oct 2019
Device: Kobo Glo
Serious Trouble with the Book Viewer through the Use of CSS

Hello guys, I’ve got in real trouble while using a very primitive CSS in viewer:
Code:
body {
color: rgb(0,0,0)  !important;
background-color: rgb(228,226,224) !important;
line-height: 1 !important;
text-indent: 2em !important;
text-align: justify !important;
margin-top: 0px !important;
margin-bottom: 4px  !important;
margin-right: 10px !important;
margin-left: 50px !important;
font-family: Bookman Old Style !important;
font-size: 19px !important;
}
On the screenshot below you may see the problem with left margin.
Click image for larger version

Name:	left margin crazy.png
Views:	341
Size:	464.6 KB
ID:	174088

The lines related to the right and the bottom margins, as well as to text indent, make no difference to the book view. I’ve been trying to resolve this problem for a couple of days already and I haven’t found any similar problem through the web, so I am setting all my hopes for your help guys!
Imperative is offline   Reply With Quote