aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/examples/youtube-channel-example/style.css
blob: c281cd65782acdb6d1a7a8e8e3be1bcab6ad3271 (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
42
43
44
45
46
47
/* <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> */


/* Base ----------------------------- */

html {
    background-color: hsl(0,0%,85%);
    height: 100%;
}

body {
    margin: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;

    display: -moz-box;
    -moz-box-align: center;
    -moz-box-pack: center;
}


/* Converter ----------------------------- */

.youtube-channel-example {
   padding: 10px;
   text-shadow: #fff 0 1px 0;
   border-radius: 8px;
   background-color: hsl(0,0%,95%);
   box-shadow: 	inset 0px 1px 2px 1px hsla(0,0%,100%,1), 0px 2px 5px hsla(0,0%,0%,.1);
}

.youtube-channel-example #title {
   margin: 0 0 5px 0;
   text-align: center;
   font: 24px/40px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

.youtube-channel-example-url {
    width: 100%;
}