This file is indexed.

/usr/share/gnome-shell/extensions/weather-extension@jenslody.de/stylesheet.css is in gnome-shell-extension-weather 0~20131021.git1bf555c-1.

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
.weather-current-summarybox {
padding-top:5px;
}

.weather-current-summary {
font-size: 31px;
}

.weather-current-databox {
padding: 5px 15px 0px;
}

.weather-current-icon {
padding-right: 30px;
}

.weather-current-iconbox {
padding-right: 20px;
}

.weather-icon {
padding-right: 5px;
}

.weather-icon-rtl {
padding-left: 5px;
}

.weather-current-databox-captions {
text-align: right;
padding-right: 5px;
color: #999999;
}

.weather-forecast-icon {
padding-right: 15px;
}

.weather-forecasts {
-st-hfade-offset: 60px;
}

.weather-forecast-box {
}

.weather-forecast-databox {
min-width: 140px;
}

.weather-forecast-day {
color: #999999;
font-size: 90%;
}

.weather-forecast-iconbox {
}

.weather-sunrise-icon {
padding-right: 5px;
}

.weather-sunset-icon {
padding-left: 15px;
padding-right: 5px;
}

.weather-build-icon {
padding-left: 15px;
padding-right: 5px;
}