69ddbf8f
Eugeny Galkovskiy
first commit
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
|
/* your styles go here */
/* CSS used here will be applied after bootstrap.css */
.modal-header-success {
color: #fff;
padding: 9px 15px;
border-bottom: 1px solid #eee;
background-color: #5cb85c;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.modal-header-warning {
color: #fff;
padding: 9px 15px;
border-bottom: 1px solid #eee;
background-color: #f0ad4e;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.modal-header-danger {
color: #fff;
padding: 9px 15px;
border-bottom: 1px solid #eee;
background-color: #d9534f;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.modal-header-info {
color: #fff;
padding: 9px 15px;
border-bottom: 1px solid #eee;
background-color: #5bc0de;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.modal-header-primary {
color: #fff;
padding: 9px 15px;
border-bottom: 1px solid #eee;
background-color: #428bca;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.modal-header-theme {
color: #fff;
padding: 9px 15px;
border-bottom: 1px solid #eee;
background-color: #38a7bb;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.has-success .form-control {
border-color: #d6e9c6;
}
.has-error .form-control {
border-color: #ebccd1;
}
#back-to-top {
position: fixed;
top: 100px;
left: 0;
z-index: 9999;
width: 40px;
height: 40px;
text-align: center;
line-height: 30px;
background: #38a7bb;
color: #fff;
cursor: pointer;
text-decoration: none;
transition: opacity 0.2s ease-out;
opacity: 0;
padding: 4px 1px 4px 0;
}
#back-to-top:hover {
background: #20616d;
color: #fff;
}
#back-to-top.show {
opacity: 1;
}
#top .social a:hover.vk {
background: #507299;
}
#top .social a:hover.odnoklassniki {
background: #ee8208;
}
#navigation .navbar-nav ul.dropdown-menu li.active a {
background: none;
color: white;
}
#navigation .navbar-nav ul.dropdown-menu li.active {
background: #38a7bb;
}
.full-height{
min-height:100vh;
}
.image-item {
width: 100%;
padding-bottom: 65%;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.main h4 {
color: #467fbf;
text-transform: uppercase;
background-color: #fff;
display: inline-block;
|
e86c399d
Eugeny Galkovskiy
links menu
|
147
|
padding: 7px 30px;
|
69ddbf8f
Eugeny Galkovskiy
first commit
|
148
149
150
151
152
153
154
|
}
.main h3 {
margin: 40px 0;
}
.main h1 {
font-size: 62px;
margin-bottom: 50px;
|
e86c399d
Eugeny Galkovskiy
links menu
|
155
|
color: #ff9701;
|
69ddbf8f
Eugeny Galkovskiy
first commit
|
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
|
}
.boximg-item {
width: 100%;
padding-bottom: 75%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.box-simple .icon{
position:relative;
overflow:hidden;
}
.icon-sessions {
position: absolute;
width: 70%;
height: 70%;
top: 15%;
left: 15%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.list-sessions{
list-style: none;
padding: 0;
text-align: left;
color: #9a9a9a;
}
img.img-responsive.img-circle {
max-width: 200px;
display: inline-block;
}
.main ul {
padding: 0;
|
e86c399d
Eugeny Galkovskiy
links menu
|
190
|
text-align: center;
|
69ddbf8f
Eugeny Galkovskiy
first commit
|
191
|
font-size: 18px;
|
e86c399d
Eugeny Galkovskiy
links menu
|
192
193
|
list-style: none;
margin-bottom: 35px;
|
69ddbf8f
Eugeny Galkovskiy
first commit
|
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
|
}
.main ul div{
font-size: 32px;
font-weight: bold;
}
.main ul li {
margin: 5px 0;
margin-left: 20px;
}
.jumbotron {
background: url(/img/stratis.jpg) center center repeat;
}
.maps-header{
padding:0;
padding-top:15px;
}
.forwho li {
background-image: url(../img/ckeck.png);
background-position: 0px 2px;
background-repeat: no-repeat;
text-indent: 25px;
padding-top: 0;
line-height: 25px;
margin-bottom: 8px;
|
048e0033
Eugeny Galkovskiy
links menu
|
218
219
220
221
|
}
@media(max-width:991px){
.navbar-collapse.collapse ul li br{display:none;}
.navbar-collapse.collapse ul li a{line-height:20px!important;}
|
4396f890
Eugeny Galkovskiy
links menu
|
222
|
}
|
e86c399d
Eugeny Galkovskiy
links menu
|
223
224
|
#sect3,#sect5{color:#fff;}
#sect3 h2, #sect5 h2{
|
4396f890
Eugeny Galkovskiy
links menu
|
225
|
border-bottom: solid 5px #ff9701;
|
e86c399d
Eugeny Galkovskiy
links menu
|
226
227
228
229
|
color: #fff;}
#sect3 .box-simple .icon,#sect5 .box-simple .icon{
color: #ff9701;
border-color: #ff9701;
|
7e4d26d1
Eugeny Galkovskiy
links menu
|
230
|
margin-bottom: 15px;
|
e86c399d
Eugeny Galkovskiy
links menu
|
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
|
}
#sect3 .box-simple h3, #sect5 .box-simple h3{
color: #fff;
}
#sect3 .list-sessions, #sect5 .list-sessions{
list-style: none;
padding: 0;
text-align: left;
color: #ffffff;
}
#sect3 .list-sessions li, #sect5 .list-sessions li {
background-image: url(../img/ckeck2.png);
background-position: 0px 2px;
background-repeat: no-repeat;
text-indent: 25px;
padding-top: 0;
line-height: 25px;
margin-bottom: 8px;
}
.btn-template-transparent-orange {
color: #ff9701;
background-color: transparent;
border-color: #ff9701;
}
.btn-template-transparent-orange:hover, .btn-template-transparent-orange:focus, .btn-template-transparent-orange:active, .btn-template-transparent-orange.active {
background: #ff9701;
color: #fff;
border-color: #ff9701;
}
|