// Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */ @import 'https://fonts.googleapis.com/css?family=Montserrat'; @import 'https://fonts.googleapis.com/css?family=Roboto:300,400,700'; @import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700'; // Global variables // ======================================================================== @theme_global-style: 'ruby'; @global-color: #777; @global-muted-color: #777; @global-link-color: #968B8B; @global-link-hover-color: @global-dark-color; @global-primary-color: #ed4036; @global-font-family: 'Roboto'; @global-letter-spacing: 2px; @global-heading-font-family: 'Montserrat'; @global-heading-font-weight: 400; @global-heading-text-transform: uppercase; @global-small-font-family: 'Roboto Condensed'; @global-small-font-size: 14px; @global-border-radius: 0; @global-primary-background: #EF3D2B; @global-height-large: 42px; // Variables // ======================================================================== // // Base // @base-blockquote-font-style: normal; // // Article // @article-lead-color: #444; @article-lead-font-weight: 300; // // Button // @button-disabled-background: #f4f4f4; @button-disabled-color: @global-color; @button-disabled-border: #f4f4f4; @button-hover-color: #fff; @button-hover-background: saturate(darken(@button-background, 15%), 20%); @button-primary-background: @global-dark-background; @button-primary-color: #fff; @button-primary-border: @global-dark-background; @button-primary-hover-background: lighten(@button-primary-background, 10%); @button-primary-hover-color: #fff; @button-primary-active-background: lighten(@button-primary-background, 10%); @button-primary-active-color: #fff; @button-success-hover-background: darken(@button-success-background, 10%); @button-danger-hover-background: darken(@button-danger-background, 10%); @button-link-color: #777; @button-link-hover-color: @global-dark-color; @button-link-border: #E7E7E7; // // Nav // @nav-header-font-size: 16px; @nav-navbar-color: #A1A1A1; @nav-dropdown-header-color: #fff; // // Navbar // @navbar-nav-font-family: 'Roboto'; @navbar-nav-color: #515151; @navbar-nav-active-color: #515151; // // Dropdown // @dropdown-font-size: 13px; @dropdown-navbar-panel-link-color: #fff; // // Panel // @panel-box-secondary-color: @global-dark-color; // // Panel // @search-color: #515151; @search-icon-color: #515151; // // Pagination // @pagination-active-color: @global-dark-color; // Theme // ======================================================================== @theme-light-background: #22201f; @theme-light-background-startcolor: #22201f; @theme-light-background-endcolor: #22201f; @theme-dark-background: #22201f; @theme-dark-background-top: #22201f; @theme-dark-background-bottom: #22201f; @theme-footer-background: #000; @theme-italic-font-style: normal;