Feb 20, 2014, 10:54 am
(This post was last modified: Feb 21, 2014, 13:02 pm by SectorVector. Edited 2 times in total.)
Like many I find the default white background hurts the eyes.
I use the following. Post yours if you have one.
Instructions:
1) Save attached image in a suitable folder.
I use the following folder in the calibre installation
Calibre2/resources/images/wallpaper_bg.jpg
2) Goto Preferences -> User Stylesheet
copy-paste the following.
3) Ensure the "file:" line above points to the location where you have saved the attached file.
4) Change font size (in calibre click Preferences -> General) to your liking. I have set 'Default font size' to 20 px.
I think that's it. Hope it works.
Samples:
https://i.imgur.com/E91hIJ5.jpg (full screen)
https://i.imgur.com/16Fsh0z.jpg (book size)
Source: mobileread.com
I use the following. Post yours if you have one.
Instructions:
1) Save attached image in a suitable folder.
I use the following folder in the calibre installation
Calibre2/resources/images/wallpaper_bg.jpg
2) Goto Preferences -> User Stylesheet
copy-paste the following.
Code:
body {
background-image:url("file:///D:/Programs/Calibre2/resources/images/wallpaper_bg.jpg") !important;
}
p {
margin:1.5em !important;
font-family:"Verdana" !important;
}
3) Ensure the "file:" line above points to the location where you have saved the attached file.
4) Change font size (in calibre click Preferences -> General) to your liking. I have set 'Default font size' to 20 px.
I think that's it. Hope it works.
Samples:
https://i.imgur.com/E91hIJ5.jpg (full screen)
https://i.imgur.com/16Fsh0z.jpg (book size)
Source: mobileread.com