• Staff Applications are OPEN! [ Staff / Moderator ] More Info HERE Help us make a better forum for everyone!

[Various] Wivers' Epub Conversions

My classmate Emma Lindberg New
  • ebook (.epub file) of "My classmate Emma Lindberg" by SimVenusArts​

    Synopsis​

    Gabby discovers Bdsm through her new relationship with her classmate Emma Lindberg

    All the characters are women, so if you are looking for sexy dudes, you are in the wrong place ;)
    It's very heavy on illustrations, but as an epub with more text than pictures, I think it belong here in "Erotic Literature".

    Books contents​

    Simvenusart grouped the story by 'days' on his patreon. I've split the ebook into 3 covering the first 7 days, up to chapter 33 (I don't have chapter 48 for day 08).
    1. Book 01
      1. Day 01 --> Chapters: 01 - 03
      2. Day 02 --> Chapters: 04 - 06
      3. Day 03 --> Chapters: 07 - 10
    2. Book 02
      1. Day 04 --> Chapters: 11- 14
      2. Day 05 --> Chapters: 15 - 20
    3. Book 03
      1. Day 06 --> Chapters: 21 - 26
      2. Day 07 --> Chapters: 27 - 33
    4. Book 04
      1. Day 08 --> Chapters: 34 - 48

    Editing Notes​

    The images are webp conversions of the "original ones, which I extracted losslessly from the original pdfs. So they are probably the best quality images you could find as such of this story. Most of the ones that can be found are badly compressed, with artefacts and such.

    The colored names were a pain in the ass, but they do look nice.

    The pdfs I used can be found here: https://forum.allporncomix.com/threads/various-artists-hot-arts-and-sciences.1743/page-5#post-20657

    1. I extracted the images and the text using "PDF24" (You can looks to my signature for more info, if you are interested).

    2. I converted the images into .webp (90% quality) to reduce the file size (using "XnViewMP").
    To Note: some epub readers might not display .webp images and some css rules properly, even if they're now officially supported in the new standard. If so I'd be interested to know which eReaders display them and which don't.

    3. I combined images and text again in a markdown (.md) text file. And I made a few corrections to the text when it seemed appropriate. Since I was not forced to keep image and text separate for each "pages", I tried to fit the images where it made the most sense in-between each paragraphs.
    Personally, I'm fine reading stories in markdown format, with specialized software it looks fine enough (I use "Zettlr" "Obsidian" on my PC, and "Markor" on my phone).

    4. I converted the markdown file (and the images) into an epub file using "Pandoc" (which I discovered thanks to user "Venner" in the old 8Muse forum (the "Mastery" thread, from author Erenisch...)

    5. I corrected the presentation of the ebook using the "Edit book" feature of the "Calibre" & "Sgil" programs (I edited the .css file. I prefer Sigil for editing, but Calibre does everything, so I started with that.)
    CSS:
    /* Emma Lindberg special */
    
    p {text-indent: 1em;}
    h2 + p {text-indent: 0;}
    h2 + p::first-line, h2 + ul > li:first-child::first-line,
    hr + p::first-line, hr + ul > li:first-child::first-line
      {font-variant: small-caps; letter-spacing: 0.04em;}
    h2 + p::first-letter
      {float: left; font-size: 3em; line-height: 70%; padding-right: 0.1em;}
    
    ul {
    list-style: none; padding-left: 2em;
    margin-top: 0em;
    margin-bottom:0.4em;
    /* margin: 0 auto 0.4em; */
    }
    li {text-align: justify; text-indent: -1em;}
    li:not(:last-of-type) {margin-bottom: 0.2em;}
    li > p:first-of-type {text-indent: -1em;}
    
    /* Book 01
        Day 01 --> Chapters: 01 - 03
        Day 02 --> Chapters: 04 - 06
        Day 03 --> Chapters: 07 - 10
    */
    .Emma {color: #B22222; font-variant: small-caps; font-weight: bold;}  /* html: <li><span class="Emma">Emma:</span> FireBrick */
    .Gabby {color: #800080; font-variant: small-caps; font-weight: bold;}  /* html: <span class="Gabby">Gabby:</span> #800080 Purple */
    .Patricia {color: #008000; font-variant: small-caps; font-weight: bold;}  /* Green */
    .Elena {color: #4169E1; font-variant: small-caps; font-weight: bold;}  /* RoyalBlue */
    .Angela {color: #FF8C00; font-variant: small-caps; font-weight: bold;}  /* DarkOrange */
    .Ashleigh {color: #CD853F; font-variant: small-caps; font-weight: bold;}  /* Peru */
    
    /* Book 02
        Day 04 --> Chapters: 11- 14
        Day 05 --> Ch.15-20
    */
    .Jessica {color: #00BFFF; font-variant: small-caps; font-weight: bold;}  /* DeepSkyBlue */
    .Julia {color: #A0522D; font-variant: small-caps; font-weight: bold;}  /* Sienna */
    .Natalie, .Duchess, .Bodyguard1 {color: #9ACD32; font-variant: small-caps; font-weight: bold;}  /* YellowGreen */
    .Emily, .Jade {color: #a6a6a6; font-variant: small-caps; font-weight: bold;}  /* Silver */
    .Cami {color: #D2B48C; font-variant: small-caps; font-weight: bold;}  /* Tan */
    .Evelyn {color: #4B0082; font-variant: small-caps; font-weight: bold;}  /* Indigo */
    .Chloe {color: #006400; font-variant: small-caps; font-weight: bold;}  /* DarkGreen */
    
    /* Book 03
    Day 06 --> Chapters: 21 - 26
    Day 07 --> Chapters: 27 - 33
    */
    .Stella {color: #808000; font-variant: small-caps; font-weight: bold;}  /* Olive */
    .Lexy {color: #191970; font-variant: small-caps; font-weight: bold;}  /* MidnightBlue */
    
    /* Book 04
    Day 08 --> Chapters: 34 - 48
    */
    .Charlotte {color: #483D8B; font-variant: small-caps; font-weight: bold;}  /* DarkSlateBlue */
    .Christine, .Man2, .Bodyguard2 {color: #FFA500; font-variant: small-caps; font-weight: bold;}  /* Orange */
    .Cory {color: #ADD8E6; font-variant: small-caps; font-weight: bold;}  /* LightBlue  */
    .Amanda {color: #3CB371; font-variant: small-caps; font-weight: bold;}  /* MediumSeaGreen */
    .Catherine {color: #663399; font-variant: small-caps; font-weight: bold;}  /* RebeccaPurple */
    .Lilly {color: #DAA520; font-variant: small-caps; font-weight: bold;}  /* GoldenRod */
    .Kimberly {color: #2E8B57; font-variant: small-caps; font-weight: bold;}  /* SeaGreen */
    .Anna {color: #E9967A; font-variant: small-caps; font-weight: bold;}  /* DarkSalmon */
    .Olivia {color: #9370DB; font-variant: small-caps; font-weight: bold;}  /* MediumPurple */
    
    .Bouncer {color: #008B8B; font-variant: small-caps; font-weight: bold;}  /* DarkCyan */
    .Man1 {color: #20B2AA; font-variant: small-caps; font-weight: bold;}  /* LightSeaGreen */
    .Woman2 {color: #48D1CC; font-variant: small-caps; font-weight: bold;}  /* MediumTurquoise */
    .Candice {color: #FFC0CB; font-variant: small-caps; font-weight: bold;}  /* Pink */
    .Benson {color: #151B54; font-variant: small-caps; font-weight: bold;}  /* Night Blue */
    .Curtis {color: #C58917; font-variant: small-caps; font-weight: bold;}  /* Cinnamon */
    .Random {color: #808080; font-variant: small-caps; font-weight: bold;}  /* Grey: Cheerleaders, Young girl, Guests */
    
    /* Book 05 */
    .Margaret {color: #90EE90; font-variant: small-caps; font-weight: bold;}  /* LightGreen */
    .Riley {color: #00FFFF; font-variant: small-caps; font-weight: bold;}  /* Cyan */
    .Madison {color: #FFD700; font-variant: small-caps; font-weight: bold;}  /* Kaki */
    
    @media (prefers-color-scheme: dark) {
    .Evelyn {color: #7700cf;}
    }
    @media screen and (min-width: 650px) {
      img, figure > img {max-height: 75vh;}
    }
    /* Emma Lindberg special END */

    Regex for color classes​

    Find: <li>([A-Z][a-zA-Z]*):
    Replace: <li><span class="\1">\1:</span>

    If I convert further chapters (assuming I get my hands on them), I think I will simply edit this post with a more complete .epub.
     

    Attachments

    Last edited:
    Back
    Top Bottom