Add another init_arg example
[gitmo/moose-presentations.git] / moose-class / slides / ui / custom.css
1 html>body {
2     background: none;
3     font-family: Verdana, Helvetica, sans-serif;
4 }
5
6 div.image-set {
7     margin-left: 6.5%;
8     margin-top: 1em;
9 }
10
11 div#header, div#footer {
12     color: black;
13     background: #eddbb4;
14 }
15
16 div#license {
17     float: left;
18     font-size: 20%;
19     margin-left: 1em;
20     width: 40%;
21 }
22
23 .slide h1 {
24     background: #eddbb4;
25     color: black;
26 }
27
28 .slide h1 {
29     text-transform: none;
30 }
31
32 span.date, span.uri {
33     font-size: 80%;
34 }
35
36 span.uri {
37     color: blue;
38 }
39
40 div.image-gallery {
41     text-align: center;
42 }
43
44 p.image-notes {
45     font-size: 40%;
46     font-style: italic;
47 }
48
49 img.for-slide {
50     float: right;
51 }
52
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 {
57     line-height: 1.2em;
58 }
59
60 .slide li {
61     margin-top: 0.5em;
62 }
63
64 .slide pre {
65     font-size: 100%;
66     line-height: 110%;
67 }
68
69 .slide .current,
70 .highlight {
71     color: #03c;
72 }
73
74 .delete {
75     text-decoration: line-through;
76     color: #eee;
77 }
78
79 .slide pre.small {
80     font-size: 33%;
81 }
82
83 .slide pre.medium {
84     font-size: 80%;
85 }
86
87 .slide table.side-by-side tr {
88     vertical-align: top;
89 }
90
91 .match-moose {
92     color: #03c;
93 }
94
95 .match-unsweet {
96     color: #03c;
97     font-weight: bold;
98 }
99
100 .wrong {
101     color: #F00;
102 }
103
104 .right {
105     color: #090;
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;}
121
122 .slide code { padding: 0; font-weight: bold; color: #533;}