View Single Post
Old 02-13-2021, 07:01 PM   #5471
icecold
Enthusiast
icecold began at the beginning.
 
Posts: 45
Karma: 10
Join Date: Mar 2020
Device: Android,
Is there a way to only overwrite the css stylesheet in epubs or would it be possible to add such a feature? I added some css to my .ini that I wish I had earlier, and I really don't want to overwrite/manually over 100 stories.

I think a way something earlier in the thread about linking a CSS stylesheet to an external website

Also I managed to figure out some CSS that will reveal most transparent text(AKA invisitext ) in SB/SV/QQ stories.

Code:
##Following lines of is to make invisitext a shade of purple
add_to_output_css:
 span[style*=transparent] {color: #cc33ff!important;}
 span[style*=Transparent] {color: #cc33ff!important;}
 span[style*=TRANSPARENT] {color: #cc33ff!important;}
Though to be absolutely sure it will reveal invisitext you would want to add every iteration of the word transparent. I just wanted to that out there in case there any future person searches the thread for a solution to invisitext.


Another question, how easy would it be to have a option for Legend Quotes for SB/SV/QQ

Last edited by icecold; 02-13-2021 at 07:07 PM. Reason: Wanted to add another question.
icecold is offline   Reply With Quote