moved slides to slides
[gitmo/moose-presentations.git] / moose-class / slides / ui / custom.css
1 html>body {
2     background: none;
3 }
4
5 div.image-set {
6     margin-left: 6.5%;
7     margin-top: 1em;
8 }
9
10 div#header, div#footer {
11     color: black;
12     background: #eddbb4;
13 }
14
15 .slide h1 {
16     background: #eddbb4;
17     color: black;
18 }
19
20 .slide h1 {
21     text-transform: none;
22 }
23
24 span.date, span.uri {
25     font-size: 80%;
26 }
27
28 span.uri {
29     color: blue;
30 }
31
32 div.image-gallery {
33     text-align: center;
34 }
35
36 p.image-notes {
37     font-size: 40%;
38     font-style: italic;
39 }
40
41 img.for-slide {
42     float: right;
43 }
44
45 .slide ul, .slide ul li ul {
46     line-height: 1.2em;
47 }
48
49 .slide pre {
50     font-size: 100%;
51     line-height: 110%;
52 }
53
54 .highlight {
55     color: #03c;
56 }
57
58 .slide pre.small {
59     font-size: 33%;
60 }
61
62 .slide table.side-by-side tr {
63     vertical-align: top;
64 }
65
66 .match-moose {
67     color: #03c;
68 }
69 .match-unsweet {
70     color: #03c;
71     font-weight: bold;
72 }
73
74 .wrong {
75     color: #F00;
76 }
77
78 .right {
79     color: #0C0;
80 }
81
82 .slide h2 {
83     margin: 0.1em 0 0.1em 0;
84 }
85
86 .slide ul + h2,   
87 .slide ul + pre {
88     margin-top: 0.5em;
89 }
90
91 .fake-slide0 {padding-top: 3.5em; font-size: 90%;}
92 .fake-slide0 h1 {position: static; margin: 1em 0 0; padding: 0;
93    font: bold 2em Helvetica, sans-serif; white-space: normal;
94    color: #000; background: transparent;}