This file is indexed.

/usr/share/xul-ext/adblock-plus-element-hiding-helper/chrome/content/elementmarker.css is in xul-ext-adblock-plus-element-hiding-helper 1.2.2-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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
/*
 * This Source Code is subject to the terms of the Mozilla Public License
 * version 2.0 (the "License"). You can obtain a copy of the License at
 * http://mozilla.org/MPL/2.0/.
 */

@namespace url("http://www.w3.org/1999/xhtml");

.%%CLASS%%,
.%%CLASS%% > .label,
.%%CLASS%% > .label > .labelTag,
.%%CLASS%% > .label > .labelAddition,
.%%CLASS%% > .border
{
	display: block !important;
	position: static !important;
	float: none !important;
	clear: none !important;
	right: auto !important;
	bottom: auto !important;
	z-index: 2147483647 !important;

	background: transparent !important;
	border: none !important;
	clip: auto !important;
	cursor: auto !important;
	margin: 0px !important;
	max-width: none !important;
	max-height: none !important;
	min-width: 0px !important;
	min-height: 0px !important;
	opacity: 1 !important;
	outline: none !important;
	padding: 0px !important;
	visibility: visible !important;
	-moz-binding: none !important;
	border-radius: 0px !important;
	-moz-user-focus: none !important;
	-moz-user-input: none !important;
	-moz-user-select: none !important;
}

.%%CLASS%%
{
	position: fixed !important;

	width: auto !important;
	height: auto !important;
}

.%%CLASS%% > .border
{
	border: 2px solid #ff0000 !important;
	top: auto !important;
	left: auto !important;
}

.%%CLASS%% > .label
{
	float: left !important;
	background-color: #fff0cc !important;
	border-color: #000000 !important;
	border-width: 0px 2px 1px 2px !important;
	border-style: solid !important;
	border-bottom-left-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
	padding: 2px 5px !important;
	top: auto !important;
	left: auto !important;
	width: auto !important;
	height: auto !important;
}

.%%CLASS%% > .label.onTop
{
	position: relative !important;
	left: 5px !important;
	top: -25px !important;
	border-top-width: 1px !important;
	border-radius: 6px !important;
}

.%%CLASS%% > .label > .labelTag,
.%%CLASS%% > .label > .labelAddition
{
	display: inline !important;
	font-family: Arial !important;
	font-size: 12px !important;
	color: #000000 !important;

	top: auto !important;
	left: auto !important;
	width: auto !important;
	height: auto !important;
	direction: ltr !important;
	font-size-adjust: none !important;
	font-stretch: normal !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	letter-spacing: normal !important;
	line-height: normal !important;
	text-align: start !important;
	text-decoration: none !important;
	text-indent: 0px !important;
	text-shadow: none !important;
	text-transform: none !important;
	text-transform: none !important;
	white-space: normal !important;
	word-spacing: 0px !important;
}

.%%CLASS%% > .label > .labelTag
{
	font-weight: bold !important;
}