9a3ac6a3fa4f90878ece1c3977db65da21ed8af9
[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 /* 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 {
56     line-height: 1.2em;
57 }
58
59 .slide li {
60     margin-top: 0.5em;
61 }
62
63 .slide pre {
64     font-size: 100%;
65     line-height: 110%;
66 }
67
68 .slide .current,
69 .highlight {
70     color: #03c;
71 }
72
73 .delete {
74     text-decoration: line-through;
75     color: #eee;
76 }
77
78 .slide pre.small {
79     font-size: 33%;
80 }
81
82 .slide pre.medium {
83     font-size: 80%;
84 }
85
86 .slide table.side-by-side tr {
87     vertical-align: top;
88 }
89
90 .match-moose {
91     color: #03c;
92 }
93
94 .match-unsweet {
95     color: #03c;
96     font-weight: bold;
97 }
98
99 .wrong {
100     color: #F00;
101 }
102
103 .right {
104     color: #090;
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;}