/usr/share/gimp-lqr-plugin/help/css/gimp-help-draft.css is in gimp-plugin-registry 7.20140602ubuntu3.
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 | /*
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
{
color: white;
/* red background if no image */
background: #800000 url(images/common/draft.png);
}
h1,h2,h3,h4,h5,h6 {
color: white;
}
|