This file is indexed.

/usr/share/kde4/apps/krecipes/layouts/Book.css is in krecipes-data 2.0~beta2-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
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
.background, .background td
{
  font-size: 10pt;
}

.background
{
  background-color: #27A9FF;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.recipes
{
  background-repeat: repeat-y;
  padding-left: 70px;
  padding-top: 10px;
}

.background td
{
  background-color: inherit !important;
}

.ingredient-name
{
  font-weight: bold;
}

.ingredient-group
{
  font-weight: bold;
  text-decoration: underline;
}

h1
{
  font-size: 130%;
  border-bottom: 2px solid ridge;
  padding-top: 10px;
}

.header
{
  font-weight: bold;
}

.ingredient-amount-header, .ingredient-name-header, .ingredient-prep-method-header
{
  color: gray;
  text-align: center;
}

.ingredients td, .properties td
{
  border-style: none !important;
}

.ratings .comments
{
  font-style: italic;
}

.ratings .rater
{
  font-weight: bold;
}

.ratings .criteria-name
{
  font-size: small;
}

.title
{
  text-align: center;
  font-weight: bold;
  font-size: 150%;
}

.authors
{
  margin-top: 0px;
  text-align: center;
}