/usr/share/digikam/themes/simple/natural.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 | body {
    background-color: #dddcca;
    color: black;
    margin: 0;
	padding: 0;
}
a {
    color: #2f5d9c;
	text-decoration: none;
}
a:hover {
    color: #456ff3;
	text-decoration: underline;
}
h1 {
	padding: 0;
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #460;
    font-size: 120%;
	font-family: Bitstream Vera Serif, serif;
	background-color: #fbfaf4;
    border-bottom: 1px dashed #cccbb9;
	text-align: center;
}
#content {
	padding-top: 0.5em;
	margin: 0 auto;
	width: 95%;
	text-align: center;
}
ul {
    list-style-type: none;
}
li {
	float: left;
}
li a {
    display: block;
	margin: 6px;
	padding: 5px;
	background-color: #eee;
	border: 1px solid #cccbb9;
	text-align: center;
}
li a:hover {
	border: 1px solid #456ff3;
}
/* Image page */
#imagePage h1 {
	text-align:left;
}
#nav {
	float: right;
}
#imagePage img {
	padding: 5px;
	background-color: #eee;
	border: 1px solid #cccbb9;
}
 |