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