-
Notifications
You must be signed in to change notification settings - Fork 12
/
reveal.css
75 lines (72 loc) · 1.3 KB
/
reveal.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
ul {
display: block !important;
}
.reveal img {
border: 0.5px !important;
border-radius: 2px 10px 2px;
padding: 4px;
}
.definition,.theorem,.activity {
border-width: 0.5px;
border-style: solid;
border-radius: 2px 10px 2px;
padding: 1%;
margin-bottom: 2em;
}
.definition {
background: #00608010;
}
.theorem {
background: #ff000010;
}
.proof {
background: #ffffff90;
}
.activity {
background: #60800010;
}
dfn {
font-weight: bold;
}
.ptx-content ol.no-marker,
.ptx-content ul.no-marker,
.ptx-content li.no-marker {
list-style-type: none;
}
.ptx-content ol.decimal {
list-style-type: decimal;
}
.ptx-content ol.lower-alpha {
list-style-type: lower-alpha;
}
.ptx-content ol.upper-alpha {
list-style-type: upper-alpha;
}
.ptx-content ol.lower-roman {
list-style-type: lower-roman;
}
.ptx-content ol.upper-roman {
list-style-type: upper-roman;
}
.ptx-content ul.disc {
list-style-type: disc;
}
.ptx-content ul.square {
list-style-type: square;
}
.ptx-content ul.circle {
list-style-type: circle;
}
.ptx-content ol.no-marker,
.ptx-content ul.no-marker {
list-style-type: none;
}
.ptx-content .cols1 li,
.ptx-content .cols2 li,
.ptx-content .cols3 li,
.ptx-content .cols4 li,
.ptx-content .cols5 li,
.ptx-content .cols6 li {
float: left;
padding-right:2em;
}