-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcurriculum.css
67 lines (51 loc) · 939 Bytes
/
curriculum.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
@import url("./asciidoctor.css");
.standards-table thead {
background-color: #bb29ff;
}
.lesson-table thead {
background-color: #93c47d;
}
.left-header tr td:nth-child(1) {
background-color: #b7d893;
}
.left-header tr td:nth-child(1) p {
font-weight: bold;
}
.physics-table {
margin-left: auto;
margin-right: auto;
}
.physics-table thead {
background-color: #ffd966;
}
.standards-hierarchical-table ul li ul {
display: none;
}
.standards-hierarchical-table ul li:hover ul {
display: block;
}
.sidebarblock {
background-color: #efefef;
border-width: thick;
}
.sidebarblock .content .title {
font-weight: bold;
}
.notice-box {
border-color: #7747a5;
}
.notice-box .content .title {
color: #7747a5;
}
.strategy-box {
border-color: #1a73b5;
}
.strategy-box .content .title {
color: #1a73b5;
}
table {
border: 3px solid #7747a5 !important;
}
td, th {
border: 2px solid #7747a5 !important;
}