// ========================================================================== // TABLE OF CONTENTS: // ========================================================================== // // # Header // # Title + description // # Navbar // # Wrapper // # Content // # Sidebar and Widgets // # Components // # Fancy skip link // # Pagination // # Comments // # Footer // // ========================================================================== // Header // ========================================================================== #header { // // Navbar // #main-navigation { margin: 20px 0; } // // Title, description and image // .page-header { margin: 20px 0 20px; .site-title {} .site-description { font-size: 16px; font-style: italic; } } } // ========================================================================== // Wrapper // ========================================================================== #wrapper {} // ========================================================================== // Content // ========================================================================== #content {} // // Home // .home { #content { .post { margin-bottom: 40px; &.sticky { padding: 0 20px 20px; border: 1px dashed $brand-info; } } } } // ========================================================================== // Sidebar // ========================================================================== #sidebar {} // ========================================================================== // Components // ========================================================================== // // Fancy skip link // // Make it look a bit less "bare bones" // Also includes focus suppression for the Chrome tabindex="-1" workaround // #skippy { display: block; padding: 1em; background-color: #f5f5f5; outline: 0; } #skippy .skiplink-text { padding: .5em; outline: 1px dotted; } #content:focus { outline: none; } // // Pagination // .pagination-wrap { text-align: center; margin-top: 15px; .infinite-scroll & { display: none; } } // ========================================================================== // Footer // ========================================================================== // // Sticky footer styles // #footer { text-align: center; position: absolute; bottom: 0; width: 100%; height: 50px; background-color: #f5f5f5; padding-top: 15px; } html { position: relative; min-height: 100%; overflow-y: scroll; } body { margin-bottom: 70px; }