| Current Path : /home/jlgagfroyt/www/AAOLD/templates/yoo_unity/less/uikit/ |
| Current File : /home/jlgagfroyt/www/AAOLD/templates/yoo_unity/less/uikit/base.less |
// Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */
//
// Component: Base
//
// ========================================================================
// Variables
// ========================================================================
@base-body-background: @global-body-background;
@base-body-font-family: 'Roboto';
@base-body-font-weight: 300;
@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-link-hover-text-decoration: none;
@base-ins-color: @global-color;
@base-mark-color: @global-color;
@base-margin-vertical: @global-margin;
@base-heading-font-family: 'Roboto';
@base-heading-font-weight: 300;
@base-heading-color: @global-color;
@base-heading-margin-top: @global-margin-large;
@base-h1-font-size: 48px;
@base-h1-line-height: round((@base-h1-font-size * 1.16)); // 56px
@base-h2-font-size: 30px;
@base-h2-line-height: round((@base-h2-font-size * 1.26)); // 38px
@base-h3-font-size: 26px;
@base-h3-line-height: round((@base-h3-font-size * 1.23)); // 32px
@base-h4-font-size: 20px;
@base-h4-line-height: round((@base-h4-font-size * 1.3)); // 26px
@base-h5-font-size: @global-font-size; // 14px
@base-h5-line-height: @global-line-height; // 20px
@base-h6-font-size: round((@global-font-size * 0.85)); // 12px
@base-h6-line-height: round((@base-h6-font-size * 1.5)); // 18px
@base-hr-border: @global-border;
@base-blockquote-border: @global-border;
@base-blockquote-small-color: @global-muted-color;
@base-blockquote-font-size: round((@global-font-size * 1.14)); // 16px
@base-blockquote-line-height: round((@base-blockquote-font-size * 1.37)); // 22px
@base-code-font-size: round((@global-font-size * 0.85)); // 12px
@base-pre-color: @global-color;
@base-pre-font-size: round((@global-font-size * 0.85)); // 12px
@base-pre-line-height: round((@base-pre-font-size * 1.5)); // 18px
// Body
// ========================================================================
.hook-base-body() {}
// Code and preformatted text
// ========================================================================
.hook-base-code() {}
.hook-base-code-reset() {}
.hook-base-pre() {}
// Miscellaneous
// ========================================================================
.hook-base-misc() {}