This file is indexed.

/usr/share/Wt/resources/form.css is in libwt-common 3.3.0-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
.Wt-form {
    margin: 0 auto;
    width: 40em;
    padding: 0.7em;
}

.Wt-form h2 {
    font-size: 130%;
    font-weight: bold;
    padding: 0px;
    margin: 8px 0px;
    letter-spacing: inherit;
    line-height: inherit;
    color: inherit;
    background: inherit;
    height: auto;
}

.Wt-form h3 {
    font-size: 100%;
    font-weight: bold;
    margin: 8px 0px;
}

.Wt-form p {
    font-size: 85%;
    color: #666666;
    margin-bottom: 1.5em;
    border-bottom: solid 1px #b7ddf2;
    padding-bottom: 0.5em;
}

.Wt-form label {
    display: block;
    font-weight: bold;
    text-align: right;
    width: 14em;
    float: left;
    clear: left;
    line-height: 110%;
}

.Wt-form .Wt-info {
    color: #666666;
    display: block;
    font-size: 85%;
    width: 16.47em;
    font-weight: normal;
    text-align: right;
}

.Wt-form .Wt-fields input {
    float: left;
    padding: 5px 2px;
    border: solid 1px #aacfe4;
    font-size: 90%;
    width: 14em;
    margin: 0.5em 0.5em 1.4em 0.7em;
}

.Wt-form .Wt-fields input[type="checkbox"] {
    margin-top: 1em;
    width: auto;
}

.Wt-form .Wt-fields select {
    margin-top: 1em;
    width: auto;
}

.Wt-form .Wt-field {
    float: left;
    padding: 5px 2px;
    width: 15em;
    margin: 0 0.5em 1.4em 0.7em;
}

.Wt-form .Wt-buttons {
    clear: both;
    text-align: center;
    margin: 0.5em 0;
}

.Wt-form .Wt-buttons span {
    text-decoration: underline;
    cursor: pointer; cursor: hand;
}

.Wt-form .Wt-error {
    color: black;
}

.Wt-form .Wt-col-right {
    margin-left: 29em;
    padding-left: 2em;
    border-left: solid 1px #b7ddf2;
}