This file is indexed.

/usr/share/bins/templates.satyap/static/style.css is in bins 1.1.29-16.

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
.mainheader {
    background: #cccccc;
    border-left: 0px;
    border-right: 0px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    text-align: center;
    width: 40%;
    }

.subheader {
    background: #cccccc;
    border-left: 0px;
    border-right: 0px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    text-align: center;
    width: 60%;
    }

.thnav {
    background: #cccccc;
    border-top: 1px solid;
    border-bottom: 1px solid;
    text-align: center;
    width: 80%;
    }

.inthisalbum {
    background: #cccccc;
    border-top: 1px solid;
    border-bottom: 1px solid;
    text-align: center;
    width: 40%;
    }

.pagetitle {
    font-weight: bold;
    margin: 5px;
    }

.pathstyle {
    }

.mainimage {
    background: #ccccff;
    border: 2px inset;
    margin-top: 10px;
    }

.detailslink {
    text-align: center;
    }

.navbar {
    border: thin solid;
    background: #cccccc;
    width: 40%;
    }

.bins_credit {
    text-align: center;
    font-size: 12pt;
    }

.thumbnail {
    border: thin solid;
    background: #ccccff;
    }

.fname {
    font-weight: bold;
    }
.fvalue {
    border: 2px inset;
    }


table.imagedesc {
    width: 40%;
    }