29fd936e99e7d2f8d23967ba9ddc76d52071ca13
[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 .slide .current,
62 .highlight {
63     color: #03c;
64 }
65
66 .slide pre.small {
67     font-size: 33%;
68 }
69
70 .slide table.side-by-side tr {
71     vertical-align: top;
72 }
73
74 .match-moose {
75     color: #03c;
76 }
77
78 .match-unsweet {
79     color: #03c;
80     font-weight: bold;
81 }
82
83 .wrong {
84     color: #F00;
85 }
86
87 .right {
88     color: #0C0;
89 }
90
91 .slide h2 {
92     margin: 0.1em 0 0.1em 0;
93 }
94
95 .slide ul + h2,   
96 .slide ul + pre {
97     margin-top: 0.5em;
98 }
99
100 .fake-slide0 {padding-top: 3.5em; font-size: 90%;}
101 .fake-slide0 h1 {position: static; margin: 1em 0 0; padding: 0;
102    font: bold 2em Helvetica, sans-serif; white-space: normal;
103    color: #000; background: transparent;}