@Mr Zoat here are the epubs I made up to now.
I will wait for the transition of the story only thread from SB->SV to end before updating them completely.
epub for Season 1 (Episodes 01-26)
[MediaFire][MediaFire Alt. Formatting][GoogleDrive] by @Twilight666 (corrections added up to 07/12/2015)
epub for Season 2 (Episodes 27-38)
[MediaFire][MediaFire Alt. Formatting][GoogleDrive] by @Twilight666 (chapters up to 10/02/2016, corrections ->26/12/2015)
Note: The Alt versions have background color deep blue and default text color white. Also the transparent text has a darker color as both the background
and the text color, and it is also in black borders.
Also
Since Season 1 has almost completely been moved to the new story thread I will start making the epub for it.
I will start with the main skeleton of the epub and then start copying the content so, taking into consideration your current speed it should take me about 1 - 2 weeks.
But I would like to ask yout opinion about some of the changes I have to make for the epub.
This will be for the new epubs to avoid possibilities of errors since I will be remaking them from the ground up and if I did any changes in Season 2 I would have to redo it anyway so it will have to wait
Specifically some colors in SV and SB are encoded as the words orange or red and some readers have issue recognising them so I change the color to the appropriate hex code. Tell me if you agree with them please and if not what would you prefer for me to use:
For colors:
Alert: energy build up detected.
This is orange and I encode it as #FF9900
"I need nothing. And I will not be lectured by the Wizard's lackey, a man who has never-."
This is red and I encode it as #FF0000
This is yellow and I encode it as #FFFF00
This is green and I encode it as #00FF00
This is blue and I encode it as #0000FF
I've got nothing to worry about.
This is violet and I encode it as #D050D0
This is purple and I encode it as #A020F0
And of course black is #000000 and white is #FFFFFF.
Also for the alternate version I use SB's default's so the text is #E7E9F3 and the background is #0D1C6E
Also the size of the fonts are defined absolutely and not dynamically so if your reader can change your default font size, then words with font-size of 18 pixels could end up with a smaller font than the default text (that has a font size of 16 pixels). So I make the font size a percent of the default instead. After more search I found a more standard conversion for pixels to %. So here we go
The font-size for SV is 12points or 16pixels so for different font size using this
this has font-size 9 pixel so 55%
"It just..! Its teeth..!"
this has font-size 10 pixel so 62.5%
"Nabu, we've had an idea! If you-!"
this has font-size 15 pixels so 95%
this has font-size 18 pixel so 112.5%
this has font-size 22 pixel so 140%
this has font-size 26 pixel so 160%