/usr/share/digikam/themes/snow/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 | body {
background-color: white;
color: black;
margin: 0;
}
a {
color: #2f5d9c;
}
a:hover {
color: #456ff3;
}
img {
border: 0;
}
h1 {
background-color: #eef;
border-bottom: 1px solid #ddf;
height: 48px;
margin: 0;
padding: 0;
padding-top: 3px;
padding-bottom: 3px;
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 1000;
text-align: center;
line-height: 48px;
height: 48px;
font-size: 14px;
}
#content {
overflow: auto;
margin-top: 57px;
}
/* Collection page */
#collectionPage li {
display: block;
float: left;
text-align: center;
margin: 6px;
}
#collectionPage img {
display: block;
}
/* Image page */
#previous {
float: left;
}
#next {
float: right;
}
#imagePage #content {
text-align:center;
}
|