/usr/share/digikam/themes/matrix/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 82 | body {
background-color: black;
color: green;
margin: 0;
}
a {
color: #0c0;
}
a:hover {
color: #0f0;
}
h1 {
padding-bottom: 6px;
margin-bottom: 0px;
color: #0f0;
font-size: 16px;
}
img {
border: 0;
}
#content {
background-image: url("bg.png");
background-color: #020;
padding: 6px;
border-top: 2px solid #080;
border-bottom: 2px solid #080;
}
a.imageLink {
background-color: #040;
border: 1px solid #0c0;
padding: 6px;
display: block;
text-align: center;
text-decoration: none;
}
a.imageLink:hover {
border: 1px solid #0f0;
background-color: #050;
}
/* collectionPage */
#collectionPage ul {
list-style-type: none;
}
#collectionPage li {
float: left;
margin: 6px;
}
/* imagePage */
#imagePage #content {
text-align: center;
color: #0f0;
}
#full {
margin: auto;
}
#previous {
float: left;
}
#next {
float: right;
}
.endOfCollection {
padding: 6px;
background-color: #040;
border: 1px dotted #080;
color: #080;
}
|