aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/examples/youtube-channel-example/style.css
diff options
context:
space:
mode:
authorPushkar Joshi2012-03-27 09:10:58 -0700
committerPushkar Joshi2012-03-27 09:10:58 -0700
commit0c26aff9c19c2b39fca06fa6b3bc76b672204065 (patch)
treee778f2b9d5d525aa364360d5996536a0a06379bd /node_modules/montage/examples/youtube-channel-example/style.css
parent753244b4713243ab19ca246be674f0b45fb85b72 (diff)
parent309dde5a8c4599cef6a1052c1ff9ee1ad8ec5858 (diff)
downloadninja-0c26aff9c19c2b39fca06fa6b3bc76b672204065.tar.gz
Merge branch 'master' into brushtool
Conflicts: js/controllers/elements/shapes-controller.js
Diffstat (limited to 'node_modules/montage/examples/youtube-channel-example/style.css')
-rwxr-xr-xnode_modules/montage/examples/youtube-channel-example/style.css47
1 files changed, 47 insertions, 0 deletions
diff --git a/node_modules/montage/examples/youtube-channel-example/style.css b/node_modules/montage/examples/youtube-channel-example/style.css
new file mode 100755
index 00000000..c281cd65
--- /dev/null
+++ b/node_modules/montage/examples/youtube-channel-example/style.css
@@ -0,0 +1,47 @@
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
7
8/* Base ----------------------------- */
9
10html {
11 background-color: hsl(0,0%,85%);
12 height: 100%;
13}
14
15body {
16 margin: 0;
17 width: 100%;
18 height: 100%;
19 display: -webkit-box;
20 -webkit-box-align: center;
21 -webkit-box-pack: center;
22
23 display: -moz-box;
24 -moz-box-align: center;
25 -moz-box-pack: center;
26}
27
28
29/* Converter ----------------------------- */
30
31.youtube-channel-example {
32 padding: 10px;
33 text-shadow: #fff 0 1px 0;
34 border-radius: 8px;
35 background-color: hsl(0,0%,95%);
36 box-shadow: inset 0px 1px 2px 1px hsla(0,0%,100%,1), 0px 2px 5px hsla(0,0%,0%,.1);
37}
38
39.youtube-channel-example #title {
40 margin: 0 0 5px 0;
41 text-align: center;
42 font: 24px/40px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
43}
44
45.youtube-channel-example-url {
46 width: 100%;
47}