Skip to content
Jiminy Panoz edited this page Mar 13, 2016 · 8 revisions

Welcome!

The goal of the Soma Wiki is to help you understand how Soma’s CSS was designed and how to build on top of it.

ePub styling can become pretty hardcore, really fast. To sum things up, here are a few things you should consider:

  1. CSS support is far from the one you’d expect in web browsers;
  2. some declarations may crash app and devices;
  3. there is an EPUB profile for CSS3;
  4. Reading systems (RS) apply overrides (link’s color, typeface, font size, &c.);
  5. Media Queries are tricky (because of paginating scripts in RS).

Table of contents

General

Headings

CSS Architecture

Editing Soma

Editing the ePub file

Project management