asciidoctor / asciidoctor-stylesheet-factory

!DEPRECATED! This was the utility project for producing the default stylesheet for the HTML converter in Asciidoctor. The source of the default stylesheet now lives in the main Asciidoctor repository.
Other
175 stars 87 forks source link

Produce an embeddable stylesheet #18

Open mojavelinux opened 9 years ago

mojavelinux commented 9 years ago

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 commented 9 years ago

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.

graphitefriction commented 9 years ago

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

mojavelinux commented 9 years ago

Exactly.

mojavelinux commented 8 years ago

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).