aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/picasa-carousel.reel/picasa-carousel.css
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-03-18 16:14:34 -0700
committerJose Antonio Marquez2012-03-18 16:14:34 -0700
commit06a790e0f830d01539dc9e80c90e2bcdabaa666b (patch)
tree474f3f1e0ea147b0400ff8528e1c33566179b211 /node_modules/montage/ui/picasa-carousel.reel/picasa-carousel.css
parentfda7b595c96d99177fdd93de8da9030348a3f8fb (diff)
parent3056d540f32bb24927d06bfc516240cc6a0001f8 (diff)
downloadninja-06a790e0f830d01539dc9e80c90e2bcdabaa666b.tar.gz
Merge branch 'refs/heads/francoisfrisch-Ninja-Internal' into FileIO-Montage-Components
Diffstat (limited to 'node_modules/montage/ui/picasa-carousel.reel/picasa-carousel.css')
-rwxr-xr-xnode_modules/montage/ui/picasa-carousel.reel/picasa-carousel.css44
1 files changed, 44 insertions, 0 deletions
diff --git a/node_modules/montage/ui/picasa-carousel.reel/picasa-carousel.css b/node_modules/montage/ui/picasa-carousel.reel/picasa-carousel.css
new file mode 100755
index 00000000..cab6d1bb
--- /dev/null
+++ b/node_modules/montage/ui/picasa-carousel.reel/picasa-carousel.css
@@ -0,0 +1,44 @@
1/* <copyright>
2 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
3 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
4 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
5 </copyright> */
6.montage-google-picasa-carousel {
7 width: 100%;
8 height: 100%;
9 display: -webkit-box;
10 -webkit-box-pack: center;
11 -webkit-box-align: center;
12 display: -moz-box;
13 -moz-box-pack: center;
14 -moz-box-align: center;
15 display: -ms-box;
16 -ms-box-pack: center;
17 -ms-box-align: center;
18 display: box;
19 box-pack: center;
20 box-align: center;
21
22}
23
24.montage-google-picasa-carousel .flow {
25 width: 100%;
26 height: 100%;
27/* top: 0;
28 left: 0;
29 right: 0;
30 bottom: 0;
31*/ -webkit-perspective: 800px;
32 background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#bbb));
33}
34.image {
35 position: absolute;
36/* -top: 50%;
37*/ -webkit-box-shadow: 0 0 35px rgba(0,0,0,.5);
38}
39
40.montage-google-picasa-carousel .flow .montage-flow-repetition {
41margin: 10% 0;
42
43}
44 </style>