This file is indexed.

/usr/share/doc/libswarmcache-java/web/styles.css is in libswarmcache-java 1.0RC2+cvs20071027-7.

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
BODY {
  background-color: #FFFFFF;
  margin: 0pt 0pt 0pt 0pt;
  border: 0pt 0pt 0pt 0pt;
  padding:0pt 0pt 0pt 0pt;
}

BODY, P, DIV, SPAN, TD, LI {
  font: 10pt Arial, Helvetica, serif;
  color: #000000;
}

A {
  color: #6B81B8;
  text-decoration: none;
}

A:hover {
  color: #6B81B8;
  text-decoration: underline;
}

TABLE {
  margin: 0pt;
  border: 0pt;
  padding: 0pt;
  spacing: 0pt;
}

.border {
  background-color: #B2B2B2;
}

.title {
  font: 36pt Arial, Helvetica, SansSerif;
  /*font-weight: bold;*/
  color: #FFFFFF;
  line-height: 80%;
  /*word-spacing: -0.1em;*/
}

.subtitle {
  font: 11pt Arial, Helvetica, serif;
  font-style: italic;
  color: #000000;
  text-align: right;
}

.menuitem {
  background-color: #929292;
  padding: 2px;
  vertical-align: middle;
}

#menu A {
  color: #FFFFFF;
  text-decoration: none;
}

#menu A:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.contentTable {
  border-right: 1px dashed #929292;
  width: 600px;
}

.content {
  background-color: #FFFFFF;
  padding: 2px;
  vertical-align: top;
}

.heading {
  font: 16pt Arial, Helvetica, serif;
  color: #000000;
  font-weight: bold;
}

.subheading {
  font: 11pt Arial, Helvetica, serif;
  color: #000000;
  font-weight: bold;
}

.copyright {
  background-color: #FFFFFF;
  padding: 2px;
  text-align: right;
  vertical-align: bottom;
  font: 8pt Arial, Helvetica, serif;
  font-style: italic;
}

.newstable {  
  border-top: 1px solid #929292;
  width: 100%;
}

.newsdate {
  color: #929292;
  font: 10pt Arial, Helvetica, serif;
  font-style: italic;  
  text-align: right;
}

.newsheading {
  color: #000000;
  font: 10pt Arial, Helvetica, serif;
  font-weight: bold;
}

.newstext {
  padding-left: 10px;
}