This file is indexed.

/usr/share/kde4/apps/krecipes/layouts/Simple_Orange.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
.background, .background td
{
  background-color: #FFFDED;
  font-size: 7pt;
}

.background
{
  border: 2px dotted #FF3D12;
  padding: 8px;
  width: 500px;
}

.photo
{
  float: right;
  height: 70px;
  padding-bottom: 4px;
}

.basic-info
{
  padding-top: 8px;
  /*clear: both;*/
}

.ingredient-group
{
  font-weight: bold;
  text-align: center;
  border-top: 1px dashed gray;
}

h1
{
  font-size: 130%;
  border-top: 1px solid #DDD;
  padding-top: 7px;
}

.header
{
  font-weight: bold;
}

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

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

.ratings .criteria-name
{
  font-size: 80%;
}

.title
{
  font-weight: bold;
  font-size: 140%;
}

h1, .header, .title
{
  color: #FF3D12;
}

.authors, .categories, .yield, .prep-time
{
  padding-right: 7px;
}

.categories, .yield, .prep-time
{
  border-left: 2px solid #DDD !important;
  padding-left: 7px;
}

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