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