-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
105 lines (101 loc) · 1.92 KB
/
styles.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
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
strong {
color: #7F5FAC;
}
.reveal strong, .reveal b {
font-weight: bold;
}
.reveal slides{
color: #14072A;
text-align: left;
}
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
margin: 0 0 20px 0;
font-family: "News Cycle", Impact, sans-serif;
font-weight: normal;
line-height: 1.2;
letter-spacing: normal;
text-transform: none;
text-shadow: none;
word-wrap: break-word;
}
.reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
text-align: left;
}
.reveal h1 {
font-weight: bold;
color: #4C336D;
font-size: 1.5em;
text-shadow: none;
}
.title {
text-align: left;
}
.reveal h2, .reveal h3 {
font-size: 1.2em;
color: #4C336D;
}
.reveal h3 {
font-size: 0.9em;
}
.reveal p {
margin: 20px 0;
line-height: 1.3;
text-align: left;
font-size: 27px;
}
.reveal ul {
display: block;
text-align: left;
margin: 0 0 0 1em;
font-size: 27px;
}
.reveal li {
text-align: left;
font-size: 27px;
}
.reveal table {
margin: 0;
width: 80%;
border-width: 1px;
border-spacing: 2px;
border-style: dotted;
border-color: gray;
border-collapse: collapse;
font-size: 0.4em;
}
.reveal table th {
border-width: 1px;
padding-left: 10px;
padding-right: 25px;
font-weight: bold;
border-style: dotted;
border-color: gray;
text-align: left;
padding: 0.2em 0.5em 0.2em 0.5em;
background-color: #4C336D;
color: #FFF;
}
.reveal tr.even {
background-color: #EEE;
}
pre.sourceCode {
margin: 0.2em 0px;
width: 95%;
font-size: 80%;
background-color: #F4F5FE;
display: block;
position: relative;
text-align: left;
font-size: 0.55em;
font-family: monospace;
line-height: 1.2em;
word-wrap: break-word;
}
.reveal pre {
margin: 0.2em 0px;
width: 95%;
}
.reveal img, .reveal video, .reveal iframe {
max-width: 65%;
max-height: 65%;
}