/usr/share/digikam/about/css/digikam.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 | .navbar {
min-height: 111px;
background-image: linear-gradient(-186deg,#223c54 0,#01080F 55%);
border-radius: 0px;
}
#app-name {
text-shadow: #FFFFFF 0px 0px 35px;
margin-top: 11px;
color: rgba(255, 255, 255, 0.67);
}
#brand-img {
width: 100px;
height: 80px;
}
body {
background-color: black;
background-repeat: no-repeat;
background-image: url("../images/body-background.jpg");
background-size: cover;
overflow-x: hidden;
}
#text-cont {
border-radius: 5px;
background-color: rgba(255, 255, 255, 0.5);
min-height: 450px;
margin-left: 5%;
margin-right: 5%;
margin-top: 30px;
margin-bottom: 30px;
}
.info-link {
color: #084C84;
}
.info-link:hover {
color: #206ADB;
text-decoration: none;
}
#win-img-set {
margin: 10px 0 10px 0;
}
.nav-tabs.nav-justified>li>a {
color: #333;
border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0;
}
ul > li {
font-size: 18px;
}
#content {
padding-top: 111px;
}
|