Attribute changed material-kit
[bootswatch] / material-kit / css / demo.css
1 .tim-row{
2     margin-bottom: 20px;
3 }
4
5 .tim-white-buttons {
6     background-color: #777777;
7 }
8 .title{
9     margin-top: 30px;
10     margin-bottom: 25px;
11     min-height: 32px;
12 }
13 .title.text-center{
14     margin-bottom: 50px;
15 }
16 .tim-typo{
17     padding-left: 25%;
18     margin-bottom: 40px;
19     position: relative;
20 }
21 .tim-typo .tim-note{
22     bottom: 10px;
23     color: #c0c1c2;
24     display: block;
25     font-weight: 400;
26     font-size: 13px;
27     line-height: 13px;
28     left: 0;
29     margin-left: 20px;
30     position: absolute;
31     width: 260px;
32 }
33 .tim-row{
34     padding-top: 50px;
35 }
36 .tim-row h3{
37     margin-top: 0;
38 }
39 .switch{
40     margin-right: 20px;
41 }
42 #navbar-full .navbar{
43     border-radius: 0 !important;
44     margin-bottom: 15px;
45     z-index: 2;
46 }
47 .space{
48     height: 130px;
49     display: block;
50 }
51 .space-110{
52     height: 110px;
53     display: block;
54 }
55 .space-50{
56     height: 50px;
57     display: block;
58 }
59 .space-70{
60     height: 70px;
61     display: block;
62 }
63 .navigation-example .img-src{
64     background-attachment: scroll;
65 }
66
67 .navigation-example{
68     background-image: url('../img/bg.jpg');
69     background-position: center center;
70     background-size: cover;
71     margin-top:0;
72     min-height: 740px;
73 }
74 #notifications{
75     background-color: #FFFFFF;
76     display: block;
77     width: 100%;
78     position: relative;
79 }
80 .tim-note{
81     text-transform: capitalize;
82 }
83
84 #buttons .btn{
85     margin: 0 0px 15px;
86 }
87 .space-100{
88     height: 100px;
89     display: block;
90     width: 100%;
91 }
92
93 .be-social{
94     padding-bottom: 20px;
95 /*     border-bottom: 1px solid #aaa; */
96     margin: 0 auto 40px;
97 }
98 .txt-white{
99     color: #FFFFFF;
100 }
101 .txt-gray{
102     color: #ddd !important;
103 }
104
105
106 .parallax{
107   width:100%;
108   height:570px;
109
110   display: block;
111   background-attachment: fixed;
112     background-repeat:no-repeat;
113     background-size:cover;
114     background-position: center center;
115
116 }
117
118 .logo-container .logo{
119     overflow: hidden;
120     border-radius: 50%;
121     border: 1px solid #333333;
122     width: 50px;
123     float: left;
124 }
125
126 .logo-container .brand{
127     font-size: 16px;
128     color: #FFFFFF;
129     line-height: 18px;
130     float: left;
131     margin-left: 10px;
132     margin-top: 7px;
133     width: 70px;
134     height: 40px;
135     text-align: left;
136 }
137 .logo-container .brand-material{
138     font-size: 18px;
139     margin-top: 15px;
140     height: 25px;
141     width: auto;
142 }
143 .logo-container .logo img{
144     width: 100%;
145 }
146 .navbar-small .logo-container .brand{
147     color: #333333;
148 }
149
150 .fixed-section{
151     top: 90px;
152     max-height: 80vh;
153     overflow: scroll;
154 }
155 .fixed-section ul li{
156     list-style: none;
157 }
158 .fixed-section li a{
159     font-size: 14px;
160     padding: 2px;
161     display: block;
162     color: #666666;
163 }
164 .fixed-section li a.active{
165     color: #00bbff;
166 }
167 .fixed-section.float{
168     position: fixed;
169     top: 100px;
170     width: 200px;
171     margin-top: 0;
172 }
173
174
175 .parallax .parallax-image{
176     width: 100%;
177     overflow: hidden;
178     position: absolute;
179 }
180 .parallax .parallax-image img{
181     width: 100%;
182 }
183
184 @media (max-width: 768px){
185     .parallax .parallax-image{
186          width: 100%;
187          height: 640px;
188          overflow: hidden;
189      }
190     .parallax .parallax-image img{
191        height: 100%;
192        width: auto;
193    }
194 }
195
196 .separator{
197     content: "Separator";
198     color: #FFFFFF;
199     display: block;
200     width: 100%;
201     padding: 20px;
202 }
203 .separator-line{
204     background-color: #EEE;
205     height: 1px;
206     width: 100%;
207     display: block;
208 }
209 .separator.separator-gray{
210     background-color: #EEEEEE;
211 }
212 .social-buttons-demo .btn{
213     margin-right: 5px;
214     margin-bottom: 7px;
215 }
216
217 .img-container{
218     width: 100%;
219     overflow: hidden;
220 }
221 .img-container img{
222     width: 100%;
223 }
224
225 .lightbox img{
226     width: 100%;
227 }
228 .lightbox .modal-content{
229     overflow: hidden;
230 }
231 .lightbox .modal-body{
232     padding: 0;
233 }
234 @media screen and (min-width: 991px){
235     .lightbox .modal-dialog{
236         width: 960px;
237     }
238 }
239 @media (max-width: 991px){
240     .fixed-section.affix{
241         position: relative;
242         margin-bottom: 100px;
243     }
244 }
245 @media (max-width: 768px){
246     .btn, .btn-morphing{
247         margin-bottom: 10px;
248     }
249     .parallax .motto{
250         top: 170px;
251         margin-top: 0;
252         font-size: 60px;
253         width: 270px;
254     }
255 }
256
257 /*       Loading dots  */
258
259 /*      transitions */
260 .presentation .front, .presentation .front:after, .presentation .front .btn, .logo-container .logo, .logo-container .brand{
261      -webkit-transition: all .2s;
262     -moz-transition: all .2s;
263     -o-transition: all .2s;
264     transition: all .2s;
265 }
266
267
268 #images h4{
269     margin-bottom: 30px;
270 }
271 #javascriptComponents{
272     padding-bottom: 0;
273 }
274 #javascriptComponents .btn-raised{
275     margin: 10px 5px;
276 }
277
278
279 /*      layer animation          */
280
281 .layers-container{
282     display: block;
283     margin-top: 50px;
284     position: relative;
285 }
286 .layers-container img {
287   position: absolute;
288   width: 100%;
289   height: auto;
290   top: 0;
291   left: 0;
292   text-align: center;
293 }
294
295 .section-black {
296   background-color: #333;
297 }
298
299 .animate {
300   transition: 1.5s ease-in-out;
301   -moz-transition: 1.5s ease-in-out;
302   -webkit-transition: 1.5s ease-in-out;
303 }
304
305 .navbar-default.navbar-small .logo-container .brand{
306     color: #333333;
307 }
308 .navbar-transparent.navbar-small .logo-container .brand{
309     color: #FFFFFF;
310 }
311 .navbar-default.navbar-small .logo-container .brand{
312     color: #333333;
313 }
314
315 .sharing-area{
316     margin-top: 80px;
317 }
318 .sharing-area .btn{
319     margin: 15px 4px 0;
320     color: #FFFFFF;
321 }
322 .sharing-area .btn i{
323     font-size: 18px;
324     position: relative;
325     top: 2px;
326     margin-right: 5px;
327 }
328 .sharing-area .btn-twitter{
329     background-color: #55acee;
330     box-shadow: 0 2px 2px 0 rgba(85, 172, 238, 0.14), 0 3px 1px -2px rgba(85, 172, 238, 0.2), 0 1px 5px 0 rgba(85, 172, 238, 0.12);
331 }
332 .sharing-area .btn-twitter:hover{
333     box-shadow: 0 14px 26px -12px rgba(85, 172, 238, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(85, 172, 238, 0.2);
334 }
335
336 .sharing-area .btn-facebook{
337     background-color: #3b5998;
338     box-shadow: 0 2px 2px 0 rgba(59, 89, 152, 0.14), 0 3px 1px -2px rgba(59, 89, 152, 0.2), 0 1px 5px 0 rgba(59, 89, 152, 0.12);
339 }
340 .sharing-area .btn-facebook:hover{
341     box-shadow: 0 14px 26px -12px rgba(59, 89, 152, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(59, 89, 152, 0.2);
342 }
343
344 .sharing-area .btn-google-plus{
345     background-color: #dd4b39;
346     box-shadow: 0 2px 2px 0 rgba(221, 75, 57, 0.14), 0 3px 1px -2px rgba(221, 75, 57, 0.2), 0 1px 5px 0 rgba(221, 75, 57, 0.12);
347 }
348 .sharing-area .btn-google-plus:hover{
349     background-color: #dd4b39;
350     box-shadow: 0 14px 26px -12px rgba(221, 75, 57, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(221, 75, 57, 0.2);
351 }
352
353 .sharing-area .btn-github{
354     background-color: #333333;
355     box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.14), 0 3px 1px -2px rgba(51, 51, 51, 0.2), 0 1px 5px 0 rgba(51, 51, 51, 0.12);
356 }
357 .sharing-area .btn-github:hover{
358     background-color: #333333;
359     box-shadow: 0 14px 26px -12px rgba(51, 51, 51, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(51, 51, 51, 0.2);
360 }
361
362 .section-thin,
363 .section-notifications{
364     padding: 0;
365 }
366 .section-navbars{
367     padding-top: 0;
368 }
369 #navbar .navbar{
370     border-radius: 0;
371 }
372 .section-tabs{
373     background: #EEEEEE;
374 }
375 .section-pagination{
376     padding-bottom: 0;
377 }
378 .section-download h4{
379     margin-bottom: 25px;
380 }
381 .section-examples a{
382     text-decoration: none;
383 }
384 .section-examples h5{
385     margin-top: 30px;
386 }
387 .components-page .wrapper > .header,
388 .tutorial-page .wrapper > .header{
389     height: 400px;
390     padding-top: 100px;
391     background-size: cover;
392     background-position: center center;
393 }
394 .components-page .title,
395 .tutorial-page .title{
396     color: #FFFFFF;
397 }