Move notbenh's talk
[gitmo/moose-website.git] / object_meta_programming_slides / template / tt2 / slide.css
1 /* BEGIN index.css */
2 hr {
3     color: #202040;
4     height: 0px;
5     border-top: 0px;
6     border-bottom: 3px #202040 ridge;
7     border-left: 0px;
8     border-right: 0px;
9 }
10
11 a:link {
12     color: #123422;
13     text-decoration: none;
14 }
15
16 a:visited {
17     color: #123333;
18     text-decoration: none;
19 }
20
21 a:hover {
22     text-decoration: underline;
23 }
24
25 p {
26     font-size: 24pt;
27     margin: 6pt;
28 }
29
30 div p {
31     font-size: 18pt;
32     margin-top: 12pt;
33     margin-bottom: 12pt;
34     margin-left: 6pt;
35     margin-right: 6pt;
36 }
37
38 small {
39     font-size: 9pt;
40     font-style: italic;
41 }
42
43 #topbar {
44     background: [% banner_bgcolor %];
45     color: blue;
46     position:absolute;
47     right: 5px;
48     left: 5px;
49     top: 5px;
50     height: 50px;
51 }
52
53 #bottombar {
54     background: [% banner_bgcolor %];
55     color: blue;
56     position: fixed;
57     right: 5px;
58     left: 5px;
59     bottom: 5px;
60     height: 50px;
61     z-index: 0;
62 }
63
64 .top_spacer {
65     height: 0px;
66     margin: 0px 0px 0px 0px;
67     padding: 1px 0px 0px 0px;
68 }
69
70 .spacer {
71     bottom: 5px;
72     height: 50px;
73 }
74
75 #content {
76     background:#fff;
77     margin-left: 20px;
78     margin-right:20px;
79     margin-top: 80px;
80 }
81
82
83 #logo {
84     position: fixed;
85     right: 40px;
86     bottom: 51px;
87     width: 130px;
88     height: 150px;
89     z-index:3;
90     background-image: url([% images_directory %]/[% logo_image %]);
91     background-repeat: no-repeat;
92 }
93 /* END index.css */