-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
87 lines (73 loc) · 1.63 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
.local_courselist_menu {
width: 100%;
}
.local_courselist_menu .local_courselist_selection {
display: inline-table;
margin: 0 5px;
}
.local_courselist_description {
margin: 8px 0;
}
.local_courselist_check_uncheck_all {
margin-left: 4px;
}
.local_courselist_files_actions {
margin-top: 25px;
}
.local_courselist_files_action {
margin-top: 10px;
}
.local_courselist_table .c0 {
padding-left: 2px;
padding-right: 0;
}
.local_courselist_file_expired img {
width: 12px;
height: auto;
margin-left: -2px;
}
.local_courselist_table .local_courselist_filecheckbox {
margin: 0;
}
.local_courselist_study-box {
display: inline-block;
padding: 10px; /*GH: 20240612*/
background-color: #fff;
border: 1px solid #dee2e6; /*GH: 20240612*/
border-radius: .5rem; /*GH: 20240612*/
font-family: Arial, sans-serif;
font-size: .9375rem; /*GH: 20240612*/
font-weight: bolder; /*GH: 20240612*/
text-align: center;
margin: 1px; /*GH: 20240612*/
box-sizing: border-box;
text-decoration: none;
color: 0f6cbf;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.local_courselist_study-box:hover {
background-color: #f0f0f0;
}
.local_courselist_study-box:active {
background-color: #ccc;
}
.local_courselist_coursebox {
padding: 0.5rem;
border: 1px solid #dee2e6;
margin-bottom: 0.5rem;
border-radius: 0.5rem;
display: flex;
flex-direction: column;
}
.local_courselist_coursename {
font-size: .9375rem;
font-weight: 400;
margin: 5px;
padding: 0;
}
a {
text-decoration: none;
color: inherit;
}