diff --git a/boostlook_old.css b/boostlook_old.css new file mode 100644 index 0000000..421437b --- /dev/null +++ b/boostlook_old.css @@ -0,0 +1,1981 @@ +/** + * 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 + *