Your IP : 216.73.216.240


Current Path : /home/sunflowe/www2/floridevilladereve/templates/saffron/less/uikit/
Upload File :
Current File : /home/sunflowe/www2/floridevilladereve/templates/saffron/less/uikit/base.less

// Copyright (C) arrowthemes, https://www.gnu.org/licenses/gpl.html GNU/GPL */

//
// Component: Base
//
// ========================================================================


// Variables
// ========================================================================

@base-body-background:                          @global-background;
@base-body-font-family:                         'Varela Round';
@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-em-color:                                 @global-secondary-color;
@base-ins-background:                           fade(@global-default-background, 60%);
@base-ins-color:                                @global-contrast-color;
@base-mark-background:                          fade(@global-default-background, 60%);
@base-mark-color:                               @global-contrast-color;
@base-selection-background:                     #B0B0B0;
@base-selection-color:                          #ffffff;

@base-margin-vertical:                          @global-margin;

@base-heading-font-weight:                      400;
@base-heading-font-family:                      'Oxygen';
@base-heading-color:                            @global-heading-color;
@base-heading-margin-top:                       @global-large-margin;
@base-h1-font-size:                             round((@global-font-size * 2.57)); // 36px
@base-h1-line-height:                           round((@base-h1-font-size * 1.16)); // 42px
@base-h2-font-size:                             round((@global-font-size * 1.71)); // 24px
@base-h2-line-height:                           round((@base-h2-font-size * 1.25)); // 30px
@base-h3-font-size:                             round((@global-font-size * 1.28)); // 18px
@base-h3-line-height:                           round((@base-h3-font-size * 1.33)); // 24px
@base-h4-font-size:                             round((@global-font-size * 1.14)); // 16px
@base-h4-line-height:                           round((@base-h4-font-size * 1.37)); // 22px
@base-h5-font-size:                             @global-font-size; // 14px
@base-h5-line-height:                           @global-line-height; // 26px
@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-light-background;
@base-blockquote-font-size:                     round((@global-font-size * 1.33)); // 18px
@base-blockquote-line-height:                   28px;

@base-code-font-family:                         Courier, monospace;
@base-code-color:                               @global-secondary-color;
@base-code-font-size:                           @global-font-size;

@base-pre-background:                           @global-light-background;
@base-pre-color:                                lighten(@global-color, 10%);
@base-pre-font-size:                            @global-font-size;
@base-pre-line-height:                          round((@base-pre-font-size * 1.5)); // 21px

//
// New
//

@base-pre-border:                               @global-border;
@base-blockquote-small-color:                   @global-muted-color;


// Body
// ========================================================================

.hook-base-body() {}


// Code and preformatted text
// ========================================================================

.hook-base-code() {
    i {
        font-style: normal;
    }
}

.hook-base-code-reset() {}

.hook-base-pre() { 
    border: 1px solid @base-pre-border;
    border-radius: @global-border-radius;
    box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.05),
                1px 1px 0 rgba(255, 255, 255, 0.05);

    i {
        font-style: normal;
    }
}


// Miscellaneous
// ========================================================================

.hook-base-misc() {

    blockquote {
    	font-family: @base-heading-font-family;
		font-style: normal;
		border: 0;
		font-size: @base-h3-font-size;
		font-weight: @base-heading-font-weight;
        padding-left: 0;
        position: relative;
        margin-bottom: 0;
        
        p {
            line-height: @base-h2-line-height + 5;
        
            strong {
                font-weight: normal;
                color: @global-primary-color;
            }
        }
        
        small { color: @base-blockquote-small-color; }
        
        .author,
        .jobtitle{
        	font-family: @base-body-font-family;
            font-weight: normal;
            display: block;
        }

        .author {
        	font-size: @base-h4-font-size;
        }

        .jobtitle {
            font-size: @base-h5-font-size;
        }

    }


    /* testimonials */
    .tm-testimonial-avatar {
        border: 1px solid @thumbnail-border;
        padding: 5px;
        background-color: @thumbnail-background;
    }

    .tm-testimonial strong {
        font-weight: normal;
        color: @global-primary-color;
    }

    .quote-icon {
        font-size: @base-h1-font-size * 3;
        position: absolute;
        bottom: @global-grid-gutter;
        color: fade(@global-color, 5%);
    }

    /* hr */ 

    hr {
        border-style: dashed;
        border-bottom: 1px dashed @theme_global-light-shadow;
    }

}