Finished slides & exercises for section 4 (method modifiers)
[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 li {
57     margin-top: 0.5em;
58 }
59
60 .slide pre {
61     font-size: 100%;
62     line-height: 110%;
63 }
64
65 .slide .current,
66 .highlight {
67     color: #03c;
68 }
69
70 .delete {
71     text-decoration: line-through;
72     color: #eee;
73 }
74
75 .slide pre.small {
76     font-size: 33%;
77 }
78
79 .slide table.side-by-side tr {
80     vertical-align: top;
81 }
82
83 .match-moose {
84     color: #03c;
85 }
86
87 .match-unsweet {
88     color: #03c;
89     font-weight: bold;
90 }
91
92 .wrong {
93     color: #F00;
94 }
95
96 .right {
97     color: #0C0;
98 }
99
100 .slide h2 {
101     margin: 0.1em 0 0.1em 0;
102 }
103
104 .slide ul + h2,   
105 .slide ul + pre {
106     margin-top: 0.5em;
107 }
108
109 .fake-slide0 {padding-top: 3.5em; font-size: 90%;}
110 .fake-slide0 h1 {position: static; margin: 1em 0 0; padding: 0;
111    font: bold 2em Helvetica, sans-serif; white-space: normal;
112    color: #000; background: transparent;}