This file is indexed.

/usr/share/refdb/www/css/refdb-frequency.css is in refdb-www 1.0.2-3ubuntu1.

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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
h1.h1      	{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 140%;
                    display: none;
				}					
h2.id      	{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 90%;
				}					
p.title      	{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 110%;
					font-weight: bold;
				}					
p.authors 	{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-weight: bold;
					background-color: transparent;
				}

p.abstract	{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 90%;
					font-weight: normal;
					margin-left: 30px;
				}				
p.citekey       {	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 90%;
					font-weight: bold;
				}
p.note    	{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 90%;
					font-weight: normal;
					margin-left: 30px;
				}				
p.m1      	{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 70%;
					font-weight: bold;
					margin-left: 30px;
				}				
p.m2      	{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 70%;
					font-weight: bold;
					margin-left: 30px;
				}				
p.m3      	{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 70%;
					font-weight: bold;
					margin-left: 30px;
				}				
p.ur      	{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 70%;
					font-weight: normal;
					color: #003366;
					/* background-color: transparent; */
					background-color: inherit;
					margin-left: 30px;
				}	
			
span.periodical 	{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-style: italic;
				}				


span.volume 	{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 80%;
					font-weight: bold;
					color: #003366;
					/* background-color: transparent; */
					background-color: inherit;
				}				


span.issue 	{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 80%;
					font-weight: bold;
					color: #003366;
					/* background-color: transparent; */
					background-color: inherit;
				}				

span.page 	{	font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 80%;
					color: #003366;
					/* background-color: transparent; */
					background-color: inherit;
				}				


.relfreq0 { color: #0000FF;
					background-color: inherit;
            font-size: 60%;}
.relfreq1 { color: #0000DD;
					background-color: inherit;
            font-size: 70%; }
.relfreq2 { color: #1100BB;
					background-color: inherit;
          font-size: 80%; }
.relfreq3 { color: #330099;
					background-color: inherit;
          font-size: 90%; }
.relfreq4 { color: #550077;
					background-color: inherit;
          font-size: 100%;}
.relfreq5 { color: #770055;
					background-color: inherit;
          font-size: 110%;}
.relfreq6 { color: #990033;
					background-color: inherit;
          font-size: 120%; }
.relfreq7 { color: #BB0011;
					background-color: inherit;
          font-size: 130%; }
.relfreq8 { color: #DD0000;
					background-color: inherit;
          font-size: 140%;}
.relfreq9 { color: #FF0000;
					background-color: inherit;
          font-size: 150%;}
.relfreq10 { color: #000000;
					background-color: inherit;
                font-size: 160%; }

.ok { color: #00FF00; }
.warn { color: #EE5500; }

table.duplist   {      border-width: 2px;
                  border-style: solid;
                  border-collapse: collapse;
                  empty-cells: show;
                  margin-top: 10pt;
                  margin-bottom: 10pt;}

table.duplist td {     border-width: thin;
                   border-style: solid;}

table.duplist td.match-field { text-transform: lowercase; }

table.duplist td.match-type { text-transform: lowercase; }

table.duplist tr.IDENT { background-color: #B4FFB4; color:inherit; }

table.duplist tr.ABBREV { background-color: #FFB4B4; color:inherit; }

table.duplist tr.LIKE { background-color: #FFFFB4; color:inherit; }

table.duplist tr.CASE { background-color: #B4B4FF; color:inherit; }

.tooltip {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
color:inherit;
border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 2px;}