Colibrio Reader Framework API - Cloud license
    Preparing search index...
    interface IEpubReaderPublicationCustomCssOptions {
        enableNormalizeCss?: boolean;
        injectionPointEnd?: string[];
        injectionPointEndUnprocessed?: string[];
        injectionPointStart?: string[];
        injectionPointStartUnprocessed?: string[];
    }

    Properties

    enableNormalizeCss?: boolean

    Controls if the CSS reset/normalizer "normalize.css" should be injected into all reflowable EPUB content documents.

    If set to true, "normalize.css" is injected. If set to false, "normalize.css" is not injected.

    true
    
    injectionPointEnd?: string[]

    Extra CSS to inject after any CSS specified in the content documents.

    []
    
    injectionPointEndUnprocessed?: string[]

    Extra CSS to inject after any CSS specified in the content documents. These styles are NOT affected by publicationStyleOptions transformations.

    []
    
    injectionPointStart?: string[]

    Extra CSS to inject before any CSS specified in the content documents.

    []
    
    injectionPointStartUnprocessed?: string[]

    Extra CSS to inject before any CSS specified in the content documents. These styles are NOT affected by publicationStyleOptions transformations.

    []