This file is indexed.

/usr/share/GNUstep/SOGo/WebServerResources/SOGoRootPage.css is in sogo-common 2.1.1b-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
 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
BODY
{ background-color: #E6E7E6;
  text-align: center; }

IMG#preparedAnimation
{ width: 0px;
  height: 0px; }

DIV.linkbanner A#about
{ float: right;
  margin: 0px;
  padding: 0px .5em; }

DIV#aboutBox
{ position: absolute;
  z-index: 1000;
  left: 0px;
  top: 30px;
  width: 100%;
  text-align: center; }
  
DIV#aboutBox DIV
{ background-color: #fff;
  border: 1px solid #222;
  margin: auto;
  padding-bottom: 20px;
  width: 550px; }

DIV#aboutBox SPAN.buildDate
{ color: #666; }

A#aboutClose
{ position: relative;
  margin-right: 10px;
  top: -10px; }

A,
A:link,
A:visited
{ color: #54b948; }

DIV A.button
{ color: #000; }

DIV#aboutBox P.logo
{ background-color: #222;
  margin-top: 0;
  margin-bottom: 10px; }

DIV#aboutBox P.scroll
{ border: 1px solid #222;
  height: 120px;
  margin: auto;
  padding: 5px;
  width: 350px;
  text-align: left;
  overflow-y: auto; }

DIV#aboutBox P.links
{ margin: 0 0 20px 0; }

DIV.linkbanner
{ text-align: right; }

DIV.linkbanner A
{ padding-right: .5em; }

DIV#loginScreen
{ clear: both;
  margin: 0px auto;
  padding-top: 5em;
  border: 2px solid transparent;
  text-align: center;
}

DIV#loginScreen TABLE
{ margin: auto; }

DIV#loginScreen TABLE TD
{ text-align: right; }

DIV#loginScreen TABLE TD#loginCell
{ border-left: 1px solid #fff;
  padding-left: 10px;
  vertical-align: top; }

LABEL
{ display: inline-block;
  padding: 10px; }

DIV#loginScreen LABEL
{ display: block;
  padding: 5px; }

#animation
{ margin: 0px auto;
  padding: 0px; }

IMG#splash
{ border: 0;
  margin: 0px;
  padding: 0px 0px 0px 0px; }

DIV#loginScreen INPUT.textField
{ width: 187px; }

DIV#loginScreen A#submit,
DIV#loginScreen A#submit SPAN
{ color: #535D6D; }

IMG#progressIndicator
{ width: 16px;
  height: 16px;
  margin-top: 20px;
  margin-left: 5px; }

#errorMessage
{ color: #f00;
  width: 400px;
  margin: 0px auto;
  text-align: center; }

P.browser
{ background-color: #fff;
  border-top: 1px solid #888;
  border-left: 1px solid #888;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  line-height: 32px;
  padding-right: 5px; }

P.browser IMG
{ padding: 0 2px;
  margin: 0;
  vertical-align: middle; }

#passwordChangeDialog INPUT
{ width: 150px; }