View Single Post
Old 07-28-2017, 06:32 AM   #2
Divingduck
Wizard
Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.Divingduck ought to be getting tired of karma fortunes by now.
 
Posts: 1,166
Karma: 1410083
Join Date: Nov 2010
Location: Germany
Device: Sony PRS-650
There are a lot of examples you can find in this thread:
https://www.mobileread.com/forums/sh...ad.php?t=51500

This is an example I use for calibre viewer (is not implemented for the server application):
https://www.mobileread.com/forums/sh...&postcount=202
(Download the attached file and save it where you want (I use the calibre user configuration directory)

My settings in the viewer:
User style sheet (pic 6):
Code:
body { background:url("file:///c:/Users/YOUR_USERNAME/AppData/Roaming/calibre/resources/viewer/book_white.m2.bmp") no-repeat center center fixed !important;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;
 }
Attached Thumbnails
Click image for larger version

Name:	calview0.JPG
Views:	298
Size:	344.9 KB
ID:	158119   Click image for larger version

Name:	calview1.JPG
Views:	245
Size:	66.3 KB
ID:	158120   Click image for larger version

Name:	calview2.JPG
Views:	216
Size:	74.8 KB
ID:	158121   Click image for larger version

Name:	calview3.JPG
Views:	204
Size:	66.5 KB
ID:	158122   Click image for larger version

Name:	calview4.JPG
Views:	220
Size:	86.5 KB
ID:	158123   Click image for larger version

Name:	calview5.JPG
Views:	241
Size:	54.9 KB
ID:	158124  
Divingduck is offline   Reply With Quote