/usr/share/digikam/themes/s0/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 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 | body {
background-color: #ffffef;
color: black;
margin: 0;
font-family: sans-serif;
font-size: 12pt;
}
a {
color: #009d0b;
text-decoration: none;
}
a:hover {
color: #008c00;
text-decoration: underline;
}
img {
border: 0px solid black;
}
h1 {
margin-top: 0.6em;
margin-bottom: 0.4em;
padding-left: 2em;
padding-top: 0.6em;
padding-bottom: 0.4em;
font-size: 100%;
background-color: #009d0b;
border: 2px solid #006a00;
border-left: 0px;
border-right: 0px;
}
h1 a {
color: #ffffef;
}
h1 a:hover {
color: #fffdaf;
}
.thumbnail {
display: inline;
float: left;
width: 160px;
height: 180px;
margin: 1em;
text-align: center;
}
.thumbnail img {
display: block;
border: 2px solid #006a00;
}
#footer {
clear: both;
margin: 1em;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding: 2em;
border: 2px solid #707070;
border-left: 0px;
border-right: 0px;
border-bottom: 0px;
color: #707070;
background-color: #a0a0a0;
font-size: 90%;
}
#navigation {
width: 100%;
text-align: center;
}
#content {
clear: both;
overflow: auto;
margin-top: 1em;
margin-left: 4em;
margin-right: 4em;
}
#content img {
border: 2px solid #006a00;
}
#collectionPage img {
display: block;
}
#previous {
float: left;
width: 33%;
text-align: right;
}
#next {
float: left;
width: 33%;
text-align: left;
}
#up {
float: left;
width: 33%;
text-align: center;
}
#imagePage #content {
text-align:center;
margin-top: 4em;
}
|