-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
77 lines (60 loc) · 1.27 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
.automatable {
float: left;
font-weight: bold;
}
.tpd-visible-frame-top, .tpd-visible-frame-bottom, .tpd-visible-frame-left, .tpd-visible-frame-right {
z-index: 1;
pointer-events: none;
}
.tpd-backgrounds {
opacity: 0;
}
.tpd-content-wrapper {
overflow: visible;
}
.tpd-content-spacer {
background-color: #ebebeb;
box-shadow: 0 0 4px 0px #b7b7b7;
}
.tpd-title-wrapper {
background-color: #4c74ff;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.tpd-content {
color: #000000 !important;
}
.tpd-frame-top .tpd-stem-triangle {
border-bottom-color: #ebebeb !important;
}
.tpd-frame-bottom .tpd-stem-triangle {
border-top-color: #ebebeb !important;
}
.tpd-frame-left .tpd-stem-triangle {
border-right-color: #ebebeb !important;
}
.tpd-frame-right .tpd-stem-triangle {
border-left-color: #ebebeb !important;
}
.tpd-title-wrapper {
border-bottom-color: #4c74ff !important;
}
.susceptible-skills-table {
width: 100%;
background-color: #4e74ff;
}
.susceptible-skills-table .header {
color: #ffffff;
}
.susceptible-skills-table .body {
background-color: #ffffff;
}
.susceptible-skills-table .body td {
width: 50%;
}
.susceptible-skills-table .body ul {
padding-left: 25px;
}
.susceptible-skills-table .body ul li a {
color: #000000;
}