forked from csev/py4e
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlessons.css
More file actions
92 lines (74 loc) · 1.91 KB
/
lessons.css
File metadata and controls
92 lines (74 loc) · 1.91 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
.tsugi-lessons-module-videos {
list-style:none;
}
.tsugi-lessons-module-videos::before {
background-image: url('icons/videos.png');
background-size: 2em 2em;
display: inline-block;
width: 2em;
height: 2em;
content:"";
margin-right: 3px;
vertical-align: middle;
}
.tsugi-lessons-module-video {
list-style:none;
}
.tsugi-lessons-module-video a::before{
font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f144";
padding-right: 3px;
}
.tsugi-lessons-module-slides {
list-style:none;
}
.tsugi-lessons-module-slides::before {
background-image: url('icons/slides.png');
background-size: 2em 2em;
display: inline-block;
width: 2em;
height: 2em;
content:"";
margin-right: 3px;
vertical-align: middle;
}
.tsugi-lessons-module-slide {
list-style:none;
}
.tsugi-lessons-module-slide a::before{
font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f1c4";
padding-right: 3px;
}
.tsugi-lessons-module-reference {
list-style:none;
}
.tsugi-lessons-module-references {
list-style:none;
}
.tsugi-lessons-module-references::before {
background-image: url('icons/references.png');
background-size: 2em 2em;
display: inline-block;
width: 2em;
height: 2em;
content:"";
margin-right: 3px;
vertical-align: middle;
}
.tsugi-lessons-module-reference a::before{
font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f15c";
padding-right: 3px;
}
.tsugi-lessons-module-lti {
list-style:none;
}
.tsugi-lessons-module-lti::before{
font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f5ab";
padding-right: 3px;
}
.tsugi-lessons-module-discussion {
list-style:none;
}
.tsugi-lessons-module-discussion::before{
font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f5ab";
padding-right: 3px;
}