This file is indexed.

/usr/share/gnome-shell/extensions/openweather-extension@jenslody.de/stylesheet.css is in gnome-shell-extension-weather 0~20151125.gitccaa1eb-1~deb8u1.

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
 98
 99
100
101
102
.openweather-menu-button-container{
padding: 0px;
}

.openweather-button-box{
padding: 0px;
spacing: 12px;
}
.openweather-button-box-38:ltr{
padding-left: 24px;
}

.openweather-button-box-38:rtl{
padding-right: 24px;
}

.openweather-provider {
border-width: 0px;
border-radius:5px;
padding:5px;
}

.openweather-current-summarybox,
.openweather-forecast-icon,
.openweather-current-databox-captions,
.openweather-current-databox-values,
.openweather-current-icon,
.openweather-forecast-summary,
.openweather-forecast-temperature{
border-radius: 0px;
padding: 0px;
border: 0px;
}

.openweather-current-summarybox {
padding-top:5px;
}

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

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

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

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

.openweather-icon:ltr {
padding-right: 5px;
}

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

.openweather-current-databox-captions {
text-align: right;
padding-right: 5px;
spacing: 0;
}

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

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

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

.openweather-forecast-day {
font-size: 90%;
spacing: 0;
}

.openweather-forecast-iconbox {
vertical-align: top;
}

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

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

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