File: support-matrix.css

package info (click to toggle)
nova 2%3A26.2.2-1~deb12u3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 50,240 kB
  • sloc: python: 396,844; pascal: 1,799; sh: 936; makefile: 150; xml: 83
file content (47 lines) | stat: -rw-r--r-- 638 bytes parent folder | download | duplicates (10)
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

.sp_feature_mandatory {
    font-weight: bold;
}

.sp_feature_optional {
}

.sp_feature_choice {
    font-style: italic;
    font-weight: bold;
}

.sp_feature_condition {
    font-style: italic;
    font-weight: bold;
}


.sp_impl_complete {
    color: rgb(0, 120, 0);
    font-weight: normal;
}

.sp_impl_missing {
    color: rgb(120, 0, 0);
    font-weight: normal;
}

.sp_impl_partial {
    color: rgb(170, 170, 0);
    font-weight: normal;
}

.sp_impl_unknown {
    color: rgb(170, 170, 170);
    font-weight: normal;
}

.sp_impl_summary {
    font-size: 2em;
}

.sp_cli {
    font-family: monospace;
    background-color: #F5F5F5;
}