Project

General

Profile

1
// Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
2

    
3
@import 'https://fonts.googleapis.com/css?family=Montserrat';
4
@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,700';
5
@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700';
6

    
7

    
8
// Global variables
9
// ========================================================================
10

    
11
@theme_global-style: 'ruby';
12

    
13
@global-color: #777;
14
@global-muted-color: #777;
15

    
16
@global-link-color: #968B8B;
17
@global-link-hover-color: @global-dark-color;
18

    
19
@global-primary-color: #ed4036;
20

    
21
@global-font-family: 'Roboto';
22
@global-letter-spacing: 2px;
23

    
24
@global-heading-font-family: 'Montserrat';
25
@global-heading-font-weight: 400;
26
@global-heading-text-transform: uppercase;
27

    
28
@global-small-font-family: 'Roboto Condensed';
29
@global-small-font-size: 14px;
30

    
31
@global-border-radius: 0;
32
@global-primary-background: #EF3D2B;
33

    
34
@global-height-large: 42px;
35

    
36

    
37
// Variables
38
// ========================================================================
39

    
40
//
41
// Base
42
//
43

    
44
@base-blockquote-font-style: normal;
45

    
46
//
47
// Article
48
//
49

    
50
@article-lead-color: #444;
51
@article-lead-font-weight: 300;
52

    
53
//
54
// Button
55
//
56

    
57
@button-disabled-background: #f4f4f4;
58
@button-disabled-color: @global-color;
59
@button-disabled-border: #f4f4f4;
60

    
61
@button-hover-color: #fff;
62
@button-hover-background: saturate(darken(@button-background, 15%), 20%);
63

    
64
@button-primary-background: @global-dark-background;
65
@button-primary-color: #fff;
66
@button-primary-border: @global-dark-background;
67
@button-primary-hover-background: lighten(@button-primary-background, 10%);
68
@button-primary-hover-color: #fff;
69
@button-primary-active-background: lighten(@button-primary-background, 10%);
70
@button-primary-active-color: #fff;
71

    
72
@button-success-hover-background: darken(@button-success-background, 10%);
73
@button-danger-hover-background: darken(@button-danger-background, 10%);
74

    
75
@button-link-color: #777;
76
@button-link-hover-color: @global-dark-color;
77
@button-link-border: #E7E7E7;
78

    
79
//
80
// Nav
81
//
82

    
83
@nav-header-font-size: 16px;
84
@nav-navbar-color: #A1A1A1;
85
@nav-dropdown-header-color: #fff;
86

    
87
//
88
// Navbar
89
//
90

    
91
@navbar-nav-font-family: 'Roboto';
92
@navbar-nav-color: #515151;
93
@navbar-nav-active-color: #515151;
94

    
95
//
96
// Dropdown
97
//
98

    
99
@dropdown-font-size: 13px;
100
@dropdown-navbar-panel-link-color: #fff;
101

    
102
//
103
// Panel
104
//
105

    
106
@panel-box-secondary-color: @global-dark-color;
107

    
108

    
109
//
110
// Panel
111
//
112

    
113
@search-color: #515151;
114
@search-icon-color: #515151;
115

    
116
//
117
// Pagination
118
//
119

    
120
@pagination-active-color: @global-dark-color;
121

    
122
// Theme
123
// ========================================================================
124

    
125
@theme-light-background: #22201f;
126
@theme-light-background-startcolor: #22201f;
127
@theme-light-background-endcolor: #22201f;
128

    
129
@theme-dark-background: #22201f;
130
@theme-dark-background-top: #22201f;
131
@theme-dark-background-bottom: #22201f;
132

    
133
@theme-footer-background: #000;
134

    
135
@theme-italic-font-style: normal;
    (1-1/1)