File: support-matrix.css

package info (click to toggle)
python-sphinx-feature-classification 2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: python: 412; makefile: 21
file content (37 lines) | stat: -rw-r--r-- 544 bytes parent folder | download | duplicates (3)
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
.sp_feature_required {
    font-weight: bold;
}

.sp_feature_cells {
    border: solid 1px black;
    text-align: center;
}

.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: medium;
}

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