Finished slides & exercises for section 3on basic attributes.
[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
52.slide ul, .slide ul li ul {
53 line-height: 1.2em;
54}
55
56.slide pre {
57 font-size: 100%;
9b195048 58 line-height: 110%;
b751d33f 59}
60
8d1ce1d7 61.slide .current,
b751d33f 62.highlight {
8d1ce1d7 63 color: #03c;
b751d33f 64}
65
66.slide pre.small {
67 font-size: 33%;
68}
69
b751d33f 70.slide table.side-by-side tr {
71 vertical-align: top;
72}
73
74.match-moose {
8d1ce1d7 75 color: #03c;
b751d33f 76}
8d1ce1d7 77
b751d33f 78.match-unsweet {
8d1ce1d7 79 color: #03c;
b751d33f 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;}