-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtalk.css
More file actions
118 lines (102 loc) · 1.42 KB
/
Copy pathtalk.css
File metadata and controls
118 lines (102 loc) · 1.42 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
/* General slide contents */
/*
.remark-slide-content {
background-color: LightGray
}
*/
.header-content {
background: LightGray;
position: absolute;
width: 100%;
top: 0em;
left: 0em;
text-indent: 0.5em;
}
#footer-content {
background: LightGray;
position: absolute;
width: 100%;
bottom: 0em;
left: 0em;
text-indent: 0.5em;
}
h1 {
color: #4a235a;
}
h2 {
color: #6c3483;
}
h3 {
color: #8e44ad;
}
a {
color: #3498db;
}
.inverse {
background: #272822;
color: #777872;
}
.inverse h1, .inverse h2 {
color: #a3e4d7;
line-height: 0.8em;
}
.background h1 {
color: #a3e4d7;
/*color: #e8daef;*/
}
.left-column {
width: 50%;
float: left;
}
.right-column {
width: 50%;
float: right;
}
.footnote {
position: absolute;
bottom: 3em;
font-size: 14px;
color: #505050;
}
.footnote:before {
content: "[";
}
.footnote:after {
content: "]";
}
.emph {
background-color: #c8deff;
}
.remark {
color: #8e44ad;
font-style: italic;
}
.quote {
color: #ff0000;
font-style: italic;
font-size: 30px;
}
.cite {
font-size: 14px;
color: #505050;
}
.cite:before {
content: "[";
}
.cite:after {
content: "]";
}
/* Settings for print to pdf in in chrome*/
@page {
size: 1210px 681px;
margin: 0;
}
@media print {
.remark-slide-scaler {
width: 100% !important;
height: 100% !important;
transform: scale(1) !important;
top: 0 !important;
left: 0 !important;
}
}