aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage-google/picasa-carousel.reel/picasa-carousel.css
blob: 2494614b236e3aa218f99225becf2b6f8897ec4a (plain)
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
/* <copyright>
 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
 (c) Copyright 2011 Motorola Mobility, Inc.  All Rights Reserved.
 </copyright> */
.montage-google-picasa-carousel {
    width: 100%;
    height: 100%;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -ms-box;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-pack: center;
	box-align: center;
}

.montage-google-picasa-carousel .flow {
    width: 100%;
    height: 100%;
/*            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
*/
    background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#bbb));
}
.image {
    position: absolute;
    /*-top: 50%;*/
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.5);
}

.montage-google-picasa-carousel .flow .montage-flow-repetition {
    margin: 10% 0;
}