// Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */ // // Component: Base // // ======================================================================== // Variables // ======================================================================== @base-body-background: @global-background; @base-body-font-family: "Roboto", Helvetica, Arial, sans-serif; @base-body-font-weight: @global-font-weight; @base-body-font-size: @global-font-size; @base-body-line-height: @global-line-height; @base-body-color: @global-color; @base-link-color: @global-link-color; @base-link-hover-color: @global-link-hover-color; @base-ins-color: @global-color; @base-mark-color: @global-color; @base-margin-vertical: @global-margin; @base-heading-font-family: "Raleway", Helvetica, Arial, sans-serif; @base-heading-font-weight: @global-heading-font-weight; @base-heading-color: @global-highlight-color; @base-heading-margin-top: @global-margin-large; @base-h1-font-size: 50px; @base-h1-line-height: 56px; @base-h2-font-size: 36px; @base-h2-line-height: 42px; @base-h3-font-size: 24px; @base-h3-line-height: 28px; @base-h4-font-size: 20px; @base-h4-line-height: 26px; @base-h5-font-size: @global-font-size; @base-h5-line-height: 22px; @base-h6-font-size: 14px; @base-h6-line-height: 18px; @base-hr-border: @global-border; @base-blockquote-border: @global-border; @base-blockquote-small-color: @global-muted-color; @base-blockquote-font-size: @global-font-size; // 16px @base-blockquote-line-height: 22px; @base-code-font-size: round((@global-font-size * 0.85)); // 12px / 14px @base-pre-color: @global-color; @base-pre-background: @global-dark-background; @base-pre-font-size: round((@global-font-size * 0.85)); // 12px / 14px @base-pre-line-height: round((@base-pre-font-size * 1.46)); // 18px / 20px // // New // @base-heading-alternate-font-family: @base-heading-font-family; // Body // ======================================================================== .hook-base-body() {} // Code and preformatted text // ======================================================================== .hook-base-code() {} .hook-base-code-reset() {} .hook-base-pre() {} // Miscellaneous // ======================================================================== .hook-base-misc() { // Headline Style h1, .uk-h1, h2, .uk-h2 { font-family: @base-heading-alternate-font-family; font-weight: @global-heading-bold-font-weight; } h5, .uk-h5, h6, .uk-h6 { text-transform: @global-text-transform; letter-spacing: @global-letter-spacing; } // Bold Text strong, dt, th { font-weight: @global-bold-font-weight; } }