moose class in progress
[gitmo/moose-presentations.git] / moose-class / 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 span.date, span.uri {
21     font-size: 80%;
22 }
23
24 span.uri {
25     color: blue;
26 }
27
28 div.image-gallery {
29     text-align: center;
30 }
31
32 p.image-notes {
33     font-size: 40%;
34     font-style: italic;
35 }
36
37 img.for-slide {
38     float: right;
39 }
40
41 .slide ul, .slide ul li ul {
42     line-height: 1.2em;
43 }
44
45 .slide pre {
46     font-size: 100%;
47     line-height: 130%;
48 }
49
50 .highlight {
51     color: #03c;
52 }
53
54 .slide pre.small {
55     font-size: 33%;
56 }
57
58 .slide pre code {
59 }
60
61 .slide table.side-by-side tr {
62     vertical-align: top;
63 }
64
65 .match-moose {
66     color: #03c;
67 }
68 .match-unsweet {
69     color: #03c;
70     font-weight: bold;
71 }
72
73 .wrong {
74     color: #F00;
75 }
76
77 .right {
78     color: #0C0;
79 }
80
81 .slide h2 {
82     margin: 0.1em 0 0.1em 0;
83 }
84
85 .slide ul + h2,   
86 .slide ul + pre {
87     margin-top: 0.5em;
88 }
89
90 .fake-slide0 {padding-top: 3.5em; font-size: 90%;}
91 .fake-slide0 h1 {position: static; margin: 1em 0 0; padding: 0;
92    font: bold 2em Helvetica, sans-serif; white-space: normal;
93    color: #000; background: transparent;}