--- header: header.md nav: nav.md aside: aside.md footer: footer.md stylesheets: - ../../css/root.css - ../../css/reset.css - ../../css/sizes.css - ../../css/layout.css - ../../css/type.css - ../../css/skinny.css - ../../css/mediacolors.css - skyscraper.css --- # Skyscraper theme Skyscraper takes the Base theme and centers it on the screen, showing how to create a theme with a visible background. It does that simply by adding the `skinny.css` stylesheet. Skyscraper supports the entire set of theme framework features: * Header (optional) * Nav (optional) * Aside (optional) * Support for asides on either left or right * Footer (optional) * Mobile suppoort (below certain screen dimensions fonts get bigger and page layout elements such as aside, nav and footer disappear, depending on how limited screen real estate gets) * Full support even low-end browsers; Javascript is optional It's easy to customize with minimal additions to CSS.