This file is indexed.

/usr/share/xul-ext/automatic-save-folder/skin/help_page/style.css is in xul-ext-automatic-save-folder 1.0.4-3.

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
body
{
   margin-top: 0px;
   margin-bottom: 20px;
   margin-left: 20px;
   margin-right: 0px;
}

a { 
	text-decoration: none; 
	color: #5555bb;
	}

a:link { 
	text-decoration: none; 
	color: #5555bb;
	}
a:visited { 
	text-decoration: none; 
	
	}
a:hover, a:active { 
	text-decoration: none; 
	}

	
#asf_title a {
	color: #000000;
	text-decoration: none;
}

#header_main {
	background: #FFFFFF url("logo_project_left.jpg") right top no-repeat; 
}

#header_menu {
	background: #FFFFFF url("logo_project_right.jpg") top; 
}

.tab_sub {
	background-color: #F4F4F1;
	border-top:2px  ridge #317300;
	
}


.cadre-arrondi {
-moz-border-radius-bottomleft:15px;
-moz-border-radius-bottomright:15px;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
border:1px solid #488F03;
padding:10px;
}