aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage-google/picasa-carousel.reel/picasa-carousel.css
blob: bdb1a04f39220c1e17ca125088f9144d3ba323ae (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;*/
	-webkit-transform-style: preserve-3d;
}

.montage-google-picasa-carousel .flow {
    width: 100%;
    height: 100%;

    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1400px;
}

.image {
    position: absolute;
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,.5);
}

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