Projekt

Obecné

Profil

Stáhnout (6.29 KB) Statistiky
| Větev: | Tag: | Revize:
1
// Ready for custom styling
2
@font-face {font-family: "Avenir Black LINK"; src: url("//db.onlinewebfonts.com/t/275de2221d9f0c4c9257d17f5a1e4006.eot"); src: url("//db.onlinewebfonts.com/t/275de2221d9f0c4c9257d17f5a1e4006.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/275de2221d9f0c4c9257d17f5a1e4006.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/275de2221d9f0c4c9257d17f5a1e4006.woff") format("woff"), url("//db.onlinewebfonts.com/t/275de2221d9f0c4c9257d17f5a1e4006.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/275de2221d9f0c4c9257d17f5a1e4006.svg#Avenir Black") format("svg"); }
3
@font-face {font-family: "Avenir Roman LINK"; src: url("//db.onlinewebfonts.com/t/1a045963159927274c92b0444fb83c17.eot"); src: url("//db.onlinewebfonts.com/t/1a045963159927274c92b0444fb83c17.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/1a045963159927274c92b0444fb83c17.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/1a045963159927274c92b0444fb83c17.woff") format("woff"), url("//db.onlinewebfonts.com/t/1a045963159927274c92b0444fb83c17.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/1a045963159927274c92b0444fb83c17.svg#Avenir") format("svg"); }
4
@font-face {font-family: "Avenir Medium LINK"; src: url("//db.onlinewebfonts.com/t/0983e84d4a1963e075b5ae8ca12e2a4f.eot"); src: url("//db.onlinewebfonts.com/t/0983e84d4a1963e075b5ae8ca12e2a4f.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/0983e84d4a1963e075b5ae8ca12e2a4f.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/0983e84d4a1963e075b5ae8ca12e2a4f.woff") format("woff"), url("//db.onlinewebfonts.com/t/0983e84d4a1963e075b5ae8ca12e2a4f.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/0983e84d4a1963e075b5ae8ca12e2a4f.svg#Avenir Medium") format("svg"); }
5

    
6
body
7
{
8
    background-color: $cusBlack;
9
}
10

    
11
.head-title.text-center h1
12
{
13
    color: $cusWhite;
14
    font-family: "Avenir Black LINK";
15
    font-size: 45pt;
16
    font-weight: bold;
17
    letter-spacing: 3px;
18
}
19

    
20
h5
21
{
22
    color: $cusBrown2;
23
    font-family: "Avenir Medium LINK";
24
    line-height: 20pt;
25
    font-size: 21pt;
26
}
27

    
28
h6
29
{
30
    color: $cusBrown2;
31
    font-size: 14pt;
32
    font-weight: lighter;
33
    font-family: "Avenir Roman LINK";
34
}
35

    
36
img
37
{
38
    border: transparent;
39
    border-radius: 1px;
40
}
41

    
42
.card
43
{
44
    margin: 10px;
45
    border: none !important;
46
}
47

    
48
.left_panel_info
49
{
50
    margin-top: 20pt;
51
    margin-left: -10pt;
52
    max-width: 250px;
53
}
54

    
55
.right_panel_info
56
{
57
    margin-top: 15pt;
58
}
59

    
60
.card-cus-bottom
61
{
62
    background-color: $cusBlack;
63
}
64

    
65
.bouton-image:before
66
{
67
    content: "";
68
    width: 100px;
69
    height: 100px;
70
    display: inline-block;
71
    margin-right: 5px;
72
    vertical-align: text-top;
73
    background-color: transparent;
74
    background-position : center center;
75
    background-repeat:no-repeat;
76
}
77

    
78
.bouton-image
79
{
80
    background-color: transparent;
81
    border-color: transparent;
82
}
83

    
84
.inter_info:before
85
{
86
    background-image : url(../images/interface/Button_Info_60.png);
87
    content: "";
88
    width: 60px;
89
    height: 60px;
90
}
91

    
92
.inter_info:focus, .inter_info:active, .inter_info:hover{
93
    background-color: transparent !important;
94
    border-color: transparent !important;
95
    outline: none !important;
96
    box-shadow: none !important;
97
}
98

    
99
.inter_like:before, .inter_like_filled:before
100
{
101
    background-image : url(../images/interface/Hearth_Empty_60.png);
102
    width: 60px;
103
    height: 60px;
104
}
105

    
106
.inter_like_filled:before
107
{
108
    background-image : url(../images/interface/Hearth_Filled_60.png);
109
    width: 60px;
110
    height: 60px;
111
}
112

    
113
.inter_like
114
{
115
    display: none;
116
}
117

    
118

    
119
.inter_like:focus, .inter_like:active, .inter_like:hover{
120
    background-color: transparent !important;
121
    border-color: transparent !important;
122
    outline: none !important;
123
    box-shadow: none !important;
124
}
125

    
126
.monBouton:before
127
{
128
    background-image : url(../images/Button_Arrow_Small.png);
129
}
130

    
131
.monBouton:hover
132
{
133
    background-color: transparent;
134
    border-color: $cusBrown3;
135
}
136

    
137
.monBouton:focus
138
{
139
    background-color: transparent;
140
    border-color: $cusBrown3;
141
    outline: none !important;
142
    box-shadow: none !important;
143
}
144

    
145
.monBouton:active
146
{
147
    background-color: transparent !important;
148
    border-color: transparent !important;
149
    outline: none !important;
150
    box-shadow: none !important;
151
}
152

    
153
.content {
154
    position: relative;
155
}
156

    
157
//Circle style button
158
.btn-circle.rounded-circle.btn-sm
159
{
160
    position: absolute;
161
    width: 120px;
162
    height: 120px;
163
    padding: 6px 0px;
164
    border-radius: 15px;
165
    font-size: 16px;
166
    text-align: center;
167
    background-color: $cusBlack;
168
    border-color: $cusBrown3;
169
    border-width: 5px;
170
    color:$cusBrown3;
171
    outline: none !important;
172
    box-shadow: none !important;
173
}
174

    
175
.btn-circle.rounded-circle.btn-sm:active
176
{
177
    background-color: $cusBrown2;
178
    border-color: $cusBrown3;
179
    outline: none !important;
180
    box-shadow: none !important;
181
    color:$cusBlack;
182
}
183

    
184
.btn-circle.rounded-circle.btn-dm
185
{
186
    position: absolute;
187
    width: 240px;
188
    height: 240px;
189
    padding: 6px 0px;
190
    border-radius: 15px;
191
    font-size: 16px;
192
    text-align: center;
193
    background-color: $cusBlack;
194
    border-color: $cusBrown3;
195
    color:$cusBrown3;
196
    border-width: 5px;
197
    outline: none !important;
198
    box-shadow: none !important;
199
}
200
.btn-circle.rounded-circle.btn-dm:active
201
{
202
    background-color: $cusBrown2;
203
    border-color: $cusBrown3;
204
    outline: none !important;
205
    box-shadow: none !important;
206
    color:$cusBlack;
207
}
208

    
209
.btn-circle.rounded-circle.btn-xl
210
{
211
    position: absolute;
212
    width: 360px;
213
    height: 360px;
214
    padding: 6px 0px;
215
    border-radius: 15px;
216
    font-size: 16px;
217
    text-align: center;
218
    background-color: $cusBlack;
219
    border-color: $cusBrown3;
220
    color:$cusBrown3;
221
    border-width: 5px;
222
    outline: none !important;
223
    box-shadow: none !important;
224
}
225
.btn-circle.rounded-circle.btn-xl:active
226
{
227
    background-color: $cusBrown2;
228
    border-color: $cusBrown3;
229
    outline: none !important;
230
    box-shadow: none !important;
231
    color:$cusBlack;
232
}
233

    
234
@media only screen and (max-width: 540px)
235
{
236
    .head-title.text-center h1
237
    {
238
        font-size: 45pt;
239
    }
240

    
241
    .btn-circle.rounded-circle.btn-sm
242
    {
243
        width: 90px;
244
        height: 90px;
245
    }
246

    
247
    .btn-circle.rounded-circle.btn-dm
248
    {
249
        width: 130px;
250
        height: 130px;
251
    }
252

    
253
    .btn-circle.rounded-circle.btn-xl
254
    {
255
        width: 180px;
256
        height: 180px;
257
    }
258
}
(1-1/3)