-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoodleCourse.css
60 lines (60 loc) · 1.31 KB
/
moodleCourse.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
/* 最上部のヘッダー */
.logo img {
height: 40px !important;
}
/* 上部の タイトル (コース名) */
#page #page-header .d-flex {
margin-bottom: 0px !important;
}
.page-context-header {
padding: 0px !important;
}
.h1, .h2 {
margin-bottom: 0px !important;
}
/* 上部の 「コース 参加者 評定 コンピテンシ」 */
.secondary-navigation {
padding-bottom: 0px !important;
}
.nav-link {
padding: 3px !important;
}
.moremenu {
height: auto !important;
}
.moremenu .nav.nav-tabs .nav-link {
padding: 0px !important;
}
/* 各回の要素一覧 */
.course-content ul.topics li.section,
.course-content ul.weeks li.section {
padding-top: 0px !important;
padding-bottom: 0px !important;
}
.activity-item {
padding: 0px !important;
}
.section li.activity {
padding-bottom: 0px !important;
}
.section .activity {
padding: 0px !important;
}
/* 各課題などの説明文 */
.description .course-description-item:first-child {
margin-top: 0px !important;
padding-top: 0px !important;
}
.description .course-description-item:last-child {
padding-bottom: 1px !important;
}
/* フッター */
#footer .footer-main {
padding: 0px !important;
}
#footer .footer-bottom {
padding: 0px !important;
}
#footer .footer-bottom p {
padding-bottom: 0px !important;
}