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