This file is indexed.

/usr/share/doc/homebank-data/help/help.css is in homebank-data 4.5.5-2.

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
/*
** homebank documentation css

http://webdesign.about.com/od/colorpalettes/ig/Color-Palettes/Apple-Color-Palette.-EQ5.htm
    #979797
    #666666
    #eeeeee
    #000000
    #0088cc

*/

/* suggested line-height:140% */
body { font: 13px/18px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif; color:#333333; background-color:#F5F6F7;}

a { color: #0088cc; text-decoration:none;}
a:hover { text-decoration:underline; }

h1,h2,h3,h4,h5,h6 { /*font-family: Times, 'Times New Roman', serif; font-style:italic;*/  color:#000000; font-weight:normal; }

h1,h2,h3:first-of-type { margin-top:0; }

/*h1 { color: #f57900; margin-top:0; }
h2 { color: #3465a4; }
h3 { color: #484848; }
h4 { color: #484848; }
h5 { color: #484848; }*/

/*
h2 { color: #fe9500; }
h3 { color: #4686c0; }
h4 { color: #3c3c3c; }
h4 img { vertical-align: baseline; padding: 4px; }
*/
ul {/*list-style-type:square;*/overflow:hidden;}

p { margin-left:1.5em; }

ol li { margin-top:.5em; }

.toc li { /*list-style:none;*/ list-style-image:url('images/arrow.png');}

.csvexample { font-family:monospace; border: 1px solid #dddddd; background: #efefef; white-space: pre; margin-left: 16px; width: 50%; padding: 8px;}

.argument {color:#888888; font-size:110%;}
.rounded {
    border-radius: 4px 4px 4px 4px;
}

.mainpage {margin-top:100px;}
.mainpage p {margin-left:0;padding:0; text-align:center;}

.dochead{ border-bottom: 1px solid #E1E1E1; padding-bottom: 8px;color:#888888;}

.title {border-top: 1px solid #FFFFFF;padding:16px; }

p.top {margin:0;padding:0;font-size:x-small;}

.content {
background-color: #ffffff;
padding:16px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
margin:0 1em 1.5em 0;
}

/* navigation link */

.navig a { color: #484848;padding:0 10px;}
.navig a:hover { background:#DDDDDD;text-decoration:none;border-radius:5px;}
.navig p { margin:1em;}

div.head {
	border-top: 1px solid #babdb6;
	background-image:url(images/top-gradient.png);
	background-repeat:repeat-x;
	background-position:top;
	height:30px;
	margin-top:4px;	
}

.left { float: left; }
.right {	float: right;}
.clear  { clear: both; }

.gtkshot {
	padding: 2px;
	margin: 1em;
	text-align: center;
	border: 1px dotted #979797; /*#005C9C;*/ 
/*	background-image:url(images/top-gradient.png);
	background-repeat:repeat-x;
	background-position:top; */
}

.gtkshot:first-of-type {margin-top:0;}

div.gtkgroup { margin-left: 16px; padding: 0px; background:#ff0000;};
span.gtkgrouptitle { font-weight: bold; color: #000000; }

div.concept p { margin-left: 16px; }
div.concept h4 { margin-bottom: 0px; }

div.note { border: solid 1px #eeeeee; background: #efefef; margin: 16px; padding: 8px;}

/* table */
table {line-height:120%;}
td, th {vertical-align: top;}

table.lexicon {width:100%;table-layout: fixed;}
table.lexicon td, th {width: 20%;text-align: left;}

table.t2col td {width:50%;}

table.widgetinfo {margin-left:1.5em;}
table.widgetinfo th, table.widgetinfo td {border: 1px solid #E1E1E1;text-align: left;vertical-align:top;padding:2px 4px;}
table.widgetinfo th {	min-width: 80px;	width: 20%;	background-color: #DEDEDE;font-weight:normal;}
table.widgetinfo td {background-color: #ffffff; background-color: #EFEFEF;}

span.i {
	font-style: italic;
}

span.u {
	text-decoration: underline;
}
;