This file is indexed.

/usr/share/kde4/apps/kraft/docoverview.css is in kraft 0.45-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
body { margin:2px; 
       background-image:url(pics/docoverviewbg.png); 
       font-size:x-small;
}

table {
      color: #898989;
}

td { 
  vertical-align:top;
}

a:link {
  text-decoration: none;
  color: #00008b;
}

a:visited {
  font-weight: bold;
  text-decoration: none;
  color: 00008b;
}

a:hover {
  color: #c81e1e;
  font-weight: bold;
  text-decoration: none;

}

a:active {
  color: #cccccc;
  text-decoration: underline;
}

.links {
  border-style: dotted;
  border-width: thin;
  width: 100%;
  padding: 1px;
}

div {
  border-style:dotted;
  border-width:1px;
  border-color:#00008B;
  margin: 1px 0px 1px 0px;
  padding: 1px;
  color: #898989;
}

div.alignright {
  border-style:none;
  border-width:0px;
  margin: 1px 0px 1px 0px;
  padding: 1px;
  color: #898989;
}

.negative {
  color: #800040;
}

.head_selected {   border-width:1px;
  border-style:solid;
  border-color:#00008b;
}
.body_selected {   border-width:1px;
  border-style:solid;
  border-color:00008b;
}
.foot_selected {   border-width:1px;
  border-style:solid;
  border-color:#00008b;
}

.headerlink { background: #8ddbe9; }
.headerlink_selected { 
  background: #9af0ff;   
  font-weight: bolder;
      color: #898989;

}

.bodylink   { background: #8de99a; }
.bodylink_selected   { 
  background: #9affa9;   
  font-weight: bolder;
}

.footerlink { background: #dbe98d; }
.footerlink_selected { 
  background: #f0ff9a;   
  font-weight: bolder;
}

td.baseline {
  border-bottom:1px inset #898989;
  padding-left: 30px;
  margin-left: 30px;
}