/usr/share/digikam/themes/details/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 113 114 115 116 117 118 119 120 121 122 123 124 | body {
background-color: #ffffff;
color: black;
margin: 0;
font-family: Verdana;
font-size: 11pt;
}
a {
color: #FF0000;
text-decoration: none;
}
a:hover {
color: #990000;
}
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: #CCFF66;
}
h1 a {
color: #FF0000;
}
h1 a:hover {
color: #990000;
}
.thumbnail {
display: inline;
float: left;
width: 180px;
height: 200px;
margin: 1em;
text-align: left;
}
.thumbnail img {
display: block;
border: 1px solid #333333;
}
#footer {
clear: both;
margin: 1em;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding: 2em;
border: 1px 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: 1px solid #222222;
}
#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;
}
div.colsx {
text-align:center;
width:58%;
float:left;
}
div.coldx {
text-align:left;
width:38%;
float:left;
font-size: 10px;
padding: 10px;
background-color: #dddddd;
}
|