Image Shadows
Add shadows to images.
The CSS that enables image shadows is by default disabled in the default Color and Gray PDF Generator templates. To add image shadows, include this import in your PDF Generator template to override the base template.
Overview
Resource location: | @import url("https://jorsek.github.io/pdfgen.github.io/styles1.1/modules/styling/image_shadows.css"); |
DITA Outputclass Attributes
This module enables you to set the following @outputclass
attributes in the DITA source:
- no_shadows
- To disable image shadows, assign the
@outputclass="no_shadows"
attribute to an image element. Use this only if you have enabled the image_shadows.css styling.