-
Notifications
You must be signed in to change notification settings - Fork 10
/
styles.css
137 lines (108 loc) · 2.2 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
* {
font-size: small;
}
header#top.navbar.navbar-default.navbar-static-top {
min-height: 0;
}
.sfia-table {
width: 100%;
max-width: 100%;
background-color: transparent;
border-spacing: 0;
border-collapse: collapse;
font-weight: bold;
border-bottom: 1px solid grey;
}
.table-responsive{
height: 615px;
overflow-y: auto;
}
.sfia-table thead tr {
background: rgb(100, 100, 100);
color: white;
}
.sfia-table thead th, .sfia-table tbody td {
border-right: 1px solid grey;
border-top: 1px solid grey;
}
.sfia-table th, .sfia-table td {
padding: 10px 0;
padding-left: 10px;
}
.sfia-table td.col-checkbox {
text-align: center;
padding-left: 0px;
border-right: none;
}
.sfia-table tr td.col-checkbox:last-of-type {
border-right: 1px solid grey;
}
.sfia-table td.root_key:empty {
border-top: none;
}
#sfia-output:empty:before {
content: "To begin, please select a skill level";
}
#sfia-output {
height: 502px;
overflow: scroll;
}
.sfia-table td.root_key, .sfia-table th.root_key_th {
width: 16%;
min-width: 115px;
}
.sfia-table td.sub_key, .sfia-table th.sub_key_th {
width: 16%;
min-width: 115px;
}
.sfia-table td.skill_key, .sfia-table th.skill_key_th {
width: 28%;
min-width: 210px;
}
.sfia-table td.col-checkbox, .sfia-table th.skill_level_th {
width: 5%;
min-width: 45px;
}
.sfia-table td.skill_key span {
margin-right: 15px;
}
.sfia-table th.skill_level_th {
padding-right: 15px;
text-align: center;
}
.sfia-table td.sub_key {
background: rgba(255,255,255,0.25);
}
.sfia-table td.sub_key:empty {
border-top: none;
}
.sfia-table td.skill_key {
background: rgba(255,255,255,0.8);
}
.sfia-table td.no_select_col {
background: rgba(255,255,255,0.85);
}
.col-checkbox input[type=checkbox] {
font-size: 2em;
}
.strategy_and_architecture {
background-color: rgb(216,48,80);
}
.change_and_transformation {
background-color: rgb(188,81,141);
}
.development_and_implementation {
background-color: rgb(236,193,59);
}
.delivery_and_operation {
background-color: rgb(162,96,47);
}
.skills_and_quality {
background-color: rgb(0,155,205);
}
.relationships_and_engagement {
background-color: rgb(0,153,79);
}
.people_and_skills {
background-color: rgb(25,155,197);
}