forked from mgaitan/intro-git
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathslides.css
More file actions
103 lines (85 loc) · 1.49 KB
/
Copy pathslides.css
File metadata and controls
103 lines (85 loc) · 1.49 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
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic,700&subset=latin,latin-ext);
body {
font-size: 200%;holis
text-align: center;
font-family: Libre Baskerville;
}
p {
font-weight: normal;
margin-bottom: 0.3em;
margin-top: 0.3em;
text-align: left;
}
pre {
text-align: left;
}
pre.highlight {
border: 2px solid blue;
padding: 0.5em;
width: 100%
}
h1, h2, h3, h4 {
font-weight: normal;
margin-bottom: 0.3em;
margin-top: 0.3em;
}
tt {
font-size: 125;
}
ul {
list-style-position: inside;
}
li {
font-family: serif;
font-weight: normal;
margin-bottom: 0.3em;
margin-top: 0.3em;
padding-left: 0.3em;
line-height: 1.8em;
text-align: left;
}
a {
text-decoration: none;
color: black;
}
blockquote {
font-style: italic;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.45;
position: relative;
color: #383838;
}
blockquote:before {
display: block;
content: "\201C";
font-size: 300%;
position: absolute;
left: -0.4em;
top: -0.1em;
color: #7a7a7a;
}
div.cite {
color: #999999;
font-size: 100%;
display: block;
margin-top: 1em;
text-align: right;
}
div.cite cite:before {
content: "\2014 \2009";
}
.cite_label, .hidden {
display: none;
}
.strike {
text-decoration: line-through;
}
.footer-info {
color: #999999;
display: block;
margin-top: 1em;
float: center;
font-size: 24px;
padding-left: 50px;
}