Add Intel copyright header.
[profile/ivi/cowhide.git] / examples / hoofbeats / stylesheets / hoofbeats.css
1 /*
2  * Copyright (c) 2012, Intel Corporation.
3  *
4  * This program is licensed under the terms and conditions of the
5  * Apache License, version 2.0.  The full text of the Apache License is at
6  * http://www.apache.org/licenses/LICENSE-2.0
7  *
8  */
9
10 .content {
11   padding-top: 40px;
12   height: 100%;
13   width: 100%;
14   position: absolute;
15   overflow: hidden;
16 }
17
18 ul.item-list {
19   margin: 0;
20 }
21
22 .mediaItem {
23     position: relative;
24 }
25
26 .mediaItem .info .title {
27     font-size: large;
28     font-weight: bold;
29     color: black;
30 }
31
32 .mediaItem .info .authors {
33     color: #555;
34     font-style: italic;
35 }
36
37 .mediaItem .duration {
38     position: absolute;
39     bottom: 0;
40     right: 0;
41     color: #999;
42     font-size: x-small;
43 }