This file is indexed.

/usr/share/digikam/themes/bluecurved/style.css is in digikam-data 4:5.6.0-0ubuntu10.

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
body {
  color: #527796;
  background: #0b9cf8  url(./body.png);
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: bold;
}


table {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


td {
  padding: 1em;
}


img.photo {
  border: 2px solid #527796;
}




a:link {
  color: #527796;
  font-weight: bold;
  text-decoration: none;
}


a:visited {
  color: #527796;
  font-weight: bold;
  text-decoration: none;
}



div.rubrique {
  top: 0px;
  margin-top: 0px;
  font-weight: bold;
  font-size: 1.25em;
  color: #ffffff;
  background: #527796;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}


div.titre {
  font-weight: bold;
  color: #527796;
  background: #afbdc9;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
}


/*
 width  : to adjust with the icons size (64px)
 height : to adjust with the height of 4 icons
*/
div.gauche {
  background: url(./left.png) no-repeat;
  display: block;
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
  text-align: center;
  width: 100px;
  height: 300px;
}