Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 04-12-2010, 05:53 PM   #1
pollito pito
i warned you ...
pollito pito doesn't litterpollito pito doesn't litterpollito pito doesn't litter
 
pollito pito's Avatar
 
Posts: 54
Karma: 222
Join Date: Apr 2010
Device: none
Lightbulb Two columns display in the viewer? again...?

Some time ago fento asked:
Is it possible, maybe be using a custom CSS stylesheet in the configuration of the viewer, that the text is shown in two columns?
To what kovidgoyal said that it might be possible since calibre uses webkit for rendering the books.

Well, it is possible. Sort of. Here is my custom CSS:

body
{
color:rgb(0,0,0) !important;
background-color:rgb(228,226,224);
text-align:justify;
line-spacing:1.8;
margin-top:1px;
margin-bottom:1px;
margin-right:10px;
margin-left:10px;

-webkit-column-count: 2;
-webkit-column-gap: 1em;
-webkit-column-rule: 1px dotted;

height: 650px;
width:1200px

text-indent: 2em;
}
h1, h2, h3, h4, h5, h6
{
color:black;
text-align:center;
font-style:italic;
font-weight:bold;
}

As you can see, essentially what I am doing is generating a very wide
page by constraining the height.
In this manner I can see two pages on the screen, but to
get to the next two, I have to scroll to the right .


Can someone come with a better solution?
Thanks.

PS: May be it’s just femto and myself using Calibre as the only ebook application, including for reading?
pollito pito is offline   Reply With Quote
Old 12-11-2010, 11:29 PM   #2
mdhunn
Junior Member
mdhunn began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Dec 2010
Device: Aldiko Moto Droid 1
Quote:
Originally Posted by pollito pito View Post
height: 650px;
width:1200px

text-indent: 2em;
}
h1, h2, h3, h4, h5, h6
{
color:black;
text-align:center;
font-style:italic;
font-weight:bold;
}

As you can see, essentially what I am doing is generating a very wide
page by constraining the height.
In this manner I can see two pages on the screen, but to
get to the next two, I have to scroll to the right .


Can someone come with a better solution?
Thanks.

PS: May be it’s just femto and myself using Calibre as the only ebook application, including for reading?
Can't help with the scrolling, but you can dispense with the width and use a percent for the height. 90-95% works well.
If you are a Mac user you might try this: http://amarsagoo.info/tofu/ I don't know if it supports epub but I used it years ago when I was still a Mac user myself.
mdhunn is offline   Reply With Quote
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Two columns display in the viewer? femto Calibre 4 06-02-2020 04:45 PM
[old-topic]ebook-viewer: Open source, crossplatform viewer for EPUB, LIT, MOBI, etc kovidgoyal Calibre 68 05-30-2011 08:46 PM
Extra columns in display grid? kgn Calibre 7 06-13-2010 10:43 PM
Two columns display in the viewer? (facing pages) pollito pito Calibre 6 04-17-2010 08:09 AM
columns in the ebook viewer Nate the great Calibre 3 08-27-2009 11:46 AM


All times are GMT -4. The time now is 03:41 AM.


MobileRead.com is a privately owned, operated and funded community.