-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththreat-model.css
More file actions
140 lines (116 loc) · 2.13 KB
/
threat-model.css
File metadata and controls
140 lines (116 loc) · 2.13 KB
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
138
139
140
table.visual-terminology,
table.dfd-dictionary {
padding: 1em;
border: 1px solid black;
}
table.visual-terminology th,
table.visual-terminology td,
table.dfd-dictionary th,
table.dfd-dictionary td {
border-bottom: 1px solid black;
border-collapse: collapse;
padding: .5em;
}
table.visual-terminology tr {
border-collapse: collapse;
}
table.visual-terminology th {
width:11em;
font-weight: bold;
}
table.visual-terminology td.term-def {
}
table.visual-terminology td.term-img {
width: 11em;
}
table.dfd-dictionary {
}
table.dfd-dictionary td.dfd-id {
width: 3em;
font-weight: bold;
}
table.dfd-dictionary td.dfd-name {
width: 10em;
}
table.dfd-dictionary td.dfd-type {
width: 6em;
}
#threat-toc {
counter-reset: threat;
}
ol.threat-toc {
list-style: none;
}
ol.threat-toc li::before {
content: "T" attr(value) ". ";
font-weight: bold;
}
ol.threat-toc li.section-title::before {
font-weight: bold;
counter-increment: none;
content: "";
}
ol.threat-toc li.section-title {
font-weight: bold;
font-style: italic;
}
table.threat td.threat-name span.index-link {
position:absolute;
right: 10px;
height: 1em;
font-size: small;
margin-top: -0.7em;
top: 50%;
}
ol.threat-toc h5 {
margin:0;
}
table.threat {
border: thin solid black;
border-collapse:collapse;
margin: 1em 0 1em 0;
width:100%;
padding-left:30px;
}
table.threat a.self-link {
left:-35px !important;
}
table.threat h3,
table.threat h4,
table.threat h5 {
color:black;
margin:0 0 0 -5px;
font-weight: bold;
font-style:normal;
}
table.threat td {
padding: 1em;
position:relative;
border-bottom: thin solid black;
}
table.threat td.threat-name {
font-weight:bold;
background-color: #c9daf7;
}
table.threat td.response-name {
font-weight:bold;
background-color: #d9ead4;
}
table.threat td.affected-component {
background-color: #fff2ce;
}
table.threat span.component-entry {
font-weight:bold;
}
table.threat td.analysis-framework {
background-color: #fce5ce;
}
p.threatCategory {
font-size: larger;
font-weight: bolder;
margin:0;
}
section.threatDetail {
visibility: hidden;
height:1px;
}