Add some slides for Native delegation
[gitmo/moose-presentations.git] / moose-class / slides / ui / custom.css
CommitLineData
b751d33f 1html>body {
2 background: none;
3}
4
5div.image-set {
6 margin-left: 6.5%;
7 margin-top: 1em;
8}
9
10div#header, div#footer {
11 color: black;
12 background: #eddbb4;
13}
14
8bad100c 15div#license {
16 float: left;
17 font-size: 20%;
18 margin-left: 1em;
19 width: 40%;
20}
21
b751d33f 22.slide h1 {
23 background: #eddbb4;
24 color: black;
25}
26
9b195048 27.slide h1 {
28 text-transform: none;
29}
30
b751d33f 31span.date, span.uri {
32 font-size: 80%;
33}
34
35span.uri {
36 color: blue;
37}
38
39div.image-gallery {
40 text-align: center;
41}
42
43p.image-notes {
44 font-size: 40%;
45 font-style: italic;
46}
47
48img.for-slide {
49 float: right;
50}
51
7205c6ef 52/* copied from pretty.css for ul */
53.slide ol {margin-left: 5%; margin-right: 7%;}
54
55.slide ul, .slide ul li ul, .slide ol {
b751d33f 56 line-height: 1.2em;
57}
58
26164c8d 59.slide li {
60 margin-top: 0.5em;
61}
62
b751d33f 63.slide pre {
64 font-size: 100%;
9b195048 65 line-height: 110%;
b751d33f 66}
67
8d1ce1d7 68.slide .current,
b751d33f 69.highlight {
8d1ce1d7 70 color: #03c;
b751d33f 71}
72
26164c8d 73.delete {
74 text-decoration: line-through;
75 color: #eee;
76}
77
b751d33f 78.slide pre.small {
79 font-size: 33%;
80}
81
5d572684 82.slide pre.medium {
83 font-size: 80%;
84}
85
b751d33f 86.slide table.side-by-side tr {
87 vertical-align: top;
88}
89
90.match-moose {
8d1ce1d7 91 color: #03c;
b751d33f 92}
8d1ce1d7 93
b751d33f 94.match-unsweet {
8d1ce1d7 95 color: #03c;
b751d33f 96 font-weight: bold;
97}
98
99.wrong {
100 color: #F00;
101}
102
103.right {
842d9ca9 104 color: #090;
b751d33f 105}
106
107.slide h2 {
108 margin: 0.1em 0 0.1em 0;
109}
110
111.slide ul + h2,
112.slide ul + pre {
113 margin-top: 0.5em;
114}
115
116.fake-slide0 {padding-top: 3.5em; font-size: 90%;}
117.fake-slide0 h1 {position: static; margin: 1em 0 0; padding: 0;
118 font: bold 2em Helvetica, sans-serif; white-space: normal;
119 color: #000; background: transparent;}