asciidoctor-stylesheet-factory icon indicating copy to clipboard operation
asciidoctor-stylesheet-factory copied to clipboard

Produce an embeddable stylesheet

Open mojavelinux opened this issue 10 years ago • 4 comments

Produce an embeddable stylesheet that can be used where the AsciiDoc is rendered to embeddable HTML. This stylesheet should exclude any of the styling that is needed for the outer framing added by the header_footer option and focus only on styling body content.

mojavelinux avatar Oct 13 '14 06:10 mojavelinux

There's a wip branch here: https://github.com/asciidoctor/asciidoctor-stylesheet-factory/pull/2

This is also a related PR to wrap the styles in a CSS selector. https://github.com/asciidoctor/asciidoctor-stylesheet-factory/pull/10 I think the styles that are wrapped should only be the "body" styles, hence why these two enhancements fit together.

mojavelinux avatar Oct 13 '14 06:10 mojavelinux

Is this issue the equivalent to creating the embedded stylesheet to use with the Asciidoctor.org global website theme?

graphitefriction avatar Jun 26 '15 18:06 graphitefriction

Exactly.

mojavelinux avatar Jul 04 '15 00:07 mojavelinux

We should probably have a flag on the build that includes the whole Foundation stylesheet or just part of it so that you can either use Foundation minimally or a complete integration (like for sites).

mojavelinux avatar Jan 03 '16 00:01 mojavelinux