View Single Post
Old 03-25-2014, 08:10 AM   #1
navjot001
Junior Member
navjot001 began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Mar 2014
Device: PC & Andorid
Exclamation Calibre: eBook Viewer - CSS Bug

Hey guys,

First of all thanks a ton Kovid for such a great software!

I just did a little customization in my CSS settings of ebook viewer.

The Code is:

Code:
body {
background: rgb(230,230,230);
background-size:100% 100%;
line-spacing:1.8;
margin-top:1.4em;
margin-bottom:1.4em;
color:rgb(60,60,60);
line-height:125%;
}

::selection {
background: rgb(190,190,190);
}

p{
text-indet:2em;
padding-top:5px;
}

/*this won't work but its here hoping it may at some point*/
A:link{
text-decoration:none;
color:beige;
}
Now this code works perfect for me



but in the output; the index links become like very light coloured & this won't happen with all of the books!

Also is there any way to turn the page (full 2-column) completely?



Cuz when i go to the next page one column would always repeat.
Like this...



Hope you guys will help me, I'm new in all this.

Thanks
navjot001 is offline   Reply With Quote