fix thumbnailOverlay with slide title
[HTML5TV.git] / www / css / hCalendar.css
1 .vevent {
2         background: #eee;
3         margin: 2em;
4         padding: 1em;
5 }
6
7 .vevent .organiser {
8         font-size: 110%;
9         font-style: italic;
10 }
11
12 .vevent .summary {
13         font-size: 120%;
14         font-weight: bold;
15 }
16
17 .vevent .description {
18         margin-top: 1em;
19 }
20
21
22 /* color credits */
23 div#credits {
24         border-top: 1px solid #eee;
25         margin-top: 2em;
26 }
27
28 div#credits, div#credits a {
29         color: #ccc;
30         font-size: 70%;
31 }
32
33
34 /* make slides on top of screen */
35 div#slide {
36         display: inline;
37         vertical-align: top;
38 }