|
|
#61 |
|
i warned you ...
![]() ![]() ![]() Posts: 52
Karma: 222
Join Date: Apr 2010
Device: none
|
on your user stylesheet CSS (assuming you are on ms-windows) Code:
body {
background-image:url("file:///C:/Program Files/Calibre2/resources/images/old_paper.png");
}
|
|
|
|
|
|
#62 |
|
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Mar 2011
Device: Droid X
|
I'm sorry but I am very new to Calibre. I have almost the same question as Darkspruce. I found a background of an old style paper that would make it a lot easier on my eyes to read on my laptop. But everything I try in the user stylesheet just keeps the background white. I saved the image to my computer as a .gif file. Can anyone please give me step-by-step info on how to do this, it would be greatly appreciated.
|
|
|
|
|
Enthusiast
|
|
|
|
#63 | |
|
~~~~~
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 758
Karma: 1276933
Join Date: Aug 2010
Location: USA
Device: Kindle 3, Sony 350
|
Quote:
Can you copy and paste the full CSS you're using? Probably also good to know the format of the book you're trying to read. |
|
|
|
|
|
|
#64 |
|
i warned you ...
![]() ![]() ![]() Posts: 52
Karma: 222
Join Date: Apr 2010
Device: none
|
.
Could someone please, explain why this thread (it used to be Sticky) is now under Library Management? ![]() As to the question: Copy your image somewhere, let’s say on: C:/Program Files/Calibre2/resources/images/old_paper.jpg Assuming your image is called “old_paper.jpg” Open an ebook; on the reader preferences paste the following : body { background-image:url("file:///C:/Program Files/Calibre2/resources/images/old_paper.png"); } Close the preferences dialog. Enjoy |
|
|
|
|
|
#65 |
|
~~~~~
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 758
Karma: 1276933
Join Date: Aug 2010
Location: USA
Device: Kindle 3, Sony 350
|
Polito,
I agree that it would be a good sticky. I'll ask about it. ![]() I moved it to Library Management, because that's where we decided to put posts about calibre's ebook viewer. We've tinkered with the description a couple of times to make that more clear, but maybe "viewing" still isn't as obvious as it could be. It needs to be, since reading by itself doesn't intuitively fall under management. |
|
|
|
|
|
#66 | |
|
i warned you ...
![]() ![]() ![]() Posts: 52
Karma: 222
Join Date: Apr 2010
Device: none
|
Quote:
|
|
|
|
|
|
|
#67 |
|
~~~~~
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 758
Karma: 1276933
Join Date: Aug 2010
Location: USA
Device: Kindle 3, Sony 350
|
Well, it's important to keep the list of subforums as short as we can, so we're trying to make the most out of each one. If there started to be a huge increase in the number of threads about the viewer, it might be considered, but at this point, I expect there are other subtopics that would be ahead in the line.
__________________
Vesper on Goodreads There are perhaps no days of our childhood we lived so fully
as those we spent with a favorite book. ~Marcel Proust |
|
|
|
|
|
#68 |
|
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Feb 2011
Device: elonex 511eb
|
Please can you help me with this.I've never done programming and I found the css links very confusing.
I've tried to change the page as advised by pollito pito body { background-image:url("file:///C:/Program Files/Calibre2/resources/images/old_paper.png"); } I pasted this: body { background-image:url("file:///C:/Users /white fang / / Downloads\Downloads\old_paper.png"); } changed the file name to old_paper to try to keep it the same as the example but nothing changed in the ebook. Thanks in anticipation. |
|
|
|
|
|
#69 |
|
Junior Member
![]() Posts: 5
Karma: 10
Join Date: Feb 2011
Device: elonex 511eb
|
just figured it .
Polito's message should have jpg at the end not png body { background-image:url("file:///C:/Program Files/Calibre2/resources/images/old_paper.png"); } this is good can have fun now! |
|
|
|
|
|
#70 |
|
Junior Member
![]() Posts: 2
Karma: 10
Join Date: Apr 2011
Location: Washington
Device: calibre
|
Book Font Color
Question:
If a book already defines the CSS font color, is there a way to override the book’s body definitions? |
|
|
|
|
|
#71 |
|
Enthusiast
![]() Posts: 36
Karma: 10
Join Date: Mar 2011
Device: none
|
How do I find this "Click on the User Stylesheet tab"?
I can't see it in the preference option. |
|
|
|
|
|
#72 | |
|
Staff to 4 Cats
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 10,702
Karma: 2485850
Join Date: Aug 2009
Location: The (original) Silicon Valley, USA
Device: Galaxy Tab 2,Black Astak PEz, K4NT(now Wifes)
|
Quote:
The preference option is IN the viewer, not the regular Calibre preference. The tab is the 3rd(last) one at the top
__________________
Using: Ubuntu(32 bit):Oneric,Precise and XPpro SP3, W7HP(64)- - Libre Office w/Writer2EPUB
|
|
|
|
|
|
|
#73 |
|
Enthusiast
![]() Posts: 36
Karma: 10
Join Date: Mar 2011
Device: none
|
|
|
|
|
|
|
#74 | |
|
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Feb 2011
Device: Literati Color
|
Quote:
|
|
|
|
|
|
|
#75 |
|
Junior Member
![]() Posts: 1
Karma: 10
Join Date: May 2011
Device: Calibre
|
I use this one, I find it easy one the eyes.
Code:
body {
color: rgb(189,226,252);
background-color:rgb(80,80,80);
text-align:justify;
line-spacing:1.8;
margin-top:10px;
margin-bottom:4px;
margin-right:20px;
margin-left:20px;
text-indent:2em;
}
h1, h2, h3, h4, h5, h6 {
color:black;
text-align:center;
font-style:italic;
font-weight:bold;}
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Custom CSS for output | deckoff | Calibre | 1 | 08-28-2010 11:55 PM |
| ePub with custom .css on a 505 | dicknskip | Sony Reader Dev Corner | 3 | 06-09-2010 11:34 PM |
| User stylesheets for ePub files | salty-horse | Sony Reader Dev Corner | 12 | 02-23-2010 07:44 AM |
| ePub conversion: override existing css with a custom one | sbin | Calibre | 1 | 01-09-2010 04:03 AM |
| Calibre's generated css for epub | brewt | Calibre | 7 | 12-29-2008 09:59 AM |