This file is indexed.

/usr/share/gimp-lqr-plugin/help/css/gimp-help-plain.css is in gimp-plugin-registry 7.20140602ubuntu2.

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
/* This file is part of gimp-help-2. It is copyrighted under the GNU
   Free Documentation License Version 1.1 which you can get from
   http://www.gnu.org */

body
{
  font-family: sans-serif;
  font-size: small;
}

dd {
  margin-bottom: 5px;
  margin-left: 20px;
}

hr {
  border: 0px;
  border-top: 1px dotted black;
  margin-top: 20px;
  padding-bottom: 10px;
}

h1, h2 {
  font-size: x-large;
}

h3, h4, h5, p.title {
  font-weight: bold;
  border-bottom: 1px solid black;
  letter-spacing: 2px;
  margin-top: 30px;
  font-size: medium;
  text-decoration: none;
}

h3, h4 {
  border: 0;
  letter-spacing: normal;
}

a:hover {
  background: lightblue;
  color: black;
}

div.toc {
  padding: 0px 10px;
  color: black;
  margin-bottom: 1cm;
}

div.toc b { font-size: 140%; }

title { margin: 0px; }

p {
  display: block;
  margin: 0 20px;
}


div.toc a {
  margin-left: 5px;
  margin-bottom: 5px;
}

div.sect1 {
  margin-left: 20px;
  margin-top: 20px;
}

div.sect2 { margin-top: 10px; }

.warning, .caution, .tip, .note {
  max-width: 40em;
  padding: 0 0 0 10px;
}

.warning {
  border: 1px solid darkred;
  background-color: #ff9999;
}

.caution {
  border: 1px solid #827206;
  background-color: #ffdd00;
}

.tip {
  border: 1px solid darkblue;
  background-color: #c3d4de;
}

.note {
  border: 1px solid darkgreen;
  background-color: #b0e1a9;
}

.guilabel, .guimenu, .guisubmenu, .guimenuitem .guibutton {
  background-color: #eeeee6;
  padding: 2px;
}

b.keycap, .keycap {
  background-color: #eeeee6;
  padding: 1px 5px;
  border: 1px solid #999999;
  margin: 0;
}

.acronym { text-transform: uppercase; }

.accel { text-decoration: underline; }