forked from alexhermida/talks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpsm.css
79 lines (62 loc) · 1.23 KB
/
psm.css
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville|Racing+Sans+One|Satisfy);
body {
font-size: 200%;
text-align: center;
font-family: Libre Baskerville;
}
p {
font-size: 125%;
font-weight: normal;
margin-bottom: 0.3em;
margin-top: 0.3em;
}
em {
font-family: Satisfy;
font-size: 142%;
}
strong {
font-family: Racing Sans One;
}
h1, h2, h3, h4 {
font-weight: normal;
margin-bottom: 0.3em;
margin-top: 0.3em;
}
ul {
list-style-position: inside;
}
li {
font-size: 125%;
font-family: serif;
font-weight: normal;
margin-bottom: 0.3em;
margin-top: 0.3em;
padding-left: 0.3em;
line-height: 1.8em;
list-style-type: circle;
text-align: left;
}
a {
text-decoration: none;
color: black;
}
#ThreeD H1 {
font-family: Racing Sans One;
font-size: 300%;
}
#muggle em {
font-family: Libre Baskerville;
}
#some-special-methods-1 h1, #some-special-methods-2 h1 {
font-size: 150%;
}
#some-special-methods-1 ul, #some-special-methods-2 ul {
font-family: Racing Sans One;
font-size: 70%;
}
#objects-initialization-1 .python, #attribute-access .python {
text-align: left
}
#resources-links li {
font-size: 80%
}