/* =Theme ----------------------------------------------- */ /* Body */ body { overflow-x: hidden; padding: 40px 0 0; width: 100%; background: @ini_text_alt; color: @ini_text; -ms-word-wrap: break-word; word-wrap: break-word; } body:after, body:before { content: ''; display: block; position: fixed; z-index: -1; top: 0; height: 200%; } body:after { left: 0; width: 300px; background: @ini_theme_color; } body:before { left: 300px; width: 100px; background: @ini_text_alt; } /* Page */ #page { z-index: 1; margin: 0; width: (@ini_content_width + 400px); } #page:before { content: ''; display: block; position: fixed; z-index: -1; top: 0; left: 400px; width: @ini_content_width; height: 100%; background: @ini_background; } /* Sidebar */ .sidebar-area { position: relative; float: left; width: 300px; padding: 0 40px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } #sidebar-toggle { display: none; position: absolute; z-index: 3; top: -40px; left: 0; height: 40px; width: 40px; background: @ini_theme_color_alt; color: @ini_background; line-height: 40px; text-align: center; text-decoration: none; } #sidebar-toggle:before, #sidebar-toggle:after { content: ''; display: block; position: absolute; border-top: 40px solid @ini_theme_color_alt; border-right: 40px solid transparent; } #sidebar-toggle:before { top: 40px; } #sidebar-toggle:after { top: 0; left: 40px; } #sidebar-toggle .genericon { margin-top: 5px; height: 40px; width: 40px; font-size: 40px; line-height: 40px; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); } #sidebar-toggle.open .genericon { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } /* Header */ .site-header { display: none; background: @ini_theme_color; color: @ini_background; } .site-logo { display: block; margin: 0 0 20px; text-align: center; } .site-logo img { display: block; } .site-branding { position: relative; padding: 0; margin: 0 0 20px; border-bottom: 15px double @ini_theme_color_alt; text-align: center; } .site-title { padding: 0 0 5px; margin: 0; font-size: 20px; font-weight: bold; text-transform: uppercase; } .site-title a { display: inline-block; color: @ini_background; text-decoration: none; } .site-title a:hover { color: @ini_theme_color_alt; } .site-description { margin: 0 0 20px; color: @ini_background; font-size: 12px; text-transform: uppercase; } /* Primary */ .content-area { float: right; width: @ini_content_width; height: auto; padding: 0 40px; background: @ini_background; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } /* Sidebar */ .widget-area, .widget-area a, .widget-area h1, .widget-area h2, .widget-area h3, .widget-area h4, .widget-area h5, .widget-area h6 { color: @ini_background; } .widget-area a:hover, .widget-area a:focus, .widget-area a:active { color: @ini_background_neu; } .widget-area { width: 220px; } /* Footer */ .site-footer { visibility: hidden; opacity: 0; } .site-info { padding: 0 0 40px; color: @ini_background; font-size: 12px; text-align: center; } .site-info a { color: @ini_background; text-decoration: none; } .site-info a:hover { color: @ini_theme_color_alt; }