-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmm.css
More file actions
53 lines (44 loc) · 1.58 KB
/
Copy pathmm.css
File metadata and controls
53 lines (44 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<style type="text/css" media="screen">
* { box-sizing: border-box; }
a { font-family: arial, helvetica, sans-serif; font-size: 12pt; }
a.large { font-family: arial, helvetica, sans-serif; font-size: 16pt; }
body { font-family: arial, helvetica, sans-serif; font-size: 12pt; }
div.h4 { font-size: 12pt; font-weight: normal; }
h1.center { font-size: 16pt; font-weight: bold; text-align: center; }
h1.left { font-size: 16pt; font-weight: bold; text-align: left; }
h1.bg { background-color: #0E6655; color: #FFFFFF;
padding-bottom: +1%; padding-top: +1%;
padding-left: 4pt;
}
h2 { font-size: 15pt; font-weight: bold;
background-color: #17A388; color: #FFFFFF;
margin-top: +2%; /* margin-bottom: -1%; */
padding-left: 4pt;
}
h3 { font-size: 13pt; font-weight: bold; font-style: italic}
h4 { font-size: 12pt; text-decoration: underline; font-weight: normal;
margin-bottom: 8pt;
}
/* Doesn't seem to have any effect in compilers/presentation-topics.html */
h5 { margin-bottom: 0pt; margin-top: 36pt; }
p.compact { margin-top: 0pt; margin-bottom: 0pt; }
/* p.slides { margin-top: -1%; } */
table.slides { margin-top: 0%; width: 80%; }
table.slides td { padding-bottom: 6pt; padding-top: 4pt; vertical-align: top;
font-size: 12pt;
}
ul.biggaps li {padding: 4pt 0pt; }
li.level1 { padding: 2pt 0pt; }
li.level2 { padding: 0pt 0pt; }
/* copied from Sourav Sengupta */
#one-column-emphasis {
width: 100%;
text-align: left;
border-collapse: collapse;
}
.oce-first {
background: #f2f1eb;
border-right: 10px solid transparent;
border-left: 10px solid transparent;
}
</style>