forked from heroku/node-js-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcarousel.css
317 lines (266 loc) · 4.93 KB
/
carousel.css
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
147
148
149
150
151
152
153
154
155
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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
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
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
color: #5a5a5a;
background: url(img/squares.gif);
}
body {
font-family: "Roboto", Helvetica, Arial, sans-serif;
font-size: 14px;
}
html, body
{
min-height:100%;
height:100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: "Roboto", Helvetica, Arial, sans-serif;
font-weight: 700;
line-height: 1.1;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
position: relative;
z-index: 10;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
z-index: 10;
}
.carousel-caption .raw {
margin: 0;
}
.carousel {
min-height: 100%;
}
.carousel .item {
height: 100%;
overflow: hidden;
padding-bottom: 130px;
}
/*
.carousel img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 500px;
}
*/
.carousel-indicators, .carousel-indicators .active {
height: 25px;
position: relative;
top: 0px;
left: 0;
z-index: 15;
width: 100%;
padding: 0;
margin: 0;
}
.carousel-indicators li, .carousel-indicators li.active {
width: 33.333%;
height: 32px;
margin: 0px;
text-indent: 0px;
cursor: pointer;
border: none;
border-radius: 0px;
text-align: left;
vertical-align: bottom;
}
#col1{
background: #62da9a;
}
#col1 .active{
background: #62da9a;
}
#col2{
background: #ff6b40;
}
#col2 .active{
background: #ff6b40;
}
#col3{
background: #aaf53d;
}
#col3 .active{
background: #aaf53d;
}
.carousel-caption {
/*position: absolute;*/
color: #6b6b6b;
position: relative;
right: 10%;
bottom: 20px;
left: 10%;
width: 80%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
text-shadow: none;
}
.carousel-caption {
text-align: left;
}
.carousel-caption h3 {
padding-left: 5%;
}
.carousel-caption .btn {
text-shadow: none;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Pad the edges of the mobile views a bit */
.marketing {
padding-left: 15px;
padding-right: 15px;
}
/* Main manu styles */
.main-menu .col-lg-4, .main-menu .col-lg-4.active {
padding: 15px 0 0 0;
text-indent: 8px;
}
.container .main-menu
{
padding: 0px;
}
.main-menu-caption {
position: relative;
padding-left: 10%;
padding-right: 10%;
color: white;
font-weight: 400;
font-size: 21px;
line-height: 21px;
vertical-align: bottom;
}
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
text-align: center;
margin-bottom: 20px;
}
.marketing .col-lg-4 p {
margin-left: 10px;
margin-right: 10px;
}
.ma-footer
{
height: 130px;
margin: -130px 0px 0px 0px;
padding-top: 15px;
max-width: 100%;
background: #6b6b6b;
}
.ma-bs .row{
padding: 10px 0 10px 0;
}
.ma-but-text{
float: left;
}
.ma-social{
}
.ma-bs-button{
padding-top: 0px;
}
.ma-bs-tier{
font-size: 18px;
font-weight: 700;
}
.ma-bs-descr{
}
.ma-bs h3 {
padding-left: 0;
}
/* AddThis customiztions */
.addthis_toolbox{
padding: 0 auto 0 auto;
}
/* Featurettes
------------------------- */
.featurette-divider {
margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}
/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
margin-right: 40px;
}
.featurette-image.pull-right {
margin-left: 40px;
}
/* Thin out the marketing headings */
.featurette-heading {
font-size: 20pt;
}
/*PROJECT PAGE*/
.main-logo
{
padding: 25pt 10pt 25pt 20pt;
width: 200pt;
}
.ma-logo-header
{
padding: 40pt 0pt 0pt 20pt;
margin-bottom: 0px;
text-align: left;
}
.ma-logo-add
{
font-size: 10pt;
text-align: right;
padding-right: 10px;
}
.ma-ex-image{
width: 100%;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
/* Remve the edge padding needed for mobile */
.marketing {
padding-left: 0;
padding-right: 0;
}
/* Navbar positioning foo */
.navbar-wrapper {
margin-top: 20px;
}
/* The navbar becomes detached from the top, so we round the corners */
.navbar-wrapper .navbar {
border-radius: 4px;
}
/* Bump up size of carousel content */
/* .carousel-caption p {
margin-bottom: 20px;
font-size: 21px;
line-height: 1.4;
}*/
}
@media (min-width: 0px) {
.main-menu .col-lg-4
{
float: left;
}