diff --git a/antora-ui/.gitignore b/antora-ui/.gitignore index d539cfd0..2ec7cc01 100644 --- a/antora-ui/.gitignore +++ b/antora-ui/.gitignore @@ -1,5 +1,5 @@ /build/ /node_modules/ /public/ -/src/css/boostlook.css +# /src/css/boostlook.css diff --git a/antora-ui/src/css/boostlook.css b/antora-ui/src/css/boostlook.css new file mode 100644 index 00000000..c723e40d --- /dev/null +++ b/antora-ui/src/css/boostlook.css @@ -0,0 +1,4577 @@ +/** + * Boost Look CSS Framework + * Version: 1.0.0 + * Description: A comprehensive CSS framework for styling Boost C++ Library documentation + * Author: Boost C++ Libraries + * License: BSL-1.0 + */ + +/** + * File Structure Overview: + * 1. Root Variables (Light/Dark themes) + * 2. HTML Variables + * 3. Font-Face Declarations + * 4. CSS Reset + * 5. Global Styles for .boostlook + * 6. Styling for Scrollbar Display + * 7. AsciiDoctor-specific Styles + * 8. Antora Templates Styles + * 9. Quickbook Documentation Styles + * 10. Library README Styles + */ + +/** + * Template Structure: + * The framework supports these main documentation templates: + * + * 1. AsciiDoctor Template: + * example: https://www.boost.io/doc/libs/1_87_0/libs/charconv/doc/html/charconv.html + *