/usr/share/digikam/themes/simple/dark.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 | body {
background-color: black;
color: #888;
margin: 0;
padding: 0;
}
a {
color: #ff650c;
text-decoration: none;
border-bottom: 1px dotted #ff650c;
}
a:hover {
color: #ff9900;
border-bottom: 1px solid #ff9900;
}
h1 {
padding: 0;
margin: 0;
padding-top: 0.5em;
padding-bottom: 0.5em;
font-size: 120%;
font-family: Bitstream Vera Sans, sans-serif;
background-color: #222;
border-bottom: 1px solid #434343;
text-align: center;
}
#content {
padding-top: 0.5em;
margin: 0 auto;
width: 95%;
text-align: center;
}
ul {
list-style-type: none;
}
li {
float: left;
}
img {
border: 1px solid #434343;
}
li a {
display: block;
margin: 6px;
padding: 5px;
background-color: #222;
border: 1px solid #434343;
text-align: center;
}
li a:hover {
border: 1px solid #ff9900;
}
/* Image page */
#imagePage h1 {
text-align:left;
}
#nav {
float: right;
}
#imagePage img {
padding: 5px;
background-color: #222;
border: 1px solid #434343;
}
|