Skip to main content

Sample stylesheet rules

Sample stylesheets rules

Editing stylesheets overview describes stylesheets in Bloom. Normally, if you need a custom rule, Bloom support staff will give you the rule to paste into the file.

However, if you are interested in working with this yourself, here are some useful examples of rules:

  • Make room for staples on the left of the front cover by moving everything to the right and making it a bit more narrow:

.A5Portrait.frontCover .marginBox { left: 20mm; width: 112mm;}

  • Draw a horizontal line between languages in multi-lingual books:

.bloom-page:not(.cover) .bloom-content1 + .bloom-content2, .bloom-page:not(.cover) .bloom-content2 + .bloom-content3 {

border-top: solid 1px rgb(100,100,100); }

Note

Advanced tasks overview